HomeSort by relevance Sort by last modified time
    Searched defs:min_element (Results 1 - 16 of 16) sorted by null

  /system/security/keystore/
auth_token_table.cpp 70 template <typename Container> typename Container::iterator min_element(Container& container) { function in namespace:keystore
71 return std::min_element(container.begin(), container.end());
91 *min_element(entries_) = std::move(new_entry);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h 2273 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2280 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2323 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2333 min_element(_FIterator __begin, _FIterator __end) function in namespace:__parallel
2343 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2354 min_element(_FIterator __begin, _FIterator __end, _Compare __comp) function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h 2273 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2280 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2323 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2333 min_element(_FIterator __begin, _FIterator __end) function in namespace:__parallel
2343 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2354 min_element(_FIterator __begin, _FIterator __end, _Compare __comp) function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algo.h 2273 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2280 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2323 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2333 min_element(_FIterator __begin, _FIterator __end) function in namespace:__parallel
2343 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2354 min_element(_FIterator __begin, _FIterator __end, _Compare __comp) function in namespace:__parallel
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h 2275 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2282 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2325 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2335 min_element(_FIterator __begin, _FIterator __end) function in namespace:__parallel
2345 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2356 min_element(_FIterator __begin, _FIterator __end, _Compare __comp) function in namespace:__parallel
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h 2265 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2272 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2314 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2324 min_element(_FIterator __begin, _FIterator __end) function in namespace:__parallel
2334 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2345 min_element(_FIterator __begin, _FIterator __end, _Compare __comp) function in namespace:__parallel
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h 2265 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2272 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2314 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2324 min_element(_FIterator __begin, _FIterator __end) function in namespace:__parallel
2334 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2345 min_element(_FIterator __begin, _FIterator __end, _Compare __comp) function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 6219 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6247 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 6219 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6247 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 6219 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6247 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_algo.c 1828 _ForwardIter min_element(_ForwardIter __first, _ForwardIter __last) { function
1841 _ForwardIter min_element(_ForwardIter __first, _ForwardIter __last, function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_algo.c 1828 _ForwardIter min_element(_ForwardIter __first, _ForwardIter __last) { function
1841 _ForwardIter min_element(_ForwardIter __first, _ForwardIter __last, function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_algo.c 1828 _ForwardIter min_element(_ForwardIter __first, _ForwardIter __last) { function
1841 _ForwardIter min_element(_ForwardIter __first, _ForwardIter __last, function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 5453 inline min_element(_ForwardIterator __first, _ForwardIterator __last) function
5476 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 5463 inline min_element(_ForwardIterator __first, _ForwardIterator __last) function
5486 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 5463 inline min_element(_ForwardIterator __first, _ForwardIterator __last) function
5486 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 545 milliseconds