/third_party/typescript/tests/baselines/reference/ |
D | crashInGetTextOfComputedPropertyName.js | 10 const items: { [id: string]: AB } = {} constant 18 const objWithItems: ObjWithItems = { items: {}} property 38 var items = {}; variable 41 var objWithItems = { items: {} }; property
|
D | jsDeclarationsImportTypeBundled.js | 14 const items = [{x: 12}]; variable 27 var items = [{ x: 12 }]; variable 51 const items: (typeof import("folder/mod1"))[]; constant
|
D | jsDeclarationsTypeReassignmentFromDeclaration.js | 11 const items = []; variable 16 var items = []; variable
|
D | jsDeclarationsTypeReassignmentFromDeclaration2.js | 10 const items = require("./some-mod")(); constant 14 var items = require("./some-mod")(); variable
|
D | couldNotSelectGenericOverload.js | 12 function makeArray(items) { return items; } argument 16 function makeArray2(items) { return items; } argument
|
D | inferenceFromIncompleteSource.js | 12 Component({items: [{name:' string'}], itemKey: 'name' }); property 18 Component({ items: [{ name: ' string' }], itemKey: 'name' }); property
|
D | contextualTypeShouldBeLiteral.js | 114 items: { property 117 items: { property 165 items: { property 168 items: { property
|
D | forOfTransformsExpression.js | 3 let items = [{ name: "A" }, { name: "C" }, { name: "B" }]; variable 10 var items = [{ name: "A" }, { name: "C" }, { name: "B" }]; variable
|
/third_party/node/benchmark/es/ |
D | foreach-bench.js | 11 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/ |
D | write.c | 66 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/ |
D | crashInGetTextOfComputedPropertyName.ts | 9 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/ |
D | jsDeclarationsTypeReassignmentFromDeclaration.ts | 10 declare const items: Item[]; constant 15 const items = []; constant
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | iterutil.py | 5 def peek_and_iter(items): argument 19 def iter_many(items, onempty=None): argument
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | navTo.ts | 26 … 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/ |
D | arrays_test.schema.json | 12 … "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
|
D | monster_test.schema.json | 184 "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/ |
D | deRandom.cpp | 110 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.py | 262 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/ |
D | sndfile.hh | 337 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/ |
D | request.json | 28 "items": { object 34 "items": { object 40 "items": { object
|
/third_party/node/deps/npm/node_modules/columnify/ |
D | index.js | 30 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/ |
D | match.py | 125 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/ |
D | peers.cpp | 520 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/ |
D | peers.cpp | 518 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/ |
D | zutil.c | 83 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
|