Searched refs:enumerators (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/gio/ |
D | gcontenttype.c | 1221 GFileEnumerator **enumerators; member 1260 if (e->enumerators[depth] == NULL) in next_match_recurse() 1268 e->enumerators[depth] = g_file_enumerate_children (file, in next_match_recurse() 1275 if (e->enumerators[depth] == NULL) in next_match_recurse() 1279 while ((info = g_file_enumerator_next_file (e->enumerators[depth], NULL, NULL))) in next_match_recurse() 1291 g_object_unref (e->enumerators[depth]); in next_match_recurse() 1292 e->enumerators[depth] = NULL; in next_match_recurse() 1332 e->enumerators = g_new0 (GFileEnumerator *, e->depth); in enumerator_new() 1333 e->enumerators[0] = g_file_enumerate_children (root, in enumerator_new() 1349 if (e->enumerators[i]) in enumerator_free() [all …]
|
/third_party/jerryscript/targets/mbedos5/tools/ |
D | generate_pins.py | 115 return [pin.name for pin in node.type.values.enumerators]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPack.def | 10 /// Macros for running through MessagePack enumerators.
|
D | Dwarf.def | 9 // Macros for running through Dwarf enumerators.
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | info.py | 1252 enumerators = [e if isinstance(e, str) else e.name 1254 return enumerators, None 1288 def enumerators(self): member in Enum
|
/third_party/boost/libs/regex/doc/ |
D | regex_grep.qbk | 56 flags: The flags that determine how matching is carried out, one of the match_flags enumerators.
|
/third_party/skia/third_party/externals/tint/src/ |
D | intrinsics.def | 223 // except of course, they match against integer numbers or enumerators //
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 938 * enum: keep enumerators as int if they fit
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_IOJS.md | 2839 * Similar changes have been made to property enumerators, property deleters, property query, index …
|
/third_party/glib/ |
D | NEWS | 1663 - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
|
/third_party/python/Misc/ |
D | HISTORY | 23221 - The enumerators of cmp_op have been renamed to use the prefix ``PyCmp_``.
|