Home
last modified time | relevance | path

Searched full:hexadecimal (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/external/llvm/test/MC/AsmParser/
Dfloating-literals.s60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
63 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
66 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
69 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
75 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
/external/clang/test/Lexer/
Dhexfloat.cpp5 double e = 0x.p0; // expected-error-re {{hexadecimal floating {{constant|literal}} requires a signi…
12 // expected-warning@-5 {{hexadecimal floating literals are a C++1z feature}}
13 // expected-warning@-5 {{hexadecimal floating literals are a C++1z feature}}
14 // expected-warning@-5 {{hexadecimal floating literals are a C++1z feature}}
15 // expected-warning@-5 {{hexadecimal floating literals are a C++1z feature}}
/external/guava/guava/src/com/google/common/net/
DUrlEscapers.java67 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal
78 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt">
80 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
115 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal
120 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt">
122 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
153 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal
158 * hexadecimal sequences. From <a href="http://www.ietf.org/rfc/rfc3986.txt">
160 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
/external/parameter-framework/upstream/tools/xmlGenerator/misc/
Dgeneratorpfwscript.lang22 <style id="hexadecimal" _name="Hexadecimal number" map-to="def:base-n-integer"/>
82 <context id="hexadecimal" style-ref="hexadecimal">
102 <context ref="hexadecimal"/>
/external/syslinux/man/
Dgethostip.116 hexadecimal representation for a given IP address, or a partial
17 hexadecimal representation to match a range of IP addresses.
25 Output the IP address in hexadecimal format.
/external/icu/icu4c/source/extra/uconv/
Duconv.1.in305 is the hexadecimal value of one of the UTF-16 code units representing the
317 is the hexadecimal value of one of the UTF-16 code units representing the
331 are the hexadecimal values of the Unicode codepoint.
342 is the hexadecimal value of the Unicode codepoint.
356 is the hexadecimal value of the Unicode codepoint.
357 That hexadecimal string is of variable length and can use from 4 to
/external/iproute2/man/man8/
Dtc-flower.848 are interpreted as numbers in hexadecimal format.
68 or an unsigned 16bit value in hexadecimal format.
75 or an unsigned 8bit value in hexadecimal format.
/external/libchrome/base/
Dguid.h22 // The hexadecimal values "a" through "f" are output as lower case characters.
27 // Note that this does NOT check if the hexadecimal values "a" through "f"
34 // This also checks if the hexadecimal values "a" through "f" are in lower
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Daddress.hpp93 /// or from an IPv6 address in hexadecimal notation.
97 /// or from an IPv6 address in hexadecimal notation.
102 /// or from an IPv6 address in hexadecimal notation.
106 /// or from an IPv6 address in hexadecimal notation.
/external/curl/lib/
Dhttp_chunks.h25 * The longest possible hexadecimal number we support in a chunked transfer.
32 /* await and buffer all hexadecimal digits until we get one that isn't a
33 hexadecimal digit. When done, we go CHUNK_LF */
/external/pcre/dist2/doc/
Dpcre2syntax.355 When \ex is not followed by {, from zero to two hexadecimal digits are read,
56 but if PCRE2_ALT_BSUX is set, \ex must be followed by two hexadecimal digits to
57 be recognized as a hexadecimal escape; otherwise it matches a literal "x".
58 Likewise, if \eu (in ALT_BSUX mode) is not followed by four hexadecimal digits,
318 xdigit hexadecimal digit
/external/clang/lib/Lex/
DLiteralSupport.cpp459 /// hexadecimal-constant integer-suffix
464 /// hexadecimal-literal ud-suffix
472 /// hexadecimal-constant:
473 /// hexadecimal-prefix hexadecimal-digit
474 /// hexadecimal-constant hexadecimal-digit
475 /// hexadecimal-prefix: one of
490 /// hexadecimal-digit:
875 // point constants are not permitted (only decimal and hexadecimal). in ParseNumberStartingWithZero()
1011 /// hexadecimal-escape-sequence
1018 /// hexadecimal-escape-sequence:
[all …]
/external/syslinux/doc/
Dpxelinux.txt50 in the standard UUID format using lower case hexadecimal digits, e.g.
54 (using its ARP type code) and address, all in lower case hexadecimal
60 in upper case hexadecimal, e.g. 192.0.2.91 -> C000025B
62 hexadecimal IP address for any host.)
310 # Always send the PXELINUX options (specified in hexadecimal)
329 For example, to use the hexadecimal form of the hardware address as
335 # Always send the PXELINUX options (specified in hexadecimal)
/external/libese/tools/ese_ls_provision/
DREADME.md10 hexadecimal blocks separated by newlines; the first line usually starting with `7f21` indicating
25 written as newline-separated hexadecimal. On a successful upload, each line ends with `9000`.
/external/toybox/tests/
Decho.test31 # Hexadecimal value tests
32 testcmd "-e hexadecimal values" \
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator
60 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"),
80 /// including the leading 0x or 0 for hexadecimal and octal respectively.
104 case hexadecimal: in PrintObjectSectionSizes()
/external/pdfium/core/fxge/freetype/
Dfx_freetype.cpp61 /* hexadecimal. */ in FXFT_unicode_from_adobe_name()
83 /* Exit if a non-uppercase hexadecimal character was found */ in FXFT_unicode_from_adobe_name()
102 /* hexadecimal digits, it is a hard-coded unicode character code. */ in FXFT_unicode_from_adobe_name()
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.h39 // 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/syslinux/gpxe/src/include/gpxe/
Dvsprintf.h23 * - 'x','X' - Unsigned hexadecimal
28 * Hexadecimal numbers are always zero-padded to the specified field
/external/curl/docs/
DVERSIONS48 hexadecimal. All three number fields are always represented using two digits
52 This 6-digit hexadecimal number is always a greater number in a more recent
/external/iptables/extensions/
Dlibxt_HMARK.man39 A 16 bit source port mask in hexadecimal.
42 A 16 bit destination port mask in hexadecimal.
/external/guava/guava/src/com/google/common/hash/
DHashCode.java319 * Creates a {@code HashCode} from a hexadecimal ({@code base 16}) encoded string. The string must
320 * be at least 2 characters long, and contain only valid, lower-cased hexadecimal characters.
350 throw new IllegalArgumentException("Illegal hexadecimal character: " + ch); in decode()
385 * hexadecimal number in lower case.
387 * <p>Note that if the output is considered to be a single hexadecimal number, this hash code's
/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java82 * Reads a long form this source in hexadecimal form (i.e., as a string in base 16). This will
83 * iterate until a non-hexadecimal character is found.
85 * @throws NumberFormatException if the found hexadecimal does not fit into a {@code long} or
86 * hexadecimal was not found.
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h59 // of the pdb's guid, in uppercase hexadecimal form without any dashes
61 // uppercase hexadecimal form. For older pdb files which have no guid,
63 // hexadecimal form, followed immediately by the pdb's age, in lowercase
64 // hexadecimal form.
/external/icu/icu4c/source/test/testdata/
Dicuio.txt30 "\t1: int8_t (hexadecimal)\n"
31 "\t2: int16_t (hexadecimal)\n"
32 "\t4: int32_t (hexadecimal)\n"
33 "\t8: int64_t (hexadecimal)\n"

12345678910>>...28