/frameworks/base/core/java/android/text/ |
Spanned.java | 150 * callbacks can inquire about the layout of the text. 158 * callbacks can inquire about the layout of the text.
|
/frameworks/wilhelm/tests/examples/ |
slesTestSawtoothBufferQueue.cpp | 192 /* Initialize the context for Buffer queue callbacks */ 219 /* Setup to receive buffer queue event callbacks */
|
/hardware/libhardware/include/hardware/ |
bt_rc.h | 198 * Register the BtRc callbacks 200 bt_status_t (*init)( btrc_callbacks_t* callbacks );
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationViewHeader.java | 134 public void setCallbacks(ConversationViewHeaderCallbacks callbacks, 136 mCallbacks = callbacks;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 5 class Callbacks(unittest.TestCase): 156 class StdcallCallbacks(Callbacks):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 5 class Callbacks(unittest.TestCase): 156 class StdcallCallbacks(Callbacks):
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraGLTest.java | 138 // UI thread will be doing a lot of waiting, stopping callbacks. 162 // preview callbacks in the queue after quit is called. The preview 225 /** Waits until surface texture callbacks have fired */ 438 // Check that SurfaceTexture callbacks work with no standard 456 // Check that SurfaceTexture callbacks also work with 473 // Check that SurfaceTexture callbacks also work with [all...] |
/external/chromium_org/dbus/ |
bus.h | 136 // alive when callbacks referencing |this| are called. However, after the 137 // bus is shut down, |connection_| can be NULL. Hence, callbacks should 577 // Any unique (service_name, callback) can be used. Non-registered callbacks 727 // A map of NameOwnerChanged signals to listen for and the callbacks to run 731 // Value: Vector of callbacks. Unique and expected to be small. Not using 732 // std::set here because base::Callbacks don't have a '<' operator.
|
/external/v8/src/ |
global-handles.cc | 131 // Check for PENDING to ensure correct answer when processing callbacks. 529 // Process weak global handle callbacks. This must be done after the 530 // GC is completely done, because the callbacks may invoke arbitrary 539 // Skip dependent handles. Their weak callbacks might expect to be 540 // called between two global garbage collection callbacks which 720 // TODO(1428): invoke weak callbacks.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
ios_base.h | 420 // Callbacks; 440 * Event callbacks are user defined functions that get called during 453 * function are allowed. If there are multiple callbacks, they are 471 // 27.4.2.6 Members for callbacks 472 // 27.4.2.6 ios_base callbacks 778 * destroyed. As a result, any callbacks registered with the standard
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 420 // Callbacks; 440 * Event callbacks are user defined functions that get called during 453 * function are allowed. If there are multiple callbacks, they are 471 // 27.4.2.6 Members for callbacks 472 // 27.4.2.6 ios_base callbacks 778 * destroyed. As a result, any callbacks registered with the standard
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 420 // Callbacks; 440 * Event callbacks are user defined functions that get called during 453 * function are allowed. If there are multiple callbacks, they are 471 // 27.4.2.6 Members for callbacks 472 // 27.4.2.6 ios_base callbacks 778 * destroyed. As a result, any callbacks registered with the standard
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 420 // Callbacks; 440 * Event callbacks are user defined functions that get called during 453 * function are allowed. If there are multiple callbacks, they are 471 // 27.4.2.6 Members for callbacks 472 // 27.4.2.6 ios_base callbacks 778 * destroyed. As a result, any callbacks registered with the standard
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
ios_base.h | 420 // Callbacks; 440 * Event callbacks are user defined functions that get called during 453 * function are allowed. If there are multiple callbacks, they are 471 // 27.4.2.6 Members for callbacks 472 // 27.4.2.6 ios_base callbacks 778 * destroyed. As a result, any callbacks registered with the standard
|
/external/libvorbis/lib/ |
vorbisfile.c | 69 if(!(vf->callbacks.read_func))return(-1); 72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource); 83 if(!(vf->callbacks.seek_func)|| 84 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1) 625 if(vf->callbacks.seek_func && vf->callbacks.tell_func){ 626 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END); 627 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); 873 long ibytes, ov_callbacks callbacks){ 874 int offsettest=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1) 996 ov_callbacks callbacks = { local 1057 ov_callbacks callbacks = { local [all...] |
/external/chromium/third_party/libevent/ |
event.h | 37 timeout has been reached. Furthermore, libevent also support callbacks due 72 libevent provides an abstraction on top of the regular event callbacks. This 112 evdns_resolve_reverse() function. All of these functions use callbacks to 123 callbacks to handle incoming requests. Each URI can be assigned a callback 126 callbacks have been registered for a given URI. 782 libevent provides an abstraction on top of the regular event callbacks. 807 @param cbarg an argument that will be supplied to each of the callbacks 847 Changes the callbacks for a bufferevent. 849 @param bufev the bufferevent object for which to change callbacks 856 @param cbarg an argument that will be supplied to each of the callbacks [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_manager.cc | 606 info->callbacks.push_back(callback); 893 std::vector<CreateCallback> callbacks; local [all...] |
/external/chromium_org/third_party/libevent/ |
event.h | 37 timeout has been reached. Furthermore, libevent also support callbacks due 72 libevent provides an abstraction on top of the regular event callbacks. This 112 evdns_resolve_reverse() function. All of these functions use callbacks to 123 callbacks to handle incoming requests. Each URI can be assigned a callback 126 callbacks have been registered for a given URI. 782 libevent provides an abstraction on top of the regular event callbacks. 807 @param cbarg an argument that will be supplied to each of the callbacks 847 Changes the callbacks for a bufferevent. 849 @param bufev the bufferevent object for which to change callbacks 856 @param cbarg an argument that will be supplied to each of the callbacks [all...] |
/external/qemu/ |
block.c | 2044 } callbacks[]; member in struct:MultiwriteCB [all...] |
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
qunit.js | 400 // A slight delay, to avoid any current callbacks 652 // Logging callbacks; all receive a single argument with the listed properties 965 function bindCallbacks(o, callbacks, args) { 968 if (QUnit.objectType(callbacks[prop]) === "function") { 969 return callbacks[prop].apply(callbacks, args); 971 return callbacks[prop]; // or undefined 976 var callbacks = function () { 1108 return bindCallbacks(a, callbacks, [b, a]); [all...] |
/frameworks/base/services/java/com/android/server/power/ |
DisplayPowerController.java | 53 * via asynchronous callbacks to inform the power manager that something has 176 // Asynchronous callbacks into the power manager service. 178 private final Callbacks mCallbacks; 357 Callbacks callbacks, Handler callbackHandler) { 362 mCallbacks = callbacks; 473 * should grab a wake lock, watch for {@link Callbacks#onStateChanged()} then try [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebSettingsTest.java | 527 // callbacks. 539 // callbacks occur. 550 // we don't get any AppCache callbacks. 564 // callbacks occur. 588 // webChromeClient and listening to Quota callbacks, which is not documented. [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_omx_jpeg_encoder.c | 78 static OMX_CALLBACKTYPE callbacks; variable 288 NULL, &callbacks); 299 callbacks.EmptyBufferDone = etbdone; 300 callbacks.FillBufferDone = ftbdone; 301 callbacks.EventHandler = eventHandler;
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.cc | 156 // it to syncronize callbacks. 158 // example if this instance is destructed before all the callbacks for 162 // all the callbacks are called, |cb_data| will be deleted in the method. 164 // cancel all pending callbacks, so that the |cb_data| would never be 285 // This is safe as long as all callbacks are called on the same thread as
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_video_decode_accelerator.cc | 593 // loop any remaining output request callbacks, which executed before we got 597 // we can finish all pending output callbacks, releasing associated surfaces. 616 // 1. Not all pending pending output callbacks have been executed yet. 618 // 2. The above happened and all surface release callbacks have been posted 621 DVLOG(2) << "Awaiting pending output/surface release callbacks to finish";
|