Home
last modified time | relevance | path

Searched defs:isHex (Results 1 – 25 of 145) sorted by relevance

123456

/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp236 bool isHex = *LookAhead == 'h' || *LookAhead == 'H'; in doLookAhead() local
261 bool isHex = Radix == 16; in LexDigit() local
348 bool isHex = Radix == 16; in LexDigit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp265 bool isHex = LexHex && (*LookAhead == 'h' || *LookAhead == 'H'); in doHexLookAhead() local
329 bool isHex = Radix == 16; in LexDigit() local
417 bool isHex = Radix == 16; in LexDigit() local
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dcss.go104 func isHex(c byte) bool { func
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dlexer.js103 isHex(char) { method in Lexer
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/sva/src/
H A Dlexer.js103 isHex(char) { method in Lexer
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dlexer.js103 isHex(char) { method in Lexer
/aosp_15_r20/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java199 private static boolean isHex(int codepoint) { in isHex() method in CssGrammar
/aosp_15_r20/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java367 public static boolean isHex(String input, int length) { in isHex() method in WifiConfigurationHelper
/aosp_15_r20/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DCertBlocklistImpl.java92 private static boolean isHex(String value) { in isHex() method in CertBlocklistImpl
/aosp_15_r20/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
H A DCertBlocklistImpl.java96 private static boolean isHex(String value) { in isHex() method in CertBlocklistImpl
/aosp_15_r20/external/gptfdisk/
H A Dsupport.cc286 int isHex = 1, foundHex = 0, i; in IsHex() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dscanner.go440 func isHex(ch rune) bool { return '0' <= ch && ch <= '9' || 'a' <= lower(ch) && lower(ch) <= 'f… func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/scanner/
Dscanner.go379 func isHex(ch rune) bool { return '0' <= ch && ch <= '9' || 'a' <= lower(ch) && lower(ch) <= 'f… func
/aosp_15_r20/external/fonttools/Lib/fontTools/t1Lib/
H A D__init__.py488 def isHex(text): function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dparse_cmdline.cpp114 bool isHex = false; in ParseAsUint64() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp283 bool isHex = LexHex && (*LookAhead == 'h' || *LookAhead == 'H'); in doHexLookAhead() local
/aosp_15_r20/prebuilts/go/linux-x86/src/text/scanner/
Dscanner.go364 func isHex(ch rune) bool { return '0' <= ch && ch <= '9' || 'a' <= lower(ch) && lower(ch) <= 'f… func
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java1566 private static boolean isHex(char p_char) in isHex() method in URI
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java1546 private static boolean isHex(char p_char) in isHex() method in URI
/aosp_15_r20/system/tools/hidl/
DConstantExpression.cpp204 bool isHex = (value[0] == '0' && value.length() > 1 && (value[1] == 'x' || value[1] == 'X')); in tryParse() local
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java2547 private static boolean isHex(final byte c) { in isHex() method in TextFormat
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java2547 private static boolean isHex(final byte c) { in isHex() method in TextFormat
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5462 bool isHex; in U16StringToInt() local
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/aosp_15_r20/external/guice/lib/build/jdiff/
HDxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...

123456