HomeSort by relevance Sort by last modified time
    Searched full:binary_search (Results 1 - 25 of 33) sorted by null

1 2

  /external/stlport/test/unit/
bsearch_test.cpp 35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
  /ndk/tests/device/test-gnustl-full/unit/
bsearch_test.cpp 35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
  /ndk/tests/device/test-stlport/unit/
bsearch_test.cpp 35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.cc 165 // binary_search in ProcessConflictSet.
224 !binary_search(conflict_set->begin(), conflict_set->end(), parentid))
233 if (!binary_search(conflict_set->begin(), conflict_set->end(), id))
245 if (!binary_search(conflict_set->begin(), conflict_set->end(), id))
269 !binary_search(conflict_set->begin(), conflict_set->end(), parent_id)) {
292 if (!binary_search(conflict_set->begin(), conflict_set->end(), id)) {
319 if (!binary_search(conflict_set->begin(), conflict_set->end(), id)) {
  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 151 if (!std::binary_search(MST.begin(), MST.end(), edge)) {
174 if (!std::binary_search(MST.begin(), MST.end(), edge)) {
185 if (!std::binary_search(MST.begin(), MST.end(), edge)) {
  /external/valgrind/tsan/
dense_multimap.h 104 return std::binary_search(begin(), end(), t);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 46 binary_search
200 binary_search(_FIter, _FIter, const _Tp&);
204 binary_search(_FIter, _FIter, const _Tp&, _Compare);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 46 binary_search
200 binary_search(_FIter, _FIter, const _Tp&);
204 binary_search(_FIter, _FIter, const _Tp&, _Compare);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 46 binary_search
200 binary_search(_FIter, _FIter, const _Tp&);
204 binary_search(_FIter, _FIter, const _Tp&, _Compare);
  /external/chromium/chrome/browser/sync/sessions/
status_controller.cc 173 return std::binary_search(proj.begin(), proj.end(), index);
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 152 bool IsExitBlock = std::binary_search(ExitBlocks.begin(),
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 190 if (!std::binary_search(LoopBBs.begin(), LoopBBs.end(), *I)) {
221 if (!std::binary_search(LoopBBs.begin(), LoopBBs.end(), *I))
252 if (!std::binary_search(LoopBBs.begin(), LoopBBs.end(), *I))
429 if (std::binary_search(LoopBBs.begin(), LoopBBs.end(), *SI)) {
438 if (std::binary_search(LoopBBs.begin(), LoopBBs.end(), N))
468 assert(std::binary_search(LoopBBs.begin(), LoopBBs.end(), *BI) &&
    [all...]
  /external/stlport/stlport/stl/
_algo.h 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
_algo.c     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 86 return std::binary_search(LoopBlocks.begin(), LoopBlocks.end(), B);
  /external/icu4c/test/perf/collperf/
collperf.cpp 402 binary_search(i);
407 void binary_search(int32_t random) { function in class:CmdBinSearch
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 632 if (std::binary_search(restored.begin(), restored.end(),
721 if (std::binary_search(csd_whitelist_.begin(), csd_whitelist_.end(), *it))
    [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 338 if (std::binary_search(LoopBBs.begin(), LoopBBs.end(), *I))
  /external/webkit/Source/WebCore/platform/
KURL.cpp     [all...]
KURLGoogle.cpp 55 using std::binary_search;
    [all...]
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 741 if (std::binary_search(OpSuccBlocks.begin(), OpSuccBlocks.end(),
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 463 return binary_search(disabled_cipher_suites_.begin(),
    [all...]

Completed in 1244 milliseconds

1 2