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

1 2

  /external/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.any_of/any_of
20 test_src := any_of.pass.cpp
any_of.pass.cpp 14 // any_of(InputIterator first, InputIterator last, Predicate pred);
34 assert(std::any_of(input_iterator<const int*>(ia),
36 assert(std::any_of(input_iterator<const int*>(ia),
42 assert(std::any_of(input_iterator<const int*>(ia),
44 assert(std::any_of(input_iterator<const int*>(ia),
50 assert(std::any_of(input_iterator<const int*>(ia),
52 assert(std::any_of(input_iterator<const int*>(ia),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/
any_of.pass.cpp 14 // any_of(InputIterator first, InputIterator last, Predicate pred);
34 assert(std::any_of(input_iterator<const int*>(ia),
36 assert(std::any_of(input_iterator<const int*>(ia),
42 assert(std::any_of(input_iterator<const int*>(ia),
44 assert(std::any_of(input_iterator<const int*>(ia),
50 assert(std::any_of(input_iterator<const int*>(ia),
52 assert(std::any_of(input_iterator<const int*>(ia),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
program.cpp 38 any_of(is_zero<const char *>(), strings, strings + count))
67 if (any_of([&](const cl_device_id dev) {
95 if (any_of(key_equals<cl_int, module>(CL_INVALID_VALUE),
99 if (any_of(key_equals<cl_int, module>(CL_INVALID_BINARY),
146 if (any_of([&](const cl_device_id dev) {
kernel.cpp 203 any_of([&](const cl_event ev) {
209 any_of(is_zero<cl_event>(), deps, deps + num_deps))
212 if (any_of([](std::unique_ptr<kernel::argument> &arg) {
223 if (!grid_size || any_of(is_zero<size_t>(), grid_size, grid_size + dims))
227 if (any_of([](size_t b, size_t max) {
233 if (any_of([](size_t b, size_t g) {
context.cpp 40 if (any_of(is_zero<cl_device_id>(), devs, devs + num_devs))
transfer.cpp 43 any_of(is_zero<cl_event>(), deps, deps + num_deps))
46 if (any_of([&](const cl_event ev) {
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 38 any_of(is_zero<const char *>(), strings, strings + count))
67 if (any_of([&](const cl_device_id dev) {
95 if (any_of(key_equals<cl_int, module>(CL_INVALID_VALUE),
99 if (any_of(key_equals<cl_int, module>(CL_INVALID_BINARY),
146 if (any_of([&](const cl_device_id dev) {
kernel.cpp 203 any_of([&](const cl_event ev) {
209 any_of(is_zero<cl_event>(), deps, deps + num_deps))
212 if (any_of([](std::unique_ptr<kernel::argument> &arg) {
223 if (!grid_size || any_of(is_zero<size_t>(), grid_size, grid_size + dims))
227 if (any_of([](size_t b, size_t max) {
233 if (any_of([](size_t b, size_t g) {
context.cpp 40 if (any_of(is_zero<cl_device_id>(), devs, devs + num_devs))
transfer.cpp 43 any_of(is_zero<cl_event>(), deps, deps + num_deps))
46 if (any_of([&](const cl_event ev) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
event.cpp 149 any_of([](const ref_ptr<event> &ev) {
base.hpp 241 /// Similar to std::any_of, but it accepts functions of an
246 any_of(F op, It0 it0, It0 end0, Its... its) { function in namespace:clover
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 149 any_of([](const ref_ptr<event> &ev) {
base.hpp 241 /// Similar to std::any_of, but it accepts functions of an
246 any_of(F op, It0 it0, It0 end0, Its... its) { function in namespace:clover
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 47 any_of (C++0x)
198 any_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 45 any_of (C++0x)
195 any_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 45 any_of (C++0x)
195 any_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 45 any_of (C++0x)
195 any_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 45 any_of (C++0x)
195 any_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 47 any_of (C++0x)
198 any_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 47 any_of (C++0x)
198 any_of(_IIter, _IIter, _Predicate);
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 516 if (!std::any_of(G->LeafSCCs.begin(), G->LeafSCCs.end(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 49 any_of (C++0x)
200 any_of(_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 49 any_of (C++0x)
200 any_of(_IIter, _IIter, _Predicate);

Completed in 590 milliseconds

1 2