Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 97) sorted by relevance

1234

/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/
A Dprops.js8 type: null
12 type: null
16 type: Object,
21 type: Object,
26 type: Object,
31 type: Function,
36 type: Object,
41 type: Object,
46 type: null,
51 type: String,
[all …]
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/
A Dprops.js7 type: Object,
15 type: null,
20 type: Boolean,
24 type: Boolean,
28 type: Object,
32 type: Object,
38 type: Object,
43 type: Object,
48 type: Function,
53 type: Object,
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/components/
A DWidget.js24 type: Boolean,
29 type: null,
33 type: Object,
37 type: Object,
41 type: Object,
45 type: Object,
64 type: null,
68 type: null
71 type: String,
75 type: String,
[all …]
A DFormFooter.js13 type: String,
17 type: Object,
21 type: String,
25 type: Object,
29 type: Object,
56 type: 'primary',
/misc/config_tools/data/generic_board/generic_code/shared/
A Dvm_configurations.c37 .type = VUART_LEGACY_PIO,
44 .type = VUART_LEGACY_PIO,
52 .type = VUART_LEGACY_PIO,
60 .type = VUART_LEGACY_PIO,
68 .type = VUART_LEGACY_PIO,
89 .type = VUART_LEGACY_PIO,
96 .type = VUART_LEGACY_PIO,
104 .type = VUART_LEGACY_PIO,
123 .type = VUART_LEGACY_PIO,
130 .type = VUART_LEGACY_PIO,
[all …]
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ArrayField/components/
A DArrayOrderList.js17 type: Array,
22 type: Number,
27 type: Boolean,
32 type: Boolean,
37 type: Boolean,
42 type: Boolean,
130 type: 'button',
157 type: 'button',
183 type: 'button',
231 type: 'button',
/misc/config_tools/data/generic_board/generic_code/hybrid/
A Dvm_configurations.c51 .type = VUART_LEGACY_PIO,
58 .type = VUART_LEGACY_PIO,
66 .type = VUART_LEGACY_PIO,
129 .type = VUART_LEGACY_PIO,
136 .type = VUART_LEGACY_PIO,
144 .type = VUART_LEGACY_PIO,
152 .type = VUART_LEGACY_PIO,
160 .type = VUART_LEGACY_PIO,
181 .type = VUART_LEGACY_PIO,
188 .type = VUART_LEGACY_PIO,
[all …]
/misc/efi-stub/
A Dmultiboot.h248 uint16_t type; member
255 uint16_t type; member
263 uint16_t type; member
274 uint16_t type; member
282 uint16_t type; member
290 uint16_t type; member
300 uint16_t type; member
307 uint16_t type; member
320 uint32_t type; member
326 uint32_t type; member
[all …]
A Defilinux.h108 allocate_pool(EFI_MEMORY_TYPE type, UINTN size, void **buffer) in allocate_pool() argument
110 return uefi_call_wrapper(boot->AllocatePool, 3, type, size, buffer); in allocate_pool()
274 static inline const CHAR16 *memory_type_to_str(UINT32 type) in memory_type_to_str() argument
276 if (type > sizeof(memory_types)/sizeof(CHAR16 *)) in memory_type_to_str()
279 return memory_types[type]; in memory_type_to_str()
A Dmultiboot.c105 tag->type != MULTIBOOT2_TAG_TYPE_END; in parse_mb2header()
108 switch (tag->type) { in parse_mb2header()
127 Print(L"Unsupported multiboot2 tag type: %d\n", tag->type); in parse_mb2header()
/misc/config_tools/configurator/packages/vue-json-schema-form/utils/components/
A DFieldGroupWrap.vue28 type: String,
32 type: Boolean,
36 type: Boolean,
40 type: String,
44 type: String,
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dvmrecord.c49 size_t klen, enum vmrecord_mark_t type) in vmrecord_mark() argument
65 if (type == SUCCESS) in vmrecord_mark()
67 else if (type == NOT_FOUND) in vmrecord_mark()
69 else if (type == MISS_LOG) in vmrecord_mark()
71 else if (type == WAITING_SYNC) in vmrecord_mark()
73 else if (type == ON_GOING) in vmrecord_mark()
75 else if (type == NO_RESRC) in vmrecord_mark()
85 size_t klen, enum vmrecord_mark_t type) in vmrecord_open_mark() argument
107 ret = vmrecord_mark(vmrecord, vmkey, klen, type); in vmrecord_open_mark()
A Dandroid_events.c56 char *type; in next_vm_event() local
63 tlen = asprintf(&type, "\n%s ", syncevent); in next_vm_event()
69 p = strchr(type, '/'); in next_vm_event()
74 tlen = p - type; in next_vm_event()
77 free(type); in next_vm_event()
90 free(type); in next_vm_event()
101 free(type); in next_vm_event()
460 char type[ANDROID_WORD_LEN]; in android_event_analyze() local
469 sizeof(longtime), type, sizeof(type), rest, in android_event_analyze()
477 data_len += strnlen(type, sizeof(type)) + 1; in android_event_analyze()
[all …]
A Dhistory.c44 const char *type; member
86 if (entry->type) in update_event_count_file()
88 entry->type); in update_event_count_file()
198 if (entry->type) { in entry_to_history_line()
207 entry->eventtime, entry->type, msg); in entry_to_history_line()
212 entry->eventtime, entry->type); in entry_to_history_line()
254 void hist_raise_event(const char *event, const char *type, const char *log, in hist_raise_event() argument
263 .type = type, in hist_raise_event()
359 void hist_raise_infoerror(const char *type, size_t tlen) in hist_raise_infoerror() argument
363 key = generate_event_id("ERROR", 5, type, tlen, KEY_SHORT); in hist_raise_infoerror()
[all …]
/misc/config_tools/board_inspector/acpiparser/
A Drtct.py188 if subtable.type == ACPI_RTCT_TYPE_COMPATIBILITY:
203 if subtable.type == ACPI_RTCT_V1_TYPE_RTCM_BINARY:
207 elif subtable.type == ACPI_RTCT_V1_TYPE_GT_L3Waymasks:
209 elif subtable.type == ACPI_RTCT_V1_TYPE_SoftwareSRAM:
227 if subtable.type == ACPI_RTCT_TYPE_COMPATIBILITY:
229 elif subtable.type == ACPI_RTCT_V2_TYPE_RTCD_Limits:
231 elif subtable.type == ACPI_RTCT_V2_TYPE_CRL_Binary:
233 elif subtable.type == ACPI_RTCT_V2_TYPE_IA_WayMasks:
235 elif subtable.type == ACPI_RTCT_V2_TYPE_WRC_WayMasks:
237 elif subtable.type == ACPI_RTCT_V2_TYPE_GT_WayMasks:
[all …]
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/
A DREADME.md39 type: 'object',
46 type: 'string',
51 type: 'number',
55 type: 'string',
61 type: 'textarea',
/misc/config_tools/configurator/packages/vue-json-schema-form/utils/
A Dutils.js92 const { type } = schema;
95 if (!type && schema.const) {
100 if (!type && schema.enum) {
105 if (!type && (schema.items)) {
110 if (!type && (schema.properties || schema.additionalProperties)) {
114 if (type instanceof Array && type.length === 2 && type.includes('null')) {
115 return type.find(curType => curType !== 'null');
118 return type;
294 const type = params[0].replace('data:', '');
315 const blob = new window.Blob([new Uint8Array(array)], { type });
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/config/widgets/UploadWidget/
A Dindex.js16 type: [String, Array]
20 type: [Function]
23 type: String,
28 type: null,
128 type: 'primary'
/misc/config_tools/board_inspector/extractors/
A D40-acpi-tables.py54 if entry.type == acpiparser.rtct.ACPI_RTCT_V1_TYPE_SoftwareSRAM:
83 if entry.type == acpiparser.rtct.ACPI_RTCT_TYPE_COMPATIBILITY:
90 elif entry.type == acpiparser.rtct.ACPI_RTCT_V2_TYPE_RTCD_Limits:
99 elif entry.type == acpiparser.rtct.ACPI_RTCT_V2_TYPE_CRL_Binary:
104 elif entry.type == acpiparser.rtct.ACPI_RTCT_V2_TYPE_IA_WayMasks:
108 elif entry.type == acpiparser.rtct.ACPI_RTCT_V2_TYPE_WRC_WayMasks:
111 elif entry.type == acpiparser.rtct.ACPI_RTCT_V2_TYPE_GT_WayMasks:
115 elif entry.type == acpiparser.rtct.ACPI_RTCT_V2_TYPE_SSRAM_WayMask:
118 elif entry.type == acpiparser.rtct.ACPI_RTCT_V2_TYPE_SoftwareSRAM:
123 elif entry.type == acpiparser.rtct.ACPI_RTCT_V2_TYPE_MemoryHierarchyLatency:
[all …]
/misc/debug_tools/acrn_crashlog/acrnprobe/include/
A Dhistory.h30 void hist_raise_infoerror(const char *type, size_t tlen);
32 void hist_raise_event(const char *event, const char *type, const char *log,
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/
A DREADME.md41 // 默认按schema type 映射默认widget组件
43 // type boolean
46 // type string
49 // type number
52 // type integer
/misc/config_tools/data/generic_board/generic_code/partitioned/
A Dvm_configurations.c54 .type = VUART_LEGACY_PIO,
61 .type = VUART_LEGACY_PIO,
134 .type = VUART_LEGACY_PIO,
141 .type = VUART_LEGACY_PIO,
/misc/debug_tools/acrn_crashlog/usercrash/include/
A Dprotocol.h19 int create_socket_server(const char *name, int type);
21 int socket_local_client(const char *name, const size_t len, int type);
/misc/config_tools/configurator/packages/configurator/src/pages/Config/Scenario/
A DNewScenario.vue22 <b>Choose a scenario type:</b>
47 How many of each VM type do you want in your scenario? (You can change these later.)
53 …<b-form-input v-if="scenarioTemplate!=='shared'" type="number" min="0" max="8" v-model="preLaunch"…
55 … <b-form-input v-if="scenarioTemplate!=='partitioned'" disabled type="number" model-value="1"/>
58 …<b-form-input v-if="scenarioTemplate=='partitioned'" min="0" max="1" type="number" v-model="mainVM…
61 …<b-form-input v-if="scenarioTemplate!=='partitioned'" type="number" min="0" max="8" v-model="postL…
78 type: Boolean,
82 type: Object
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/CAT/
A DHexBlockRangeSelector.vue52 type: Boolean
55 type: String
58 type: Number,
62 type: Number,

Completed in 33 milliseconds

1234