/external/libcxx/test/std/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),
|
/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/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/llvm/tools/llvm-pdbdump/ |
LinePrinter.cpp | 30 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) 33 if (any_of(ExcludeFilters, match_pred))
|
/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
|
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 374 /// Provide wrappers to std::any_of which take ranges instead of having to pass 377 bool any_of(R &&Range, UnaryPredicate &&P) { function in namespace:llvm 378 return std::any_of(Range.begin(), Range.end(),
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
PaddingChecker.cpp | 161 if (std::any_of(RD->field_begin(), RD->field_end(), IsTrickyField))
|
LocalizationChecker.cpp | 568 return std::any_of( [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCBoolRetToInt.cpp | 196 if (!std::any_of(Defs.begin(), Defs.end(), isa<Instruction, Value *>))
|
/system/security/keystore/ |
auth_token_table.cpp | 163 return std::any_of(entries_.begin(), entries_.end(),
|
/external/libweave/src/privet/ |
security_manager_unittest.cc | 48 !std::any_of(text.begin(), text.end(),
|
/external/llvm/tools/llvm-dwp/ |
llvm-dwp.cpp | 167 if (any_of(TypeIndexEntries, [&](const UnitIndexEntry &E) {
|
/external/llvm/lib/Transforms/Utils/ |
LoopUtils.cpp | 721 if (std::any_of(Users.begin(), Users.end(), [&](User *U) {
|
/external/drm_hwcomposer/ |
drmdisplaycompositor.cpp | 173 return std::any_of(comp_planes.begin(), comp_planes.end(), [all...] |
/external/llvm/lib/Analysis/ |
LazyCallGraph.cpp | 516 if (!std::any_of(G->LeafSCCs.begin(), G->LeafSCCs.end(),
|
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | 111 return std::any_of(TypeVec.begin(), TypeVec.end(), isInteger); 117 return std::any_of(TypeVec.begin(), TypeVec.end(), isFloatingPoint); 122 return std::any_of(TypeVec.begin(), TypeVec.end(), isScalar); 128 return std::any_of(TypeVec.begin(), TypeVec.end(), isVector); [all...] |
/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-linux-glibc2.15-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);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
algorithmfwd.h | 49 any_of (C++0x) 200 any_of(_IIter, _IIter, _Predicate);
|
/external/llvm/lib/Transforms/Scalar/ |
RewriteStatepointsForGC.cpp | 256 return std::any_of(ST->subtypes().begin(), ST->subtypes().end(), [all...] |