Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 27) 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/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.sh95 SYMBOL_EXCLUDES=$TMPDIR/ndk-symbol-excludes.txt
99 SYMBOL_INCLUDES=$TMPDIR/ndk-symbol-includes.txt
Ddev-system-import.sh243 SYMBOL_EXCLUDES=$TMPDIR/ndk-symbol-excludes.txt
247 SYMBOL_INCLUDES=$TMPDIR/ndk-symbol-includes.txt
DREADME.md172 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/
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/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
Dconfig.h.in335 /* Define to the one symbol short name of this package. */
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale2723 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/
Dmake.info-2786 * 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)
Dmake.texi325 * 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/
Dda.po603 msgstr "Frigav symbol for barn 0x%08lx (%s).\n"
627 msgstr "Fik symbol for barn 0x%08lx (%s).\n"
Dsv.po604 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/
Dtraces.0117 m4trace:configure.in:19: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name o…

12