Home
last modified time | relevance | path

Searched refs:accepts (Results 1 – 25 of 194) sorted by relevance

12345678

/external/llvm/utils/TableGen/
DX86ModRMFilters.h46 virtual bool accepts(uint8_t modRM) const = 0;
59 bool accepts(uint8_t modRM) const override { in accepts() function
82 bool accepts(uint8_t modRM) const override { in accepts() function
105 bool accepts(uint8_t modRM) const override { in accepts() function
126 bool accepts(uint8_t modRM) const override { in accepts() function
/external/proguard/src/proguard/classfile/util/
DWarningPrinter.java77 if (accepts(className)) in print()
87 public boolean accepts(String className) in accepts() method in WarningPrinter
100 if (accepts(className1, className2)) in print()
110 public boolean accepts(String className1, String className2) in accepts() method in WarningPrinter
DDynamicMemberReferenceInitializer.java796 notePrinter.accepts(clazz.getName())) in printDynamicInvocationNote()
894 if (notePrinter.accepts(programClass.getName())) in visitProgramField()
907 if (notePrinter.accepts(programClass.getName())) in visitProgramMethod()
920 if (notePrinter.accepts(libraryClass.getName())) in visitLibraryField()
933 if (notePrinter.accepts(libraryClass.getName())) in visitLibraryMethod()
/external/proguard/src/proguard/io/
DDataEntryParentFilter.java47 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryParentFilter
49 return dataEntry != null && dataEntryFilter.accepts(dataEntry.getParent()); in accepts()
DFilteredDataEntryWriter.java80 DataEntryWriter dataEntryWriter = dataEntryFilter.accepts(dataEntry) ? in createDirectory()
100 DataEntryWriter dataEntryWriter = dataEntryFilter.accepts(dataEntry) ? in getOutputStream()
DDataEntryFilter.java37 public boolean accepts(DataEntry dataEntry); in accepts() method
DDataEntryDirectoryFilter.java34 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryDirectoryFilter
DDataEntryNameFilter.java50 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryNameFilter
DFilteredDataEntryReader.java81 DataEntryReader dataEntryReader = dataEntryFilter.accepts(dataEntry) ? in read()
/external/libvorbis/m4/
Dadd_cflags.m46 [AC_MSG_CHECKING([if $CC accepts $1])
/external/openssh/
Daclocal.m47 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append
44 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append
81 dnl Check that $LD accepts a flag 'check_flag'. If it is supported append
/external/llvm/autoconf/m4/
Dvisibility_inlines_hidden.m42 # Determine if the compiler accepts -fvisibility-inlines-hidden
/external/proguard/src/proguard/
DKeepClassMemberChecker.java74 notePrinter.accepts(className)) in checkClassSpecifications()
DAssumeNoSideEffectsChecker.java69 notePrinter.accepts(className)) in checkClassSpecifications()
DClassMemberChecker.java69 notePrinter.accepts(className)) in checkClassSpecifications()
DFullyQualifiedClassNameChecker.java157 notePrinter.accepts(className)) in checkClassName()
/external/llvm/test/CodeGen/SystemZ/
Dasm-03.ll1 ; Test the "S" asm constraint, which accepts addresses that have a base
Dasm-04.ll1 ; Test the "T" asm constraint, which accepts addresses that have a base,
Dasm-02.ll1 ; Test the "R" asm constraint, which accepts addresses that have a base,
Dasm-01.ll1 ; Test the "Q" asm constraint, which accepts addresses that have a base
/external/llvm/test/CodeGen/AArch64/
Dbr-to-eh-lpad.ll3 ; This function tests that the machine verifier accepts an unconditional
8 ; kind of verification, is unable to check anything, so accepts the CFG.
Dcpus.ll1 ; This tests that llc accepts all valid AArch64 CPUs
/external/llvm/test/Transforms/LoopStrengthReduce/
Ddont_reverse.ll8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
/external/llvm/test/CodeGen/Thumb/
D2011-06-16-NoGPRs.ll4 ; value from f1. The register is only used by tBLXr_r9 which accepts a full GPR
/external/valgrind/
Dconfigure.ac1515 AC_MSG_CHECKING([if gcc accepts -m32])
1535 AC_MSG_CHECKING([if gcc accepts -m64])
1555 AC_MSG_CHECKING([if gcc accepts -march=mips32])
1575 AC_MSG_CHECKING([if gcc accepts -march=mips64])
1595 AC_MSG_CHECKING([if gcc accepts -march=octeon])
1615 AC_MSG_CHECKING([if gcc accepts -march=octeon2])
1635 AC_MSG_CHECKING([if gcc accepts -mmmx])
1655 AC_MSG_CHECKING([if gcc accepts -msse])
1680 AC_MSG_CHECKING([if gcc accepts -mpreferred-stack-boundary=2 -m32])
1704 AC_MSG_CHECKING([if gcc accepts -W$1])
[all …]

12345678