/ndk/tests/device/test-stlport/unit/ |
D | num_put_get_test.cpp | 725 CHECK(short, 0, hex, "0") in num_put_integer() 726 CHECK(short, 12345, hex, "3039") in num_put_integer() 728 CHECK(short, -1, hex, "ffff") in num_put_integer() 729 CHECK(short, -12345, hex, "cfc7") in num_put_integer() 732 CHECK(unsigned short, 0, hex, "0") in num_put_integer() 733 CHECK(unsigned short, 12345, hex, "3039") in num_put_integer() 735 CHECK(int, 0, hex, "0") in num_put_integer() 736 CHECK(int, 12345678, hex, "bc614e") in num_put_integer() 738 CHECK(int, -1, hex, "ffffffff") in num_put_integer() 739 CHECK(int, -12345678, hex, "ff439eb2") in num_put_integer() [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 725 CHECK(short, 0, hex, "0") in num_put_integer() 726 CHECK(short, 12345, hex, "3039") in num_put_integer() 728 CHECK(short, -1, hex, "ffff") in num_put_integer() 729 CHECK(short, -12345, hex, "cfc7") in num_put_integer() 732 CHECK(unsigned short, 0, hex, "0") in num_put_integer() 733 CHECK(unsigned short, 12345, hex, "3039") in num_put_integer() 735 CHECK(int, 0, hex, "0") in num_put_integer() 736 CHECK(int, 12345678, hex, "bc614e") in num_put_integer() 738 CHECK(int, -1, hex, "ffffffff") in num_put_integer() 739 CHECK(int, -12345678, hex, "ff439eb2") in num_put_integer() [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 71 _STLP_STATIC_CONSTANT(int, hex = 0x0010); 83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct); 324 inline ios_base& _STLP_CALL hex(ios_base& __s) in hex() function 325 { __s.setf(ios_base::hex, ios_base::basefield); return __s; } in hex()
|
D | _num_put.c | 175 (__flg & ios_base::basefield) == ios_base::hex) { in __copy_integer_and_fill() 213 case ios_base::hex: __basechars = 2; break; in __put_integer() 244 case ios_base::hex: __basechars = 2; break; in __put_integer() 309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0)) in __write_integer_backward() 330 case ios_base::hex: in __write_integer_backward() 480 __f.setf(ios_base::hex, ios_base::basefield); in do_put()
|
D | _iomanip.h | 113 __n == 16 ? ios_base::hex : in setbase()
|
D | _num_get.c | 83 case ios_base::hex: in __get_base_or_zero()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ios.cpp | 48 const ios_base::fmtflags ios_base::hex; member in ios_base 213 …ptr = __write_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_iostate… in _M_throw_failure() 215 …ptr = __write_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_excepti… in _M_throw_failure()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | ios | 33 using _STLP_NEW_IO_NAMESPACE::hex;
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 505 explicit hex in reg exprs now limited to 2 chars: \xa, \xaa. 679 fixed silly bug in hex parsing in hexstr().
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1109 character (hex 40) is inverted. Thus `\cz' becomes hex 1A, but 1110 `\c{' becomes hex 3B, while `\c;' becomes hex 7B.
|
D | sed-in.texi | 1557 Then bit 6 of the character (hex 40) is inverted. Thus @samp{\cz} becomes 1558 hex 1A, but @samp{\c@{} becomes hex 3B, while @samp{\c;} becomes hex 7B. 2985 as the backspace character (hex 08). Outside a character
|
D | sed.texi | 1558 Then bit 6 of the character (hex 40) is inverted. Thus @samp{\cz} becomes 1559 hex 1A, but @samp{\c@{} becomes hex 3B, while @samp{\c;} becomes hex 7B. 3152 as the backspace character (hex 08). Outside a character
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 3520 function prototypes and stuff, but not '\xHH' hex character constants.
|