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

1 2

  /external/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.all_of/all_of
20 test_src := all_of.pass.cpp
all_of.pass.cpp 14 // all_of(InputIterator first, InputIterator last, Predicate pred);
34 assert(std::all_of(input_iterator<const int*>(ia),
36 assert(std::all_of(input_iterator<const int*>(ia),
42 assert(std::all_of(input_iterator<const int*>(ia),
44 assert(std::all_of(input_iterator<const int*>(ia),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/
all_of.pass.cpp 14 // all_of(InputIterator first, InputIterator last, Predicate pred);
34 assert(std::all_of(input_iterator<const int*>(ia),
36 assert(std::all_of(input_iterator<const int*>(ia),
42 assert(std::all_of(input_iterator<const int*>(ia),
44 assert(std::all_of(input_iterator<const int*>(ia),
  /external/libcxx/test/containers/sequences/dynarray/dynarray.cons/
default.pass.cpp 49 assert ( std::all_of ( d1.begin (), d1.end (), []( const T &item ){ return item == T(); } ));
53 assert ( std::all_of ( d2.begin (), d2.end (), [&val]( const T &item ){ return item == val; } ));
57 assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } ));
88 assert ( std::all_of ( d1.begin (), d1.end (), []( long item ){ return item == 3L; } ));
alloc.pass.cpp 61 assert ( std::all_of ( d1.begin (), d1.end (), []( const T &item ){ return item == T(); } ));
66 assert ( std::all_of ( d2.begin (), d2.end (), [&val]( const T &item ){ return item == val; } ));
71 assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } ));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
default.pass.cpp 49 assert ( std::all_of ( d1.begin (), d1.end (), []( const T &item ){ return item == T(); } ));
53 assert ( std::all_of ( d2.begin (), d2.end (), [&val]( const T &item ){ return item == val; } ));
57 assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } ));
88 assert ( std::all_of ( d1.begin (), d1.end (), []( long item ){ return item == 3L; } ));
alloc.pass.cpp 61 assert ( std::all_of ( d1.begin (), d1.end (), []( const T &item ){ return item == T(); } ));
66 assert ( std::all_of ( d2.begin (), d2.end (), [&val]( const T &item ){ return item == val; } ));
71 assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } ));
  /external/libcxx/test/containers/sequences/dynarray/dynarray.mutate/
default.pass.cpp 35 assert ( std::all_of ( d1.begin (), d1.end (),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.mutate/
default.pass.cpp 35 assert ( std::all_of ( d1.begin (), d1.end (),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
format.cpp 157 if (std::all_of(ctx->devs.begin(), ctx->devs.end(),
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 123 bool CanDiscard = std::all_of(I, UB, [](ComdatGVPairsTy::value_type Pair) {
  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.cpp 157 if (std::all_of(ctx->devs.begin(), ctx->devs.end(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 46 all_of (C++0x)
194 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 44 all_of (C++0x)
191 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 44 all_of (C++0x)
191 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 44 all_of (C++0x)
191 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 44 all_of (C++0x)
191 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 46 all_of (C++0x)
194 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 46 all_of (C++0x)
194 all_of(_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 48 all_of (C++0x)
196 all_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 48 all_of (C++0x)
196 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 48 all_of (C++0x)
196 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 48 all_of (C++0x)
196 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 48 all_of (C++0x)
196 all_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 48 all_of (C++0x)
196 all_of(_IIter, _IIter, _Predicate);

Completed in 382 milliseconds

1 2