Home
last modified time | relevance | path

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

12345678910>>...21

/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
DjsDeclarationsTypeReassignmentFromDeclaration.js11 const items = []; variable
16 var items = []; variable
DjsDeclarationsTypeReassignmentFromDeclaration2.js10 const items = require("./some-mod")(); constant
14 var items = require("./some-mod")(); 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/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/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/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/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/typescript/src/testRunner/unittests/tsserver/
DnavTo.ts26 … const items = session.executeCommand(libTypeNavToRequest).response as protocol.NavtoItem[]; constant
72 const items = session.executeCommand(request).response as protocol.NavtoItem[]; constant
125 const items = session.executeCommand(request).response as protocol.NavtoItem[]; constant
150 … const items = session.executeCommand(libTypeNavToRequest).response as protocol.NavtoItem[]; constant
/third_party/flatbuffers/tests/
Darrays_test.schema.json12 … "type" : "array", "items" : {"type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647}, object
20 "type" : "array", "items" : {"$ref" : "#/definitions/MyGame_Example_TestEnum"}, object
25 …"type" : "array", "items" : {"type" : "integer", "minimum" : -9223372036854775808, "maximum" : 922… object
39 … "type" : "array", "items" : {"type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647}, object
47 "type" : "array", "items" : {"$ref" : "#/definitions/MyGame_Example_NestedStruct"}, object
55 …"type" : "array", "items" : {"type" : "integer", "minimum" : -9223372036854775808, "maximum" : 922… object
Dmonster_test.schema.json184 "type" : "array", "items" : {"type" : "integer", "minimum" : 0, "maximum" :255} object
196 "type" : "array", "items" : {"$ref" : "#/definitions/MyGame_Example_Test"} object
199 "type" : "array", "items" : {"type" : "string"} object
202 "type" : "array", "items" : {"$ref" : "#/definitions/MyGame_Example_Monster"} object
208 "type" : "array", "items" : {"type" : "integer", "minimum" : 0, "maximum" :255} object
241 "type" : "array", "items" : {"type" : "boolean"} object
253 "type" : "array", "items" : {"type" : "string"} object
256 "type" : "array", "items" : {"$ref" : "#/definitions/MyGame_Example_Ability"} object
259 "type" : "array", "items" : {"type" : "integer", "minimum" : 0, "maximum" :255} object
262 "type" : "array", "items" : {"$ref" : "#/definitions/MyGame_Example_Test"} object
[all …]
/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.hh337 SndfileHandle::read (short *ptr, sf_count_t items) in read()
341 SndfileHandle::read (int *ptr, sf_count_t items) in read()
345 SndfileHandle::read (float *ptr, sf_count_t items) in read()
349 SndfileHandle::read (double *ptr, sf_count_t items) in read()
353 SndfileHandle::write (const short *ptr, sf_count_t items) in write()
357 SndfileHandle::write (const int *ptr, sf_count_t items) in write()
361 SndfileHandle::write (const float *ptr, sf_count_t items) in write()
365 SndfileHandle::write (const double *ptr, sf_count_t items) in write()
/third_party/node/deps/npm/node_modules/har-schema/lib/
Drequest.json28 "items": { object
34 "items": { object
40 "items": { object
/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/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/flutter/skia/third_party/externals/freetype/src/gzip/
Dzutil.c83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
164 voidpf zcalloc (opaque, items, size) in zcalloc() argument

12345678910>>...21