Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 98) sorted by relevance

1234

/ndk/tests/device/test-gnustl-full/unit/
Dmoney_facets_test.cpp84 size_t index = 0; in _money_put_get2() local
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) || in _money_put_get2()
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) ); in _money_put_get2()
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) { in _money_put_get2()
111 index += p; in _money_put_get2()
113 index += p_old; in _money_put_get2()
133 CPPUNIT_ASSERT( str_res[index++] == '1' ); in _money_put_get2()
135 … CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep ); in _money_put_get2()
137 CPPUNIT_ASSERT( str_res[index++] == '2' ); in _money_put_get2()
138 CPPUNIT_ASSERT( str_res[index++] == '3' ); in _money_put_get2()
[all …]
Dallocator_test.cpp130 thread_vector& getThreadVector(size_t index) { in getThreadVector() argument
132 return *threadVectors[(index + 1 == threadVectors.size()) ? 0 : index + 1]; in getThreadVector()
Dmvctor_test.cpp626 size_t index = 0; in vector_test() local
629 advance(it, index % vect.size()); in vector_test()
637 index += 3; in vector_test()
655 size_t index = 0; in vector_test() local
658 advance(it, index % vect.size()); in vector_test()
666 index += 3; in vector_test()
679 size_t index = 0; in vector_test() local
682 advance(it, index % vect.size()); in vector_test()
690 index += 3; in vector_test()
704 size_t index = 0; in vector_test() local
[all …]
/ndk/tests/device/test-stlport/unit/
Dmoney_facets_test.cpp84 size_t index = 0; in _money_put_get2() local
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) || in _money_put_get2()
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) ); in _money_put_get2()
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) { in _money_put_get2()
111 index += p; in _money_put_get2()
113 index += p_old; in _money_put_get2()
133 CPPUNIT_ASSERT( str_res[index++] == '1' ); in _money_put_get2()
135 … CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep ); in _money_put_get2()
137 CPPUNIT_ASSERT( str_res[index++] == '2' ); in _money_put_get2()
138 CPPUNIT_ASSERT( str_res[index++] == '3' ); in _money_put_get2()
[all …]
Dallocator_test.cpp130 thread_vector& getThreadVector(size_t index) { in getThreadVector() argument
132 return *threadVectors[(index + 1 == threadVectors.size()) ? 0 : index + 1]; in getThreadVector()
Dmvctor_test.cpp626 size_t index = 0; in vector_test() local
629 advance(it, index % vect.size()); in vector_test()
637 index += 3; in vector_test()
655 size_t index = 0; in vector_test() local
658 advance(it, index % vect.size()); in vector_test()
666 index += 3; in vector_test()
679 size_t index = 0; in vector_test() local
682 advance(it, index % vect.size()); in vector_test()
690 index += 3; in vector_test()
704 size_t index = 0; in vector_test() local
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
Ddtor.pass.cpp35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument
43 assert(index == 4); in f1()
48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument
56 assert(index == 5); in f2()
61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() argument
69 assert(index == 6); in f3()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
Dimbue.pass.cpp37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument
45 assert(index == 4); in f1()
50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument
58 assert(index == 5); in f2()
63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() argument
71 assert(index == 6); in f3()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-test-part.cc73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { in GetTestPartResult()
74 if (index < 0 || index >= size()) { in GetTestPartResult()
75 printf("\nInvalid index (%d) into TestPartResultArray.\n", index); in GetTestPartResult()
79 return array_[index]; in GetTestPartResult()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dimbue.pass.cpp31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument
39 assert(index == 4); in f1()
44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument
52 assert(index == 5); in f2()
57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() argument
65 assert(index == 6); in f3()
Dmove.pass.cpp42 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument
47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument
52 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() argument
56 assert(index == 7); in g1()
61 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() argument
65 assert(index == 8); in g2()
70 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3() argument
74 assert(index == 9); in g3()
Dswap.pass.cpp41 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument
43 assert(index == 4); in f1()
47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument
49 assert(index == 5); in f2()
53 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() argument
55 assert(index == 7); in g1()
59 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() argument
61 assert(index == 8); in g2()
65 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3() argument
67 assert(index == 9); in g3()
Dcopyfmt.pass.cpp34 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument
44 assert(index == 4); in f1()
49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument
59 assert(index == 5); in f2()
64 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() argument
74 assert(index == 7); in g1()
79 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() argument
89 assert(index == 8); in g2()
94 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3() argument
104 assert(index == 9); in g3()
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp96 _Stl_expand_array(PODType* __array, size_t N, int index) { in _Stl_expand_array() argument
97 if ((int)N < index + 1) { in _Stl_expand_array()
98 size_t new_N = (max)(2 * N, size_t(index + 1)); in _Stl_expand_array()
150 long& ios_base::iword(int index) { in iword() argument
153 pair<long*, size_t> tmp = _Stl_expand_array(_M_iwords, _M_num_iwords, index); in iword()
157 return _M_iwords[index]; in iword()
167 void*& ios_base::pword(int index) { in pword() argument
170 pair<void**, size_t> tmp = _Stl_expand_array(_M_pwords, _M_num_pwords, index); in pword()
174 return _M_pwords[index]; in pword()
183 void ios_base::register_callback(event_callback __fn, int index) { in register_callback() argument
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c462 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() argument
464 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value); in _Unwind_GetGR()
466 (void *)context, index, (uint64_t)value); in _Unwind_GetGR()
470 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() argument
473 (void *)context, index, (uint64_t)value); in _Unwind_SetGR()
474 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value); in _Unwind_SetGR()
497 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR() argument
500 unw_get_reg(cursor, index, &result); in _Unwind_GetGR()
502 (void *)context, index, (uint64_t)result); in _Unwind_GetGR()
507 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() argument
[all …]
DUnwind-sjlj.c360 int index) { in _Unwind_GetGR() argument
362 context, index); in _Unwind_GetGR()
364 return ufc->resumeParameters[index]; in _Unwind_GetGR()
369 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() argument
372 , context, index, new_value); in _Unwind_SetGR()
374 ufc->resumeParameters[index] = new_value; in _Unwind_SetGR()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/
Dregister_callback.pass.cpp35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument
40 assert(index == 4); in f1()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch69 index 0000000..98ce721
77 index 0000000..03b53c7
85 index 0000000..40c327e
93 index 0000000..1dfb35c
101 index 0000000..92e9198
109 index 0000000..0781f06
117 index 0000000..2f7a580
125 index 0000000..711980c
133 index 0000000..18ebdc9
141 index 0000000..0ecaeb2
[all …]
D0005-Fix-gabi-stlport-llvm-libc-build.patch14 index 3ce6f2e..bd22133 100644
27 index 3b7c341..9130ab3 100644
40 index aff4b18..26de25f 100644
53 index b428120..b1bceb5 100644
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
Dconcept_def.hpp49 # define BOOST_CONCEPT_typename(r, ignored, index, t) \ argument
50 BOOST_PP_COMMA_IF(index) typename t
/ndk/build/awk/
Dextract-launchable.awk54 if (index(name, ".") == 0) {
115 _xml_p = index($0, "<"); # get start marker
190 _xml_p = index(XML_RPATH, "/");
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_guard.cpp35 int index = (int)(intptr_t)arg; in thread_run() local
36 sInstances[index] = getInstance(); in thread_run()
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h97 uint64_t _Unwind_GetGR(struct _Unwind_Context*, int index);
98 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dargv_traverser.ipp52 for( int index = 1; index < argc; ++index ) {
53 m_buffer += argv[index];
54 if( index != argc-1 )
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.h823 size_t index() const { return _M_current_pos; }
1871 { insert(__p.index(), __r); return __p; }
1873 { insert(__p.index(), __n, __c); return __p; }
1875 { insert(__p.index(), __c); return __p; }
1877 { insert(__p.index()); return __p; }
1879 { insert(__p.index(), c_string); return __p; }
1881 { insert(__p.index(), __i, __n); return __p; }
1884 { insert(__p.index(), __i, __j); return __p; }
1887 { insert(__p.index(), __i, __j); return __p; }
1890 { insert(__p.index(), __i, __j); return __p; }
[all …]

1234