HomeSort by relevance Sort by last modified time
    Searched refs:accepts (Results 1 - 25 of 42) sorted by null

1 2

  /external/proguard/src/proguard/io/
DataEntryFilter.java 32 * Checks whether the filter accepts the given data entry.
34 * @return a boolean indicating whether the filter accepts the given data
37 public boolean accepts(DataEntry dataEntry); method in interface:DataEntryFilter
DataEntryParentFilter.java 47 public boolean accepts(DataEntry dataEntry) method in class:DataEntryParentFilter
49 return dataEntry != null && dataEntryFilter.accepts(dataEntry.getParent());
DataEntryDirectoryFilter.java 36 public boolean accepts(DataEntry dataEntry) method in class:DataEntryDirectoryFilter
DataEntryNameFilter.java 50 public boolean accepts(DataEntry dataEntry) method in class:DataEntryNameFilter
FilteredDataEntryReader.java 45 * will be delegated if the filter accepts
59 * will be delegated if the filter accepts
81 DataEntryReader dataEntryReader = dataEntryFilter.accepts(dataEntry) ?
FilteredDataEntryWriter.java 44 * will be delegated if the filter accepts
58 * will be delegated if the filter accepts
80 DataEntryWriter dataEntryWriter = dataEntryFilter.accepts(dataEntry) ?
100 DataEntryWriter dataEntryWriter = dataEntryFilter.accepts(dataEntry) ?
  /external/llvm/utils/TableGen/
X86ModRMFilters.h 42 /// accepts - Indicates whether the filter accepts a particular ModR/M
45 /// @result - True if the filter accepts the ModR/M byte; false if not.
46 virtual bool accepts(uint8_t modRM) const = 0;
49 /// DumbFilter - Accepts any ModR/M byte. Used for instructions that do not
59 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::DumbFilter
82 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::ModFilter
113 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::EscapeFilter
137 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::AddRegEscapeFilter
163 bool accepts(uint8_t modRM) const function in class:llvm::X86Disassembler::ExtendedFilter
187 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::ExactFilter
    [all...]
X86DisassemblerTables.cpp 658 if (filter.accepts(index)) {
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 77 if (accepts(className))
87 public boolean accepts(String className) method in class:WarningPrinter
100 if (accepts(className1, className2))
110 public boolean accepts(String className1, String className2) method in class:WarningPrinter
DynamicMemberReferenceInitializer.java 461 notePrinter.accepts(clazz.getName()))
556 if (notePrinter.accepts(programClass.getName()))
569 if (notePrinter.accepts(programClass.getName()))
582 if (notePrinter.accepts(libraryClass.getName()))
595 if (notePrinter.accepts(libraryClass.getName()))
  /external/proguard/src/proguard/
FullyQualifiedClassNameChecker.java 154 notePrinter.accepts(className))
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 3593 bitset_t accepts; \/* Characters a node can accept. *\/ local
    [all...]
  /external/libpng/scripts/
makevms.com 6 $! This procedure accepts one parameter (contrib), which causes it to build
  /bionic/libc/upstream-netbsd/libc/isc/
eventlib_p.h 223 LIST(evAccept) accepts; member in struct:__anon689
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-host.js 87 // Firefox 3.5.2 accepts this but throws an exception later
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
332 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
462 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 69 ; vqdmulh only accepts signed values. this was a problem because
  /external/jpeg/
ltmain.sh     [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh     [all...]
  /external/proguard/lib/
proguard.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/libvorbis/doc/
01-introduction.tex 53 raw, unformatted 'packets'. The decoder then accepts these raw
  /external/dropbear/libtommath/
bn.tex 452 It accepts a \textbf{NULL} terminated list of pointers to mp\_int structures. It will attempt to initialize them all
    [all...]

Completed in 585 milliseconds

1 2