/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | neg_format.pass.cpp | 61 assert(p.field[0] == std::money_base::symbol); in main() 69 assert(p.field[0] == std::money_base::symbol); in main() 77 assert(p.field[0] == std::money_base::symbol); in main() 85 assert(p.field[0] == std::money_base::symbol); in main() 95 assert(p.field[1] == std::money_base::symbol); in main() 103 assert(p.field[1] == std::money_base::symbol); in main() 111 assert(p.field[1] == std::money_base::symbol); in main() 119 assert(p.field[1] == std::money_base::symbol); in main() 130 assert(p.field[3] == std::money_base::symbol); in main() 138 assert(p.field[3] == std::money_base::symbol); in main() [all …]
|
D | pos_format.pass.cpp | 61 assert(p.field[0] == std::money_base::symbol); in main() 69 assert(p.field[0] == std::money_base::symbol); in main() 77 assert(p.field[0] == std::money_base::symbol); in main() 85 assert(p.field[0] == std::money_base::symbol); in main() 95 assert(p.field[1] == std::money_base::symbol); in main() 103 assert(p.field[1] == std::money_base::symbol); in main() 111 assert(p.field[1] == std::money_base::symbol); in main() 119 assert(p.field[1] == std::money_base::symbol); in main() 130 assert(p.field[3] == std::money_base::symbol); in main() 138 assert(p.field[3] == std::money_base::symbol); in main() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | workaround.hpp | 233 # define BOOST_WORKAROUND(symbol, test) \ argument 234 ((symbol ## _WORKAROUND_GUARD + 0 == 0) && \ 235 (symbol != 0) && (1 % (( (symbol test) ) + 1))) 263 # define BOOST_WORKAROUND(symbol, test) 0 argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | facets_byname.cpp | 522 pos_format.field[1] = (char) money_base::symbol; in _Init_monetary_formats() 538 pos_format.field[3] = (char) money_base::symbol; in _Init_monetary_formats() 541 pos_format.field[2] = (char) money_base::symbol; in _Init_monetary_formats() 549 pos_format.field[0] = (char) money_base::symbol; in _Init_monetary_formats() 567 pos_format.field[2] = (char) money_base::symbol; in _Init_monetary_formats() 571 pos_format.field[1] = (char) money_base::symbol; in _Init_monetary_formats() 581 pos_format.field[1] = (char) money_base::symbol; in _Init_monetary_formats() 595 pos_format.field[2] = (char) money_base::symbol; in _Init_monetary_formats() 602 pos_format.field[0] = (char) money_base::symbol; in _Init_monetary_formats() 612 pos_format.field[2] = (char) money_base::symbol; in _Init_monetary_formats() [all …]
|
D | monetary.cpp | 27 pos_format.field[0] = (char) money_base::symbol; in _Init_monetary_formats() 32 neg_format.field[0] = (char) money_base::symbol; in _Init_monetary_formats()
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_elf_symbols.cpp | 127 const ELF::Sym* symbol = &symbol_table_[n]; in LookupByName() local 129 if (strcmp(string_table_ + symbol->st_name, symbol_name)) in LookupByName() 132 if (symbol->st_shndx == SHN_UNDEF) in LookupByName() 135 switch (ELF_ST_BIND(symbol->st_info)) { in LookupByName() 138 return symbol; in LookupByName()
|
D | crazy_linker_library_list.cpp | 29 bool CheckSymbol(const char* symbol, SharedLibrary* lib) { in CheckSymbol() 30 const ELF::Sym* entry = lib->LookupSymbolEntry(symbol); in CheckSymbol()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
D | neg_format.pass.cpp | 59 assert(p.field[0] == std::money_base::symbol); in main() 67 assert(p.field[0] == std::money_base::symbol); in main() 75 assert(p.field[0] == std::money_base::symbol); in main() 83 assert(p.field[0] == std::money_base::symbol); in main()
|
D | pos_format.pass.cpp | 59 assert(p.field[0] == std::money_base::symbol); in main() 67 assert(p.field[0] == std::money_base::symbol); in main() 75 assert(p.field[0] == std::money_base::symbol); in main() 83 assert(p.field[0] == std::money_base::symbol); in main()
|
/ndk/build/tools/ |
D | gen-system-symbols.sh | 96 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt 100 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt
|
D | dev-system-import.sh | 243 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt 247 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/ |
D | money_base.pass.cpp | 27 assert(mb.symbol == 2); in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | money_facets_test.cpp | 105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol ); in _money_put_get2() 245 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol ); in _money_put_get2() 344 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol ); in _money_put_X_bug() 409 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol ); in _money_put_X_bug()
|
/ndk/tests/device/test-stlport/unit/ |
D | money_facets_test.cpp | 105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol ); in _money_put_get2() 245 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol ); in _money_put_get2() 344 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol ); in _money_put_X_bug() 409 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol ); in _money_put_X_bug()
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch | 15 On Eclair and previous release, the weak symbol is not resolved 19 By not generating weak symbol references, we avoid the problem
|
/ndk/sources/android/crazy_linker/ |
D | README.TXT | 88 function symbol named like: 92 This will not work if the symbol is inside a library loaded with the
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 5553 const char symbol = static_cast<char>(money_base::symbol); in __init_pat() local 5593 pat.field[3] = symbol; in __init_pat() 5616 pat.field[3] = symbol; in __init_pat() 5653 pat.field[2] = symbol; in __init_pat() 5663 pat.field[2] = symbol; in __init_pat() 5666 pat.field[1] = symbol; in __init_pat() 5680 pat.field[3] = symbol; in __init_pat() 5717 pat.field[2] = symbol; in __init_pat() 5721 pat.field[2] = symbol; in __init_pat() 5730 pat.field[1] = symbol; in __init_pat() [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.c | 165 case money_base::symbol: { in __money_do_get() 461 case money_base::symbol: in __money_do_put()
|
D | _monetary.h | 42 enum part {none, space, symbol, sign, value}; enumerator
|
/ndk/sources/host-tools/make-3.81/ |
D | configh.dos | 98 /* Define to the one symbol short name of this package. */
|
D | readme.vms | 32 %ILINK-W-MULDEFLNKG, symbol DECC$GLOBFREE has subsequent linkage definition 34 %ILINK-W-MULDEF, symbol DECC$GLOBFREE multiply defined 208 $(<name-of-symbol-or-logical>). Variables defined in the Makefile
|
/ndk/docs/text/ |
D | SYSTEM-ISSUES.text | 95 operation failed. Most of the time, the culprit is a missing symbol.
|
D | NDK-GDB.text | 82 your source files and symbol/debug versions of your generated native 95 This is normal, because there are no symbol/debug versions of
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | BUGS | 117 matches the string `aa', because `aa' is a single collating symbol that
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | SPENCER.tests | 298 # This test is invalid. "one" is no collating symbol in any standardized 331 # This test is invalid. "one" is no collating symbol in any standardized
|