Home
last modified time | relevance | path

Searched refs:enumerators (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/gio/
Dgcontenttype.c1221 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/
Dgenerate_pins.py115 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/
DMsgPack.def10 /// Macros for running through MessagePack enumerators.
DDwarf.def9 // Macros for running through Dwarf enumerators.
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py1252 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/
Dregex_grep.qbk56 flags: The flags that determine how matching is carried out, one of the match_flags enumerators.
/third_party/skia/third_party/externals/tint/src/
Dintrinsics.def223 // except of course, they match against integer numbers or enumerators //
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst938 * enum: keep enumerators as int if they fit
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md2839 * Similar changes have been made to property enumerators, property deleters, property query, index …
/third_party/glib/
DNEWS1663 - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
/third_party/python/Misc/
DHISTORY23221 - The enumerators of cmp_op have been renamed to use the prefix ``PyCmp_``.