/external/fonttools/Lib/fontTools/ttLib/tables/ |
_n_a_m_e.py | 102 ("langID", hex(self.langID)),
|
/external/lldb/examples/python/ |
disasm-stress-test.py | 62 print >>log_file, hex(byte) + " ",
|
/external/llvm/utils/ |
codegen-diff | 99 to print out hex bytes in the B<disassemble> command output, on
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Util.java | 254 return ByteString.of(md5bytes).hex();
|
/external/okhttp/okio/src/test/java/okio/ |
ByteStringTest.java | 142 assertEquals("000102", ByteString.of((byte) 0x0, (byte) 0x1, (byte) 0x2).hex());
|
/external/oprofile/libabi/ |
opimport.cpp | 91 cerr << hex << "get " << sz << " = " << nbytes
|
/external/oprofile/libpp/ |
op_header.cpp | 203 ss << hex << setw(2) << setfill('0') << unsigned(um);
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 60 // "\\\\x[0-9a-fA-F])*\"|" // hex escape 351 AddError("Expected hex digits for escape sequence."); 353 // Possibly followed by another hex digit, but again we don't care. 377 // A hex number (started with "0x"). 378 ConsumeOneOrMore<HexDigit>("\"0x\" must be followed by hex digits."); 420 AddError("Hex and octal numbers must be integers."); 575 // This is hex. 661 // A hex escape. May zero, one, or two digits. (The zero case
|
/external/qemu/qobject/ |
json-parser.c | 178 * \u four-hex-digits 248 "invalid hex escape sequence in string");
|
/frameworks/base/libs/common_time/ |
common_time_server.cpp | 628 char hex[256]; local 631 hexDumpToString(buf, static_cast<size_t>(recvBytes), hex, sizeof(hex)); 635 recvBytes, srcEPStr, hex); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixfile.py | 71 hex(id(self))[2:])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strtod.py | 27 # Avoids any use of floating-point by returning the result as a hex string. 29 """Convert a finite decimal string to a hex string representing an 74 # for hex representation, shift so # bits after point is a multiple of 4 101 got = fs.hex()
|
test_tokenize.py | 70 whitespace after the colon. Note that we use hex escapes to make the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixfile.py | 71 hex(id(self))[2:])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strtod.py | 27 # Avoids any use of floating-point by returning the result as a hex string. 29 """Convert a finite decimal string to a hex string representing an 74 # for hex representation, shift so # bits after point is a multiple of 4 101 got = fs.hex()
|
test_tokenize.py | 70 whitespace after the colon. Note that we use hex escapes to make the
|
/system/core/libcutils/tests/ |
PropertiesTest.cpp | 41 ss << "0x" << std::hex << std::uppercase << value;
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
log_view_painter.js | 130 var hex = hexString.substr(j, 2); 131 hexLine += hex + ' '; 132 var charCode = parseInt(hex, 16); 301 // For transferred bytes, display the bytes in hex and ASCII. 399 // Print it as hex.
|
/external/chromium_org/third_party/libxml/src/ |
xmlschemastypes.c | 124 xmlSchemaValHex hex; member in union:_xmlSchemaVal::__anon18013 [all...] |
/external/libxml2/ |
xmlschemastypes.c | 124 xmlSchemaValHex hex; member in union:_xmlSchemaVal::__anon8812 [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 559 | {hex} hex_number 560 {->New expression.hex(hex_number)} 677 | {hex} [value]:T.hex_number // 0x1BF
|
/external/lldb/scripts/ |
disasm-gdb-remote.pl | [all...] |
/art/compiler/utils/ |
assembler_test.h | 575 std::istringstream(lengthToken) >> std::hex >> res->length; 579 std::istringstream(offsetToken) >> std::hex >> offset;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
math_simple_store.js | 166 * Parses a string with a hex representatino of a unicode code point into the
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
util.js | 32 * Converts a byte array to a hex string.
|