/ndk/tests/device/test-stlport/unit/ |
D | money_facets_test.cpp | 84 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 …]
|
D | allocator_test.cpp | 130 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-gnustl-full/unit/ |
D | money_facets_test.cpp | 84 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 …]
|
D | allocator_test.cpp | 130 thread_vector& getThreadVector(size_t index) { in getThreadVector() argument 132 return *threadVectors[(index + 1 == threadVectors.size()) ? 0 : index + 1]; in getThreadVector()
|
D | mvctor_test.cpp | 626 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/android/crazy_linker/src/ |
D | crazy_linker_util.h | 78 char& operator[](size_t index) { return ptr_[index]; } 152 T& operator[](size_t index) { return items_[index]; } 171 int index = IndexOf(item); in Remove() local 172 if (index >= 0) in Remove() 173 RemoveAt(index); in Remove() 176 void InsertAt(int index, T item); 178 void RemoveAt(int index); 206 void Vector<T>::InsertAt(int index, T item) { in InsertAt() argument 210 if (index < 0) in InsertAt() 211 index = 0; in InsertAt() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/ |
D | dtor.pass.cpp | 35 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/ |
D | imbue.pass.cpp | 37 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/ |
D | gtest-test-part.cc | 73 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/ |
D | imbue.pass.cpp | 31 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()
|
D | move.pass.cpp | 42 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()
|
D | swap.pass.cpp | 41 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()
|
D | copyfmt.pass.cpp | 34 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/host-tools/ndk-stack/elff/ |
D | elf_file.h | 279 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/ |
D | ios.cpp | 96 _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++/patches.android/ |
D | 0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 69 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 …]
|
D | 0005-Fix-gabi-stlport-llvm-libc-build.patch | 14 index 3ce6f2e..bd22133 100644 27 index 3b7c341..9130ab3 100644 40 index aff4b18..26de25f 100644 53 index b428120..b1bceb5 100644
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 218 int index) { in _Unwind_GetGR() argument 220 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value); in _Unwind_GetGR() 224 static inline void _Unwind_SetGR(struct _Unwind_Context* context, int index, in _Unwind_SetGR() argument 226 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index, in _Unwind_SetGR() 241 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index); 242 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/ |
D | register_callback.pass.cpp | 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument 40 assert(index == 4); in f1()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/ |
D | concept_def.hpp | 49 # define BOOST_CONCEPT_typename(r, ignored, index, t) \ argument 50 BOOST_PP_COMMA_IF(index) typename t
|
/ndk/build/awk/ |
D | extract-launchable.awk | 54 if (index(name, ".") == 0) { 115 _xml_p = index($0, "<"); # get start marker 190 _xml_p = index(XML_RPATH, "/");
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-sjlj.c | 360 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/gabi++/tests/ |
D | test_guard.cpp | 35 int index = (int)(intptr_t)arg; in thread_run() local 36 sInstances[index] = getInstance(); in thread_run()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 823 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/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | argv_traverser.ipp | 52 for( int index = 1; index < argc; ++index ) { 53 m_buffer += argv[index]; 54 if( index != argc-1 )
|