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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Lexer/
pragma-message.c 14 #pragma message ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this! 14}}
  /external/chromium/chrome/common/extensions/docs/examples/api/i18n/getMessage/_locales/en_US/
messages.json 15 "message": "$CHROME$ accepts $languages$ languages",
  /external/llvm/autoconf/m4/
visibility_inlines_hidden.m4 2 # Determine if the compiler accepts -fvisibility-inlines-hidden
  /external/llvm/projects/sample/autoconf/m4/
visibility_inlines_hidden.m4 2 # Determine if the compiler accepts -fvisibility-inlines-hidden
  /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());
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) ?
  /libcore/luni/src/main/java/java/net/
CookiePolicy.java 31 * A pre-defined policy, accepts all cookies.
40 * A pre-defined policy, accepts no cookies at all.
49 * A pre-defined policy, only accepts cookies from original server.
  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
background.html 13 // This event is fired with the user accepts the input in the omnibox.
  /external/webkit/Source/WebCore/manual-tests/
input-empty-on-focus.html 5 It's arguably a bug that the text field accepts an image at all, so some day we might fix that and make this
  /external/llvm/utils/TableGen/
X86ModRMFilters.h 41 /// accepts - Indicates whether the filter accepts a particular ModR/M
44 /// @result - True if the filter accepts the ModR/M byte; false if not.
45 virtual bool accepts(uint8_t modRM) const = 0;
48 /// DumbFilter - Accepts any ModR/M byte. Used for instructions that do not
57 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::DumbFilter
80 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::ModFilter
110 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::EscapeFilter
134 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::AddRegEscapeFilter
160 bool accepts(uint8_t modRM) const function in class:llvm::X86Disassembler::ExtendedFilter
185 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::ExactFilter
    [all...]
  /external/clang/test/SemaCXX/
attr-weakref.cpp 11 // gcc rejects, clang accepts
30 // gcc accepts this
  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationType.java 59 * Accepts the given visitor in the context of a method's code, either on
66 * Accepts the given visitor in the context of a stack in a method's code .
72 * Accepts the given visitor in the context of a variable in a method's code.
  /external/bluetooth/hcidump/
acinclude.m4 2 AC_CACHE_CHECK([whether ${CC-cc} accepts -fPIE], ac_cv_prog_cc_pie, [
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.h 26 // enable instant. If the user accepts the dialog invoke
  /external/chromium/chrome/browser/sync/glue/
database_model_worker.h 18 // A ModelSafeWorker for database models (eg. autofill) that accepts requests
password_model_worker.h 23 // A ModelSafeWorker for password models that accepts requests
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
native_app_modal_dialog.h 28 // Accepts or cancels the dialog.
  /external/proguard/src/proguard/classfile/attribute/
Attribute.java 75 * Accepts the given visitor.
83 * Accepts the given visitor in the context of the given field.
99 * Accepts the given visitor in the context of the given method.
115 * Accepts the given visitor in the context of the given code attribute.
  /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
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ResultFilter.java 19 * {@link SuggestionFilter} that accepts only results (not web suggestions).
  /external/chromium/chrome/browser/bookmarks/
bookmark_editor.h 36 // A new bookmark should be created if the user accepts the edit.
40 // A new folder bookmark should be created if the user accepts the edit.
  /external/easymock/src/org/easymock/
IArgumentMatcher.java 24 * Returns whether this matcher accepts the given argument.
35 * @return whether this matcher accepts the given argument.
  /external/webkit/Source/WebCore/editing/
FindOptions.h 34 // When combined with AtWordStarts, accepts a match in the middle of a word if the match begins with
35 // an uppercase letter followed by a lowercase or non-letter. Accepts several other intra-word matches.

Completed in 924 milliseconds

1 2 3 4 5 6 7 8 91011>>