/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 | 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 …]
|
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 | sort_test.cpp | 78 Data(int index, int value) in Data() 79 : m_index(index), m_value(value) {} in Data()
|
D | fstream_test.cpp | 770 for (streamoff index = 0; index < nb; ++index) { in big_file() local 771 if (index % 1024 == 0) { in big_file() 772 file_pos.push_back(make_pair(out.tellp(), index)); in big_file() 778 out << setw(1023) << index << '\n'; in big_file()
|
/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 | 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 …]
|
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 | sort_test.cpp | 78 Data(int index, int value) in Data() 79 : m_index(index), m_value(value) {} in Data()
|
/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 …]
|
D | dwarf_cu.h | 279 virtual const Dwarf_STMTL_FileDesc* get_stmt_file_info(Elf_Word index) = 0; 360 const Dwarf_STMTL_FileDesc* get_stmt_file_info(Elf_Word index);
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ios.cpp | 94 _Stl_expand_array(PODType* __array, size_t N, int index) { in _Stl_expand_array() argument 95 if ((int)N < index + 1) { in _Stl_expand_array() 96 size_t new_N = (max)(2 * N, size_t(index + 1)); in _Stl_expand_array() 148 long& ios_base::iword(int index) { in iword() argument 151 pair<long*, size_t> tmp = _Stl_expand_array(_M_iwords, _M_num_iwords, index); in iword() 155 return _M_iwords[index]; in iword() 165 void*& ios_base::pword(int index) { in pword() argument 168 pair<void**, size_t> tmp = _Stl_expand_array(_M_pwords, _M_num_pwords, index); in pword() 172 return _M_pwords[index]; in pword() 181 void ios_base::register_callback(event_callback __fn, int index) { in register_callback() argument [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 823 size_t index() const { return _M_current_pos; } 1869 { insert(__p.index(), __r); return __p; } 1871 { insert(__p.index(), __n, __c); return __p; } 1873 { insert(__p.index(), __c); return __p; } 1875 { insert(__p.index()); return __p; } 1877 { insert(__p.index(), c_string); return __p; } 1879 { insert(__p.index(), __i, __n); return __p; } 1882 { insert(__p.index(), __i, __j); return __p; } 1885 { insert(__p.index(), __i, __j); return __p; } 1888 { insert(__p.index(), __i, __j); return __p; } [all …]
|
/ndk/build/awk/ |
D | extract-launchable.awk | 54 if (index(name, ".") == 0) { 111 _xml_p = index($0, "<"); # get start marker 186 _xml_p = index(XML_RPATH, "/");
|
D | extract-package-name.awk | 57 _xml_p = index($0, "<"); # get start marker 132 _xml_p = index(XML_RPATH, "/");
|
D | extract-debuggable.awk | 56 _xml_p = index($0, "<"); # get start marker 131 _xml_p = index(XML_RPATH, "/");
|
D | xml.awk | 41 _xml_p = index($0, "<"); # get start marker 116 _xml_p = index(XML_RPATH, "/");
|
/ndk/build/tools/toolchain-patches/gdb/ |
D | 0001-Proper-libthread_db-support-in-gdbserver.patch | 16 index aaad2e2..04f023c 100644 29 index 9d97888..debb43a 100755 42 index 5bf82e2..bc2ed43 100644 64 index 47bd81a..399d08b 100755 86 index 638c228..a13117b 100644
|
D | 0003-Fix-missing-files-checking-in-gdbserver-7.1.x.patch | 2 index 0062432..6793f23 100644
|
/ndk/tests/device/test-gabi++-guard/jni/ |
D | test_guard.cpp | 35 int index = reinterpret_cast<int>(arg); in thread_run() local 36 sInstances[index] = getInstance(); in thread_run()
|
/ndk/build/tools/toolchain-patches/build/ |
D | 0001-build-Allow-LDFLAGS_FOR_TARGET-to-be-passed-to-GCC-c.patch | 22 index e445deb..85c0060 100644 35 index d6e17ff..15a1ac4 100755 47 index 3bfcea7..27d5a1f 100644
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0003-Sync-internal-and-external-version.patch | 59 index f36db91..f626550 100644 129 index 2804923..e713c32 100755 159 index 40aea37..5ae58cc 100644 172 index 6e03e8b..c982ea7 100644 214 index fa148be..b237ed8 100644 381 index e9014b7..d7cb8ac 100644 402 index bbe9151..7989c31 100644 454 index db2135b..cbcf9d1 100644 488 index 3ce244c..afa6a01 100644 506 index 48754d4..e2745dd 100644 [all …]
|
D | 0002-xgcc-compiles-need-to-use-the-Android-crt-files-as-s.patch | 14 index 53a5146..c29eab7 100644 27 index ac36409..c05b935 100644
|
D | 0001-Update-gcc-4.4.3-for-building-libsupc-in-freestandin.patch | 16 index 47fe1fc..f36db91 100644 29 index 99a627b..162983a 100644 43 index cdaecac..c4614f4 100644
|
D | 0004-Enable-x86-gcc-defaults.patch | 18 index 321cf55..e758dc4 100644 40 index 2ca8818..b295423 100644 53 index f3a98c2..bc2a5d5 100644 129 index 5ca3858..c1f8f7a 100644
|