HomeSort by relevance Sort by last modified time
    Searched refs:handler (Results 176 - 200 of 1187) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 49 UninitVariablesHandler &handler,
  /external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c 25 extern long bork(FuncPtr handler, const struct E *list);
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitDOMEventTarget.cpp 78 gboolean webkit_dom_event_target_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GCallback handler, gboolean bubble, gpointer userData)
87 return iface->add_event_listener(target, eventName, handler, bubble, userData);
92 gboolean webkit_dom_event_target_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GCallback handler, gboolean bubble)
100 return iface->remove_event_listener(target, eventName, handler, bubble);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_win.c 26 eloop_sock_handler handler; member in struct:eloop_sock
33 eloop_event_handler handler; member in struct:eloop_event
41 eloop_timeout_handler handler; member in struct:eloop_timeout
48 eloop_signal_handler handler; member in struct:eloop_signal
120 int eloop_register_read_sock(int sock, eloop_sock_handler handler,
151 tmp[eloop.reader_count].handler = handler;
191 eloop_event_handler handler,
210 tmp[eloop.event_count].handler = handler;
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 20 eloop_sock_handler handler; member in struct:eloop_sock
27 eloop_event_handler handler; member in struct:eloop_event
35 eloop_timeout_handler handler; member in struct:eloop_timeout
42 eloop_signal_handler handler; member in struct:eloop_signal
111 int eloop_register_read_sock(int sock, eloop_sock_handler handler,
142 tmp[eloop.reader_count].handler = handler;
182 eloop_event_handler handler,
201 tmp[eloop.event_count].handler = handler;
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 48 * on to a handler for appropriate processing.
57 /** The handler for the references found. */
62 * The thread executing this handler.
72 * @param handler the handler to pass the references to
74 public RefQueueWorker(ReferenceQueue<?> queue, RefQueueHandler handler) {
78 if (handler == null) {
79 throw new IllegalArgumentException("Handler must not be null.");
83 refHandler = handler;
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespaceSupport.java 73 ExtensionHandler handler = null; local
95 handler = (ExtensionHandler)con.newInstance(m_args);
103 return handler;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncNormalizeSpace.java 66 ContentHandler handler)
76 dtm.dispatchCharactersEvents(node, handler, true);
82 obj.dispatchCharactersEvents(handler);
  /external/chromium/chrome/browser/ui/webui/
textfields_ui.cc 67 TextfieldsDOMHandler* handler = new TextfieldsDOMHandler(); local
68 AddMessageHandler(handler);
69 handler->Attach(this);
  /external/valgrind/main/none/tests/
pending.c 18 static void handler(int sig) function
29 fprintf(stderr, "FAILED: signal delivered early (in handler)\n");
47 signal(SIGUSR1, handler);
48 signal(SIGHUP, handler);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 23 import android.os.Handler;
41 private Handler handler; field in class:DecodeThread
62 Handler getHandler() {
68 return handler;
74 handler = new DecodeHandler(activity, hints);
DecodeHandler.java 27 import android.os.Handler;
34 final class DecodeHandler extends Handler {
84 Handler handler = activity.getHandler(); local
89 if (handler != null) {
90 Message message = Message.obtain(handler, R.id.decode_succeeded, rawResult);
97 if (handler != null) {
98 Message message = Message.obtain(handler, R.id.decode_failed);
  /sdk/anttargetprint/src/com/android/anttargetprint/
Main.java 41 BuildXmlHandler handler = new BuildXmlHandler(); local
42 parser.parse(new File(args[0]), handler);
44 for (Entry<String, List<String>> entry : handler.processTargets().entrySet()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevicesXsd.java 124 public static Validator getValidator(ErrorHandler handler) throws SAXException {
129 if (handler != null) {
130 validator.setErrorHandler(handler);
  /external/v8/test/mjsunit/harmony/
proxies.js 44 function TestGetOwnProperty(handler) {
45 TestWithProxies(TestGetOwnProperty2, handler)
48 function TestGetOwnProperty2(create, handler) {
49 var p = create(handler)
87 function TestGetOwnPropertyThrow(handler) {
88 TestWithProxies(TestGetOwnPropertyThrow2, handler)
91 function TestGetOwnPropertyThrow2(create, handler) {
92 var p = create(handler)
126 function TestGet(handler) {
127 TestWithProxies(TestGet2, handler)
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 117 HttpAuthHandler handler, String host, String realm) {
120 handler.cancel();
124 this.useHttpAuthUsernamePassword = handler.useHttpAuthUsernamePassword();
126 handler.proceed(mUser, mPassword);
128 handler.cancel();
  /external/chromium/chrome/browser/ui/login/
login_prompt.h 65 // Notify the handler that the request was cancelled.
156 // Observes other login handlers so this login handler can respond.
164 explicit LoginNotificationDetails(LoginHandler* handler)
165 : handler_(handler) {}
166 LoginHandler* handler() const { return handler_; } function in class:LoginNotificationDetails
181 AuthSuppliedLoginNotificationDetails(LoginHandler* handler,
184 : LoginNotificationDetails(handler),
  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 14 * to create proxy classes which set their own handler. it checks that caching is
22 MethodHandler handler; field in class:ProxyFactoryCompatibilityTest
33 handler = new MethodHandler() {
55 ((ProxyObject) proxy1).setHandler(handler);
62 ((ProxyObject) proxy2).setHandler(handler);
68 // create a factory which, by default, uses caching then set the handler so it creates
74 factory.setHandler(handler);
  /external/libxml2/include/libxml/
encoding.h 171 xmlRegisterCharEncodingHandler (xmlCharEncodingHandlerPtr handler);
206 xmlCharEncOutFunc (xmlCharEncodingHandler *handler,
211 xmlCharEncInFunc (xmlCharEncodingHandler *handler,
215 xmlCharEncFirstLine (xmlCharEncodingHandler *handler,
219 xmlCharEncCloseFunc (xmlCharEncodingHandler *handler);
  /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.
138 CaptureErrorHandler handler = new CaptureErrorHandler(); local
141 handler.verify();
153 CaptureErrorHandler handler = new CaptureErrorHandler(); local
154 Validator validator = LayoutDevicesXsd.getValidator(handler);
156 handler.verify();
  /external/chromium/net/http/
http_auth.cc 31 scoped_ptr<HttpAuthHandler>* handler) {
33 DCHECK(handler->get() == NULL);
35 // Choose the challenge whose authentication handler gives the maximum score.
53 handler->swap(best);
58 HttpAuthHandler* handler,
63 DCHECK(handler);
67 HttpAuth::Scheme current_scheme = handler->auth_scheme();
80 authorization_result = handler->HandleAnotherChallenge(&props);
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 19 import android.os.Handler;
37 * custom handler to ensure that property changes happen on the UI thread.</p>
520 * This custom, static handler handles the timing pulse that is shared by
526 * The handler uses the Choreographer for executing periodic callbacks.
599 // tells the handler whether it should now be ended
930 AnimationHandler handler = getOrCreateAnimationHandler(); local
952 AnimationHandler handler = getOrCreateAnimationHandler(); local
1233 AnimationHandler handler = sAnimationHandler.get(); local
1244 AnimationHandler handler = sAnimationHandler.get(); local
1253 AnimationHandler handler = sAnimationHandler.get(); local
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 46 * The handler should return a negative error code,
50 int (*handler)(struct nl80211_state *state, member in struct:cmd
69 .handler = (_handler), \
73 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \
74 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help)
75 #define HIDDEN(section, name, args, cmd, flags, idby, handler) \
76 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 1, idby, handler, NULL)
87 .handler = (_handler), \
  /external/expat/amiga/include/libraries/
expat.h 243 XML_EntityDeclHandler handler);
302 XML_StartElementHandler handler);
306 XML_EndElementHandler handler);
310 XML_CharacterDataHandler handler);
314 XML_ProcessingInstructionHandler handler);
317 XML_CommentHandler handler);
334 XML_DefaultHandler handler);
338 XML_DefaultHandler handler);
355 XML_UnparsedEntityDeclHandler handler);
359 XML_NotationDeclHandler handler);
    [all...]
  /external/libxml2/
HTMLtree.c 472 xmlCharEncodingHandlerPtr handler = NULL; local
482 handler = xmlFindCharEncodingHandler(encoding);
483 if (handler == NULL)
491 if (handler == NULL)
492 handler = xmlFindCharEncodingHandler("HTML");
493 if (handler == NULL)
494 handler = xmlFindCharEncodingHandler("ascii");
499 buf = xmlOutputBufferCreateFile(out, handler);
535 xmlCharEncodingHandlerPtr handler = NULL; local
564 handler = xmlFindCharEncodingHandler(encoding)
1036 xmlCharEncodingHandlerPtr handler = NULL; local
1096 xmlCharEncodingHandlerPtr handler = NULL; local
1160 xmlCharEncodingHandlerPtr handler = NULL; local
    [all...]

Completed in 2152 milliseconds

1 2 3 4 5 6 78 91011>>