/external/qemu/hw/ |
fw_cfg.h | 33 int fw_cfg_add_callback(void *opaque, uint16_t key, FWCfgCallback callback,
|
/external/smack/src/org/xbill/DNS/ |
ResolveThread.java | 32 * Performs the query, and executes the callback.
|
/external/srec/srec/Semproc/include/ |
SR_ExpressionEvaluator.h | 59 * @param data user data reference used in callback function 70 * @param data user data reference used in callback function 80 * @param data user data reference used in callback function 90 * @param data user data reference used in callback function
|
/external/svox/pico/tts/ |
svox_ssml_parser.h | 77 private: /* static callback functions */ 81 Static callback function for Expat start-tag events, internal use only 87 Static callback function for Expat end-tag events, internal use only 93 Static callback function for Expat text events, internal use only
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
add-listener-from-callback.js | 1 description('Tests that adding a new event listener from a callback works as expected.');
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
position-string.js | 26 testFailed('Error callback invoked unexpectedly');
|
/external/webkit/LayoutTests/http/tests/appcache/ |
origin-quota-expected.txt | 1 UI DELEGATE APPLICATION CACHE CALLBACK: exceededApplicationCacheOriginQuotaForSecurityOrigin:{http, 127.0.0.1, 8000}
|
/external/webkit/LayoutTests/storage/ |
null-callbacks.html | 42 This test checks that 'null' can be used wherever we expect an optional callback.
|
success-callback.html | 40 var database = openDatabase("SuccessCallbackDatabase", "1.0", "Test for success callback <rdar://5737692>", 1);
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8NodeFilterCondition.cpp | 70 v8::Handle<v8::Function> callback; local 72 callback = v8::Handle<v8::Function>::Cast(m_filter); 79 callback = v8::Handle<v8::Function>::Cast(value); 86 v8::Handle<v8::Value> result = V8Proxy::callFunctionWithoutFrame(callback, object, 1, args.get());
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8NavigatorCustom.cpp | 94 return throwError("Two arguments required: an application name and a callback.", V8Proxy::SyntaxError); 99 RefPtr<ApplicationInstalledCallback> callback = 104 ASSERT(callback); 107 if (!navigator->isApplicationInstalled(toWebCoreString(args[0]), callback.release()))
|
V8NotificationCenterCustom.cpp | 94 RefPtr<V8CustomVoidCallback> callback; 97 return throwError("Callback must be of valid type.", V8Proxy::TypeError); 99 callback = V8CustomVoidCallback::create(args[0], context); 102 notificationCenter->requestPermission(callback.release());
|
/external/webkit/Source/WebCore/fileapi/ |
DOMFileSystem.cpp | 84 static PassRefPtr<ConvertToFileWriterCallback> create(PassRefPtr<FileWriterCallback> callback) 86 return adoptRef(new ConvertToFileWriterCallback(callback)); 94 ConvertToFileWriterCallback(PassRefPtr<FileWriterCallback> callback) 95 : m_callback(callback)
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DebuggerPresentationModel.js | 82 requestSourceFileContent: function(sourceFileId, callback) 84 this._sourceFiles[sourceFileId].requestContent(callback); 144 editScriptSource: function(sourceFileId, newSource, callback) 159 callback(error); 301 function callback() class 307 this._setBreakpointInDebugger(breakpoint, callback.bind(this)); 310 _setBreakpointInDebugger: function(breakpoint, callback) 319 callback(); 336 _removeBreakpointFromDebugger: function(breakpoint, callback) 339 if (callback) [all...] |
ExtensionAuditCategory.js | 55 run: function(resources, callback) 57 new WebInspector.ExtensionAuditCategoryResults(this, callback); 61 WebInspector.ExtensionAuditCategoryResults = function(category, callback) 65 this._ruleCompletionCallback = callback;
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKDatabaseManager.cpp | 98 void WKDatabaseManagerGetDatabasesByOrigin(WKDatabaseManagerRef databaseManagerRef, void* context, WKDatabaseManagerGetDatabasesByOriginFunction callback) 100 toImpl(databaseManagerRef)->getDatabasesByOrigin(ArrayCallback::create(context, callback)); 117 void WKDatabaseManagerGetDatabaseOrigins(WKDatabaseManagerRef databaseManagerRef, void* context, WKDatabaseManagerGetDatabaseOriginsFunction callback) 119 toImpl(databaseManagerRef)->getDatabaseOrigins(ArrayCallback::create(context, callback));
|
/external/webkit/Tools/Scripts/webkitpy/test/ |
skip_unittest.py | 53 def __init__(self, callback): 54 self.callback = callback 57 self.callback()
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
LVM_Types.h | 55 #define LVM_EVENTID_MASK 0x00FF /* Mask to extract the callback event from 161 typedef LVM_INT32 (*LVM_Callback)(void *pCallbackData, /* Pointer to the callback 165 needed in the callback) */ 167 (e.g. to be used as callback ID) */
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
LVM_Types.h | 50 #define LVM_EVENTID_MASK 0x00FF /* Mask to extract the callback event from callbackId */ 172 typedef LVM_INT32 (*LVM_Callback)(void *pCallbackData, /* Pointer to the callback data structure */ 173 void *pGeneralPurpose, /* General purpose pointer (e.g. to a data structure needed in the callback) */ 174 LVM_INT16 GeneralPurpose ); /* General purpose variable (e.g. to be used as callback ID) */
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVM_Timer_Private.h | 40 LVM_INT16 TimerArmed; /* Boolean, true between init and callback */
|
/frameworks/base/core/java/android/accounts/ |
OnAccountsUpdateListener.java | 20 * An interface that contains the callback used by the AccountManager
|
/frameworks/base/core/java/android/app/ |
IStopUserCallback.aidl | 20 * Callback to find out when we have finished stopping a user.
|
IWallpaperManagerCallback.aidl | 20 * Callback interface used by IWallpaperManager to send asynchronous
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealth.java | 41 * <li> Create an {@link BluetoothHealth} callback and call 48 * callback will inform the application of channel state change. </li> 137 * the callback is used to notify success or failure if the function returns true. 144 * @param callback A callback to indicate success or failure of the registration and 146 * @return If true, callback will be called. 149 BluetoothHealthCallback callback) { 154 CHANNEL_TYPE_ANY, callback); 160 * the callback is used to notify success or failure if the function returns true. 169 * @param callback - A callback to indicate success or failure [all...] |
IBluetoothStateChangeCallback.aidl | 20 * System private API for Bluetooth state change callback.
|