Searched defs:handler (Results 1 - 25 of 384) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/amd64/
H A Dssse3_misaligned.c19 void handler ( int signo ) function
28 signal(SIGSEGV, handler);
/external/valgrind/main/none/tests/x86/
H A Dssse3_misaligned.c19 void handler ( int signo ) function
28 signal(SIGSEGV, handler);
H A Dbadseg.c5 static void handler(int sig, siginfo_t *info, void *v) function
17 sa.sa_sigaction = handler;
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_handler.cc7 CloudPrintSetupHandler::CloudPrintSetupHandler(Delegate* handler) argument
8 : handler_(handler) {}
/external/compiler-rt/lib/tsan/lit_tests/
H A Dsignal_malloc.cc8 static void handler(int, siginfo_t*, void*) { function
11 // CHECK: #{{(1|2)}} handler(int, siginfo{{(_t)?}}*, void*) {{.*}}signal_malloc.cc:[[@LINE+2]]
12 // CHECK: SUMMARY: ThreadSanitizer: signal-unsafe call inside of a signal{{.*}}handler
20 act.sa_sigaction = &handler;
/external/clang/test/CodeGen/
H A Dopaque-pointer.c5 my_func handler; variable
/external/easymock/src/org/easymock/internal/
H A DIProxyFactory.java21 T createProxy(Class<T> toMock, InvocationHandler handler); argument
H A DJavaProxyFactory.java23 public T createProxy(Class<T> toMock, InvocationHandler handler) { argument
25 new Class[] { toMock }, handler);
/external/mockito/src/org/mockito/internal/handler/
H A DMockHandlerFactory.java5 package org.mockito.internal.handler;
16 InternalMockHandler handler = new MockHandlerImpl(settings);
17 InternalMockHandler nullResultGuardian = new NullResultGuardian(handler);
/external/valgrind/main/memcheck/tests/
H A Dpost-syscall.c14 static void handler(int s) function
26 signal(SIGALRM, handler);
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebExceptionHandler.cpp30 void webInstallExceptionHandler(WebExceptionHandler handler) argument
32 ASSERT(handler);
33 globalExceptionHandler() = handler;
39 if (WebExceptionHandler& handler = globalExceptionHandler())
40 (*handler)(ec);
/external/v8/test/mjsunit/harmony/
H A Dproxies-hash.js33 function TestWithProxies(test, construct, handler) {
34 test(construct, handler, Proxy.create)
35 test(construct, handler, function(h) {
48 var handler = {fix: function() { return {} }}
49 var p1 = create(handler)
50 var p2 = create(handler)
51 var p3 = create(handler)
85 var handler = {fix: function() { return {} }}
86 var p1 = create(handler)
87 var p2 = create(handler)
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorTemplate.java38 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
45 StylesheetHandler handler, ElemTemplateElement elem)
49 super.appendAndPush(handler, elem);
50 elem.setDOMBackPointer(handler.getOriginatingNode());
51 handler.getStylesheet().setTemplate((ElemTemplate) elem);
44 appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) argument
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncNormalizeSpace.java66 ContentHandler handler)
76 dtm.dispatchCharactersEvents(node, handler, true);
82 obj.dispatchCharactersEvents(handler);
65 executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler) argument
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui.cc17 // PrintPreviewUI owns |handler|.
18 PrintPreviewHandler* handler = new PrintPreviewHandler(); local
19 AddMessageHandler(handler->Attach(this));
/external/dropbear/
H A Dpacket.h40 void (*handler)(); member in struct:PacketType
/external/llvm/include/llvm/Support/
H A DErrorHandling.h25 /// An error handler callback.
29 /// install_fatal_error_handler - Installs a new error handler to be used
32 /// If you are using llvm_start_multithreaded, you should register the handler
35 /// If no error handler is installed the default is to print the error message
36 /// to stderr, and call exit(1). If an error handler is installed then it is
37 /// the handler's responsibility to log the message, it will no longer be
38 /// printed to stderr. If the error handler returns, then exit(1) will be
41 /// It is dangerous to naively use an error handler which throws an exception.
47 /// handler.
48 void install_fatal_error_handler(fatal_error_handler_t handler,
60 ScopedFatalErrorHandler(fatal_error_handler_t handler, void *user_data = 0) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMessenger.java16 private Handler handler; field in class:ShadowMessenger
18 public void __constructor__(Handler handler) { argument
19 this.handler = handler;
24 message.setTarget(handler);
/external/valgrind/main/none/tests/linux/
H A Dblockfault.c6 static void handler(int sig, siginfo_t *info, void *v) function
14 the default handler */
21 sa.sa_sigaction = handler;
/external/valgrind/main/none/tests/
H A Dpending.c18 static void handler(int sig) function
29 fprintf(stderr, "FAILED: signal delivered early (in handler)\n");
47 signal(SIGUSR1, handler);
48 signal(SIGHUP, handler);
H A Dsigstackgrowth.c12 It does this by getting into the signal handler, and then
13 recursively invoking the handler by sending itself the signal
18 further signals within the handler itself, else the kernel will
19 wait till the handler exits before delivering the next signal, the
24 handler.
31 static void handler(int sig) function
50 sa.sa_handler = handler;
H A Dsyscall-restart1.c11 static void handler(int s) function
37 sa.sa_handler = handler;
H A Dsyscall-restart2.c11 static void handler(int s) function
37 sa.sa_handler = handler;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java48 * 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) { argument
78 if (handler == null) {
83 refHandler = handler;
/external/apache-http/src/org/apache/http/impl/cookie/
H A DAbstractCookieSpec.java53 * Stores attribute name -> attribute handler mappings
66 final String name, final CookieAttributeHandler handler) {
70 if (handler == null) {
71 throw new IllegalArgumentException("Attribute handler may not be null");
73 this.attribHandlerMap.put(name, handler);
77 * Finds an attribute handler {@link CookieAttributeHandler} for the
78 * given attribute. Returns <tt>null</tt> if no attribute handler is
82 * @return an attribute handler or <tt>null</tt>
89 * Gets attribute handler {@link CookieAttributeHandler} for the
93 * @throws IllegalStateException if handler no
65 registerAttribHandler( final String name, final CookieAttributeHandler handler) argument
[all...]

Completed in 576 milliseconds

1234567891011>>