HomeSort by relevance Sort by last modified time
    Searched defs:handler (Results 276 - 300 of 1213) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-3/include/linux/
interrupt.h 56 irqreturn_t (*handler)(int, void *, struct pt_regs *); member in struct:irqaction
personality.h 64 handler_t handler; member in struct:exec_domain
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 19 import android.os.Handler;
43 private final Map<InputDeviceListener, Handler> mListeners;
44 private final Handler mDefaultHandler;
46 private static class PollingMessageHandler extends Handler {
90 mListeners = new HashMap<InputDeviceListener, Handler>();
119 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
121 if (handler == null) {
122 handler = mDefaultHandler;
124 mListeners.put(listener, handler);
138 Handler handler = mListeners.get(listener); local
    [all...]
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java 141 CompatActionBarNavHandler handler = new CompatActionBarNavHandler(this); local
146 actionBar.addTab(actionBar.newTab().setText(CATEGORIES[i]).setTabListener(handler));
154 actionBar.setListNavigationCallbacks(adap, handler);
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 185 ApiDescrHandler handler = new ApiDescrHandler(apiList); local
186 xmlReader.setContentHandler(handler);
187 xmlReader.setErrorHandler(handler);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 49 static uint16_t g_handler_history_count = 0; /* history count for handler */
54 * DESCRIPTION: utility function to generate handler for camera/channel/stream
57 * @index: index of the object to have handler
63 uint32_t handler = 0; local
69 handler = g_handler_history_count;
70 handler = (handler<<8) | index;
72 return handler;
81 * @handler: object handle
85 uint8_t mm_camera_util_get_index_by_handler(uint32_t handler)
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 49 static uint16_t g_handler_history_count = 0; /* history count for handler */
54 * DESCRIPTION: utility function to generate handler for camera/channel/stream
57 * @index: index of the object to have handler
63 uint32_t handler = 0; local
69 handler = g_handler_history_count;
70 handler = (handler<<8) | index;
72 return handler;
81 * @handler: object handle
85 uint8_t mm_camera_util_get_index_by_handler(uint32_t handler)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsBashforthIntegrator.java 210 for (StepHandler handler : stepHandlers) {
211 handler.reset();
286 // some events handler has triggered changes that
AdamsMoultonIntegrator.java 230 for (StepHandler handler : stepHandlers) {
231 handler.reset();
304 // some events handler has triggered changes that
EmbeddedRungeKuttaIntegrator.java 226 for (StepHandler handler : stepHandlers) {
227 handler.reset();
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 95 * @param processor non-null reference to the transformer factory that owns this handler.
126 * @param processor non-null reference to the transformer factory that owns this handler.
132 // Set the initial content handler.
154 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local
155 XPath xpath = new XPath(str, owningTemplate, this, XPath.SELECT, handler,
175 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local
176 XPath xpath = new XPath(str, owningTemplate, this, XPath.MATCH, handler,
856 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local
860 if (null != handler)
861 handler.warning(new TransformerException(formattedMsg, locator))
902 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local
969 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local
997 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local
1025 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local
1665 ErrorListener handler = m_stylesheetProcessor.getErrorListener(); local
    [all...]
TransformerFactoryImpl.java 281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media, local
287 handler.setURIResolver(m_uriResolver);
294 TreeWalker walker = new TreeWalker(handler, new org.apache.xml.utils.DOM2Helper(), baseID);
343 reader.setContentHandler(handler);
363 return handler.getAssociatedStylesheet();
    [all...]
XSLTElementProcessor.java 83 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
92 StylesheetHandler handler, String publicId, String systemId)
102 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
109 public void notationDecl(StylesheetHandler handler, String name,
120 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
128 public void unparsedEntityDecl(StylesheetHandler handler, String name,
140 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
142 public void startNonText(StylesheetHandler handler) throws org.xml.sax.SAXException
151 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
158 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 154 * @param handler non-null reference to StylesheetHandler that is constructing.
162 public AVT(StylesheetHandler handler, String uri, String name,
309 handler.createXPath(exprBuffer.toString(), owner);
369 handler.warn(XSLTErrorResources.WG_FOUND_CURLYBRACE, null); //"Found \"}\" but no attribute template open!");
402 handler.warn(XSLTErrorResources.WG_ATTR_TEMPLATE,
ElemCopyOf.java 133 SerializationHandler handler = transformer.getSerializationHandler(); local
147 handler.characters(s.toCharArray(), 0, s.length());
155 DTMTreeWalker tw = new TreeWalker2Result(transformer, handler);
175 SerializerUtils.addAttribute(handler, pos);
186 handler, value, transformer.getXPathContext());
192 handler.characters(s.toCharArray(), 0, s.length());
  /external/clang/test/Sema/
init.c 41 int (*handler)(); member in struct:cdiff_cmd
  /external/deqp/framework/qphelper/
qpCrashHandler.c 21 * \brief System handler handler override
160 /* If no handler present (how could that be?), don't handle. */
163 DBGPRINT(("qpCrashHandler::unhandledExceptionFilter(): no crash handler registered\n"));
174 /* Acquire crash handler lock. Otherwise we might get strange behavior when multiple threads enter crash handler simultaneously. */
226 /* Don't execute crash handler function if debugger is present. */
233 /* Acquire crash handler lock. */
251 qpCrashHandler* handler = (qpCrashHandler*)deCalloc(sizeof(qpCrashHandler)); local
253 if (!handler)
456 qpCrashHandler* handler = (qpCrashHandler*)deCalloc(sizeof(qpCrashHandler)); local
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 51 XmlApiFile handler = new XmlApiFile(); local
52 xmlreader.setContentHandler(handler);
53 xmlreader.setErrorHandler(handler);
55 ApiInfo apiInfo = handler.getApi();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
VersionTrackerTask.java 82 private void parse (DefaultHandler handler){
84 parse(allElements.elementAt(i).toString(), handler); local
88 public void parse(String xmlFile,DefaultHandler handler){
90 parser.parse(xmlFile,handler);
99 // Start Element Event Handler
122 // Start Element Event Handler
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 40 #include "client/windows/handler/exception_handler.h"
82 static ExceptionHandler* handler = NULL; member in namespace:google_breakpad
331 if (!handler->WriteMinidump()) {
343 if (handler) {
344 delete handler;
445 // Message handler for about box.
486 handler = new ExceptionHandler(L"C:\\dumps\\",
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc 99 class MockCallFrameInfoHandler: public CallFrameInfo::Handler {
140 enum { kCFARegister = CallFrameInfo::Handler::kCFARegister };
143 // Default expectations for the data handler.
154 EXPECT_CALL(handler, UndefinedRule(_, _)).Times(0);
155 EXPECT_CALL(handler, SameValueRule(_, _)).Times(0);
156 EXPECT_CALL(handler, OffsetRule(_, _, _, _)).Times(0);
157 EXPECT_CALL(handler, ValOffsetRule(_, _, _, _)).Times(0);
158 EXPECT_CALL(handler, RegisterRule(_, _, _)).Times(0);
159 EXPECT_CALL(handler, ExpressionRule(_, _, _)).Times(0);
160 EXPECT_CALL(handler, ValExpressionRule(_, _, _)).Times(0)
180 MockCallFrameInfoHandler handler; member in struct:CFIFixture
    [all...]
  /external/google-breakpad/src/processor/
cfi_frame_info_unittest.cc 293 class MockCFIRuleParserHandler: public CFIRuleParser::Handler {
420 ParseHandlerFixture() : CFIFixture(), handler(&cfi) { }
421 CFIFrameInfoParseHandler handler; member in class:ParseHandlerFixture
427 handler.CFARule("reg-for-cfa");
428 handler.RARule("reg-for-ra");
438 handler.CFARule("reg-for-cfa");
439 handler.RARule("reg-for-ra");
440 handler.RegisterRule("reg1", "reg-for-reg1");
441 handler.RegisterRule("reg2", "reg-for-reg2");
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 124 final RecordingSubscriberExceptionHandler handler = local
126 final EventBus eventBus = new EventBus(handler);
139 exception, handler.exception);
141 eventBus, handler.context.getEventBus());
144 handler.context.getEvent());
146 subscriber, handler.context.getSubscriber());
149 handler.context.getSubscriberMethod());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 132 TZDBNameSearchHandler handler = new TZDBNameSearchHandler(nameTypes, getTargetRegion()); local
133 TZDB_NAMES_TRIE.find(text, start, handler);
134 return handler.getMatches();
TextTrieMap.java 75 LongestMatchHandler<V> handler = new LongestMatchHandler<V>(); local
76 find(text, start, handler);
78 matchLen[0] = handler.getMatchLength();
80 return handler.getMatches();
83 public void find(CharSequence text, ResultHandler<V> handler) {
84 find(text, 0, handler);
87 public void find(CharSequence text, int offset, ResultHandler<V> handler) {
89 find(_root, chitr, handler);
92 private synchronized void find(Node node, CharIterator chitr, ResultHandler<V> handler) {
95 if (!handler.handlePrefixMatch(chitr.processedLength(), values))
    [all...]

Completed in 1143 milliseconds

<<11121314151617181920>>