HomeSort by relevance Sort by last modified time
    Searched full:handler (Results 251 - 275 of 2523) sorted by null

<<11121314151617181920>>

  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlert.java 25 import android.os.Handler;
40 private final Handler mHandler = new Handler() {
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlert.java 25 import android.os.Handler;
40 private final Handler mHandler = new Handler() {
  /packages/apps/Gallery/src/com/android/camera/
DeleteImage.java 26 import android.os.Handler;
38 private final Handler mHandler = new Handler();
  /packages/apps/Launcher2/src/com/android/launcher2/
DeferredHandler.java 19 import android.os.Handler;
29 * be actually enqued on the handler until after the last one has run, to keep from
39 private class Impl extends Handler implements MessageQueue.IdleHandler {
  /packages/apps/Music/src/com/android/music/
ScanningProgress.java 24 import android.os.Handler;
33 private Handler mHandler = new Handler() {
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPatternExample.java 23 import android.os.Handler;
34 private Handler mHandler = new Handler();
  /dalvik/libcore/luni/src/main/java/java/net/
URL.java 110 * Cache for storing protocol handler
115 * The URL Stream (protocol) Handler
120 * The factory responsible for producing URL Stream (protocol) Handler
131 * to set the stream handler factory.
183 * relative to the given {@code context}. The {@code handler} will be used
194 * @param handler
195 * the specific stream handler to be used by this URL.
200 public URL(URL context, String spec, URLStreamHandler handler)
202 if (handler != null) {
207 strmHandler = handler;
    [all...]
  /external/dbus/dbus/
dbus-watch.c 45 DBusWatchHandler handler; /**< Watch handler. */ member in struct:DBusWatch
46 void *handler_data; /**< Watch handler data. */
47 DBusFreeFunction free_handler_data_function; /**< Free the watch handler data. */
61 * @param handler the handler function
62 * @param data data for handler function
70 DBusWatchHandler handler,
89 watch->handler = handler;
    [all...]
  /external/libxml2/
error.c 68 * Default handler for out of context error messages.
84 * @handler: the handler
86 * Set or reset (if NULL) the default handler for generic errors
90 initGenericErrorDefaultFunc(xmlGenericErrorFunc * handler)
92 if (handler == NULL)
95 xmlGenericError = (*handler);
101 * @handler: the new handler function
103 * Function to reset the handler and the error context for out o
    [all...]
encoding.c 1308 xmlCharEncodingHandlerPtr handler; local
1494 xmlCharEncodingHandlerPtr handler; local
2395 xmlCharEncodingHandler * handler = in->buf->encoder; local
    [all...]
  /dalvik/dx/tests/031-bb-dead-code/
blort.j 46 ; make sure an exception handler for a dead range doesn't get enlivened
54 handler:
57 .catch all from blort to handler using handler
  /dalvik/libcore/logging/src/main/java/java/util/logging/
Formatter.java 98 * the target handler.
102 public String getHead(Handler h) {
111 * the target handler.
115 public String getTail(Handler h) {
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
Handler.java 29 * This is the handler that is responsible for reading files from the file
32 public class Handler extends URLStreamHandler {
59 * if this handler fails to establish a connection.
63 * if the protocol handler doesn't support this method.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 147 * Register the DTD event handler.
149 * @param handler The new DTD event handler.
152 public void setDTDHandler (DTDHandler handler)
154 xmlReader.setDTDHandler(handler);
159 * Register the SAX1 document event handler.
161 * <p>Note that the SAX1 document handler has no Namespace
164 * @param handler The new SAX1 document event handler.
167 public void setDocumentHandler (DocumentHandler handler)
    [all...]
  /dalvik/tests/054-uncaught/src/
Main.java 4 * Test the uncaught exception handler.
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INTERPRET.S 2 * This handler transfers control to the interpeter without performing
  /dalvik/vm/mterp/c/
OP_MONITOR_EXIT.c 15 * spec). Because we're jumping to an exception handler,
  /development/scripts/app_engine_server/gae_shell/
README 5 May be run as a standalone app or in an existing app as an admin-only handler.
  /external/bluetooth/glib/gobject/
gsignal.h 73 * @handler_return: A #GValue holding the return value of the signal handler.
96 * @G_SIGNAL_RUN_FIRST: Invoke the object method handler in the first emission stage.
97 * @G_SIGNAL_RUN_LAST: Invoke the object method handler in the third emission stage.
98 * @G_SIGNAL_RUN_CLEANUP: Invoke the object method handler in the last emission stage.
103 * upon handler connections and emissions.
134 * @G_CONNECT_AFTER: whether the handler should be called before or after the
135 * default handler of the signal.
137 * calling the handler.
417 * The handler will be called before the default handler of the signal
    [all...]
  /external/easymock/src/org/easymock/internal/
IProxyFactory.java 21 T createProxy(Class<T> toMock, InvocationHandler handler);
  /external/freetype/include/freetype/internal/
fttrace.h 47 FT_TRACE_DEF( sfobjs ) /* SFNT object handler (sfobjs.c) */
48 FT_TRACE_DEF( ttcmap ) /* charmap handler (ttcmap.c) */
49 FT_TRACE_DEF( ttkern ) /* kerning handler (ttkern.c) */
62 FT_TRACE_DEF( ttgxvar ) /* TrueType GX var handler (ttgxvar.c) */
  /external/kernel-headers/original/linux/
errno.h 11 #define ERESTARTNOHAND 514 /* restart if no handler.. */
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 96 * Sax2 handler (content handler), and Sax1 handler (document handler)
  /external/webkit/WebCore/manual-tests/
onblur-remove.html 18 debug('FAILURE: Onblur handler called!')
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 26 import java.util.logging.Handler;
32 * Implements a {@link java.util.logging.Logger} handler that writes to the Android log. The
84 public class AndroidHandler extends Handler implements DalvikLogHandler {
107 * Constructs a new instance of the Android log handler.

Completed in 56 milliseconds

<<11121314151617181920>>