HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 276 - 300 of 4302) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCSymbolizer.h 20 #include <algorithm>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCSymbolizer.h 20 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
partition_copy.pass.cpp 10 // <algorithm>
19 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/
adjacent_find_pred.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/
all_of.pass.cpp 10 // <algorithm>
16 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/
count_if.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/
pop_heap.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/
sort_heap.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
max_init_list.pass.cpp 10 // <algorithm>
16 #include <algorithm>
min_init_list.pass.cpp 10 // <algorithm>
16 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.mutate/
default.pass.cpp 23 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.mutate/
default.pass.cpp 23 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.partitions/
partition_copy.pass.cpp 10 // <algorithm>
19 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
adjacent_find_pred.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.all_of/
all_of.pass.cpp 10 // <algorithm>
16 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.count/
count_if.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
pop_heap.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
sort_heap.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.min.max/
max_init_list.pass.cpp 10 // <algorithm>
16 #include <algorithm>
min_init_list.pass.cpp 10 // <algorithm>
16 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
find.pass.cpp 18 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/algorithms/alg.search/
search.pass.cpp 12 // <algorithm>
21 #include <experimental/algorithm>
  /system/keymaster/
operation.h 43 : algorithm(alg), purpose(purp) {}
45 keymaster_algorithm_t algorithm; member in struct:keymaster::OperationFactory::KeyType
49 return algorithm == rhs.algorithm && purpose == rhs.purpose;
  /system/tpm/trunks/
tpm_state.h 95 // Gets |algorithm| |properties|. |properties| may be NULL. Returns false if
96 // properties are not available for the algorithm.
97 virtual bool GetAlgorithmProperties(TPM_ALG_ID algorithm,
  /system/keymaster/include/keymaster/
soft_keymaster_device.h 90 bool FindUnsupportedDigest(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose,
93 bool RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose,
97 static void StoreDefaultNewKeyParams(keymaster_algorithm_t algorithm,
100 keymaster_algorithm_t* algorithm);
114 keymaster_algorithm_t algorithm,
119 keymaster_algorithm_t algorithm,
124 keymaster_algorithm_t algorithm,
129 keymaster_algorithm_t algorithm,
133 keymaster_algorithm_t algorithm,

Completed in 1476 milliseconds

<<11121314151617181920>>