HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 1026 - 1050 of 6179) sorted by null

<<41424344454647484950>>

  /external/webkit/Source/WebCore/inspector/front-end/
AuditsPanel.js 192 _reloadResources: function(callback)
194 this._pageReloadCallback = callback;
201 var callback = this._pageReloadCallback;
203 callback();
293 run: function(resources, callback)
297 this._rules[i].run(resources, callback);
345 run: function(resources, callback)
349 this.doRun(resources, result, callback);
352 doRun: function(resources, result, callback)
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 243 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback) {
246 service.registerClient(uuid.getUuid(), callback);
378 public void registerServer(ParcelUuid uuid, IBluetoothGattServerCallback callback) {
381 service.registerServer(uuid.getUuid(), callback);
474 * Callback functions - CLIENT
501 app.callback.onScanResult(address, rssi, adv_data);
512 app.callback.onScanResult(address, rssi, adv_data);
531 app.callback.onClientRegistered(status, clientIf);
543 app.callback.onClientConnectionState(status, clientIf, true, address);
556 app.callback.onClientConnectionState(status, clientIf, false, address)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MailboxFinderTest.java 51 // Mock to track callback invocations.
85 * Make sure no {@link MailboxFinder.Callback} is left registered to the controller.
88 for (Controller.Result callback : controller.getResultCallbacksForTest()) {
89 assertFalse(callback instanceof MailboxFinder.Callback);
136 * Wait until any of the {@link MailboxFinder.Callback} method or
329 // Callback from Controller, but for a different account.
414 * Callback that logs what method is called with what arguments.
416 private static class MockCallback implements MailboxFinder.Callback {
MessageOrderManagerTest.java 90 // Callback not called yet.
100 // Current message id not set yet, so callback should have called yet.
166 // Callback not called yet.
170 mCallback.assertCallbacksCalled(false, false); // Cursor not open, callback not called yet.
181 // As soon as the cursor opens, callback gets called.
266 private static class MyCallback implements MessageOrderManager.Callback {
311 public MessageOrderManagerForTest(Context context, long mailboxId, Callback callback) {
313 callback, new NonDelayedOperations());
  /device/generic/goldfish/camera/
PreviewWindow.h 48 /* Actual handler for camera_device_ops_t::set_preview_window callback.
50 * handing the camera_device_ops_t::set_preview_window callback.
66 * handing the camera_device_ops_t::start_preview callback.
72 * handing the camera_device_ops_t::start_preview callback.
88 * This is a notification callback that is invoked by the camera device when
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 25 import javax.security.auth.callback.Callback;
26 import javax.security.auth.callback.CallbackHandler;
148 * Mock callback handler
155 public void handle(Callback[] callbacks) {
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 136 /* Java I/F callback events */
411 /* union of data associated with JV callback */
448 /* JAVA DM Interface callback */
451 /* JAVA RFCOMM interface callback */
454 /* JAVA L2CAP interface callback */
479 ** operation is complete the callback function will be
520 ** When the operation is complete the tBTA_JV_DM_CBACK callback
547 ** tBTA_JV_DM_CBACK callback with a BTA_JV_LOCAL_ADDR_EVT.
561 ** tBTA_JV_DM_CBACK callback with a BTA_JV_LOCAL_NAME_EVT.
575 ** tBTA_JV_DM_CBACK callback with a BTA_JV_REMOTE_NAME_EVT
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_opt.c 87 ** the tAVRC_MSG_CBACK callback function.
128 ** the tAVRC_MSG_CBACK callback function.
174 ** the tAVRC_MSG_CBACK callback function.
208 ** tAVRC_MSG_CBACK callback function.
214 ** passed with the command message in the callback function.
  /external/chromium/chrome/browser/autofill/
autofill_xml_parser.h 28 // A callback for the end of an </element>, called by Expat.
33 // The callback for character data between tags (<element>text...</element>).
41 // The callback for parsing errors.
72 // A callback for the beginning of a new <element>, called by Expat.
116 // A callback for the beginning of a new <element>, called by Expat.
  /external/chromium/chrome/browser/
browsing_data_remover.h 109 // NotificationObserver method. Callback when TemplateURLModel has finished
124 // Callback when the network history has been deleted. Invokes
132 // Callback when the cache has been deleted. Invokes NotifyAndDeleteIfDone.
141 // Callback when HTML5 databases have been deleted. Invokes
148 // Callback when the appcache has been cleared. Invokes
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store_unittest.cc 147 // Counts the number of times Callback() has been run.
152 void Callback() {
165 // Test that we can get a completion callback after a Flush().
169 // Callback shouldn't be invoked until we call Flush().
172 store_->Flush(NewRunnableMethod(counter.get(), &CallbackCounter::Callback));
view_http_cache_job_factory.cc 52 int Start(const net::URLRequest& request, Callback0::Type* callback);
54 // Prevents it from invoking its callback. It will self-delete.
124 Callback0::Type* callback) {
125 DCHECK(callback);
143 user_callback_ = callback;
  /external/chromium/chrome/browser/resources/gpu_internals/
sorted_array_utils.js 20 * @param {function():*} mapFn Callback that produces a key value
65 * @param {function():*} mapLoFn Callback that produces the low value for the
67 * @param {function():*} mapLoFn Callback that produces the width for the
103 * @param {function():*} mapLoFn Callback that produces the low value for the
105 * @param {function():*} mapLoFn Callback that produces the width for the
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.h 14 #include "base/callback.h"
63 // This registers a callback that can receive the resulting SkBitmap
70 // Takes ownership of the callback object.
82 ThumbnailReadyCallback* callback,
145 // Map of callback objects by sequence number.
  /external/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 87 browser::CryptoModulePasswordCallback* callback);
108 browser::CryptoModulePasswordCallback* callback)
109 : callback_(callback) {
218 CryptoModulePasswordCallback* callback) {
220 callback))->Show();
gtk_floating_container.cc 50 GtkCallback callback,
173 GtkCallback callback,
176 g_return_if_fail(callback != NULL);
180 (container, include_internals, callback, callback_data);
189 (*callback)(child->widget, callback_data);
  /external/chromium/chrome/common/extensions/docs/static/
experimental.tts.html 48 <p>You can also pass a callback function that will be called when the
64 <code>chrome.extension.lastError</code> inside the callback function.</p>
124 <pre>var speakListener = function(utterance, options, callback) {
126 callback();
134 <p class="warning"><b>Important:</b> Don't forget to call the callback
  /external/chromium/net/base/
load_flags_list.h 43 // (The default behavior is to trigger an OnSSLCertificateError callback.)
47 // (The default behavior is to trigger an OnSSLCertificateError callback).
51 // (The default behavior is to trigger an OnSSLCertificateError callback).
55 // (The default behavior is to trigger an OnSSLCertificateError callback).
59 // (The default behavior is to trigger an OnSSLCertificateError callback).
  /external/chromium/net/disk_cache/
in_flight_io.h 23 // |callback| that must be notified at the end), we need the controller that
25 // (we do NOT invoke the callback), in the worker thead that completed the
71 // perform the callback on the same thread that was used to start the operation.
85 // 11. invoke callback
101 // Invokes the users' completion callback at the end of the IO operation.
sparse_control.h 57 // |buf_len| specify the actual data to use and |callback| is the callback
62 int buf_len, net::CompletionCallback* callback);
71 // busy. If the entry is busy, we'll invoke the callback when we are ready
141 // Invoked by the callback of asynchronous operations.
  /external/chromium/net/http/
partial_data.h 55 // error code. If this method returns ERR_IO_PENDING, the |callback| will be
58 CompletionCallback* callback);
101 CompletionCallback* callback);
106 CompletionCallback* callback);
123 // Completion routine for our callback.
  /external/chromium/net/socket/
