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

1 2

  /system/security/keystore/
auth_token_table.cpp 42 template <typename Container> typename Container::iterator min_element(Container& container) { function in namespace:keymaster
43 return std::min_element(container.begin(), container.end());
57 *min_element(entries_) = std::move(new_entry);
  /external/vixl/src/vixl/
invalset.h 111 const ElementType min_element();
299 if (valid_cached_min_ && (element < min_element())) {
367 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::min_element() { function in class:vixl::InvalSet
381 return Key(min_element());
  /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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/9/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...]
  /ndk/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/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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 6032 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6060 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/5/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/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 6032 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6060 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/6/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/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 6032 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6060 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 6032 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6060 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/8/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/9/sources/cxx-stl/EH/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 6219 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6247 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 6213 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6241 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 6244 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6272 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 6213 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6241 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 6244 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6272 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 1357 milliseconds

1 2