Searched refs:hexadecimal (Results 1 – 25 of 120) sorted by relevance
12345
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | entities.test | 15 {"description": "CR as hexadecimal numeric entity", 139 {"description": "Windows-1252 EURO SIGN hexadecimal numeric entity.", 143 {"description": "Windows-1252 REPLACEMENT CHAR hexadecimal numeric entity.", 147 {"description": "Windows-1252 SINGLE LOW-9 QUOTATION MARK hexadecimal numeric entity.", 151 {"description": "Windows-1252 LATIN SMALL LETTER F WITH HOOK hexadecimal numeric entity.", 155 {"description": "Windows-1252 DOUBLE LOW-9 QUOTATION MARK hexadecimal numeric entity.", 159 {"description": "Windows-1252 HORIZONTAL ELLIPSIS hexadecimal numeric entity.", 163 {"description": "Windows-1252 DAGGER hexadecimal numeric entity.", 167 {"description": "Windows-1252 DOUBLE DAGGER hexadecimal numeric entity.", 171 {"description": "Windows-1252 MODIFIER LETTER CIRCUMFLEX ACCENT hexadecimal numeric entity.", [all …]
|
D | test1.test | 156 {"description":"ASCII hexadecimal entity",
|
/external/llvm/test/MC/AsmParser/ |
D | floating-literals.s | 60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 64 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 68 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit 76 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit 80 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
|
/external/icu/icu4c/source/test/testdata/ |
D | 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/llvm/test/YAMLParser/ |
D | spec-02-19.data | 7 hexadecimal: 0xC
|
D | construct-int.data | 6 hexadecimal: 0x_0A_74_AE
|
/external/iptables/extensions/ |
D | libxt_HMARK.man | 39 A 16 bit source port mask in hexadecimal. 42 A 16 bit destination port mask in hexadecimal.
|
D | libxt_CLASSIFY.man | 5 hexadecimal even if no 0x prefix is given.
|
/external/openssh/ |
D | moduli.0 | 57 (hexadecimal). 59 modulus The modulus itself in hexadecimal.
|
/external/llvm/test/Integer/ |
D | constexpr_bt.ll | 14 global i63 u0x00001 ; hexadecimal unsigned integer constants 15 global i63 s0x012312 ; hexadecimal signed integer constants
|
/external/llvm/test/Feature/ |
D | constexpr.ll | 13 global i64 u0x00001 ; hexadecimal unsigned integer constants 14 global i64 s0x0012312 ; hexadecimal signed integer constants
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 63 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator 72 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"), 107 case hexadecimal: in getRadixFmt() 121 if (Radix == hexadecimal) in PrintDarwinSectionSizes()
|
/external/okhttp/okio/ |
D | CHANGELOG.md | 8 * New: Read and write signed decimal and unsigned hexadecimal values in
|
/external/llvm/docs/CommandGuide/ |
D | llvm-nm.rst | 20 hexadecimal address, followed by a type code character, followed by a name, for
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-top.txt | 43 hexadecimal event descriptor.
|
D | perf-stat.txt | 31 hexadecimal event descriptor.
|
D | perf-record.txt | 34 hexadecimal event descriptor.
|
/external/google-breakpad/ |
D | README.ANDROID | 102 entry that carries a hexadecimal version number, e.g.:
|
/external/llvm/docs/ |
D | Extensions.rst | 24 hexadecimal format instead of decimal if desired.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 178 "hexadecimal floating constants require an exponent">; 180 "hexadecimal floating constants require a significand">; 182 "hexadecimal floating constants are a C99 feature">, InGroup<C99>;
|
D | LangOptions.def | 99 BENIGN_LANGOPT(HexFloats , 1, C99, "C99 hexadecimal float constants")
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 34 In the test log floating point numbers are printed out as hexadecimal
|
/external/srtp/ |
D | README | 95 key is a hexadecimal value (without the
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | History.txt | 41 are now represented as hexadecimal integers to make the code compatible
|
/external/pcre/dist/ |
D | pcre_chartables.c.dist | 160 0x08 hexadecimal digit
|
12345