Home
last modified time | relevance | path

Searched defs:enumerate (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/util/
Dtuple.hpp40 struct enumerate { struct
42 type;
46 struct enumerate<0, Is...> { struct
47 typedef integral_sequence<Is...> type;
/external/pdfium/fxjs/xfa/
Dcjx_signaturepseudomodel.cpp45 CJS_Return CJX_SignaturePseudoModel::enumerate( in enumerate() function in CJX_SignaturePseudoModel
/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java63 void enumerate () throws IOException; in enumerate() method
75 public void enumerate () throws IOException in enumerate() method in IPathEnumerator.Factory.PathEnumerator
/external/adhd/cras/src/server/
Dcras_gpio_jack.c63 struct udev_enumerate *enumerate; in gpio_switch_list_for_each() local
Dcras_udev.c355 struct udev_enumerate *enumerate = udev_enumerate_new(data->udev); in enumerate_devices() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp377 bool FunctionComparator::enumerate(const Value *V1, const Value *V2) { in enumerate() function in FunctionComparator
/external/python/cpython3/Lib/
Dthreading.py1244 def enumerate(): function
/external/python/cpython2/Lib/
Dthreading.py1174 def enumerate(): function
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DIteratorsTest.java937 private static Enumeration<Integer> enumerate(Integer... ints) { in enumerate() method in IteratorsTest
/external/guava/guava-tests/test/com/google/common/collect/
DIteratorsTest.java1182 private static Enumeration<Integer> enumerate(Integer... ints) { in enumerate() method in IteratorsTest