/external/llvm/utils/TableGen/ |
D | X86ModRMFilters.h | 46 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/ |
D | WarningPrinter.java | 77 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
|
D | DynamicMemberReferenceInitializer.java | 796 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/ |
D | DataEntryParentFilter.java | 47 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryParentFilter 49 return dataEntry != null && dataEntryFilter.accepts(dataEntry.getParent()); in accepts()
|
D | FilteredDataEntryWriter.java | 80 DataEntryWriter dataEntryWriter = dataEntryFilter.accepts(dataEntry) ? in createDirectory() 100 DataEntryWriter dataEntryWriter = dataEntryFilter.accepts(dataEntry) ? in getOutputStream()
|
D | DataEntryFilter.java | 37 public boolean accepts(DataEntry dataEntry); in accepts() method
|
D | DataEntryDirectoryFilter.java | 34 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryDirectoryFilter
|
D | DataEntryNameFilter.java | 50 public boolean accepts(DataEntry dataEntry) in accepts() method in DataEntryNameFilter
|
D | FilteredDataEntryReader.java | 81 DataEntryReader dataEntryReader = dataEntryFilter.accepts(dataEntry) ? in read()
|
/external/libvorbis/m4/ |
D | add_cflags.m4 | 6 [AC_MSG_CHECKING([if $CC accepts $1])
|
/external/openssh/ |
D | aclocal.m4 | 7 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/ |
D | visibility_inlines_hidden.m4 | 2 # Determine if the compiler accepts -fvisibility-inlines-hidden
|
/external/proguard/src/proguard/ |
D | KeepClassMemberChecker.java | 74 notePrinter.accepts(className)) in checkClassSpecifications()
|
D | AssumeNoSideEffectsChecker.java | 69 notePrinter.accepts(className)) in checkClassSpecifications()
|
D | ClassMemberChecker.java | 69 notePrinter.accepts(className)) in checkClassSpecifications()
|
D | FullyQualifiedClassNameChecker.java | 157 notePrinter.accepts(className)) in checkClassName()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-03.ll | 1 ; Test the "S" asm constraint, which accepts addresses that have a base
|
D | asm-04.ll | 1 ; Test the "T" asm constraint, which accepts addresses that have a base,
|
D | asm-02.ll | 1 ; Test the "R" asm constraint, which accepts addresses that have a base,
|
D | asm-01.ll | 1 ; Test the "Q" asm constraint, which accepts addresses that have a base
|
/external/llvm/test/CodeGen/AArch64/ |
D | br-to-eh-lpad.ll | 3 ; This function tests that the machine verifier accepts an unconditional 8 ; kind of verification, is unable to check anything, so accepts the CFG.
|
D | cpus.ll | 1 ; This tests that llc accepts all valid AArch64 CPUs
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | dont_reverse.ll | 8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
|
/external/llvm/test/CodeGen/Thumb/ |
D | 2011-06-16-NoGPRs.ll | 4 ; value from f1. The register is only used by tBLXr_r9 which accepts a full GPR
|
/external/valgrind/ |
D | configure.ac | 1515 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 …]
|