Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 67) sorted by relevance

123

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dpair.hpp31 typedef T1 first; typedef
40 struct first struct
43 typedef typename P::first type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dbinary_search.hpp37 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/unit/
Dalg_test.cpp229 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/
Dalg_test.cpp229 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-stlport_static-exception/jni/
Ddelete3.cpp13 static bool first; member
27 bool Foo::first = true; member in Foo
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddelete3.cpp13 static bool first; member
27 bool Foo::first = true; member in Foo
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp97 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state()
109 parse_number(const char* first, const char* last) in parse_number()
172 parse_floating_number(const char* first, const char* last, C& db) in parse_floating_number()
216 parse_source_name(const char* first, const char* last, C& db) in parse_source_name()
258 parse_substitution(const char* first, const char* last, C& db) in parse_substitution()
366 parse_builtin_type(const char* first, const char* last, C& db) in parse_builtin_type()
515 parse_cv_qualifiers(const char* first, const char* last, unsigned& cv) in parse_cv_qualifiers()
544 parse_template_param(const char* first, const char* last, C& db) in parse_template_param()
601 parse_const_cast_expr(const char* first, const char* last, C& db) in parse_const_cast_expr()
627 parse_dynamic_cast_expr(const char* first, const char* last, C& db) in parse_dynamic_cast_expr()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
Dmin_element_comp.pass.cpp25 test(Iter first, Iter last) in test()
62 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
Dmax_element_comp.pass.cpp25 test(Iter first, Iter last) in test()
62 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
Dmax_element.pass.cpp24 test(Iter first, Iter last) in test()
Dmin_element.pass.cpp24 test(Iter first, Iter last) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/
Ddistance.pass.cpp27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) in test()
/ndk/tests/device/multi-static-instances/jni/
Dmain.cpp15 A* first = A::instance(); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
Diter_alloc.pass.cpp26 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/
Dis_standard_layout.pass.cpp37 T1 first; member
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
Dconstruct_iter_iter.pass.cpp23 test(Iterator first, Iterator last) in test()
Dconstruct_iter_iter_alloc.pass.cpp24 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/
Daccumulate_op.pass.cpp27 test(Iter first, Iter last, T init, T x) in test()
Daccumulate.pass.cpp25 test(Iter first, Iter last, T init, T x) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp24 test(Iterator first, Iterator last) in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/
Diterator.pass.cpp23 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/
Diterator.pass.cpp23 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_erase/
Diter_iter.pass.cpp23 typename S::const_iterator first = s.cbegin() + pos; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
Diter_iter.pass.cpp24 test(Iter first, Iter last, unsigned mc) in test()
Diter_iter_flg.pass.cpp25 test(Iter first, Iter last, std::regex_constants::syntax_option_type f, unsigned mc) in test()

123