Home
last modified time | relevance | path

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

12345678910

/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/llvm/test/CodeGen/MIR/Generic/
DllvmIRMissing.mir2 # This test ensures that the MIR parser accepts files without the LLVM IR.
/external/libvorbis/m4/
Dadd_cflags.m46 [AC_MSG_CHECKING([if $CC accepts $1])
/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()
/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,
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dutil_test.py230 accepts = util.parse_accept_header(accept_header)
231 self.assertEquals(6, len(accepts))
232 self.assertEquals([4, 1, 3, 2, 0, 5], [a.index for a in accepts])
/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/avahi/common/
Dgcc_stack_protect.m457 AC_CACHE_CHECK([whether ${CC} accepts -fstack-protector],
74 AC_CACHE_CHECK([whether ${CXX} accepts -fstack-protector],
/external/llvm/lib/LibDriver/
DOptions.td3 // lib.exe accepts options starting with either a dash or a slash.
/external/llvm/test/Transforms/LoopStrengthReduce/
Ddont_reverse.ll8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
/external/llvm/test/Analysis/CostModel/
Dno_info.ll18 %p = getelementptr i8, i8* %a, i32 %b ; NoTTI accepts reg+reg addressing.
/external/llvm/test/CodeGen/WebAssembly/
Dcpus.ll1 ; This tests that llc accepts all valid WebAssembly CPUs.
/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

12345678910