HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 1376 - 1400 of 3607) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/libevent/
event.3 494 provides an abstraction on top of the regular event callbacks.
509 The next three parameters are callbacks.
564 To be notified of HTTP requests, a user needs to register callbacks with the
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
service.h 91 // threads they may run callbacks on, and what threads the application is
93 // for callbacks to be called on any thread, but should not try to call the
95 // callbacks. Realistically, though, simple software will probably want to
  /external/chromium_org/v8/src/
object-observe.js 40 // records what callbacks are observing the object, with what options, and
47 // callbacks).
52 // callbacks are invoked in the proper order until there are no more
  /external/chromium_org/v8/test/mjsunit/
mirror-object.js 211 assertEquals(debug.PropertyType.Callbacks, mirror.property('a').propertyType());
218 assertEquals(debug.PropertyType.Callbacks, mirror.property('b').propertyType());
226 assertEquals(debug.PropertyType.Callbacks, mirror.property('c').propertyType());
  /external/clang/include/clang/Lex/
PPCallbacks.h 1 //===--- PPCallbacks.h - Callbacks for Preprocessor actions -----*- C++ -*-===//
148 /// No subsequent callbacks will be made.
299 /// \brief Simple wrapper class for chaining callbacks.
  /external/protobuf/src/google/protobuf/
service.h 91 // threads they may run callbacks on, and what threads the application is
93 // for callbacks to be called on any thread, but should not try to call the
95 // callbacks. Realistically, though, simple software will probably want to
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 152 /** The Listener that will receive all the callbacks */
241 * Sets the listener that will receive all the callbacks. The previous unfinished commands will
245 * @param listener listener that will receive all the callbacks from the created
  /frameworks/base/core/tests/coretests/src/android/animation/
EventsTest.java 207 // are embedded in the listener callbacks that it implements.
464 // the listeners with cancel/end callbacks since they won't be called
491 // the listeners with cancel/end callbacks since they won't be called
  /frameworks/wilhelm/src/
sles_allinclusive.h 434 // primarily for "notification" callbacks such as play head progress. Do not use for callbacks
437 // for an excessive time within a callback handler or requesting too frequent callbacks. The
  /external/clang/lib/Lex/
Preprocessor.cpp 69 CurDirLookup(0), CurLexerKind(CLK_Lexer), Callbacks(0),
174 delete Callbacks;
497 if (Callbacks)
498 Callbacks->EndOfMainFile();
742 if (Callbacks)
743 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 414 // Callbacks;
434 * Event callbacks are user defined functions that get called during
447 * function are allowed. If there are multiple callbacks, they are
460 // 27.4.2.6 Members for callbacks
461 // 27.4.2.6 ios_base callbacks
776 * destroyed. As a result, any callbacks registered with the standard
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 414 // Callbacks;
434 * Event callbacks are user defined functions that get called during
447 * function are allowed. If there are multiple callbacks, they are
460 // 27.4.2.6 Members for callbacks
461 // 27.4.2.6 ios_base callbacks
776 * destroyed. As a result, any callbacks registered with the standard
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 414 // Callbacks;
434 * Event callbacks are user defined functions that get called during
447 * function are allowed. If there are multiple callbacks, they are
460 // 27.4.2.6 Members for callbacks
461 // 27.4.2.6 ios_base callbacks
776 * destroyed. As a result, any callbacks registered with the standard
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 414 // Callbacks;
434 * Event callbacks are user defined functions that get called during
447 * function are allowed. If there are multiple callbacks, they are
460 // 27.4.2.6 Members for callbacks
461 // 27.4.2.6 ios_base callbacks
776 * destroyed. As a result, any callbacks registered with the standard
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 414 // Callbacks;
434 * Event callbacks are user defined functions that get called during
447 * function are allowed. If there are multiple callbacks, they are
460 // 27.4.2.6 Members for callbacks
461 // 27.4.2.6 ios_base callbacks
776 * destroyed. As a result, any callbacks registered with the standard
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 414 // Callbacks;
434 * Event callbacks are user defined functions that get called during
447 * function are allowed. If there are multiple callbacks, they are
460 // 27.4.2.6 Members for callbacks
461 // 27.4.2.6 ios_base callbacks
776 * destroyed. As a result, any callbacks registered with the standard
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ios_base.h 412 // Callbacks;
432 * Event callbacks are user defined functions that get called during
445 * function are allowed. If there are multiple callbacks, they are
458 // 27.4.2.6 Members for callbacks
459 // 27.4.2.6 ios_base callbacks
774 * destroyed. As a result, any callbacks registered with the standard
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 35 * is based on a set of application-provided callbacks that will be called
38 * This means that each one of this callbacks _should_ _not_ block, or they
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 40 /* num of callbacks allowed for an event type */
42 /* num of data callbacks allowed in a stream obj */
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 190 ALOGE("init failed with no user callbacks!");
197 /* store reference to user callbacks */
  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 31 ** Callbacks passed to BTM -
32 ** There are different callbacks based on the control block index so that
  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 236 ** its callbacks with BNEP
252 ** its callbacks.
  /external/chromium/chrome/browser/extensions/
extension_tts_api.cc 261 // We may sometimes receive completion callbacks "late", after we've
319 // provide completion callbacks rather than only supporting polling.
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 216 // We delete the client-side detection service class even though the callbacks
219 // Waiting for the callbacks to run should not crash even if the service
  /external/chromium/net/proxy/
proxy_config_service_linux.h 102 // gconf change notification callbacks can occur at any time and are
205 // idles and possibly other callbacks that will all be dispatched on

Completed in 1631 milliseconds

<<51525354555657585960>>