/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
AsyncDataSetObservable.java | 23 * A version of {@link DataSetObservable} that performs callbacks on given {@link Handler}. 42 * @param handler Handler to run callbacks on.
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
JndiLoginModuleTest.java | 293 public void handle(Callback[] callbacks) throws IOException, 295 for (int i = 0; i < callbacks.length; i++) { 296 if (callbacks[i] instanceof NameCallback) { 297 NameCallback nc = (NameCallback) callbacks[i]; 299 } else if (callbacks[i] instanceof PasswordCallback) { 300 PasswordCallback pc = (PasswordCallback) callbacks[i]; 303 throw new Error(callbacks[i].getClass().toString()); 311 public void handle(Callback[] callbacks) throws IOException, 313 for (int i = 0; i < callbacks.length; i++) { 314 if (callbacks[i] instanceof NameCallback) [all...] |
LdapLoginModuleTest.java | 299 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { 300 for(int i=0;i<callbacks.length;i++){ 301 if(callbacks[i] instanceof NameCallback){ 302 NameCallback nc = (NameCallback)callbacks[i]; 305 else if(callbacks[i] instanceof PasswordCallback){ 306 PasswordCallback pc = (PasswordCallback)callbacks[i]; 311 throw new Error(callbacks[i].getClass().toString()); 319 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { 320 for(int i=0;i<callbacks.length;i++){ 321 if(callbacks[i] instanceof NameCallback) [all...] |
/frameworks/base/core/java/android/os/ |
RemoteCallbackList.java | 23 * typically for the use of performing callbacks from a 27 * <li> Keeps track of a set of registered {@link IInterface} callbacks, 153 * Disable this callback list. All registered callbacks are unregistered, 156 * from registering callbacks after it is stopped. 197 * Prepare to start making calls to the currently registered callbacks. 208 * int i = callbacks.beginBroadcast(); 212 * callbacks.getBroadcastItem(i).somethingHappened(); 218 * callbacks.finishBroadcast();</pre> 220 * @return Returns the number of callbacks in the broadcast, to be used 256 * callbacks to go away before you call it, so you will need to catc [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera3.h | 41 * response to hw_module_methods_t::open, and camera_device::close callbacks. 114 * Camera API callbacks as defined by camera3_device_ops structure. See 116 * of these callbacks. Implemented in this class, these callbacks simply 188 * Callbacks back to the framework
|
/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) 125 def process(self, callbacks): 128 {'name': self.node.GetName()}).process(callbacks) 138 def process(self, callbacks): 142 k, v = Member(node).process(callbacks) 163 def process(self, callbacks): 188 .process(callbacks)) 197 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/ |
CustomElementCallbackInvocation.h | 54 CustomElementCallbackInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks) 55 : m_callbacks(callbacks) 59 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) { WEBKIT_ASSERT_NOT_REACHED(); } 51 virtual void open(const WebString& name, long long version, long long transactionId, WebIDBCallbacks* callbacks, WebIDBDatabaseCallbacks* databaseCallbacks, const WebString& databaseIdentifier) { WEBKIT_ASSERT_NOT_REACHED(); } 52 virtual void deleteDatabase(const WebString& name, WebIDBCallbacks* callbacks, const WebString& databaseIdentifier) { WEBKIT_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/chromium_org/v8/src/ |
arguments.h | 86 // mappings from old property callbacks to new ones 138 // All property callbacks as well as invocation callbacks 153 // TODO(dcarney): Remove this class when old callbacks are gone. 267 * The following Call functions wrap the calling of all callbacks to handle 268 * calling either the old or the new style callbacks depending on which one 270 * For old callbacks which return an empty handle, the ReturnValue is checked 272 * New style callbacks always use the return value. 332 * The following Call function wraps the calling of all callbacks to handle 333 * calling either the old or the new style callbacks depending on which on [all...] |
/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.
|