OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex1
(Results
1 - 25
of
36
) sorted by null
1
2
/external/srtp/crypto/test/
datatypes_driver.c
189
char
hex1
[] = "abadcafe";
local
194
len = hex_string_to_octet_string(raw,
hex1
, strlen(
hex1
));
197
printf("expected length: %u\tstring: %s\n", (unsigned)strlen(
hex1
),
hex1
);
/external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java
121
char
hex1
= Character.toUpperCase(Character.forDigit((b >> 4) & 0xF, 16));
local
123
buffer.write(
hex1
);
URLCodec.java
138
char
hex1
= Character.toUpperCase(
local
142
buffer.write(
hex1
);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
IETFUtils.java
49
char
hex1
= 0;
local
85
if (
hex1
!= 0)
87
buf.append((char)(convertHex(
hex1
) * 16 + convertHex(c)));
89
hex1
= 0;
92
hex1
= c;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java
614
char
hex1
= Character.toUpperCase(Character.forDigit((b >> 4) & 0xF, 16));
local
616
buffer.write(
hex1
);
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int_test.go
372
hex1
:= hex.EncodeToString(new(Int).SetBytes(b).Bytes())
375
for len(
hex1
) < len(hex2) {
376
hex1
= "0" +
hex1
379
for len(
hex1
) > len(hex2) {
383
return
hex1
== hex2
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
int_test.go
369
hex1
:= hex.EncodeToString(new(Int).SetBytes(b).Bytes())
372
for len(
hex1
) < len(hex2) {
373
hex1
= "0" +
hex1
376
for len(
hex1
) > len(hex2) {
380
return
hex1
== hex2
[
all
...]
/prebuilts/go/darwin-x86/src/math/big/
int_test.go
369
hex1
:= hex.EncodeToString(new(Int).SetBytes(b).Bytes())
372
for len(
hex1
) < len(hex2) {
373
hex1
= "0" +
hex1
376
for len(
hex1
) > len(hex2) {
380
return
hex1
== hex2
[
all
...]
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int_test.go
372
hex1
:= hex.EncodeToString(new(Int).SetBytes(b).Bytes())
375
for len(
hex1
) < len(hex2) {
376
hex1
= "0" +
hex1
379
for len(
hex1
) > len(hex2) {
383
return
hex1
== hex2
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/
int_test.go
369
hex1
:= hex.EncodeToString(new(Int).SetBytes(b).Bytes())
372
for len(
hex1
) < len(hex2) {
373
hex1
= "0" +
hex1
376
for len(
hex1
) > len(hex2) {
380
return
hex1
== hex2
[
all
...]
/prebuilts/go/linux-x86/src/math/big/
int_test.go
369
hex1
:= hex.EncodeToString(new(Int).SetBytes(b).Bytes())
372
for len(
hex1
) < len(hex2) {
373
hex1
= "0" +
hex1
376
for len(
hex1
) > len(hex2) {
380
return
hex1
== hex2
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar
/external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar
/prebuilts/devtools/tools/lib/
commons-codec-1.4.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar
/prebuilts/tools/common/http-client/
commons-codec-1.4.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar
/external/robolectric/v1/lib/main/
commons-codec-1.6.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar
Completed in 916 milliseconds
1
2