/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/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 | 95 SYMBOL_EXCLUDES=$TMPDIR/ndk-symbol-excludes.txt 99 SYMBOL_INCLUDES=$TMPDIR/ndk-symbol-includes.txt
|
D | dev-system-import.sh | 243 SYMBOL_EXCLUDES=$TMPDIR/ndk-symbol-excludes.txt 247 SYMBOL_INCLUDES=$TMPDIR/ndk-symbol-includes.txt
|
D | README.md | 172 hand-picked from various platform builds. These have been replaced by symbol
|
/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/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
|
D | config.h.in | 335 /* Define to the one symbol short name of this package. */
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 2723 enum part {none, space, symbol, sign, value}; 2769 {pattern __p = {{symbol, sign, none, value}}; return __p;} 2771 {pattern __p = {{symbol, sign, none, value}}; return __p;} 3081 case money_base::symbol: 3385 case money_base::symbol:
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 786 * Archive Symbols:: How to update archive symbol directories. 796 symbol names defined by all the other members. After you update any 811 then update the symbol directory member `__.SYMDEF' by running 1086 being an object file which defines the linker symbol ENTRY. 1090 format of archive file symbol tables. *Note Updating Archive 3513 * archive symbol directory updating: Archive Symbols. (line 6) 3614 * directories, updating archive symbol: Archive Symbols. (line 6) 4052 * symbol directories, updating archive: Archive Symbols. (line 6) 4098 * updating archive symbol directories: Archive Symbols. (line 6)
|
D | make.texi | 325 * Archive Symbols:: How to update archive symbol directories. 1993 prerequisites can be specified by placing a pipe symbol (@code{|}) 1995 symbol are normal; any prerequisites to the right are order-only: 9831 * Archive Symbols:: How to update archive symbol directories. 9837 @cindex updating archive symbol directories 9838 @cindex archive symbol directory updating 9839 @cindex symbol directories, updating archive 9840 @cindex directories, updating archive symbol 9843 named @file{__.SYMDEF} that contains a directory of the external symbol 9863 etc., and then update the symbol directory member @file{__.SYMDEF} by [all …]
|
/ndk/sources/host-tools/make-3.81/po/ |
D | da.po | 603 msgstr "Frigav symbol for barn 0x%08lx (%s).\n" 627 msgstr "Fik symbol for barn 0x%08lx (%s).\n"
|
D | sv.po | 604 msgstr "Frigjorde symbol f�r barnprocessen 0x%08lx (%s).\n" 628 msgstr "Erh�ll symbol f�r barnprocessen 0x%08lx (%s).\n"
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 117 m4trace:configure.in:19: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name o…
|