Home
last modified time | relevance | path

Searched refs:binary_search (Results 1 – 8 of 8) sorted by relevance

/external/stlport/test/unit/
Dbsearch_test.cpp35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42)); in bsearch1()
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare)); in bsearch2()
/external/webkit/WebCore/platform/
DKURLGoogle.cpp56 using std::binary_search;
848 if (!binary_search(blockedPortList, blockedPortListEnd, port)) in portAllowed()
DKURL.cpp1775 if (!binary_search(blockedPortList, blockedPortListEnd, port)) in portAllowed()
/external/icu4c/test/perf/collperf/
Dcollperf.cpp402 binary_search(i); in call()
407 void binary_search(int32_t random) { in binary_search() function in CmdBinSearch
/external/stlport/stlport/stl/
D_algo.h553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, in binary_search() function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, in binary_search() function
/external/chromium/third_party/icu/source/test/perf/collperf/
Dcollperf.cpp402 binary_search(i); in call()
407 void binary_search(int32_t random) { in binary_search() function in CmdBinSearch
/external/stlport/etc/
DChangeLog-5.17438 * _algo.c : relaxed type requirements for lower_bound, upper_bound, binary_search
/external/webkit/WebCore/
DChangeLog-2007-10-1447144 - use binary_search instead of hash table; slightly better performance and
47148 Use binary_search.