/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | pair.hpp | 31 typedef T1 first; typedef 40 struct first struct 43 typedef typename P::first type;
|
/ndk/tests/device/test-stlport/unit/ |
D | alg_test.cpp | 229 vector<int>::iterator first; in find_first_of_test() local 241 vector<int>::iterator first; in find_first_of_test() local 259 vector<int>::iterator first; in find_first_of_test() local 271 vector<int>::iterator first; in find_first_of_test() local 285 vector<int>::iterator first; in find_first_of_test() local 299 vector<int>::iterator first; in find_first_of_test() local 314 vector<int>::iterator first; in find_first_of_test() local 328 vector<MyIntComparable>::iterator first; in find_first_of_test() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | alg_test.cpp | 229 vector<int>::iterator first; in find_first_of_test() local 241 vector<int>::iterator first; in find_first_of_test() local 259 vector<int>::iterator first; in find_first_of_test() local 271 vector<int>::iterator first; in find_first_of_test() local 285 vector<int>::iterator first; in find_first_of_test() local 299 vector<int>::iterator first; in find_first_of_test() local 314 vector<int>::iterator first; in find_first_of_test() local 328 vector<MyIntComparable>::iterator first; in find_first_of_test() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | binary_search.hpp | 37 ForwardIter lower_bound(ForwardIter first, ForwardIter last, in lower_bound() 62 ForwardIter lower_bound(ForwardIter first, ForwardIter last, in lower_bound() 87 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound() 112 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound() 138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range() 169 equal_range(ForwardIter first, ForwardIter last, const Tp& val, in equal_range() 200 bool binary_search(ForwardIter first, ForwardIter last, in binary_search() 207 bool binary_search(ForwardIter first, ForwardIter last, in binary_search()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | delete3.cpp | 13 static bool first; member 27 bool Foo::first = true; member in Foo
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | delete3.cpp | 13 static bool first; member 27 bool Foo::first = true; member in Foo
|
/ndk/tests/device/multi-static-instances/jni/ |
D | main.cpp | 15 A* first = A::instance(); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/ |
D | distance.pass.cpp | 27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
D | iter_alloc.pass.cpp | 26 test(It first, It last) in test() 44 test(It first, It last, const A& a) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_standard_layout.pass.cpp | 37 T1 first; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
D | construct_iter_iter.pass.cpp | 23 test(Iterator first, Iterator last) in test()
|
D | construct_iter_iter_alloc.pass.cpp | 24 test(Iterator first, Iterator last, const typename C::allocator_type& a) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/accumulate/ |
D | accumulate.pass.cpp | 25 test(Iter first, Iter last, T init, T x) in test()
|
D | accumulate_op.pass.cpp | 27 test(Iter first, Iter last, T init, T x) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
D | construct_iter_iter.pass.cpp | 23 test(Iterator first, Iterator last) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/ |
D | iterator.pass.cpp | 23 test(S s, It first, It last, S expected) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/ |
D | iterator.pass.cpp | 23 test(S s, It first, It last, S expected) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
D | min_element_comp.pass.cpp | 25 test(Iter first, Iter last) in test()
|
D | max_element.pass.cpp | 24 test(Iter first, Iter last) in test()
|
D | min_element.pass.cpp | 24 test(Iter first, Iter last) in test()
|
D | max_element_comp.pass.cpp | 25 test(Iter first, Iter last) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
D | iter_iter.pass.cpp | 24 test(Iter first, Iter last, unsigned mc) in test()
|
D | iter_iter_flg.pass.cpp | 25 test(Iter first, Iter last, std::regex_constants::syntax_option_type f, unsigned mc) in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/ |
D | iter_iter.pass.cpp | 23 typename S::const_iterator first = s.cbegin() + pos; in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/ |
D | iter_iter_iter.pass.cpp | 23 test(S s, typename S::difference_type pos, It first, It last, S expected) in test()
|