| /external/llvm-project/mlir/lib/Parser/ |
| D | Token.cpp | 30 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; in getUnsignedIntegerValue() local 41 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; in getUInt64IntegerValue() local
|
| D | AttributeParser.cpp | 330 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; in buildAttributeAPInt() local 370 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; in parseDecOrHexAttr() local
|
| /external/llvm/lib/MC/MCParser/ |
| D | AsmLexer.cpp | 236 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| D | AsmLexer.cpp | 265 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
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/tools/sva/src/ |
| D | lexer.js | 103 isHex(char) { method in Lexer
|
| /external/deqp-deps/SPIRV-Tools/tools/sva/src/ |
| D | lexer.js | 103 isHex(char) { method in Lexer
|
| /external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
| D | lexer.js | 103 isHex(char) { method in Lexer
|
| /external/llvm-project/llvm/lib/MC/MCParser/ |
| D | AsmLexer.cpp | 274 bool isHex = LexHex && (*LookAhead == 'h' || *LookAhead == 'H'); in doHexLookAhead() local 427 bool isHex = Radix == 16; in LexDigit() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
| D | CertBlocklist.java | 60 private static boolean isHex(String value) { in isHex() method in CertBlocklist
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
| D | CertBlocklist.java | 64 private static boolean isHex(String value) { in isHex() method in CertBlocklist
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
| D | CertBlocklist.java | 64 private static boolean isHex(String value) { in isHex() method in CertBlocklist
|
| /external/owasp/sanitizer/src/main/org/owasp/html/ |
| D | CssGrammar.java | 199 private static boolean isHex(int codepoint) { in isHex() method in CssGrammar
|
| /external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/ |
| D | CertBlocklistImpl.java | 69 private static boolean isHex(String value) { in isHex() method in CertBlocklistImpl
|
| /external/conscrypt/platform/src/main/java/org/conscrypt/ |
| D | CertBlocklistImpl.java | 65 private static boolean isHex(String value) { in isHex() method in CertBlocklistImpl
|
| /external/fonttools/Lib/fontTools/t1Lib/ |
| D | __init__.py | 284 def isHex(text): function
|
| /external/gptfdisk/ |
| D | support.cc | 297 int isHex = 1, foundHex = 0, i; in IsHex() local
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
| D | URI.java | 1546 private static boolean isHex(char p_char) in isHex() method in URI
|
| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| D | URI.java | 1566 private static boolean isHex(char p_char) in isHex() method in URI
|
| /external/libxml2/ |
| D | trio.c | 2650 BOOLEAN_T isHex; variable 5831 BOOLEAN_T isHex = FALSE; variable
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | TextFormat.java | 2184 private static boolean isHex(final byte c) { in isHex() method in TextFormat
|
| /external/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
| D | mlir-linalg-ods-gen.cpp | 125 bool isHex = spelling.size() > 1 && spelling[1] == 'x'; in getUInt64IntegerValue() local
|