Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 89) 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 …]
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 …]
Dallocator_test.cpp130 thread_vector& getThreadVector(size_t index) { in getThreadVector() argument
132 return *threadVectors[(index + 1 == threadVectors.size()) ? 0 : index + 1]; in getThreadVector()
/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 …]
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 …]
Dallocator_test.cpp130 thread_vector& getThreadVector(size_t index) { in getThreadVector() argument
132 return *threadVectors[(index + 1 == threadVectors.size()) ? 0 : index + 1]; in getThreadVector()
/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.h279 const char* get_str_sec_str(Elf_Xword index) const { in get_str_sec_str() argument
280 assert(string_section_.is_mapped() && index < string_section_.size()); in get_str_sec_str()
281 if (string_section_.is_mapped() && index < string_section_.size()) { in get_str_sec_str()
282 return INC_CPTR_T(char, string_section_.data(), index); in get_str_sec_str()
299 const char* get_debug_str(Elf_Xword index) const { in get_debug_str() argument
300 assert(debug_str_.is_mapped() && index < debug_str_.size()); in get_debug_str()
301 if (debug_str_.is_mapped() && index < debug_str_.size()) { in get_debug_str()
302 return INC_CPTR_T(char, debug_str_.data(), index); in get_debug_str()
319 const void* get_section_by_index(Elf_Half index) const { in get_section_by_index() argument
320 assert(index < sec_count_); in get_section_by_index()
[all …]
/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/build/tools/toolchain-patches/gcc/
D0009-Enable-assembler-linker-default-for-security.patch2 index 7c3eddb..018319b 100644
26 index 2ca8818..9bec0c9 100644
42 index f3a98c2..0d8e806 100644
56 index 5ca3858..3fe018b 100644
79 index 0512ef7..7828191 100644
93 index 8840088..44d840b 100644
117 index 3a32188..2febcb2 100644
133 index 414dc65..061f5f0 100644
147 index acbc662..8234658 100644
170 index a78f6bc..d8b1ebe 100644
D0004-Enable-x86-gcc-defaults.patch22 index 321cf55..e758dc4 100644
44 index 2ca8818..b295423 100644
57 index f3a98c2..bc2a5d5 100644
133 index d938c22..d30e157 100644
149 index d9ac0fa..514b0f3 100644
171 index 3a32188..00809d7 100644
184 index 3a23598..78a4170 100644
205 index 7256082..d30e157 100644
D0006-Disable-libstdc-versioning.patch18 index 187e38e..8fc9ef1 100644
31 index 74bbdd4..f08bf34 100644
63 index 43488ce..66007ff 100644
76 index 146ec3f..99f0f56 100644
/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 …]
/ndk/build/tools/toolchain-patches/gdb/
D0001-ndk-Proper-libthread_db-support-in-gdbserver.patch16 index aaad2e2549d349be0b2b61008b6c248c1cc2aab5..04f023c 100644
29 index 9d97888..debb43a 100755
42 index 5bf82e2..bc2ed43 100644
64 index 47bd81a..399d08b 100755
86 index 638c228..a13117b 100644
108 index 7d565af..e5e8ae4 100644
130 index 110e406..c50e9ac 100755
152 index 77e06c3..c70f3cf 100644
D0006-Fix-mingw64-builds.patch17 index c0e124175e6051234f3dd4a50fc5a0b44067362..0b6ef55 100644
29 index af68c2b..1128a6d 100644
41 index b362878..eee3198 100644
D0005-ndk-Enable-gdbserver-7.3.x.patch2 index a03f877..c4214f9 100644
35 index 4882d80..62d2fe1 100644
62 index 110e406..0696030 100755
116 index c70f3cf..d78f267 100644
129 index e65ec96..f91129f 100644
197 index 69c6b57..cdc0a18 100644
279 index 02f13f4..3ce10f7 100644
351 index 5148dc8..9daceff 100644
385 index 741c48b..3467b64 100644
398 index 52ce9a5..a01e40c 100644
[all …]
/ndk/build/awk/
Dextract-launchable.awk54 if (index(name, ".") == 0) {
115 _xml_p = index($0, "<"); # get start marker
190 _xml_p = index(XML_RPATH, "/");
Dextract-debuggable.awk56 _xml_p = index($0, "<"); # get start marker
131 _xml_p = index(XML_RPATH, "/");
Dextract-package-name.awk57 _xml_p = index($0, "<"); # get start marker
132 _xml_p = index(XML_RPATH, "/");
Dxml.awk41 _xml_p = index($0, "<"); # get start marker
116 _xml_p = index(XML_RPATH, "/");
/ndk/build/tools/toolchain-patches/llvm/
D0012-Backport-.init_array-.fini_array-work.patch57 index 5a42136..9849e92 100644
78 index 12a2757..bc60673 100644
102 index 9925185..3660cf7 100644
168 index a5ea1c2..3d85ca7 100644
229 index ff21060..c6a7261 100644
251 index 04dc60a..4ee79e1 100644
263 index 04299f3..eaebc59 100644
276 index 718f35e..b8d673f 100644
306 index a02a368..7698b59 100644
324 index 0000000..f6dec16
[all …]
D0014-Fix-ARM-EHABI-exception-support.patch15 index b60fda8..9e2f59e 100644
69 index 70cc2e5..7d58102 100644
102 index b5f86ab..f361d36 100644
126 index 6d138b0..3a31ea1 100644
138 index 2958393..b69e838 100644
D0008-Rename-ANDROIDEABI-to-ANDROID.patch18 index f5f99d0..5e03034 100644
31 index 44a1b38..cabacfa 100644
54 index fec13b0..05b434f 100644
67 index 9b9c33e..a2217f5 100644
80 index c68c4af..859023f 100644
/ndk/build/tools/toolchain-patches/binutils/
D0001-Fix-older-binutils-to-ignore-tag_DIV_use.patch2 index 97ddcca..7de8c56 100644
35 index 2d356a6..24a9839 100644
59 index 397d0d0..4a8f56c 100644
71 index 9edfa90..001a5b3 100644
95 index af623f1..1b5a69e 100644
107 index 7768f47..062c807 100644
D0001-Fix-newer-binutils-not-to-assert-on-non-existence-tag_FP_arch.patch2 index e1893d3..01a1180 100644
33 index 2e607f8..3338ea7 100644
59 index ee920b7..e865d52 100644
/ndk/tests/device/test-gabi++-guard/jni/
Dtest_guard.cpp35 int index = reinterpret_cast<int>(arg); in thread_run() local
36 sInstances[index] = getInstance(); in thread_run()

1234