Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 44) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dneg_format.pass.cpp61 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 …]
Dpos_format.pass.cpp61 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/
Dworkaround.hpp233 # 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/
Dfacets_byname.cpp522 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 …]
Dmonetary.cpp27 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/
Dcrazy_linker_elf_symbols.cpp127 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()
Dcrazy_linker_library_list.cpp29 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/
Dneg_format.pass.cpp59 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()
Dpos_format.pass.cpp59 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/
Dgen-system-symbols.sh96 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt
100 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt
Ddev-system-import.sh243 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/
Dmoney_base.pass.cpp27 assert(mb.symbol == 2); in main()
/ndk/tests/device/test-gnustl-full/unit/
Dmoney_facets_test.cpp105 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/
Dmoney_facets_test.cpp105 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/
D0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch15 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/
DREADME.TXT88 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/
Dlocale.cpp5553 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.c165 case money_base::symbol: { in __money_do_get()
461 case money_base::symbol: in __money_do_put()
D_monetary.h42 enum part {none, space, symbol, sign, value}; enumerator
/ndk/sources/host-tools/make-3.81/
Dconfigh.dos98 /* Define to the one symbol short name of this package. */
Dreadme.vms32 %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/
DSYSTEM-ISSUES.text95 operation failed. Most of the time, the culprit is a missing symbol.
DNDK-GDB.text82 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/
DBUGS117 matches the string `aa', because `aa' is a single collating symbol that
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DSPENCER.tests298 # 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

12