OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hexStr
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
WifiSsid.java
59
public static WifiSsid createFromHex(String
hexStr
) {
62
if (
hexStr
== null) return a;
64
if (
hexStr
.startsWith("0x") ||
hexStr
.startsWith("0X")) {
65
hexStr
=
hexStr
.substring(2);
68
for (int i = 0; i <
hexStr
.length()-1; i += 2) {
71
val = Integer.parseInt(
hexStr
.substring(i, i + 2), HEX_RADIX);
/frameworks/base/keystore/java/android/security/
SystemKeyStore.java
58
String
hexStr
= Integer.toString(keyData[i] & 0x00FF, 16);
59
if (
hexStr
.length() == 1) {
60
hexStr
= "0" +
hexStr
;
62
sb.append(
hexStr
);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java
478
String
hexStr
= filename.substring(pos + 1, pos + 3);
479
char ch = (char) Integer.parseInt(
hexStr
, 16);
[
all
...]
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 295 milliseconds