Home
last modified time | relevance | path

Searched defs:items (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/third_party/typescript/tests/baselines/reference/
DcrashInGetTextOfComputedPropertyName.js10 const items: { [id: string]: AB } = {} constant
18 const objWithItems: ObjWithItems = { items: {}} property
38 var items = {}; variable
41 var objWithItems = { items: {} }; property
DjsDeclarationsImportTypeBundled.js14 const items = [{x: 12}]; variable
27 var items = [{ x: 12 }]; variable
51 const items: (typeof import("folder/mod1"))[]; constant
DjsDeclarationsTypeReassignmentFromDeclaration2.js10 const items = require("./some-mod")(); constant
14 var items = require("./some-mod")(); variable
DjsDeclarationsTypeReassignmentFromDeclaration.js11 const items = []; variable
16 var items = []; variable
DcouldNotSelectGenericOverload.js12 function makeArray(items) { return items; } argument
16 function makeArray2(items) { return items; } argument
DinferenceFromIncompleteSource.js12 Component({items: [{name:' string'}], itemKey: 'name' }); property
18 Component({ items: [{ name: ' string' }], itemKey: 'name' }); property
DcontextualTypeShouldBeLiteral.js114 items: { property
117 items: { property
165 items: { property
168 items: { property
DforOfTransformsExpression.js3 let items = [{ name: "A" }, { name: "C" }, { name: "B" }]; variable
10 var items = [{ name: "A" }, { name: "C" }, { name: "B" }]; variable
/third_party/selinux/libsepol/src/
Dwrite.c66 size_t items; in ebitmap_write() local
113 size_t items, items2; in avtab_write_item() local
286 size_t items; in avtab_write() local
358 size_t items; in mls_write_semantic_level_helper() local
406 size_t items; in mls_write_level() local
426 size_t items, items2; in mls_write_range_helper() local
454 size_t items, items2, len; in sens_write() local
482 size_t items, items2, len; in cat_write() local
509 size_t nel, items; in role_trans_write() local
553 size_t nel, items; in role_allow_write() local
[all …]
/third_party/node/benchmark/es/
Dforeach-bench.js11 function useFor(n, items, count) { argument
22 function useForOf(n, items) { argument
31 function useForIn(n, items) { argument
42 function useForEach(n, items) { argument
/third_party/typescript/tests/cases/compiler/
DcrashInGetTextOfComputedPropertyName.ts9 const items: { [id: string]: AB } = {} constant
15 items: {[s: string]: AB} property
23 items: { [itemId]: itemWithTSError } = {} /*happens when default value is provided*/ constant
/third_party/vk-gl-cts/external/vulkancts/scripts/src/extensions/
Dschema.json39 "items": object
49 "items": object
58 "items": object
67 "items": { object
85 "items": object
99 "items": object
108 "items": { object
/third_party/lzma/C/
DSwapBytes.c105 SwapBytes2_128(CSwapUInt16 *items, const CSwapUInt16 *lim) in SwapBytes2_128()
249 __m128i *items = (__m128i *)items8; in ShufBytes_128() local
291 __m256i *items = (__m256i *)items8; in ShufBytes_256() local
384 SwapBytes2_128(CSwapUInt16 *items, const CSwapUInt16 *lim) in SwapBytes2_128()
403 SwapBytes4_128(CSwapUInt32 *items, const CSwapUInt32 *lim) in SwapBytes4_128()
510 SwapBytes2_64(CSwapUInt16 *items, const CSwapUInt16 *lim) in SwapBytes2_64()
539 SwapBytes4_64(CSwapUInt32 *items, const CSwapUInt32 *lim) in SwapBytes4_64()
588 SwapBytes2_32(CSwapUInt16 *items, const CSwapUInt16 *lim) in SwapBytes2_32()
601 SwapBytes4_32(CSwapUInt32 *items, const CSwapUInt32 *lim) in SwapBytes4_32()
634 void z7_SwapBytes2(CSwapUInt16 *items, size_t numItems) in z7_SwapBytes2()
[all …]
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsTypeReassignmentFromDeclaration.ts10 declare const items: Item[]; constant
15 const items = []; constant
/third_party/python/Tools/c-analyzer/c_common/
Diterutil.py5 def peek_and_iter(items): argument
19 def iter_many(items, onempty=None): argument
/third_party/vk-gl-cts/external/vulkan-docs/src/json/
Dvkpcc.json21 …"YcbcrSamplers": {"type": "array", "minItems": 0, "maxItems": 255, "items": {"type": "object", "pa… object
22 …"ImmutableSamplers": {"type": "array", "minItems": 0, "maxItems": 255, "items": {"type": "object",… object
23 …"DescriptorSetLayouts": {"type": "array", "minItems": 0, "maxItems": 255, "items": {"type": "objec… object
26 …"ShaderFileNames": {"type": "array", "minItems": 0, "maxItems": 255, "items": {"$ref": "#/definiti… object
37 …"YcbcrSamplers": {"type": "array", "minItems": 0, "maxItems": 255, "items": {"type": "object", "pa… object
38 …"ImmutableSamplers": {"type": "array", "minItems": 0, "maxItems": 255, "items": {"type": "object",… object
39 …"DescriptorSetLayouts": {"type": "array", "minItems": 0, "maxItems": 255, "items": {"type": "objec… object
52 …"PipelineUUID" : {"type": "array", "minItems": 16, "maxItems": 16, "items": {"$ref": "ht… object
53 "DeviceExtensions" : {"type": "array", "items": {"type": "string", "format": "uri"}} object
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.cpp110 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0, 43 }; in Random_selfTest() local
139 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0, 43 }; in Random_selfTest() local
150 static const int items[] = { 3, 42, 45, 123, 654, -123, -90, 0 }; in Random_selfTest() local
163 int items[] = { 3, 42, 45, 123, 654, -123, -90, 0, 43 }; in Random_selfTest() local
/third_party/python/Tools/c-analyzer/cpython/
D_capi.py262 def summarize(items, *, groupby='kind', includeempty=True, minimize=None): argument
387 def _collate(items, groupby, includeempty): argument
477 def render(items, **kwargs): argument
482 def render_table(items, *, argument
573 def render_full(items, *, argument
622 def render_summary(items, *, argument
/third_party/libsnd/include/
Dsndfile.hh339 SndfileHandle::read (short *ptr, sf_count_t items) in read()
343 SndfileHandle::read (int *ptr, sf_count_t items) in read()
347 SndfileHandle::read (float *ptr, sf_count_t items) in read()
351 SndfileHandle::read (double *ptr, sf_count_t items) in read()
355 SndfileHandle::write (const short *ptr, sf_count_t items) in write()
359 SndfileHandle::write (const int *ptr, sf_count_t items) in write()
363 SndfileHandle::write (const float *ptr, sf_count_t items) in write()
367 SndfileHandle::write (const double *ptr, sf_count_t items) in write()
/third_party/node/deps/npm/test/schemas/cyclonedx/
Dbom-1.5.schema.json55 "items": {"$ref": "#/definitions/component"}, object
62 "items": {"$ref": "#/definitions/service"}, object
69 "items": {"$ref": "#/definitions/externalReference"}, object
75 "items": {"$ref": "#/definitions/dependency"}, object
82 "items": {"$ref": "#/definitions/compositions"}, object
89 "items": {"$ref": "#/definitions/vulnerability"}, object
96 "items": {"$ref": "#/definitions/annotations"}, object
103 "items": {"$ref": "#/definitions/formula"}, object
112 "items": { object
176 "items": { object
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp520 QStringList items = in add_p2p_group_client() local
833 QStringList items = text.split(' '); in event_notify() local
868 QStringList items = text.split(' '); in event_notify() local
879 QStringList items = text.split(' '); in event_notify() local
905 QStringList items = in event_notify() local
954 QStringList items = text.split(' '); in event_notify() local
993 QStringList items = text.split(' '); in event_notify() local
1009 QStringList items = text.split(' '); in event_notify() local
1032 QStringList items = text.split(' '); in event_notify() local
1053 QStringList items = text.split(' '); in event_notify() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp518 QStringList items = in add_p2p_group_client() local
831 QStringList items = text.split(' '); in event_notify() local
866 QStringList items = text.split(' '); in event_notify() local
877 QStringList items = text.split(' '); in event_notify() local
903 QStringList items = in event_notify() local
952 QStringList items = text.split(' '); in event_notify() local
991 QStringList items = text.split(' '); in event_notify() local
1007 QStringList items = text.split(' '); in event_notify() local
1030 QStringList items = text.split(' '); in event_notify() local
1051 QStringList items = text.split(' '); in event_notify() local
[all …]
/third_party/node/deps/npm/node_modules/columnify/
Dindex.js30 module.exports = function(items, options = {}) { argument
206 function createRows(items, columns, columnNames, paddingChr) { argument
287 function toArray(items, columnNames) { argument
/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py125 def filter_by_kind(items, kind): argument
161 def group_by_kind(items): argument
171 def group_by_kinds(items): argument
/third_party/node/deps/npm/test/schemas/spdx/
Dspdx-2.3.schema.json14 "items" : { object
56 "items" : { object
77 "items" : { object
114 "items" : { object
123 "items" : { object
174 "items" : { object
191 "items" : { object
222 "items" : { object
230 "items" : { object
240 "items" : { object
[all …]

12345678910>>...18