OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hexadecimal
(Results
1 - 25
of
1046
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/snakeyaml/src/test/resources/pyyaml/
construct-int.data
4
hexadecimal
: 0x_0A_74_AE
spec-02-19.data
5
hexadecimal
: 0xC
/external/snakeyaml/src/test/resources/specification/
example2_19.yaml
5
hexadecimal
: 0xC
/external/llvm/test/YAMLParser/
construct-int.test
6
hexadecimal
: 0x_0A_74_AE
spec-02-19.test
7
hexadecimal
: 0xC
/external/clang/test/Lexer/
hexfloat.cpp
3
float f = 0x1p+1; // expected-warning{{
hexadecimal
floating constants are a C99 feature}}
4
double e = 0x.p0; //expected-error{{
hexadecimal
floating constants require a significand}}
5
double d = 0x.2p2; // expected-warning{{
hexadecimal
floating constants are a C99 feature}}
6
float g = 0x1.2p2; // expected-warning{{
hexadecimal
floating constants are a C99 feature}}
7
double h = 0x1.p2; // expected-warning{{
hexadecimal
floating constants are a C99 feature}}
rdr-6096838-2.c
5
long double d = 0x0.0000003ffffffff00000p-16357L; /* expected-warning {{
hexadecimal
floating constants are a C99 feature}} */
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
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
...]
/external/iptables/extensions/
libxt_CLASSIFY.man
5
hexadecimal
even if no 0x prefix is given.
/external/snakeyaml/src/test/resources/issues/
issue67-error1.txt
5
expected URI escape sequence of 2
hexadecimal
numbers, but found 9(57) and %(37)
/cts/tests/tests/keystore/src/android/keystore/cts/
HexEncoding.java
22
*
Hexadecimal
encoding where each byte is represented by two
hexadecimal
digits.
34
* Encodes the provided data as a
hexadecimal
string.
41
* Encodes the provided data as a
hexadecimal
string.
54
* Encodes the provided data as a
hexadecimal
string.
61
* Decodes the provided
hexadecimal
string into an array of bytes.
64
// IMPLEMENTATION NOTE: Special care is taken to permit odd number of
hexadecimal
digits.
91
"Invalid
hexadecimal
digit at position : '" + c + "' (0x" + Integer.toHexString(c) + ")");
/external/llvm/test/MC/AsmParser/
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'
exprs-invalid.s
7
// CHECK-ERRORS: error: invalid
hexadecimal
number
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videotext.h
86
int page; /* number of requested page (
hexadecimal
) */
87
int hour; /* requested hour (
hexadecimal
) */
88
int minute; /* requested minute (
hexadecimal
) */
107
int pagenum; /* number of page (
hexadecimal
) */
108
int hour; /* hour (
hexadecimal
) */
109
int minute; /* minute (
hexadecimal
) */
/external/iproute2/man/man8/
tc-flower.8
48
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/srtp/crypto/test/
aes_calc.c
60
"(should be %d
hexadecimal
digits, found %u)\n",
69
"(should be %d
hexadecimal
digits, found %d)\n",
78
"(should be %d
hexadecimal
digits, found %u)\n",
87
"(should be %d
hexadecimal
digits, found %d)\n",
/external/parameter-framework/upstream/tools/xmlGenerator/misc/
generatorpfwscript.lang
22
<style id="
hexadecimal
" _name="
Hexadecimal
number" map-to="def:base-n-integer"/>
82
<context id="
hexadecimal
" style-ref="
hexadecimal
">
102
<context ref="
hexadecimal
"/>
/libcore/luni/src/main/java/libcore/util/
HexEncoding.java
20
*
Hexadecimal
encoding where each byte is represented by two
hexadecimal
digits.
30
* Encodes the provided data as a sequence of
hexadecimal
characters.
37
* Encodes the provided data as a sequence of
hexadecimal
characters.
52
* Decodes the provided
hexadecimal
string into a byte array. If {@code allowSingleChar}
/external/guava/guava/src/com/google/common/net/
UrlEscapers.java
67
* "%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/curl/lib/
http_chunks.h
25
* 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/apache-http/src/org/apache/commons/codec/binary/
package.html
18
Base64, Binary, and
Hexadecimal
String encoding and decoding.
/external/llvm/test/MC/X86/
intel-syntax-hex.s
4
// Checks to make sure we parse the
hexadecimal
suffix properly.
/frameworks/base/core/java/android/animation/
package.html
5
to animate object properties of any type. <code>int</code>, <code>float</code>, and
hexadecimal
/external/ppp/pppd/
md4.h
49
** Prints message digest buffer MD as 32
hexadecimal
digits.
52
** Each byte is printed with high-order
hexadecimal
digit first.
/external/toybox/tests/
echo.test
32
#
Hexadecimal
value tests
33
testing "echo -e
hexadecimal
values" \
Completed in 860 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>