Home
last modified time | relevance | path

Searched refs:test_hex (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dminus1.pass.cpp50 void test_hex(const char *expected) in test_hex() function
100 test_hex<uint16_t>( "FFFF"); in main()
101 test_hex< int16_t>( "FFFF"); in main()
102 test_hex<uint32_t>( "FFFFFFFF"); in main()
103 test_hex< int32_t>( "FFFFFFFF"); in main()
104 test_hex<uint64_t>("FFFFFFFFFFFFFFFF"); in main()
105 test_hex< int64_t>("FFFFFFFFFFFFFFFF"); in main()
107 test_hex<unsigned long>("FFFFFFFFFFFFFFFF"); in main()
108 test_hex< long>("FFFFFFFFFFFFFFFF"); in main()
111 test_hex<unsigned long long>("FFFFFFFFFFFFFFFF"); in main()
[all …]
/external/python/cpython2/Lib/test/
Dtest_future_builtins.py7 def test_hex(self): member in BuiltinTest
Dtest_binascii.py165 def test_hex(self): member in BinASCIITest
Dtest_builtin.py613 def test_hex(self): member in BuiltinTest
/external/python/cpython3/Lib/test/
Dtest_binascii.py225 def test_hex(self): member in BinASCIITest
Dtest_builtin.py701 def test_hex(self): member in BuiltinTest
Dtest_bytes.py410 def test_hex(self): member in BaseBytesTest
/external/python/cpython3/Doc/whatsnew/
D3.6.rst698 File "test/test_bytes.py", line 323 in test_hex