HomeSort by relevance Sort by last modified time
    Searched defs:isPrefix (Results 1 - 25 of 70) sorted by null

1 2 3

  /frameworks/compile/mclinker/include/mcld/Script/
WildcardPattern.h 45 bool isPrefix() const { return m_bIsPrefix; }
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
UnaryExpr.java 80 public boolean isPrefix() {
170 public boolean isPrefix() {
  /packages/apps/ExactCalculator/src/com/android/calculator2/
KeyMaps.java 361 public static boolean isPrefix(int id) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 319 // isPrefix reports whether text is the name of an instruction prefix.
320 func isPrefix(text string) bool {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 319 // isPrefix reports whether text is the name of an instruction prefix.
320 func isPrefix(text string) bool {
  /external/capstone/arch/X86/
X86DisassemblerDecoder.c 479 bool isPrefix = true;
486 while (isPrefix) {
670 isPrefix = false;
674 //if (isPrefix)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 302 BOOL isPrefix = TRUE;
312 while (isPrefix) {
376 isPrefix = FALSE;
380 if (isPrefix)
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 430 !HexagonMCInstrInfo::isPrefix(MCII, MCI) &&
580 bool HexagonMCInstrInfo::isPrefix(MCInstrInfo const &MCII, MCInst const &MCI) {
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 324 bool isPrefix = true;
335 while (isPrefix) {
443 isPrefix = false;
447 if (isPrefix)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 732 bool isPrefix =
743 if (getLexer().isNot(AsmToken::EndOfStatement) && !isPrefix) {
781 else if (isPrefix && getLexer().is(AsmToken::Slash))
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 170 boolean isPrefix = isPrefix(entry.getKey());
172 String entryAid = (isPrefix || isSubset) ? entry.getKey().substring(0,
174 if (entryAid.equalsIgnoreCase(aid) || (isPrefix && aid.startsWith(entryAid))
470 static boolean isPrefix(String aid) {
560 if (isSubset(aid) || isPrefix(aid))
601 if (isPrefix(aidToResolve)) {
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]

Completed in 748 milliseconds

1 2 3