HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 101 - 125 of 1862) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/events/touch/
basic-multi-touch-events.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
basic-single-touch-events.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
document-create-touch-list-crash.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
document-create-touch-list.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
document-create-touch.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
multi-touch-grouped-targets.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
send-oncancel-event.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
touch-target-limited.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
touch-target.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
TEMPLATE.html 8 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
  /external/webkit/LayoutTests/storage/
null-callbacks.html 19 var db = openDatabase("NullCallbacks", "1.0", "Test for null callbacks.", 1);
  /external/webkit/Source/WebCore/storage/
IDBFactoryBackendImpl.cpp 73 void IDBFactoryBackendImpl::open(const String& name, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin> securityOrigin, Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType backingStoreType)
79 callbacks->onSuccess(it->second);
97 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR, "Internal error."));
103 callbacks->onSuccess(databaseBackend.get());
  /frameworks/base/core/java/android/accessibilityservice/
package.html 9 receives callbacks by the system when {@link android.view.accessibility.AccessibilityEvent}s
  /frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl 20 * System private API for Bluetooth service callbacks.
  /frameworks/base/core/java/android/content/pm/
IPackageDataObserver.aidl 21 * API for package data change related callbacks from the Package Manager.
IPackageDeleteObserver.aidl 21 * API for deletion callbacks from the Package Manager.
IPackageInstallObserver.aidl 21 * API for installation callbacks from the Package Manager.
IPackageStatsObserver.aidl 22 * API for package data change related callbacks from the Package Manager.
  /frameworks/base/core/java/android/speech/tts/
ITextToSpeechCallback.aidl 19 * Interface for callbacks from TextToSpeechService
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewCallbacks.java 49 // now check for selection callbacks. Nothing should be clicked or selected.
83 // now check for selection callbacks.
101 // now check for selection callbacks.
135 // now check for selection callbacks.
  /packages/apps/Contacts/src/com/android/contacts/list/
OnEmailAddressPickerActionListener.java 21 * Action callbacks that can be sent by a email address picker.
OnMultiplePhoneNumberPickerActionListener.java 21 * Action callbacks that can be sent by a multiple phone number picker.
OnPostalAddressPickerActionListener.java 21 * Action callbacks that can be sent by a postal address picker.
  /ndk/docs/
NATIVE-ACTIVITY.HTML 31 activity. Because the main thread of your application handles the callbacks, your callback
39 native_activity.h interface. It spawns another thread to handle things such as callbacks or
40 input events. This prevents any callbacks from blocking your main thread and adds some
41 flexibility in how you implement the callbacks, so you might find this programming model a bit
55 callbacks in an event loop in another thread. See the native-activity sample application for more
100 ANativeActivity-&gt;callbacks to the implementations of your callbacks.
107 6/ Implement the rest of the callbacks that you set in ANativeActivity-&gt;callbacks. For more
108 information on when the callbacks are called, see the SDK documentation for Activit
    [all...]
  /external/elfutils/tests/
dwfl-bug-report.c 35 static const Dwfl_Callbacks callbacks = variable
44 Dwfl *dwfl = dwfl_begin (&callbacks);

Completed in 399 milliseconds

1 2 3 45 6 7 8 91011>>