/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
native_app_modal_dialog.h | 27 // Accepts or cancels the dialog.
|
/external/chromium_org/chrome/browser/ui/ |
tab_modal_confirm_dialog.h | 21 // Accepts the dialog.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/omnibox/simple-example/ |
background.js | 16 // This event is fired with the user accepts the input in the omnibox.
|
/external/chromium_org/ppapi/cpp/private/ |
tcp_server_socket_private.h | 27 // Accepts incoming connection and stores resource of accepted
|
/external/clang/test/CodeGen/ |
nvptx-cpus.c | 6 // Make sure clang accepts all supported architectures.
|
/external/clang/test/SemaCXX/ |
pragma-visibility.cpp | 7 // GCC 4.6 accepts this, but the "hidden" leaks past the namespace end.
|
/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
|
/external/proguard/src/proguard/io/ |
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) ?
|
/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/chromium_org/components/autofill/core/common/ |
password_generation_util.h | 63 // User accepts the generated password without manually editing it (but 67 // User accepts the gererated password after manually editing it.
|
/external/chromium_org/remoting/client/ |
frame_consumer.h | 29 // Accepts a buffer to be painted to the screen. The buffer's dimensions and 42 // Accepts a buffer that couldn't be used for drawing for any reason (shutdown
|
/external/chromium_org/third_party/WebKit/Source/core/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.
|
/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/clang/include/clang/StaticAnalyzer/Core/ |
AnalyzerOptions.h | 244 /// Accepts the strings "true" and "false". 248 /// Variant that accepts a Optional value to cache the result. 277 /// accepts the values "true" and "false". 284 /// accepts the values "true" and "false". 290 /// accepts the values "true" and "false". 297 /// accepts the values "true" and "false". 307 /// accepts the values "true" and "false". 317 /// which accepts the values "true" and "false". 328 /// option, which accepts the values "true" and "false". 335 /// option, which accepts the values "true" and "false" [all...] |
/frameworks/base/core/java/android/text/method/ |
DigitsKeyListener.java | 69 * Allocates a DigitsKeyListener that accepts the digits 0 through 9. 76 * Allocates a DigitsKeyListener that accepts the digits 0 through 9, 89 * Returns a DigitsKeyListener that accepts the digits 0 through 9. 96 * Returns a DigitsKeyListener that accepts the digits 0 through 9, 111 * Returns a DigitsKeyListener that accepts only the characters
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__object_8rsh.html | 111 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 129 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 147 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 165 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 183 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 201 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 219 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 237 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 255 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p> 273 <p>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. </p [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
user_image_view.h | 40 // Called if user accepts the taken photo. The image is passed as a 44 // Called if user accepts the chosen default image. The image index is
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
user_image_screen_actor.h | 28 // Called when user accepts photo as login user image. 37 // Called when user accepts currently selected image
|
/external/chromium_org/sync/protocol/ |
app_specifics.proto | 24 // to true when the user accepts receiving notifications for the 33 // It will be set when the user accepts receiving notifications.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFindOptions.h | 52 // When combined with wordStart, accepts a match in the middle of a word if the match begins with 53 // an uppercase letter followed by a lowercase or non-letter. Accepts several other intra-word matches.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
GoTestActivity.java | 26 * Test activity that accepts a connection from p2p client.
|
/external/chromium/chrome/browser/sync/glue/ |
history_model_worker.h | 24 // A ModelSafeWorker for history models that accepts requests
|
/external/chromium_org/cc/trees/ |
tree_synchronizer.h | 20 // Accepts a Layer tree and returns a reference to a LayerImpl tree that
|