HomeSort by relevance Sort by last modified time
    Searched refs:count_if (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
count_if.pass.cpp 15 // count_if(Iter first, Iter last, Pred pred);
34 return (std::count_if(std::begin(ia), std::end(ia), eq(2)) == 3)
35 && (std::count_if(std::begin(ib), std::end(ib), eq(9)) == 0)
44 assert(std::count_if(input_iterator<const int*>(ia),
47 assert(std::count_if(input_iterator<const int*>(ia),
50 assert(std::count_if(input_iterator<const int*>(ia),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.count/
count_if.pass.cpp 15 // count_if(Iter first, Iter last, Pred pred);
34 assert(std::count_if(input_iterator<const int*>(ia),
37 assert(std::count_if(input_iterator<const int*>(ia),
40 assert(std::count_if(input_iterator<const int*>(ia),
  /hardware/google/av/media/sfplugin/tests/
ReflectedParamUpdater_test.cpp 157 EXPECT_EQ(1, std::count_if(indices.begin(), indices.end(),
159 EXPECT_EQ(1, std::count_if(indices.begin(), indices.end(),
161 EXPECT_EQ(0, std::count_if(indices.begin(), indices.end(),
163 EXPECT_EQ(0, std::count_if(indices.begin(), indices.end(),
165 EXPECT_EQ(0, std::count_if(indices.begin(), indices.end(),
203 EXPECT_EQ(0, std::count_if(indices.begin(), indices.end(),
205 EXPECT_EQ(0, std::count_if(indices.begin(), indices.end(),
207 EXPECT_EQ(1, std::count_if(indices.begin(), indices.end(),
209 EXPECT_EQ(0, std::count_if(indices.begin(), indices.end(),
211 EXPECT_EQ(1, std::count_if(indices.begin(), indices.end()
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
eliminate_dead_constant_pass.cpp 41 std::count_if(uses->begin(), uses->end(), [](const analysis::Use& u) {
  /hardware/interfaces/memtrack/1.0/vts/functional/
VtsHalMemtrackV1_0TargetTest.cpp 40 using std::count_if;
73 count_if(flagSet.begin(), flagSet.end(),
  /external/libmojo/base/android/library_loader/
library_prefetcher.cc 187 std::count_if(is_page_resident.begin(), is_page_resident.end(),
  /frameworks/ml/nn/common/include/
CpuExecutor.h 193 return std::count_if(inputs.begin(), inputs.end(),
  /external/llvm/include/llvm/ADT/
STLExtras.h 422 /// Wrapper function around std::count_if to count the number of times an
425 auto count_if(R &&Range, UnaryPredicate &&P)
427 return std::count_if(Range.begin(), Range.end(), P);
  /external/google-benchmark/src/
statistics.cc 81 std::count_if(reports.begin(), reports.end(),
  /external/libcxx/utils/google-benchmark/src/
statistics.cc 81 std::count_if(reports.begin(), reports.end(),
  /external/tensorflow/tensorflow/compiler/xla/service/
instruction_fusion.cc 143 return std::count_if(hlo->operands().begin(), hlo->operands().end(),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Operator.h 476 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Operator.h 476 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Operator.h 476 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Operator.h 476 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Operator.h 476 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Operator.h 476 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Operator.h 476 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Operator.h 476 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.cc 159 std::count_if(reports.begin(), reports.end(),
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer_test.cc 633 EXPECT_EQ(0, std::count_if(
657 EXPECT_EQ(1, std::count_if(
679 EXPECT_EQ(1, std::count_if(
712 EXPECT_EQ(1, std::count_if(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 102 count_if(_IIter, _IIter, _Predicate);
106 count_if(_IIter, _IIter, _Predicate, __gnu_parallel::sequential_tag);
110 count_if(_IIter, _IIter, _Predicate, __gnu_parallel::_Parallelism);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algorithmfwd.h 102 count_if(_IIter, _IIter, _Predicate);
106 count_if(_IIter, _IIter, _Predicate, __gnu_parallel::sequential_tag);
110 count_if(_IIter, _IIter, _Predicate, __gnu_parallel::_Parallelism);
  /external/pdfium/core/fxcrt/
fx_bidi.cpp 591 size_t nR2L = std::count_if(m_Order.begin(), m_Order.end(),
596 size_t nL2R = std::count_if(m_Order.begin(), m_Order.end(),
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 650 /// Wrapper function around std::count_if to count the number of times an
653 auto count_if(R &&Range, UnaryPredicate P) -> typename std::iterator_traits<
655 return std::count_if(std::begin(Range), std::end(Range), P);

Completed in 1203 milliseconds

1 2 3 4