tcp_client_socket_libevent.h 44 virtual int Connect(CompletionCallback* callback
65 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
66 virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
175 // External callback; called when read is complete.
178 // External callback; called when write is complete.
  /external/chromium/webkit/glue/
resource_fetcher_unittest.cc 7 #include "base/callback.h"
38 // callback has to be a static function, so we hold on to our instance.
43 ResourceFetcher::Callback* NewCallback() {
143 // When we fail, we still call the Delegate callback but we pass in empty
166 // When we timeout, we still call the Delegate callback but we pass in empty
  /external/chromium-trace/trace-viewer/src/
sorted_array_utils.js 20 * @param {function():*} mapFn Callback that produces a key value
65 * @param {function():*} mapLoFn Callback that produces the low value for the
67 * @param {function():*} mapLoFn Callback that produces the width for the
103 * @param {function():*} mapLoFn Callback that produces the low value for the
105 * @param {function():*} mapLoFn Callback that produces the width for the
  /external/icu4c/common/
ucnv_cb.c 32 if you don't use ucnv_cbXXX functions. Make sure you don't use the same callback within
65 IS an actual conversion, take care that you've changed the callback
154 Internal program error - callback shouldn't have written this much
195 * Unlike the escape callback, we need not change the converter's
196 * callback function because ucnv_setSubstString() verified that

Completed in 2431 milliseconds

<<41424344454647484950>>