HomeSort by relevance Sort by last modified time
    Searched defs:handler (Results 201 - 225 of 2987) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
6-3.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-4.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-5.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-6.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-7.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-8.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-9.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/
1-1.c 9 1. Set up a handler for signal SIGABRT, such that it is called if signal is ever raised.
11 3. Raise a SIGABRT and verify that the signal handler was not called.
24 static void handler(int signo) function
33 act.sa_handler = handler;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
1-1.c 9 1. Set up a handler for signal SIGABRT, such that it is called if
12 3. Raise a SIGABRT and verify that the signal handler was not called.
24 static void handler(int signo) function
33 act.sa_handler = handler;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
1-1.c 11 * 1. Set up a handler for signal SIGABRT, such that it is called if
14 * 3. Raise a SIGABRT and verify that the signal handler was not called.
17 * 5. Verify that the handler gets called this time.
28 static void handler(int signo) function
37 act.sa_handler = handler;
41 perror("Failed to set signal handler.");
  /external/strace/tests/
pause.c 43 handler(int sig) function
50 const struct sigaction act = { .sa_handler = handler };
69 " (To be restarted if no handler)\n");
  /external/strace/tests-m32/
pause.c 43 handler(int sig) function
50 const struct sigaction act = { .sa_handler = handler };
69 " (To be restarted if no handler)\n");
  /external/strace/tests-mx32/
pause.c 43 handler(int sig) function
50 const struct sigaction act = { .sa_handler = handler };
69 " (To be restarted if no handler)\n");
  /external/syslinux/gpxe/src/include/gpxe/
vsprintf.h 49 * Character handler
57 void ( * handler ) ( struct printf_context *ctx, unsigned int c ); member in struct:printf_context
60 * When handler() is called, @len will be set to the number of
62 * handler()).
  /external/v8/src/builtins/
builtins-proxy.cc 14 // ES6 section 26.2.1.1 Proxy ( target, handler ) for the [[Call]] case.
23 // ES6 section 26.2.1.1 Proxy ( target, handler ) for the [[Construct]] case.
28 Handle<Object> handler = args.atOrUndefined(isolate, 2); local
29 RETURN_RESULT_OR_FAILURE(isolate, JSProxy::New(isolate, target, handler));
  /external/valgrind/memcheck/tests/
post-syscall.c 14 static void handler(int s) function
26 signal(SIGALRM, handler);
  /external/valgrind/none/tests/linux/
blockfault.c 6 static void handler(int sig, siginfo_t *info, void *v) function
14 the default handler */
21 sa.sa_sigaction = handler;
  /external/valgrind/none/tests/solaris/
blockfault.c 6 static void handler(int sig, siginfo_t *info, void *v) function
14 and is the same as having the default handler. */
21 sa.sa_sigaction = handler;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSslErrorHandlerTest.java 16 private SslErrorHandler handler; field in class:ShadowSslErrorHandlerTest
21 handler = Shadow.newInstanceOf(SslErrorHandler.class);
22 shadow = Shadows.shadowOf(handler);
33 handler.cancel();
40 handler.proceed();
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStylesheetElement.java 46 * @param handler The calling StylesheetHandler/TemplatesBuilder.
60 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 super.startElement(handler, uri, localName, rawName, attributes);
67 int stylesheetType = handler.getStylesheetType();
74 stylesheet = getStylesheetRoot(handler);
83 Stylesheet parent = handler.getStylesheet();
101 stylesheet.setDOMBackPointer(handler.getOriginatingNode());
102 stylesheet.setLocaterInfo(handler.getLocator());
104 stylesheet.setPrefixes(handler.getNamespaceSupport());
105 handler.pushStylesheet(stylesheet)
    [all...]
ProcessorCharacters.java 45 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
47 public void startNonText(StylesheetHandler handler) throws org.xml.sax.SAXException
49 if (this == handler.getCurrentProcessor())
51 handler.popProcessor();
59 || handler.isSpacePreserve())
64 elem.setLocaterInfo(handler.getLocator());
67 elem.setPrefixes(handler.getNamespaceSupport());
85 ElemTemplateElement parent = handler.getElemTemplateElement();
100 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
110 StylesheetHandler handler, char ch[], int start, int length
    [all...]
ProcessorTemplateElem.java 42 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
53 super.startElement(handler, uri, localName, rawName, attributes);
56 // ElemTemplateElement parent = handler.getElemTemplateElement();
65 elem.setDOMBackPointer(handler.getOriginatingNode());
66 elem.setLocaterInfo(handler.getLocator());
67 elem.setPrefixes(handler.getNamespaceSupport());
71 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, ie);//"Failed creating ElemTemplateElement instance!", ie);
75 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, iae);//"Failed creating ElemTemplateElement instance!", iae);
78 setPropertiesFromAttributes(handler, rawName, attributes, elem)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeStreamParser.java 38 * ContentHandler handler = new MyHandler();
40 * parser.setContentHandler(handler);
57 private ContentHandler handler = null; field in class:MimeStreamParser
102 * {@link ContentHandler#raw(InputStream)} handler method only.
142 handler.startMultipart(bd);
146 handler.preamble(new CloseShieldInputStream(tempIs));
165 handler.epilogue(new CloseShieldInputStream(is));
167 handler.endMultipart();
185 handler.body(bd, new CloseShieldInputStream(is));
197 handler.raw(new CloseShieldInputStream(is))
    [all...]
  /external/autotest/client/common_lib/cros/fake_device_server/
server.py 112 handler = logging.handlers.SysLogHandler(address='/dev/log') variable
113 handler.setFormatter(formatter)
115 logging.getLogger().addHandler(handler)
  /external/autotest/client/cros/
dark_resume_xmlrpc_server.py 21 an XMLRPC server. This is not a stateless handler object, which means that
47 handler = logging.handlers.SysLogHandler(address = '/dev/log') variable
50 handler.setFormatter(formatter)
51 logging.getLogger().addHandler(handler)

Completed in 471 milliseconds

1 2 3 4 5 6 7 891011>>