/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
unicastKey802_1x.c | 194 * START event handler 222 * START event handler 250 * SUCCESS event handler 280 * FAILURE event handler
|
mainKeysSm.c | 367 * START event handler 395 * STOP event handler 423 * UNICAST_COMPLETE event handler 474 * BROADCAST_COMPLETE event handler 505 * SESSION_TIMEOUOT event handler 526 * SESSION_TIMEOUOT event handler 547 * SESSION_TIMEOUOT event handler 568 * SESSION_TIMEOUOT event handler 593 * SESSION_TIMEOUOT event handler
|
/cts/tests/src/android/app/cts/ |
DialogStubActivity.java | 30 import android.os.Handler; 168 final Handler handler = new Handler() { local 176 positiveMessage.setTarget(handler); 180 negativeMessage.setTarget(handler); 184 neutralMessage.setTarget(handler);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
CatchStructs.java | 34 * handler address) for a particular piece of code. Instances of this 55 * {@code null-ok;} the encoded handler list, if calculated; set in 67 * {@code null-ok;} map from handler lists to byte offsets, if calculated; set in 115 * Encodes the handler lists. 265 // Only emit the handler lists if we are consuming bytes. 296 * Helper for {@link #annotateEntries} to annotate a catch handler list 300 * @param offset {@code >= 0;} the offset of this handler
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToSAXHandler.java | 55 public ToSAXHandler(ContentHandler handler, String encoding) 57 setContentHandler(handler); 62 * Underlying SAX handler. Taken from XSLTC 82 /** If this is true, then the content handler wrapped by this 84 * will give the content handler access to the state of 89 * Pass callback to the SAX Handler 140 // Ignore if a lexical handler has not been set
|
ToXMLSAXHandler.java | 40 * on a handler, the ultimate xsl:output method is known to be "xml". 55 // default constructor (need to set content handler ASAP !) 191 * SAX handler's startElement() method has been gathered. 219 * handler. 471 public ToXMLSAXHandler(ContentHandler handler, String encoding) 473 super(handler, encoding); 481 ContentHandler handler, 485 super(handler, lex, encoding); 582 // Pass the processing instruction to the SAX handler 593 * prefix. Inform SAX handler if prefix was previously mapped [all...] |
/dalvik/vm/native/ |
dalvik_system_Zygote.c | 44 * This signal handler is for zygote mode, since the zygote 54 safe to call LOG(...) from a signal handler because of possible 56 of LOG() is safe to call from a SIGCHLD handler in the zygote process. 111 * configure sigchld handler for the zygote process 131 LOGW("Error setting SIGCHLD handler errno: %d", errno); 136 * Set the SIGCHLD handler back to default behavior in zygote children 150 LOGW("Error unsetting SIGCHLD handler errno: %d", errno);
|
/external/kernel-headers/original/linux/ |
irq.h | 42 #define IRQ_INPROGRESS 0x00010000 /* IRQ handler active - do not enter! */ 120 * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] 312 * Get a descriptive string for the highlevel handler, for 328 * irqchip-style controller then we call the ->handle_irq() handler, 373 * Set a highlevel flow handler for a given IRQ: 384 * Set a highlevel chained flow handler for a given IRQ. 385 * (a chained handler is automatically enabled and set to
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPhotoLoader.java | 26 import android.os.Handler; 29 import android.os.Handler.Callback; 97 * Handler for messages sent to the UI thread. 99 private final Handler mMainThreadHandler = new Handler(this); 345 private Handler mLoaderThreadHandler; 357 mLoaderThreadHandler = new Handler(getLooper(), this);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiStatusTest.java | 36 import android.os.Handler; 304 final Handler handler = new Handler(); local 325 handler.post(updatePingResults); 334 handler.post(updatePingResults); 343 handler.post(updatePingResults);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/ |
TestLayoutDevicesXsd.java | 48 * A SAX error handler that captures the errors and warnings.
67 * Verifies if the handler captures some errors or warnings.
135 CaptureErrorHandler handler = new CaptureErrorHandler();
local 138 handler.verify();
150 CaptureErrorHandler handler = new CaptureErrorHandler();
local 151 Validator validator = LayoutDevicesXsd.getValidator(handler);
153 handler.verify();
|
/system/core/sh/ |
trap.c | 79 * modes. A value of zero means that the current handler is not known. 90 char *trap[NSIG+1]; /* trap handler commands */ 241 * Set the signal handler for the specified signal. The routine figures 375 * Signal handler. 394 * handlers while we are executing a trap handler. 458 handler = &loc1; 463 l1: handler = &loc2; /* probably unnecessary */
|
/external/libxml2/include/libxml/ |
encoding.h | 186 xmlRegisterCharEncodingHandler (xmlCharEncodingHandlerPtr handler); 221 xmlCharEncOutFunc (xmlCharEncodingHandler *handler, 226 xmlCharEncInFunc (xmlCharEncodingHandler *handler, 230 xmlCharEncFirstLine (xmlCharEncodingHandler *handler, 234 xmlCharEncCloseFunc (xmlCharEncodingHandler *handler);
|
/frameworks/base/core/java/android/widget/ |
Chronometer.java | 22 import android.os.Handler; 179 * Chronometer works by regularly scheduling messages to the handler, even when the 192 * This stops the messages to the handler, effectively releasing resources that would 264 private Handler mHandler = new Handler() {
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmsdstd.h | 96 osl_t *osh; /* osh handler */ 100 bool intr_handler_valid; /* client driver interrupt handler valid */ 101 sdioh_cb_fn_t intr_handler; /* registered interrupt handler */ 102 void *intr_handler_arg; /* argument to call interrupt handler */ 191 /* OS-independent interrupt handler */
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGetter.java | 25 import android.os.Handler; 86 // The handler to do callback. 268 IImageList imageList, GetterHandler handler) { 276 mHandler = handler; 286 class GetterHandler extends Handler {
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallbackModeExitDialog.java | 35 import android.os.Handler; 69 Handler mHandler = null; 86 mHandler = new Handler(); 335 private Handler mTimerResetHandler = new Handler () {
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 46 * filter will be passed along to a SAX handler registered as our 153 setProperty("http://xml.org/sax/properties/lexical-handler", 165 // Should we also bind as other varieties of handler? 169 // Register a content handler for us to output to 170 public void setContentHandler(ContentHandler handler) 172 clientContentHandler=handler; 174 // Register a DTD handler for us to output to 175 public void setDTDHandler(DTDHandler handler) 177 clientDTDHandler=handler; 179 // Register a lexical handler for us to output t [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 92 * Handler function for "addInterface" method call. Handles requests 197 * Handler function for "removeInterface" method call. Handles requests 242 * Handler function for "getInterface" method call. Handles requests 291 * Handler function for "setDebugParams" method call. Handles requests 337 * Handler function for "scan" method call of a network device. Requests 357 * Handler function for "scanResults" method call of a network device. Returns 425 * Handler function for "properties" method call of a scanned network. 518 * Handler function for "capabilities" method call of an interface. 806 * Handler function for "addNetwork" method call of a network interface. 859 * Handler function for "removeNetwork" method call of a network interface [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CDMAPhone.java | 28 import android.os.Handler; 363 Handler h, int what, Object obj) { 381 public void unregisterForSuppServiceNotification(Handler h) { 470 public void setOnPostDialCharacter(Handler h, int what, Object obj) { 511 public void registerForCdmaOtaStatusChange(Handler h, int what, Object obj) { 515 public void unregisterForCdmaOtaStatusChange(Handler h) { 519 public void registerForSubscriptionInfoReady(Handler h, int what, Object obj) { 523 public void unregisterForSubscriptionInfoReady(Handler h) { 527 public void setOnEcbModeExitResponse(Handler h, int what, Object obj) { 531 public void unsetOnEcbModeExitResponse(Handler h) [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ThreadPoolExecutor.java | 172 * RejectedExecutionHandler}. Four predefined handler policies are 178 * handler throws a runtime {@link RejectedExecutionException} upon 469 * Handler called when saturated or shutdown in execute. 471 private volatile RejectedExecutionHandler handler; field in class:ThreadPoolExecutor 493 * The default rejected execution handler 770 * Invokes the rejected execution handler for the given command. 774 handler.rejectedExecution(command, this); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
StylesheetHandler.java | 95 * @param processor non-null reference to the transformer factory that owns this handler. 126 * @param processor non-null reference to the transformer factory that owns this handler. 132 // Set the initial content handler. 154 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local 155 XPath xpath = new XPath(str, owningTemplate, this, XPath.SELECT, handler, 175 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local 176 XPath xpath = new XPath(str, owningTemplate, this, XPath.MATCH, handler, 856 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local 860 if (null != handler) 861 handler.warning(new TransformerException(formattedMsg, locator)) 902 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local 969 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local 997 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local 1025 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local 1665 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local [all...] |
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 27 import android.os.Handler; 163 final Handler mainHandler = new Handler(getMainLooper()); 194 null /* handler */); 199 null /* handler */); 245 }, null /* handler */); 261 null /* handler */); 284 null /* handler */); 298 null /* handler */);
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
mainKeysSm.c | 367 * START event handler 395 * STOP event handler 423 * UNICAST_COMPLETE event handler 474 * BROADCAST_COMPLETE event handler 505 * SESSION_TIMEOUOT event handler 526 * SESSION_TIMEOUOT event handler 547 * SESSION_TIMEOUOT event handler 568 * SESSION_TIMEOUOT event handler 593 * SESSION_TIMEOUOT event handler
|
/dalvik/docs/ |
porting-guide.html | 123 fetch and dispatch are included at the end of every instruction handler. 130 by a fixed value. By default, each handler is allowed 64 bytes of space. 135 overflow of a 64-byte handler until the VM starts executing. 141 implementations of each handler, and be able to flip back and forth 193 handler through a function pointer. Each handler takes a "glue" argument 198 is create an entry function that calls the handler for the first instruction. 205 setup and jumps directly to the next handler. We write this in assembly 214 <code>handler-size</code> directive: 227 This is what pads each handler out to 64 bytes. Note also that th [all...] |