HomeSort by relevance Sort by last modified time
    Searched full:accepts (Results 1 - 25 of 1584) 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}}
22 #pragma GCC warning ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this! 22}}
25 #pragma GCC error ":O gcc accepts this! " STRING(__LINE__) // expected-error {{:O gcc accepts this! 25}}
  /external/libvorbis/m4/
add_cflags.m4 6 [AC_MSG_CHECKING([if $CC accepts $1])
  /external/chromium/chrome/common/extensions/docs/examples/api/i18n/getMessage/_locales/en_US/
messages.json 15 "message": "$CHROME$ accepts $languages$ languages",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/getMessage/_locales/en_US/
messages.json 15 "message": "$CHROME$ accepts $languages$ languages",
  /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) ?
  /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/chromium_org/third_party/WebKit/ManualTests/
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/chromium_org/tools/json_schema_compiler/test/
forbidden.json 10 "description": "Don't do this at home. Accepts multiple choices and values",
  /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/llvm/test/CodeGen/SystemZ/
asm-03.ll 1 ; Test the "S" asm constraint, which accepts addresses that have a base
asm-04.ll 1 ; Test the "T" asm constraint, which accepts addresses that have a base,
  /external/openssh/regress/
proto-mismatch.sh 14 fail "sshd prints ${banner} and accepts connect with version ${client}"
  /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...]
  /external/chromium_org/net/test/embedded_test_server/
http_connection.h 28 // Wraps the connection socket. Accepts incoming data and sends responses.
42 // Accepts raw chunk of data from the client. Internally, passes it to the
  /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/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/chromium_org/chrome/browser/search/
instant_service_observer.h 28 // the page, and the actual change is triggered after the user accepts.

Completed in 1191 milliseconds

1 2 3 4 5 6 7 8 91011>>