HomeSort by relevance Sort by last modified time
    Searched refs:handler (Results 76 - 100 of 1397) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xext.h 36 int (*handler)(
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xext.h 36 int (*handler)(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xext.h 36 int (*handler)(
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 26 import java.util.logging.Handler;
38 MemoryHandler handler; field in class:OldMemoryHandlerTest
45 handler = new MemoryHandler();
70 assertTrue(handler.isLoggable(new LogRecord(Level.INFO, "1")));
71 assertTrue(handler.isLoggable(new LogRecord(Level.WARNING, "2")));
72 assertTrue(handler.isLoggable(new LogRecord(Level.SEVERE, "3")));
76 assertNotNull("Filter should not be null", handler.getFilter());
77 assertNotNull("Formatter should not be null", handler.getFormatter());
78 assertNull("character encoding should be null", handler.getEncoding());
79 assertNotNull("ErrorManager should not be null", handler.getErrorManager())
    [all...]
  /external/expat/lib/
xmlrole.c 94 ((state)->handler = ((state)->documentEntity \
98 #define setTopLevel(state) ((state)->handler = internalSubset)
136 state->handler = prolog1;
139 state->handler = prolog1;
142 state->handler = prolog1;
145 state->handler = prolog1;
155 state->handler = doctype0;
158 state->handler = error;
186 state->handler = doctype0;
189 state->handler = error
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 106 TestHandler handler = new TestHandler(); local
107 parse(SNIPPET, handler);
108 validate(handler);
111 handler = new TestHandler();
112 parse(new StringReader(SNIPPET), handler);
113 validate(handler);
116 handler = new TestHandler();
118 Encoding.UTF_8, handler);
119 validate(handler);
127 static void validate(TestHandler handler) {
176 NamespaceHandler handler = new NamespaceHandler(); local
362 TestDtdHandler handler = new TestDtdHandler(); local
371 TestDtdHandler handler = runDtdTest("<?xml version=\\"1.0\\"?><!DOCTYPE foo PUBLIC 'bar' 'tee'><a><\/a>"); local
379 TestDtdHandler handler = runDtdTest("<?xml version=\\"1.0\\"?><!DOCTYPE foo PUBLIC 'bar' 'tee' [ <!ENTITY ent SYSTEM 'blah' NDATA poop> ]><a><\/a>"); local
387 TestDtdHandler handler = runDtdTest("<?xml version=\\"1.0\\"?><!DOCTYPE foo PUBLIC 'bar' 'tee' [ <!ENTITY ent PUBLIC 'a' 'b' NDATA poop> ]><a><\/a>"); local
395 TestDtdHandler handler = runDtdTest("<?xml version=\\"1.0\\"?><!DOCTYPE foo PUBLIC 'bar' 'tee' [ <!NOTATION sn SYSTEM 'nf2'> ]><a><\/a>"); local
402 TestDtdHandler handler = runDtdTest("<?xml version=\\"1.0\\"?><!DOCTYPE foo PUBLIC 'bar' 'tee' [ <!NOTATION pn PUBLIC 'nf1'> ]><a><\/a>"); local
463 TestCdataHandler handler = new TestCdataHandler(); local
500 TestProcessingInstrutionHandler handler local
575 Handler handler = new Handler(); local
618 Handler handler = new Handler(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 62 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
69 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
75 ElemTemplateElement p = handler.getElemTemplateElement();
83 XSLTElementProcessor lreProcessor = handler.popProcessor();
85 handler.getProcessorFor(Constants.S_XSLNAMESPACEURL, "stylesheet",
88 handler.pushProcessor(lreProcessor);
93 stylesheet = getStylesheetRoot(handler);
100 // stylesheet.setDOMBackPointer(handler.getOriginatingNode());
103 Locator locator = handler.getLocator();
112 stylesheet.setPrefixes(handler.getNamespaceSupport())
    [all...]
XSLTAttributeDef.java 500 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
513 StylesheetHandler handler, String uri, String name, String rawName, String value,
520 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
534 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
544 Object processCDATA(StylesheetHandler handler, String uri, String name,
551 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
567 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
578 StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner)
584 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
588 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_text.properties 34 # xalan:content-handler="MyContentHandler"/>
37 {http\u003a//xml.apache.org/xalan}content-handler=org.apache.xml.serializer.ToTextStream
  /external/chromium/chrome/browser/sync/engine/
clear_data_command_unittest.cc 69 scoped_ptr<ClearEventHandler> handler(new ClearEventHandler());
70 TestScopedSessionEventListener reg(context(), handler.get());
94 EXPECT_TRUE(handler.get()->ReceievedClearFailedEvent());
96 EXPECT_FALSE(handler.get()->ReceievedClearSuccessEvent());
105 scoped_ptr<ClearEventHandler> handler(new ClearEventHandler());
106 TestScopedSessionEventListener reg(context(), handler.get());
120 EXPECT_TRUE(handler->ReceievedClearSuccessEvent());
123 EXPECT_FALSE(handler->ReceievedClearFailedEvent());
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui.cc 17 // PrintPreviewUI owns |handler|.
18 PrintPreviewHandler* handler = new PrintPreviewHandler(); local
19 AddMessageHandler(handler->Attach(this));
  /external/valgrind/main/memcheck/tests/
post-syscall.c 14 static void handler(int s) function
26 signal(SIGALRM, handler);
  /external/valgrind/main/none/tests/x86/
badseg.c 5 static void handler(int sig, siginfo_t *info, void *v) function
17 sa.sa_sigaction = handler;
  /libcore/luni/src/main/java/java/security/
AuthProvider.java 30 public abstract void login(Subject subject, CallbackHandler handler) throws LoginException;
34 public abstract void setCallbackHandler(CallbackHandler handler);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
ChatManager.java 4 import android.os.Handler;
13 * Handles reading and writing of messages with socket buffers. Uses a Handler
19 private Handler handler; field in class:ChatManager
21 public ChatManager(Socket socket, Handler handler) {
23 this.handler = handler;
38 handler.obtainMessage(WiFiServiceDiscoveryActivity.MY_HANDLE, this)
51 handler.obtainMessage(WiFiServiceDiscoveryActivity.MESSAGE_READ
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3SerializerImpl.java 58 * @param handler An instance of the SerializationHandler interface.
60 public DOM3SerializerImpl(SerializationHandler handler) {
61 fSerializationHandler = handler;
98 * which traverses the DOM tree and invokes handler events to serialize
122 * @param handler the Level 3 DOMErrorHandler
124 public void setErrorHandler(DOMErrorHandler handler) {
125 fErrorHandler = handler;
145 * @param handler An instance of SerializationHandler
147 public void setSerializationHandler(SerializationHandler handler) {
148 fSerializationHandler = handler;
    [all...]
  /external/qemu/hw/
irq.c 28 qemu_irq_handler handler; member in struct:IRQState
38 irq->handler(irq->opaque, irq->n, level);
41 qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n)
50 p->handler = handler;
69 irq->handler(irq->opaque, irq->n, !level);
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockParser.java 48 public void setDTDHandler(DTDHandler handler) {
49 logger.add("setDTDHandler", handler);
52 public void setDocumentHandler(DocumentHandler handler) {
53 logger.add("setDocumentHandler", handler);
60 public void setErrorHandler(ErrorHandler handler) {
61 logger.add("setErrorHandler", handler);
  /external/wpa_supplicant_8/src/utils/
eloop_none.c 20 eloop_sock_handler handler; member in struct:eloop_sock
28 eloop_timeout_handler handler; member in struct:eloop_timeout
34 eloop_signal_handler handler; member in struct:eloop_signal
64 int eloop_register_read_sock(int sock, eloop_sock_handler handler,
77 tmp[eloop.reader_count].handler = handler;
112 eloop_timeout_handler handler,
144 timeout->handler = handler;
166 int eloop_cancel_timeout(eloop_timeout_handler handler,
352 eloop_timeout_handler handler = local
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.cc 182 scoped_refptr<SSLClientAuthHandler> handler) {
184 tab_contents_, handler->cert_request_info(), handler);
188 scoped_refptr<SSLAddCertHandler> handler, int error_code) {
189 SSLAddCertData* add_cert_data = GetAddCertData(handler);
199 scoped_refptr<SSLAddCertHandler> handler) {
204 scoped_refptr<SSLAddCertHandler> handler) {
205 SSLAddCertData* add_cert_data = GetAddCertData(handler);
208 new SSLCertAddedInfoBarDelegate(tab_contents_, handler->cert()));
212 scoped_refptr<SSLAddCertHandler> handler, int error_code)
    [all...]
  /frameworks/native/include/utils/
Looper.h 44 /* The message type. (interpretation is left up to the handler) */
50 * Interface for a Looper message handler.
52 * The Looper holds a strong reference to the message handler whenever it has
54 * to remove any pending messages destined for the handler so that the handler
70 * A simple proxy that holds a weak reference to a message handler.
77 WeakMessageHandler(const wp<MessageHandler>& handler);
254 * Enqueues a message to be processed by the specified handler.
256 * The handler must not be null.
259 void sendMessage(const sp<MessageHandler>& handler, const Message& message)
343 sp<MessageHandler> handler; member in struct:android::Looper::MessageEnvelope
    [all...]
  /external/chromium/net/websockets/
websocket_frame_handler_unittest.cc 19 scoped_ptr<WebSocketFrameHandler> handler(new WebSocketFrameHandler);
22 EXPECT_EQ(0, handler->UpdateCurrentBuffer(true));
23 EXPECT_TRUE(handler->GetCurrentBuffer() == NULL);
24 EXPECT_EQ(0, handler->GetCurrentBufferSize());
28 handler->AppendData(kInputData, kInputDataLen);
29 EXPECT_TRUE(handler->GetCurrentBuffer() == NULL);
30 EXPECT_GT(handler->UpdateCurrentBuffer(true), 0);
33 IOBuffer* buf = handler->GetCurrentBuffer();
36 EXPECT_EQ(kInputDataLen, handler->GetCurrentBufferSize());
37 EXPECT_EQ(kInputDataLen, handler->GetOriginalBufferSize())
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
UriPatternMatcher.java 61 public void register(final String pattern, final Object handler) {
65 if (handler == null) {
68 this.handlerMap.put(pattern, handler);
97 Object handler = this.handlerMap.get(requestURI); local
98 if (handler == null) {
108 handler = this.handlerMap.get(pattern);
114 return handler;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/
TimeoutService.java 34 private Runnable handler; field in class:TimeoutService.TimeoutToken
36 private TimeoutToken(long runTime, Runnable handler)
39 this.handler = handler;
86 tt.handler.run();
92 log.warning("Exeception in Timeout handler:" + e.getMessage() + "(" + sw.toString() + ")");
105 * It is assumed that the passed handler will not execute for a long time.
108 * @param handler
111 public static TimeoutToken addTimeoutHandler(long runTime, Runnable handler)
113 TimeoutToken token = new TimeoutToken(runTime, handler);
    [all...]

Completed in 2109 milliseconds

1 2 34 5 6 7 8 91011>>