/external/chromium_org/tools/json_schema_compiler/ |
idl_schema.py | 98 def process(self, callbacks): 104 {'name': self.node.GetName()}).process(callbacks) 111 parameter = Param(node).process(callbacks) 126 def process(self, callbacks): 129 {'name': self.node.GetName()}).process(callbacks) 140 def process(self, callbacks): 144 k, v = Member(node).process(callbacks) 166 def process(self, callbacks): 191 .process(callbacks)) 200 self.node, properties).process(callbacks) [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ChoreographerTest.java | 46 // Add and remove a few callbacks. 59 // We expect the remaining callbacks to have been invoked once. 109 // Add and remove a few callbacks. 120 // The callbacks should not have been invoked yet because of the delay. 127 // We expect the remaining callbacks to have been invoked. 186 // Add and remove a few callbacks. 196 // We expect the remaining callbacks to have been invoked once. 228 // Add and remove a few callbacks. 237 // The callbacks should not have been invoked yet because of the delay. 244 // We expect the remaining callbacks to have been invoked [all...] |
/external/flac/include/FLAC/ |
callback.h | 41 * This module defines the structures for describing I/O callbacks 44 * See the detailed documentation for callbacks in the 45 * \link flac_callbacks callbacks \endlink module. 52 * This module defines the structures for describing I/O callbacks 61 * callbacks for doing I/O on the FLAC file, instead of the filename. 63 * In addition to the callbacks, a FLAC__IOHandle type is defined as an 68 * stdio streams to implement the callbacks, you can pass fread, fwrite, and 85 /** This is the opaque handle type used by the callbacks. Typically 161 /** A structure for holding a set of callbacks. 163 * describe which of the callbacks are required. The ones that are no [all...] |
/external/chromium_org/ppapi/cpp/ |
completion_callback.h | 19 /// This API enables you to implement and receive callbacks when 23 /// CompletionCallbackFactory to allow the callbacks to call class member 32 /// <strong>Note:</strong> Blocking completion callbacks are only allowed from 43 /// multiple pending callbacks. 54 /// multiple pending callbacks. 57 /// non-NULL callbacks are scheduled by asynchronous methods. 65 /// how non-NULL callbacks are scheduled by asynchronous methods. 69 /// non-NULL callbacks are scheduled by asynchronous methods. 125 /// The flags() function returns flags used to control how non-NULL callbacks 132 /// MayForce() is used when implementing functions taking callbacks [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/ |
wayland-drm.c | 45 struct wayland_drm_callbacks *callbacks; member in struct:wl_drm 54 drm->callbacks->release_buffer(drm->user_data, buffer); 96 drm->callbacks->reference_buffer(drm->user_data, name, buffer); 172 if (drm->callbacks->authenticate(drm->user_data, id) < 0) 211 struct wayland_drm_callbacks *callbacks, void *user_data) 219 drm->callbacks = callbacks;
|
/external/llvm/bindings/python/llvm/ |
disassembler.py | 32 callbacks = {} variable 52 callbacks['op_info'](0), callbacks['symbol_lookup'](0)) 126 callbacks['op_info'], callbacks['symbol_lookup']] 139 callbacks['op_info'] = CFUNCTYPE(c_int, c_void_p, c_uint64, c_uint64, c_uint64, 141 callbacks['symbol_lookup'] = CFUNCTYPE(c_char_p, c_void_p, c_uint64,
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
wayland-drm.c | 45 struct wayland_drm_callbacks *callbacks; member in struct:wl_drm 54 drm->callbacks->release_buffer(drm->user_data, buffer); 96 drm->callbacks->reference_buffer(drm->user_data, name, buffer); 172 if (drm->callbacks->authenticate(drm->user_data, id) < 0) 211 struct wayland_drm_callbacks *callbacks, void *user_data) 219 drm->callbacks = callbacks;
|
/external/qemu/ |
async.c | 29 * An AsyncContext protects the callbacks of AIO requests and Bottom Halves 32 * synchronous bdrv_read/write that doesn't trigger any callbacks. 35 * callbacks must be run - but at the same time we must not run callbacks of 40 * Callbacks must only be run if they belong to the current AsyncContext. 42 * This is how you can make qemu_aio_wait() wait only for your own callbacks. 62 * Enter a new AsyncContext. Already scheduled Bottom Halves and AIO callbacks
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
SystemGesturesPointerEventListener.java | 25 * Listens for system-wide input gestures, firing callbacks when detected. 42 private final Callbacks mCallbacks; 54 public SystemGesturesPointerEventListener(Context context, Callbacks callbacks) { 55 mCallbacks = checkNull("callbacks", callbacks); 191 interface Callbacks {
|
/external/ceres-solver/internal/ceres/ |
minimizer.cc | 40 bool Minimizer::RunCallbacks(const vector<IterationCallback*> callbacks, 45 while (status == SOLVER_CONTINUE && i < callbacks.size()) { 46 status = (*callbacks[i])(iteration_summary);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementCallbackInvocation.h | 55 CustomElementCallbackInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) 56 : m_callbacks(callbacks) 60 CustomElementLifecycleCallbacks* callbacks() { return m_callbacks.get(); } function in class:WebCore::CustomElementCallbackInvocation
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebIDBFactory.h | 50 virtual void getDatabaseNames(WebIDBCallbacks* callbacks, const WebString& databaseIdentifier) { BLINK_ASSERT_NOT_REACHED(); } 51 virtual void open(const WebString& name, long long version, long long transactionId, WebIDBCallbacks* callbacks, WebIDBDatabaseCallbacks* databaseCallbacks, const WebString& databaseIdentifier) { BLINK_ASSERT_NOT_REACHED(); } 52 virtual void deleteDatabase(const WebString& name, WebIDBCallbacks* callbacks, const WebString& databaseIdentifier) { BLINK_ASSERT_NOT_REACHED(); }
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
alert_overlay.js | 22 // The callbacks are set to the callbacks provided in show(). Clear them 42 * callbacks.
|
/external/icu4c/extra/uconv/ |
uconv.1.in | 107 it is possible to specify callbacks that are used to handle invalid 111 such characters in the input. Other callbacks offer a useful visual 196 .B CALLBACKS 197 for details on valid callbacks. 209 .B CALLBACKS 210 for details on valid callbacks. 223 .B CALLBACKS 224 for details on valid callbacks. 259 .SH CALLBACKS 261 supports specifying callbacks to handle invalid data. Callbacks can b [all...] |
/frameworks/base/core/java/android/speech/ |
IRecognitionService.aidl | 41 * @param listener to receive callbacks, note that this must be non-null 50 * @param listener to receive callbacks, note that this must be non-null 57 * @param listener to receive callbacks, note that this must be non-null
|
/external/clang/lib/Frontend/ |
PrintPreprocessedOutput.cpp | 568 PrintPPOutputPPCallbacks *Callbacks; 570 UnknownPragmaHandler(const char *prefix, PrintPPOutputPPCallbacks *callbacks) 571 : Prefix(prefix), Callbacks(callbacks) {} 576 Callbacks->startNewLineIfNeeded(); 577 Callbacks->MoveToLine(PragmaTok.getLocation()); 578 Callbacks->OS.write(Prefix, strlen(Prefix)); 582 Callbacks->OS << ' '; 584 Callbacks->OS.write(&TokSpell[0], TokSpell.size()); 587 Callbacks->setEmittedDirectiveOnThisLine() [all...] |
/frameworks/base/core/java/android/view/ |
Choreographer.java | 68 * post callbacks to run on the choreographer but they will run on the {@link Looper} 121 // All frame callbacks posted by applications have this token. 339 * Removes callbacks that have the specified action and token. 342 * @param action The action property of the callbacks to remove, or null to remove 343 * callbacks with any action. 344 * @param token The token property of the callbacks to remove, or null to remove 345 * callbacks with any token. 434 * callback actually runs. All callbacks that run as part of rendering a frame will 436 * that are performed by different callbacks. 555 CallbackRecord callbacks; local 774 CallbackRecord callbacks = mHead; local [all...] |
/external/android-clat/ |
netlink_callbacks.h | 16 * netlink_callbacks.h - callbacks for netlink responses
|
/external/chromium/chrome/browser/policy/ |
device_management_backend_mock.h | 14 // capture callbacks using gmock.
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_message_handler.h | 29 // Callbacks from the page.
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher_callbacks.h | 13 // Callbacks for the TemplateURLFetcher.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
instant_opt_in_controller.h | 13 // This delegate receives callbacks from the InstantOptInController when the OK
|
/external/chromium/chrome/browser/ui/gtk/ |
repost_form_warning_gtk.h | 34 // Callbacks
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
accounts_options_handler.h | 33 // Javascript callbacks to whitelist/unwhitelist user.
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwContentsIoThreadClient.java | 11 * Delegate for handling callbacks. All methods are called on the IO thread.
|