Home
last modified time | relevance | path

Searched refs:_table (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/
Dsymtable.py45 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/
Dutil.h158 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/
Dotvcommn.h72 #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/
Dotvcommn.h73 #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/
Dotvcommn.h72 #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/
DkeyofInferenceLowerPriorityThanReturn.types68 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…
DkeyofInferenceLowerPriorityThanReturn.js41 function insertOnConflictDoNothing<Req extends object, Def extends object>(_table: Table<Req, Def>,…
52 function insertOnConflictDoNothing(_table, _conflictTarget) { argument
DkeyofInferenceLowerPriorityThanReturn.symbols111 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/
DkeyofInferenceLowerPriorityThanReturn.ts40 function insertOnConflictDoNothing<Req extends object, Def extends object>(_table: Table<Req, Def>,…
/third_party/libunwind/doc/
Dlibunwind-dynamic.tex116 \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/
Delfio_dump.hpp984 return format_assoc( name##_table, key ); \
/third_party/flutter/engine/flutter/lib/snapshot/
Dfuchsia_compilation_trace.txt435 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/
Dcompilation_trace.txt950 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/
DCHANGELOG_V13.md1404 …com/nodejs/node/commit/502173b54e)] - **lib**: replace var to let in cli\_table.js (Jing Lin) [#30…