HomeSort by relevance Sort by last modified time
    Searched refs:isHex (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 233 bool isHex = *LookAhead == 'h' || *LookAhead == 'H';
234 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex;
235 if (isHex)
258 bool isHex = Radix == 16;
260 if (!isHex && (*CurPtr == '.' || *CurPtr == 'e')) {
269 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
345 bool isHex = Radix == 16;
348 return ReturnError(TokStart, !isHex ? "invalid octal number" :
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 74 if (isHex(password, 10) || isHex(password, 26) || isHex(password, 58)) {
96 if (isHex(password, 64)) {
358 public static boolean isHex(String input, int length) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 59 private static boolean isHex(String value) {
74 return isHex(value);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 118 assertTrue(WifiConfigurationHelper.isHex(password, 10));
125 assertTrue(WifiConfigurationHelper.isHex(password, 26));
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 435 static byte[] stringToByteArray(String original, boolean isHex)
437 int length = isHex ? original.length() / 2 : original.length();
441 if (isHex)
523 * @param isHex Specifies whether the content of the string has been encoded as a Hex string. Encoding
529 * set to -1, and <code> isHex </code> can be false.
532 static private String decodeString(String original, boolean isHex, int coding)
535 byte[] input = stringToByteArray(original, isHex);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 752 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
753 ||!isHex(p_uriSpec.charAt(index + 2)))
790 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
791 ||!isHex(p_uriSpec.charAt(index + 2)))
823 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
824 ||!isHex(p_uriSpec.charAt(index + 2)))
1068 if (index + 2 >= end ||!isHex(p_userinfo.charAt(index + 1))
1069 ||!isHex(p_userinfo.charAt(index + 2)))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 772 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
773 ||!isHex(p_uriSpec.charAt(index + 2)))
810 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
811 ||!isHex(p_uriSpec.charAt(index + 2)))
843 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
844 ||!isHex(p_uriSpec.charAt(index + 2)))
1088 if (index + 2 >= end ||!isHex(p_userinfo.charAt(index + 1))
1089 ||!isHex(p_userinfo.charAt(index + 2)))
    [all...]
  /external/fonttools/Lib/fontTools/
t1Lib.py 210 if isEncrypted and isHex(chunk[:4]):
287 def isHex(text):
296 if isHex(chunk[:4]):
323 if isHex(cypherText[:4]):
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /bionic/libc/kernel/tools/
cpp.py 239 isHex = True
242 isHex = False
244 if isHex:
251 isHex = True
254 isHex = False
256 if isHex:
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 452 static Bool isHex ( HChar c )
483 while (isHex(**ppc)) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 1167 milliseconds