/system/extras/perfprofd/quipper/ |
perf_utils.h | 62 // Returns a string that represents |array| in hexadecimal. 65 // Converts |str| to a hexadecimal number, stored in |array|. Returns true on
|
/external/clang/test/Lexer/ |
c90.c | 5 0x0p-1 /* expected-error {{hexadecimal floating constants are a C99 feature}} */
|
/external/curl/docs/libcurl/ |
curl_escape.3 | 36 two-digit hexadecimal number).
|
curl_unescape.3 | 35 are URL encoded (%XX where XX is a two-digit hexadecimal number) will be
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 | 33 Pass a char * pointing to a string containing 32 hexadecimal digits. The
|
/external/google-breakpad/src/common/windows/ |
guid_string.h | 49 // Converts guid to a string formatted as uppercase hexadecimal, with
|
/external/google-tv-pairing-protocol/cpp/src/polo/encoding/ |
secretencoder.h | 46 // hexadecimal encoding has 4 bytes per symbol and therefore 2 symbols per
|
/external/icu/icu4c/source/test/testdata/ |
icuio.txt | 28 "\t1: int8_t (hexadecimal)\n" 29 "\t2: int16_t (hexadecimal)\n" 30 "\t4: int32_t (hexadecimal)\n" 31 "\t8: int64_t (hexadecimal)\n"
|
/external/iproute2/man/man8/ |
tc-cgroup.8 | 44 has to be created which contains the class ID to be assigned as a hexadecimal,
|
/external/iptables/extensions/ |
libxt_CLASSIFY.c | 19 "--set-class MAJOR:MINOR Set skb->priority value (always hexadecimal!)\n");
|
/external/libchrome/base/mac/ |
mach_logging.cc | 21 // <mach/kern_return.h>. Otherwise, give it in hexadecimal to make it easier
|
/external/libvncserver/common/ |
d3des.h | 30 * Sets the internal key register according to the hexadecimal
|
/external/llvm/tools/llvm-mc/ |
Disassembler.h | 11 // hexadecimal, from standard input or from a file.
|
/external/ltrace/ |
lens_default.h | 35 /* A lens that formats integers in hexadecimal. */
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
Hex.java | 26 * Converts hexadecimal Strings.
|
/external/toybox/toys/posix/ |
cksum.c | 18 -H Hexadecimal checksum (defaults to decimal)
|
/prebuilts/go/darwin-x86/src/encoding/hex/ |
hex.go | 5 // Package hex implements hexadecimal encoding and decoding. 23 // Encode implements hexadecimal encoding. 83 // EncodeToString returns the hexadecimal encoding of src. 90 // DecodeString returns the bytes represented by the hexadecimal string s.
|
/prebuilts/go/linux-x86/src/encoding/hex/ |
hex.go | 5 // Package hex implements hexadecimal encoding and decoding. 23 // Encode implements hexadecimal encoding. 83 // EncodeToString returns the hexadecimal encoding of src. 90 // DecodeString returns the bytes represented by the hexadecimal string s.
|
/external/google-breakpad/src/processor/ |
simple_symbol_supplier.h | 39 // a concatenation of the pdb's uuid and age, presented in hexadecimal form, 40 // without any dashes or separators. The uuid is in uppercase hexadecimal 41 // and the age is in lowercase hexadecimal. Within that subdirectory,
|
/external/pdfium/core/src/fxge/freetype/ |
fx_freetype.c | 59 /* hexadecimal. */ 85 /* Exit if a non-uppercase hexadecimal character was found */ 105 /* hexadecimal digits, it is a hard-coded unicode character code. */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
binascii.so | |
/system/connectivity/shill/net/ |
byte_string.h | 72 // Creates a ByteString from a string of hexadecimal digits where 73 // a pair of hexadecimal digits corresponds to a byte. 75 // or not a valid string of hexadecimal digits representing a sequence
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
KeySpecParserTestsBase.java | 207 assertParser("Hexadecimal code", "a|0x1000", 209 assertParserError("Illegal hexadecimal code", "a|0x100X", 211 assertParser("Escaped hexadecimal code 1", "a|\\0x1000", 213 assertParser("Escaped hexadecimal code 2", "a|0\\x1000", 215 assertParser("Escaped hexadecimal code 2", "a|0\\x1000", 217 assertParserError("Illegally escaped hexadecimal code", "a|0x1\\000", 222 // assertParser("Hexadecimal supplementary code", String.format("a|0x%06x", SURROGATE_CODE2),
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscapers.java | 449 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal 454 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt"> 456 * <i>"URI producers and normalizers should use uppercase hexadecimal digits 491 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal 496 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt"> 498 * <i>"URI producers and normalizers should use uppercase hexadecimal digits 532 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal 537 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt"> 539 * <i>"URI producers and normalizers should use uppercase hexadecimal digits 562 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal [all...] |
/external/deqp/framework/common/ |
tcuFormatUtil.hpp | 37 // Hexadecimal value formatter. 247 /** Format value as hexadecimal number. */ 254 /** Format value as hexadecimal number. */
|