OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hexadecimal
(Results
26 - 50
of
1046
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/testing/iotest/
logger.go
29
// printing the prefix and the
hexadecimal
data written.
51
// printing the prefix and the
hexadecimal
data read.
/prebuilts/go/linux-x86/src/testing/iotest/
logger.go
29
// printing the prefix and the
hexadecimal
data written.
51
// printing the prefix and the
hexadecimal
data read.
/developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java
114
* Utility class to convert a byte array to a
hexadecimal
string.
117
* @return String, containing
hexadecimal
representation.
132
* Utility class to convert a
hexadecimal
string to a byte string.
134
* <p>Behavior with input strings containing non-
hexadecimal
characters is undefined.
136
* @param s String containing
hexadecimal
characters to convert
/developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java
114
* Utility class to convert a byte array to a
hexadecimal
string.
117
* @return String, containing
hexadecimal
representation.
132
* Utility class to convert a
hexadecimal
string to a byte string.
134
* <p>Behavior with input strings containing non-
hexadecimal
characters is undefined.
136
* @param s String containing
hexadecimal
characters to convert
/development/samples/browseable/CardReader/src/com.example.android.cardreader/
LoyaltyCardReader.java
114
* Utility class to convert a byte array to a
hexadecimal
string.
117
* @return String, containing
hexadecimal
representation.
132
* Utility class to convert a
hexadecimal
string to a byte string.
134
* <p>Behavior with input strings containing non-
hexadecimal
characters is undefined.
136
* @param s String containing
hexadecimal
characters to convert
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
Hex.java
54
* Quickly converts a byte array to a
hexadecimal
string representation.
76
* Quickly converts a
hexadecimal
string to a byte array.
120
throw new IllegalArgumentException("Invalid
hexadecimal
digit: " + hexString);
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv.go
56
// (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
60
//
hexadecimal
, a leading "0x" or "0X" for "%#x" and "%#X"
96
case 'x': //
hexadecimal
211
// 'd' (decimal), 'x' (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
intconv.go
53
// (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
57
//
hexadecimal
, a leading "0x" or "0X" for "%#x" and "%#X"
93
case 'x': //
hexadecimal
208
// 'd' (decimal), 'x' (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
/prebuilts/go/darwin-x86/src/math/big/
intconv.go
53
// (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
57
//
hexadecimal
, a leading "0x" or "0X" for "%#x" and "%#X"
93
case 'x': //
hexadecimal
208
// 'd' (decimal), 'x' (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv.go
56
// (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
60
//
hexadecimal
, a leading "0x" or "0X" for "%#x" and "%#X"
96
case 'x': //
hexadecimal
211
// 'd' (decimal), 'x' (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/
intconv.go
53
// (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
57
//
hexadecimal
, a leading "0x" or "0X" for "%#x" and "%#X"
93
case 'x': //
hexadecimal
208
// 'd' (decimal), 'x' (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
/prebuilts/go/linux-x86/src/math/big/
intconv.go
53
// (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
57
//
hexadecimal
, a leading "0x" or "0X" for "%#x" and "%#X"
93
case 'x': //
hexadecimal
208
// 'd' (decimal), 'x' (lowercase
hexadecimal
), and 'X' (uppercase
hexadecimal
).
/external/curl/docs/
VERSIONS
48
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/google-breakpad/src/third_party/curl/
curlver.h
49
hexadecimal
(using 8 bits each). All three numbers are always represented
53
This 6-digit (24 bits)
hexadecimal
number does not show pre-release number,
/external/iptables/extensions/
libxt_HMARK.man
39
A 16 bit source port mask in
hexadecimal
.
42
A 16 bit destination port mask in
hexadecimal
.
/external/libchrome/base/
md5.h
66
// Converts a digest into human-readable
hexadecimal
.
73
// Returns the MD5 (in
hexadecimal
) of a string.
/external/parameter-framework/upstream/parameter/
ParameterAccessContext.h
65
* @param[in] bIsHex "true" for
hexadecimal
, "false" for decimal
72
* @return "true" for
hexadecimal
, "false" for decimal
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
IntTagTest.java
33
assertEquals(new Integer(685230), getMapValue("
hexadecimal
: 0x_0A_74_AE", "
hexadecimal
"));
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
future_builtins.so
/external/bison/lib/
printf-frexp.h
1
/* Split a double into fraction and mantissa, for
hexadecimal
printf.
printf-frexpl.c
1
/* Split a 'long double' into fraction and mantissa, for
hexadecimal
printf.
printf-frexpl.h
1
/* Split a 'long double' into fraction and mantissa, for
hexadecimal
printf.
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
test2.test
63
{"description":"
Hexadecimal
entity representing the NUL character",
71
{"description":"
Hexadecimal
entity representing a codepoint after 1114111 (U+10FFFF)",
75
{"description":"
Hexadecimal
entity pair representing a surrogate pair",
79
{"description":"
Hexadecimal
entity with mixed uppercase and lowercase",
/external/conscrypt/src/platform/java/org/conscrypt/
Hex.java
21
* Helper class for dealing with
hexadecimal
strings.
/external/e2fsprogs/misc/
filefrag.8.in
59
Display extent block numbers in
hexadecimal
format.
Completed in 3821 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>