HomeSort by relevance Sort by last modified time
    Searched full:binary_search (Results 26 - 50 of 53) sorted by null

12 3

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 88 return std::binary_search(LoopBlocks.begin(), LoopBlocks.end(), B);
  /external/icu4c/test/perf/collperf/
collperf.cpp 411 binary_search(i);
416 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...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
algorithm 368 binary_search(ForwardIterator first, ForwardIterator last, const T& value);
372 binary_search(ForwardIterator first, ForwardIterator last, const T& value, Compare comp);
    [all...]
  /external/webkit/Source/WebCore/platform/
KURL.cpp     [all...]
KURLGoogle.cpp 55 using std::binary_search;
    [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 328 if (std::binary_search(LoopBBs.begin(), LoopBBs.end(), *I))
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 771 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...]
  /external/stlport/stlport/stl/
_algo.c     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.c     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.c     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.c     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.c     [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 957 return binary_search(ids_.begin(), ids_.end(), id);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 2789 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2822 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 2700 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2733 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 2700 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2733 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 2789 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2822 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 2789 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2822 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 2789 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2822 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 2789 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2822 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 2700 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2733 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 2722 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2755 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 1006 milliseconds

12 3