Home
last modified time | relevance | path

Searched full:handlers (Results 1 – 13 of 13) sorted by relevance

/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Ddashboard.py33 import wsgiref.handlers
37 Base class for our page-based request handlers that contains
205 wsgiref.handlers.CGIHandler().run(application)
Dapp.yaml20 handlers:
Dweb_services.py18 Handlers for Sample SyncAdapter services.
34 import wsgiref.handlers
397 wsgiref.handlers.CGIHandler().run(application)
/development/ndk/platforms/
DREADME.CRT.TXT135 such atexit() handlers when the corresponding shared library is unloaded.
228 GLibc extension which automatically un-registers atexit() handlers when
/development/ndk/sources/android/libportable/common/include/
Dsignal_portable.h193 /* Called by clone when memory and signal handlers aren't compatable. */
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
DNativeAudio.java82 // initialize button click handlers in onCreate()
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
DNativeMedia.java206 // initialize button click handlers in onCreate()
/development/samples/ContactManager/src/com/example/android/contactmanager/
DContactAdder.java139 // Register handlers for UI elements in onCreate()
/development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
DMainActivity.java462 * Sets up UI components and their callback handlers.
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotNativeActivity.cpp324 //Sensor handlers
/development/ndk/sources/android/libportable/arch-mips/
Dsignal.c568 * Array of signal handlers as the portable users expects they
696 * In addition, we intercept the signal_handler with our own handlers that map the
1093 * a table of signal handlers that our intercepting handler can call after it converts the signal
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsNativeActivity.cpp335 //Sensor handlers
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java57 * having to manipulate threads and/or handlers.</p>