/third_party/python/Lib/ |
D | symtable.py | 45 self._table = raw_table 55 if self._table.name == "top": 59 self._table.name, 68 if self._table.type == _symtable.TYPE_MODULE: 70 if self._table.type == _symtable.TYPE_FUNCTION: 72 if self._table.type == _symtable.TYPE_CLASS: 74 assert self._table.type in (1, 2, 3), \ 75 "unexpected type: {0}".format(self._table.type) 80 return self._table.id 89 return self._table.name [all …]
|
/third_party/eudev/src/shared/ |
D | util.h | 158 if (i < 0 || i >= (type) ELEMENTSOF(name##_table)) \ 160 return name##_table[i]; \ 168 for (i = 0; i < (type)ELEMENTSOF(name##_table); i++) \ 169 if (name##_table[i] && \ 170 streq(name##_table[i], s)) \ 192 if (i < (type) ELEMENTSOF(name##_table)) { \ 193 s = strdup(name##_table[i]); \ 208 for (i = 0; i < (type)ELEMENTSOF(name##_table); i++) \ 209 if (name##_table[i] && \ 210 streq(name##_table[i], s)) \
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.h | 72 #define OTV_OPTIONAL_TABLE( _table ) FT_UShort _table; \ argument 73 FT_Bytes _table ## _p 75 #define OTV_OPTIONAL_TABLE32( _table ) FT_ULong _table; \ argument 76 FT_Bytes _table ## _p
|
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.h | 73 #define OTV_OPTIONAL_TABLE( _table ) FT_UShort _table; \ argument 74 FT_Bytes _table ## _p 76 #define OTV_OPTIONAL_TABLE32( _table ) FT_ULong _table; \ argument 77 FT_Bytes _table ## _p
|
/third_party/freetype/src/otvalid/ |
D | otvcommn.h | 72 #define OTV_OPTIONAL_TABLE( _table ) FT_UShort _table; \ argument 73 FT_Bytes _table ## _p 75 #define OTV_OPTIONAL_TABLE32( _table ) FT_ULong _table; \ argument 76 FT_Bytes _table ## _p
|
/third_party/typescript/tests/baselines/reference/ |
D | keyofInferenceLowerPriorityThanReturn.types | 68 function insertOnConflictDoNothing<Req extends object, Def extends object>(_table: Table<Req, Def>,… 69 >insertOnConflictDoNothing : <Req extends object, Def extends object>(_table: Table<Req, Def>, _con… 70 >_table : Table<Req, Def> 83 >insertOnConflictDoNothing : <Req extends object, Def extends object>(_table: Table<Req, Def>, _con…
|
D | keyofInferenceLowerPriorityThanReturn.js | 41 function insertOnConflictDoNothing<Req extends object, Def extends object>(_table: Table<Req, Def>,… 52 function insertOnConflictDoNothing(_table, _conflictTarget) { argument
|
D | keyofInferenceLowerPriorityThanReturn.symbols | 111 function insertOnConflictDoNothing<Req extends object, Def extends object>(_table: Table<Req, Def>,… 115 >_table : Symbol(_table, Decl(keyofInferenceLowerPriorityThanReturn.ts, 39, 75))
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | keyofInferenceLowerPriorityThanReturn.ts | 40 function insertOnConflictDoNothing<Req extends object, Def extends object>(_table: Table<Req, Def>,…
|
/third_party/libunwind/doc/ |
D | libunwind-dynamic.tex | 116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used 118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member 165 is described by a structure of type \Type{unw\_dyn\_table\_info}.
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 984 return format_assoc( name##_table, key ); \
|
/third_party/flutter/engine/flutter/lib/snapshot/ |
D | fuchsia_compilation_trace.txt | 435 dart:collection,ListQueue,set:_table 501 dart:collection,_CompactIterator,get:_table 572 dart:collection,_CompactIterable,get:_table
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 950 dart:collection,ListQueue,get:_table 958 dart:collection,ListQueue,set:_table 977 dart:collection,_CompactIterable,get:_table 985 dart:collection,_CompactIterator,get:_table
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1404 …com/nodejs/node/commit/502173b54e)] - **lib**: replace var to let in cli\_table.js (Jing Lin) [#30…
|