Searched refs:accepts (Results 1 - 25 of 45) sorted by relevance

12

/external/proguard/src/proguard/io/
H A DDataEntryFilter.java32 * 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
H A DDataEntryParentFilter.java47 public boolean accepts(DataEntry dataEntry) method in class:DataEntryParentFilter
49 return dataEntry != null && dataEntryFilter.accepts(dataEntry.getParent());
H A DDataEntryDirectoryFilter.java36 public boolean accepts(DataEntry dataEntry) method in class:DataEntryDirectoryFilter
H A DDataEntryNameFilter.java50 public boolean accepts(DataEntry dataEntry) method in class:DataEntryNameFilter
H A DFilteredDataEntryReader.java45 * will be delegated if the filter accepts
59 * will be delegated if the filter accepts
81 DataEntryReader dataEntryReader = dataEntryFilter.accepts(dataEntry) ?
H A DFilteredDataEntryWriter.java44 * 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/
H A DX86ModRMFilters.h42 /// 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;
59 bool accepts(uint8_t modRM) const override {
82 bool accepts(uint8_t modRM) const override {
105 bool accepts(uint8_t modRM) const override {
126 bool accepts(uint8_t modRM) const override {
H A DX86DisassemblerTables.cpp789 if (filter.accepts(index)) {
/external/proguard/src/proguard/classfile/util/
H A DWarningPrinter.java77 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
H A DDynamicMemberReferenceInitializer.java797 notePrinter.accepts(clazz.getName()))
895 if (notePrinter.accepts(programClass.getName()))
908 if (notePrinter.accepts(programClass.getName()))
921 if (notePrinter.accepts(libraryClass.getName()))
934 if (notePrinter.accepts(libraryClass.getName()))
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c59 fprintf(o, " accepts %u", s->rule->d.RuleOp.accept);
/external/proguard/src/proguard/
H A DKeepClassMemberChecker.java76 if (notePrinter.accepts(className))
H A DFullyQualifiedClassNameChecker.java154 notePrinter.accepts(className))
/external/chromium_org/content/child/npapi/
H A Dwebplugin.h44 virtual void SetAcceptsInputEvents(bool accepts) = 0;
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dfile_manager.css259 #directory-tree .tree-item.accepts > .tree-row,
268 #directory-tree:focus .tree-item.accepts > .tree-row,
276 #directory-tree:focus .tree-item.accepts > .tree-row,
748 .thumbnail-grid .thumbnail-item.accepts .thumbnail-frame {
793 #list-container list > li.accepts[selected],
794 #list-container grid > li.accepts[selected] {
798 #list-container list:focus > li.accepts[selected],
799 #list-container grid:focus > li.accepts[selected] {
803 #list-container list > li.accepts,
804 #list-container grid > li.accepts {
[all...]
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.h139 const AcceptOptions* accepts,
H A Dfile_system_api.cc724 const AcceptOptions* accepts,
733 if (accepts) {
736 accepts->begin(); iter != accepts->end(); ++iter) {
831 options->accepts.get(), options->accepts_all_types.get());
721 BuildFileTypeInfo( ui::SelectFileDialog::FileTypeInfo* file_type_info, const base::FilePath::StringType& suggested_extension, const AcceptOptions* accepts, const bool* acceptsAllTypes) argument
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.h55 virtual void SetAcceptsInputEvents(bool accepts) OVERRIDE;
H A Dwebplugin_proxy.cc88 void WebPluginProxy::SetAcceptsInputEvents(bool accepts) { argument
/external/libpng/scripts/
H A Dmakevms.com6 $! This procedure accepts one parameter (contrib), which causes it to build
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h98 virtual void SetAcceptsInputEvents(bool accepts) OVERRIDE;
H A Dwebplugin_impl.cc588 void WebPluginImpl::SetAcceptsInputEvents(bool accepts) { argument
589 accepts_input_events_ = accepts;
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Didct_dequant_full_2x_neon.asm69 ; vqdmulh only accepts signed values. this was a problem because
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd96 # The function accepts both string and Unicode objects as
H A Dstring.pxd96 # The function accepts both string and Unicode objects as

Completed in 3139 milliseconds

12