/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
RungeKuttaIntegrator.java | 74 * step. The default step handler does nothing. 131 for (StepHandler handler : stepHandlers) { 132 handler.reset();
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExtensionDecl.java | 259 String handler = "org.apache.xalan.extensions.ExtensionHandlerGeneral"; local 262 extNsSpt = new ExtensionNamespaceSupport(declNamespace, handler, args); 327 // Instantiate a handler for this extension namespace. 361 // System.out.println("Adding NS Handler: declNamespace = "+
|
/external/autotest/frontend/client/src/autotest/common/ |
PaddedJsonRpcProxy.java | 89 UncaughtExceptionHandler handler = GWT.getUncaughtExceptionHandler(); local 90 if (handler == null) { 98 handler.onUncaughtException(throwable);
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
DoubleListSelector.java | 89 public HandlerRegistration addDoubleClickHandler(DoubleClickHandler handler) { 90 availableListHandlerManager.addHandler(DoubleClickEvent.getType(), handler); local 91 selectedListHandlerManager.addHandler(DoubleClickEvent.getType(), handler); local
|
/external/autotest/frontend/client/src/autotest/tko/ |
EmbeddedTkoClient.java | 56 UncaughtExceptionHandler handler = GWT.getUncaughtExceptionHandler(); local 57 if (handler == null) { 64 handler.onUncaughtException(throwable);
|
/external/autotest/site_utils/ |
gmail_lib.py | 148 def handler(exc): function in function:send_email 167 handler, retry_count, _run, sleep=RETRY_DELAY,
|
/external/bison/lib/ |
sigprocmask.c | 34 where any handler is uninstalled prior to being invoked. This is 51 for the signal SIGABRT. Only one signal handler is stored for both 67 signal_nothrow (int sig, handler_t handler) 73 result = signal (sig, handler); 95 ext_signal (int sig, handler_t handler) 102 SIGPIPE_handler = handler; 106 return signal (sig, handler); 190 /* Signal handler that is installed for blocked signals. */ 194 /* Reinstall the handler, in case the signal occurs multiple times 196 signal in between when the kernel uninstalled the handler an 341 handler_t handler = SIGPIPE_handler; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
connection.py | 34 from boto import handler namespace 447 h = handler.XmlHandler(rs, self)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/ |
connection.py | 24 from boto import handler namespace 499 h = handler.XmlHandler(item, self)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
test_basic.py | 37 from boto import handler namespace 246 h = handler.XmlHandler(acl, bucket) 397 h = handler.XmlHandler(cors_obj, None)
|
/external/dbus/dbus/ |
dbus-timeout.c | 45 DBusTimeoutHandler handler; /**< Timeout handler. */ member in struct:DBusTimeout 46 void *handler_data; /**< Timeout handler data. */ 47 DBusFreeFunction free_handler_data_function; /**< Free the timeout handler data. */ 57 * @param handler function to call when the timeout occurs. 58 * @param data data to pass to the handler 64 DBusTimeoutHandler handler, 77 timeout->handler = handler; 458 * Calls the timeout handler for this timeout [all...] |
/external/deqp/scripts/log/ |
log_to_xml.py | 28 import xml.sax.handler namespace 34 class BuildXMLLogHandler(xml.sax.handler.ContentHandler): 85 class LogErrorHandler(xml.sax.handler.ErrorHandler): 112 handler = BuildXMLLogHandler(doc) 115 xml.sax.parseString(result.log, handler, errHandler) 117 rootNodes = handler.getRootElements()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
CatchHandlerList.java | 24 * Ordered list of (exception type, handler address) entries. 98 * handler. 101 * handler or {@code false} if not 119 * @param handler {@code >= 0;} exception handler address 121 public void set(int n, CstType exceptionType, int handler) { 122 set0(n, new Entry(exceptionType, handler)); 171 /** {@code >= 0;} exception handler address */ 172 private final int handler; field in class:CatchHandlerList.Entry 178 * @param handler {@code >= 0;} exception handler addres [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ |
AbstractControlActionsManager.java | 115 * @returns the global handler service. 123 * 1. The empty handler (except 'selectAll'), so underlying SWT event wouldn't be filtered by the 125 * 2. Highest priority {@link Expression}, so this handler has a chance to be set. 131 IHandler handler = getHandlerFor(actionName); local 132 activateHandler(actionName, service, handler, new Expression() { 155 * Activates handler and stores it into a collection for further deactivation. 161 IHandler handler, 163 // activate handler and store it into a collection for further deactivation 164 m_activations.add(service.activateHandler(actionName, handler, highPriorityExpression));
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
BitmapPreFiller.java | 4 import android.os.Handler; 24 private final Handler handler = new Handler(Looper.getMainLooper()); field in class:BitmapPreFiller 51 handler.post(current);
|
/external/glide/library/src/main/java/com/bumptech/glide/manager/ |
RequestManagerRetriever.java | 9 import android.os.Handler; 27 public class RequestManagerRetriever implements Handler.Callback { 49 /** Main thread handler to handle cleaning up pending fragment maps. */ 50 private final Handler handler; field in class:RequestManagerRetriever 61 handler = new Handler(Looper.getMainLooper(), this /* Callback */); 170 handler.obtainMessage(ID_REMOVE_FRAGMENT_MANAGER, fm).sendToTarget(); 190 handler.obtainMessage(ID_REMOVE_SUPPORT_FRAGMENT_MANAGER, fm).sendToTarget();
|
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader_die_unittest.cc | 114 // Default expectations for the data handler. 115 EXPECT_CALL(handler, StartCompilationUnit(_, _, _, _, _)).Times(0); 116 EXPECT_CALL(handler, StartDIE(_, _)).Times(0); 117 EXPECT_CALL(handler, ProcessAttributeUnsigned(_, _, _, _)).Times(0); 118 EXPECT_CALL(handler, ProcessAttributeSigned(_, _, _, _)).Times(0); 119 EXPECT_CALL(handler, ProcessAttributeReference(_, _, _, _)).Times(0); 120 EXPECT_CALL(handler, ProcessAttributeBuffer(_, _, _, _, _)).Times(0); 121 EXPECT_CALL(handler, ProcessAttributeString(_, _, _, _)).Times(0); 122 EXPECT_CALL(handler, EndDIE(_)).Times(0); 144 MockDwarf2Handler handler; member in struct:DIEFixture 199 CompilationUnit parser(MakeSectionMap(), 0, &byte_reader, &handler); local 277 CompilationUnit parser(MakeSectionMap(), offset, &byte_reader, &handler); local [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/ |
TestLogHandlerTest.java | 32 private TestLogHandler handler; field in class:TestLogHandlerTest 38 handler = new TestLogHandler(); 41 ExampleClassUnderTest.logger.addHandler(handler); 49 ExampleClassUnderTest.logger.removeHandler(handler); 55 assertTrue(handler.getStoredLogRecords().isEmpty()); 57 LogRecord record = handler.getStoredLogRecords().get(0); 66 assertTrue(handler.getStoredLogRecords().isEmpty()); 69 for (LogRecord unused : handler.getStoredLogRecords()) {
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
LoggerRuntime.java | 14 import java.util.logging.Handler; 30 * first slot of the parameter array. The runtime implements a {@link Handler} 42 private final Handler handler; field in class:LoggerRuntime 51 this.handler = new RuntimeHandler(); 159 this.logger.addHandler(handler); 163 this.logger.removeHandler(handler); 166 private class RuntimeHandler extends Handler { 183 // shutdown. As soon as our handler has been removed, all classes 188 logger.addHandler(handler); [all...] |
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
ExecutionDataServer.java | 53 final Handler handler = new Handler(server.accept(), fileWriter); local 54 new Thread(handler).start(); 58 private static class Handler implements Runnable, ISessionInfoVisitor, 67 Handler(final Socket socket, final ExecutionDataWriter fileWriter)
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
Main.java | 81 DepHandler handler = new TextDepHandler(w, levelFlag); local 82 new DepFind().run(cp1, cp2, handler);
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
SubroutineScanner.java | 53 int handler = exceptions.handlerPc(i); local 54 // If an exception is thrown in subroutine, the handler 56 scan(handler, iter, subroutines[exceptions.startPc(i)]);
|
/external/javassist/src/test/test/javassist/proxy/ |
ProxyCacheGCTest.java | 58 * called when a specific classloader is in place on the thread to create a method handler, method filter 75 // create a handler in the current classloader 96 MethodHandler handler= (MethodHandler)javaHandlerClass.newInstance(); local 106 ((ProxyObject)target).setHandler(handler); 115 * a classloader which inherits from the system class loader and within which a proxy handler,
|
ProxySerializationTest.java | 27 MethodHandler handler = new TestHandler(); local 35 ((ProxyObject)proxy).setHandler(handler); 62 ((ProxyObject)proxy).setHandler(handler);
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
HandlerWrapper.java | 19 package org.eclipse.jetty.server.handler; 27 import org.eclipse.jetty.server.Handler; 33 /** A <code>HandlerWrapper</code> acts as a {@link Handler} but delegates the {@link Handler#handle handle} method and 39 protected Handler _handler; 53 public Handler getHandler() 62 public Handler[] getHandlers() 65 return new Handler[0]; 66 return new Handler[] {_handler}; 71 * @param handler Set the {@link Handler} which should be wrapped [all...] |