Searched defs:choose (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp58 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
61 T choose (InputIter first, InputIter last);
103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) function in class:de::Random
126 T Random::choose (InputIter first, InputIter last) function in class:de::Random
130 choose(first, last, &val, 1);
/external/jemalloc/src/
H A Djemalloc.c564 unsigned i, choose, first_null; local
566 choose = 0;
577 arenas[choose]->nthreads)
578 choose = i;
593 if (arenas[choose]->nthreads == 0
599 ret = arenas[choose];
602 choose = first_null;
603 ret = arena_init_locked(choose);
609 arena_bind_locked(tsd, choose);
/external/skia/src/core/
H A DSkDraw.cpp56 void choose(const SkBitmap& device, const SkMatrix& matrix, function in class:SkAutoBlitterChoose
1107 blitterStorage.choose(*fBitmap, *fMatrix, *paint, drawCoverage);
1637 blitterChooser.choose(*fBitmap, *fMatrix, paint);
1756 blitterChooser.choose(*fBitmap, *fMatrix, paint);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 212 milliseconds