HomeSort by relevance Sort by last modified time
    Searched defs:handler (Results 26 - 50 of 1746) sorted by null

12 3 4 5 6 7 8 91011>>

  /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;
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
pulsensor.cxx 43 handler (clbk_data data) { function
51 Pulsensor *sensor = new Pulsensor(handler);
  /external/v8/test/mjsunit/harmony/
proxies-get-prototype-of.js 9 var handler = { handler: 1 };
10 var proxy = new Proxy(target, handler);
17 handler.getPrototypeOf = function() {
23 handler.getPrototypeOf = function() {
29 var proxy2 = new Proxy(proxy, {'handler':1});
32 // Test with Proxy handler:
45 var handler = {};
46 var proto = new Proxy({}, handler);
52 handler.getPrototypeOf = function () { return Object.prototype }
    [all...]
proxies-apply.js 77 var handler = {
83 var proxy = new Proxy(target, handler);
proxies-delete-property.js 12 function TestForwarding(handler, myDelete, shouldThrow) {
14 var proxy = new Proxy(target, handler);
40 var handler = {};
42 TestForwarding(handler,
44 TestForwarding(handler,
46 TestForwarding(handler,
48 TestForwarding(handler,
56 var handler = { deleteProperty: null };
58 TestForwarding(handler,
60 TestForwarding(handler,
    [all...]
proxies-hash.js 33 function TestWithProxies(test, construct, handler) {
34 test(construct, handler, function(h) { return new Proxy({}, h) })
36 // test(construct, handler, function(h) {
49 var handler = {fix: function() { return {} }}
50 var p1 = create(handler)
51 var p2 = create(handler)
52 var p3 = create(handler)
86 var handler = {fix: function() { return {} }}
87 var p1 = create(handler)
88 var p2 = create(handler)
    [all...]
  /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...]
ProcessorDecimalFormat.java 42 * @param handler The calling StylesheetHandler/TemplatesBuilder.
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
65 DecimalFormatProperties dfp = new DecimalFormatProperties(handler.nextUid());
67 dfp.setDOMBackPointer(handler.getOriginatingNode());
68 dfp.setLocaterInfo(handler.getLocator());
70 setPropertiesFromAttributes(handler, rawName, attributes, dfp);
71 handler.getStylesheet().setDecimalFormat(dfp);
73 handler.getStylesheet().appendChild(dfp);
  /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...]
  /packages/services/Telephony/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/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
jquery.hotkeys.js 41 var origHandler = handleObj.handler,
44 handleObj.handler = function( event ) {
  /external/compiler-rt/test/asan/TestCases/Linux/
signal_during_stop_the_world.cc 18 static void handler(int signo);
23 act.sa_handler = handler;
53 static void handler(int signo) { function
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
signal_segv_handler.cc 5 // Threads start triggering SEGV one by one. The signal handler blocks
9 // because it briefly reset SEGV handler to SIG_DFL.
13 // "benign" SEGVs that are handled by signal handler, and ensures that
26 void handler(int signo, siginfo_t *info, void *uctx) { function
35 a.sa_sigaction = handler;
  /external/compiler-rt/test/tsan/
signal_thread.cc 14 static void handler(int sig) { function
26 act.sa_handler = &handler;
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ProxyHandler.java 19 package org.eclipse.jetty.server.handler;
21 import org.eclipse.jetty.server.Handler;
37 public ProxyHandler(Handler handler, String[] white, String[] black)
39 super(handler,white,black);
42 public ProxyHandler(Handler handler)
44 super(handler);
  /external/strace/tests/
net-accept-connect.c 38 handler(int sig) function
90 assert(signal(SIGUSR1, handler) != SIG_ERR);
  /external/valgrind/none/tests/
sigstackgrowth.c 12 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;
syscall-restart1.c 11 static void handler(int s) function
37 sa.sa_handler = handler;
syscall-restart2.c 11 static void handler(int s) function
37 sa.sa_handler = handler;
  /system/connectivity/shill/net/
io_handler_factory.cc 31 IOHandler* handler = new IOInputHandler(fd, input_callback, error_callback); local
32 handler->Start();
33 return handler;
40 IOHandler* handler = new IOReadyHandler(fd, mode, ready_callback); local
41 handler->Start();
42 return handler;
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
Utils.java 19 import android.os.Handler;
30 * been wrapped in a Handler to delay the output due to overlaps in lifecycle state
37 Handler handler = new Handler(); local
38 handler.postDelayed(new Runnable() {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
TryCatchBlockNode.java 42 * Beginning of the exception handler's scope (inclusive).
47 * End of the exception handler's scope (exclusive).
52 * Beginning of the exception handler's code.
54 public LabelNode handler; field in class:TryCatchBlockNode
57 * Internal name of the type of exceptions handled by the handler. May be
65 * @param start beginning of the exception handler's scope (inclusive).
66 * @param end end of the exception handler's scope (exclusive).
67 * @param handler beginning of the exception handler's code.
69 * handler, or <tt>null</tt> to catch any exceptions (for "finally"
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java 32 MockURLStreamHandler handler = null; field in class:OldURLStreamHandlerTest
40 assertFalse(handler.equals(url1,url2));
43 assertFalse(handler.equals(null, url1));
51 assertEquals(-1, handler.getDefaultPort());
56 assertNull(handler.getHostAddress(url1));
59 assertNull(handler.getHostAddress(url2));
62 assertEquals(InetAddress.getByName("localhost"), handler.getHostAddress(url3));
68 assertTrue(handler.hashCode(url1) != handler.hashCode(url2));
71 assertFalse(handler.equals(url1,url2))
    [all...]

Completed in 758 milliseconds

12 3 4 5 6 7 8 91011>>