/ndk/tests/build/test-gnustl-chrono/jni/ |
hanoi.h | 9 void (*callback)(int, int));
|
/external/smack/src/org/apache/harmony/javax/security/auth/callback/ |
CallbackHandler.java | 18 package org.apache.harmony.javax.security.auth.callback; 24 * {@link Callback}s. A single method {@link #handle(Callback[])} must be 25 * provided that checks the type of the incoming {@code Callback}s and reacts 34 * Handles the actual {@link Callback}. A {@code CallbackHandler} needs to 36 * Callback}s it actually wants to handle and in which way. For example, a 38 * the user for login and password, if it implements these {@code Callback} 41 * {@code Callback}, it needs to throw an 45 * the array of {@code Callback}s that need handling 50 * specific {@code Callback} [all...] |
/libcore/luni/src/main/java/javax/security/auth/callback/ |
CallbackHandler.java | 18 package javax.security.auth.callback; 24 * {@link Callback}s. A single method {@link #handle(Callback[])} must be 25 * provided that checks the type of the incoming {@code Callback}s and reacts 34 * Handles the actual {@link Callback}. A {@code CallbackHandler} needs to 36 * Callback}s it actually wants to handle and in which way. For example, a 38 * the user for login and password, if it implements these {@code Callback} 41 * {@code Callback}, it needs to throw an 45 * the array of {@code Callback}s that need handling 50 * specific {@code Callback} [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetTimer.3 | 3 SDL_SetTimer \- Set a callback to run after the specified number of milliseconds has elapsed\&. 8 \fBint \fBSDL_SetTimer\fP\fR(\fBUint32 interval, SDL_TimerCallback callback\fR); 9 .SH "CALLBACK" 11 /* Function prototype for the timer callback function */ typedef Uint32 (*SDL_TimerCallback)(Uint32 interval); 14 Set a callback to run after the specified number of milliseconds has elapsed\&. The callback function is passed the current timer interval and returns the next timer interval\&. If the returned value is the same as the one passed in, the periodic alarm continues, otherwise a new alarm is scheduled\&. 18 The timer callback function may run in a different thread than your main constant, and so shouldn\&'t call any functions from within itself\&. 20 The maximum resolution of this timer is 10 ms, which means that if you request a 16 ms timer, your callback will run approximately 20 ms later on an unloaded system\&. If you wanted to set a flag signaling a frame update at 30 frames per second (every 33 ms), you might set a timer for 30 ms (see example below)\&.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
timeout-zero.js | 1 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT."); 8 testFailed('Success callback invoked unexpectedly');
|
/external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/ |
disconnected-frame-expected.txt | 1 Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.
|
/external/webkit/LayoutTests/storage/resources/ |
database-common.js | 3 function openDatabaseWithSuffix(name, version, description, size, callback) 6 return openDatabase(name + DB_TEST_SUFFIX, version, description, size, callback);
|
/external/chromium/chrome/browser/chromeos/login/ |
cryptohome_op.h | 23 AuthAttemptStateResolver* callback, 28 AuthAttemptStateResolver* callback); 31 AuthAttemptStateResolver* callback, 36 AuthAttemptStateResolver* callback); 40 AuthAttemptStateResolver* callback); 49 AuthAttemptStateResolver* callback);
|
/external/chromium/chrome/browser/extensions/ |
file_reader.h | 11 #include "base/callback.h" 24 typedef Callback2<bool, const std::string&>::Type Callback; 26 FileReader(const ExtensionResource& resource, Callback* callback); 29 // the callback will be notified of the results. 41 Callback* callback_;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
RemoteObject.js | 49 WebInspector.RemoteObject.resolveNode = function(node, callback) 53 if (!callback) 57 callback(null); 59 callback(WebInspector.RemoteObject.fromPayload(object)); 110 getOwnProperties: function(callback) 112 this._getProperties(false, callback); 115 getAllProperties: function(callback) 117 this._getProperties(true, callback); 120 _getProperties: function(ignoreHasOwnProperty, callback) 123 callback([]); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
Handler_Delegate.java | 36 // get the callback 37 IHandlerCallback callback = sCallbacks.get(); local 38 if (callback != null) { 39 callback.sendMessageAtTime(handler, msg, uptimeMillis); 53 public static void setCallback(IHandlerCallback callback) { 54 sCallbacks.set(callback);
|
/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
CallbackHandlerTest.java | 22 import javax.security.auth.callback.Callback; 23 import javax.security.auth.callback.CallbackHandler; 32 * javax.security.auth.callback.CallbackHandler#handle(Callback[] callbacks) 43 public void handle(Callback[] callbacks) {
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteDiscoveryFragment.java | 27 * This fragment takes care of registering a callback for media route discovery 33 * provide the {@link MediaRouter} callback to register. 41 private MediaRouter.Callback mCallback; 113 * Called to create the {@link android.support.v7.media.MediaRouter.Callback callback} 116 * The default callback does nothing. The application may override this method to 117 * supply its own callback. 120 * @return The new callback, or null if no callback should be registered. 122 public MediaRouter.Callback onCreateCallback() [all...] |
/external/wpa_supplicant_8/src/utils/ |
eloop.h | 38 * eloop_sock_handler - eloop socket event callback type 40 * @eloop_ctx: Registered callback context data (eloop_data) 41 * @sock_ctx: Registered callback context data (user_data) 46 * eloop_event_handler - eloop generic event callback type 47 * @eloop_ctx: Registered callback context data (eloop_data) 48 * @sock_ctx: Registered callback context data (user_data) 53 * eloop_timeout_handler - eloop timeout event callback type 54 * @eloop_ctx: Registered callback context data (eloop_data) 55 * @sock_ctx: Registered callback context data (user_data) 60 * eloop_signal_handler - eloop signal event callback typ [all...] |
/external/chromium/chrome/browser/ui/webui/ |
downloads_dom_handler.h | 39 // Callback for the "getDownloads" message. 42 // Callback for the "openFile" message - opens the file in the shell. 45 // Callback for the "drag" message - initiates a file object drag. 48 // Callback for the "saveDangerous" message - specifies that the user 52 // Callback for the "discardDangerous" message - specifies that the user 56 // Callback for the "show" message - shows the file in explorer. 59 // Callback for the "pause" message - pauses the file download. 62 // Callback for the "remove" message - removes the file download from shelf 66 // Callback for the "cancel" message - cancels the download. 69 // Callback for the "clearAll" message - clears all the downloads [all...] |
/external/chromium/chrome/common/ |
worker_thread_ticker.h | 22 // This callback interface to be implemented by clients of this 24 class Callback { 30 virtual ~Callback() {} 39 // Registers a callback handler interface 42 bool RegisterTickHandler(Callback *tick_handler); 44 // Unregisters a callback handler interface 46 bool UnregisterTickHandler(Callback *tick_handler); 73 // A list type that holds all registered callback interfaces 74 typedef std::vector<Callback*> TickHandlerListType; 85 // A list that holds all registered callback interface [all...] |
/external/webkit/Source/WebCore/fileapi/ |
Entry.idl | 43 void getMetadata(in [Optional, Callback] MetadataCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback); 44 void moveTo(in DirectoryEntry parent, in [Optional, ConvertUndefinedOrNullToNullString] DOMString name, in [Optional, Callback] EntryCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback); 45 void copyTo(in DirectoryEntry parent, in [Optional, ConvertUndefinedOrNullToNullString] DOMString name, in [Optional, Callback] EntryCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback); 47 void remove(in [Optional, Callback] VoidCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback); 48 void getParent(in [Optional, Callback] EntryCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback) [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
RotateDrawableTest.java | 94 MockCallback callback = new MockCallback(); local 96 mRotateDrawable.setCallback(callback); 98 assertTrue(callback.hasCalledInvalidate()); 100 callback.reset(); 102 assertTrue(callback.hasCalledInvalidate()); 104 callback.reset(); 107 assertFalse(callback.hasCalledInvalidate()); 111 MockCallback callback = new MockCallback(); local 113 mRotateDrawable.setCallback(callback); 115 assertTrue(callback.hasCalledSchedule()) 131 MockCallback callback = new MockCallback(); local [all...] |
/external/icu4c/common/unicode/ |
ucnv_cb.h | 19 * <h2> Callback API for UConverter </h2> 21 * These functions are provided here for the convenience of the callback 22 * writer. If you are just looking for callback functions to use, please 24 * working with converters, unless your code has been called as a callback 31 * back in the callback's error parameter. 44 * The FromU Callback will be called on an unassigned character for 'B'. 51 * Now, suppose a callback wants to write the substitution character '?' to 54 * callback is concerned is relative to the SOURCE pointer [which points 55 * before 'C'.] If the callback goes into the args and consumes 'C' also, 72 * ONLY used by FromU callback functions [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv_cb.h | 19 * <h2> Callback API for UConverter </h2> 21 * These functions are provided here for the convenience of the callback 22 * writer. If you are just looking for callback functions to use, please 24 * working with converters, unless your code has been called as a callback 31 * back in the callback's error parameter. 44 * The FromU Callback will be called on an unassigned character for 'B'. 51 * Now, suppose a callback wants to write the substitution character '?' to 54 * callback is concerned is relative to the SOURCE pointer [which points 55 * before 'C'.] If the callback goes into the args and consumes 'C' also, 72 * ONLY used by FromU callback functions [all...] |
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
picasa_client.js | 23 * @param {Function} callback Callback. 25 readData_: function(callback) { 27 callback.call(this); 36 callback.call(this); 160 * @param {Function(string)} callback Callback, which is passed 'status' 164 login: function(login, password, callback, opt_captcha) { 169 callback('success'); 179 callback('captcha') [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/ |
UnsupportedCallbackExceptionTest.java | 22 package org.apache.harmony.auth.tests.javax.security.auth.callback; 25 import javax.security.auth.callback.NameCallback; 26 import javax.security.auth.callback.UnsupportedCallbackException; 39 * Test for UnsupportedCallbackException(Callback c) ctor 54 * Test for UnsupportedCallbackException(Callback c, String msg) ctor 70 * Test for UnsupportedCallbackException(Callback c, String msg) ctor 71 * when callback and msg is null
|
/external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/ |
background.html | 14 * @param callback Function If the response from fetching url has a 18 function fetchTwitterFeed(callback) { 24 callback(data); 26 callback(null); 41 * @param callback Function The method to call when the request completes. 43 function onRequest(request, sender, callback) { 47 fetchTwitterFeed(callback);
|
/external/chromium/net/base/ |
host_resolver.cc | 52 CompletionCallback* callback, 58 // We need to be notified of completion before |callback| is called, so that 60 CompletionCallback* transient_callback = callback ? &callback_ : NULL; 68 cur_request_callback_ = callback; 84 CompletionCallback* callback = cur_request_callback_; local 90 // Call the user's original callback. 91 callback->Run(result);
|
/external/chromium/webkit/glue/ |
image_resource_fetcher.h | 9 #include "base/callback.h" 17 // downloading is done the supplied callback is notified. ImageResourceFetcher 21 typedef Callback2<ImageResourceFetcher*, const SkBitmap&>::Type Callback; 28 Callback* callback); 39 // ResourceFetcher::Callback. Decodes the image and invokes callback_. 43 scoped_ptr<Callback> callback_;
|