/external/libcxx/test/algorithms/alg.nonmodifying/alg.count/ |
count_if.pass.cpp | 15 // count_if(Iter first, Iter last, Pred pred); 27 assert(std::count_if(input_iterator<const int*>(ia), 30 assert(std::count_if(input_iterator<const int*>(ia), 33 assert(std::count_if(input_iterator<const int*>(ia),
|
Android.mk | 19 test_name := algorithms/alg.nonmodifying/alg.count/count_if 20 test_src := count_if.pass.cpp
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/ |
count_if.pass.cpp | 15 // count_if(Iter first, Iter last, Pred pred); 27 assert(std::count_if(input_iterator<const int*>(ia), 30 assert(std::count_if(input_iterator<const int*>(ia), 33 assert(std::count_if(input_iterator<const int*>(ia),
|
/external/stlport/test/unit/ |
count_test.cpp | 62 int elements = count_if(numbers.begin(), numbers.end(), odd); 66 count_if(numbers.begin(), numbers.end(), odd, elements);
|
func_test.cpp | 49 int n = count_if(v.begin(), v.end(), bigger);
|
logic_test.cpp | 50 int n = count_if(input, input + 7, logical_not<bool>());
|
/ndk/tests/device/test-gnustl-full/unit/ |
count_test.cpp | 62 int elements = count_if(numbers.begin(), numbers.end(), odd); 66 count_if(numbers.begin(), numbers.end(), odd, elements);
|
func_test.cpp | 49 int n = count_if(v.begin(), v.end(), bigger);
|
logic_test.cpp | 50 int n = count_if(input, input + 7, logical_not<bool>());
|
/ndk/tests/device/test-stlport/unit/ |
count_test.cpp | 62 int elements = count_if(numbers.begin(), numbers.end(), odd); 66 count_if(numbers.begin(), numbers.end(), odd, elements);
|
func_test.cpp | 49 int n = count_if(v.begin(), v.end(), bigger);
|
logic_test.cpp | 50 int n = count_if(input, input + 7, logical_not<bool>());
|
/external/chromium_org/base/memory/ |
discardable_memory_unittest.cc | 58 EXPECT_NE(0, std::count_if(supported_types.begin(), 66 EXPECT_EQ(0, std::count_if(supported_types.begin(),
|
/external/chromium_org/cc/resources/ |
image_raster_worker_pool.cc | 55 std::count_if(queue->items.begin(),
|
/external/chromium_org/chrome/browser/thumbnails/ |
content_analysis_unittest.cc | 449 int above_count = std::count_if( 462 above_count = std::count_if( 529 int row_above_count = std::count_if( 539 int column_above_count = std::count_if( 708 int non_zero_color_count = std::count_if(
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
PrerenderingTest.cpp | 135 return std::count_if(m_addedPrerenders.begin(), m_addedPrerenders.end(), std::bind1st(WebPrerenderEqual(), prerender)); 140 return std::count_if(m_canceledPrerenders.begin(), m_canceledPrerenders.end(), std::bind1st(WebPrerenderEqual(), prerender)); 145 return std::count_if(m_abandonedPrerenders.begin(), m_abandonedPrerenders.end(), std::bind1st(WebPrerenderEqual(), prerender));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
algorithmfwd.h | 54 count_if 228 // count_if 600 count_if(_IIter, _IIter, _Predicate);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 56 count_if 230 // count_if 611 count_if(_IIter, _IIter, _Predicate);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
algorithmfwd.h | 56 count_if 230 // count_if 611 count_if(_IIter, _IIter, _Predicate);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 52 count_if 225 // count_if 589 count_if(_IIter, _IIter, _Predicate);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 52 count_if 225 // count_if 589 count_if(_IIter, _IIter, _Predicate);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 52 count_if 225 // count_if 589 count_if(_IIter, _IIter, _Predicate);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
algorithmfwd.h | 52 count_if 225 // count_if 589 count_if(_IIter, _IIter, _Predicate);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
algorithmfwd.h | 54 count_if 228 // count_if 600 count_if(_IIter, _IIter, _Predicate);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 56 count_if 230 // count_if 611 count_if(_IIter, _IIter, _Predicate);
|