HomeSort by relevance Sort by last modified time
    Searched defs:HANDLER (Results 1 - 25 of 38) sorted by null

1 2

  /art/test/995-breakpoints-throw/src/art/
Test995.java 25 public static BreakpointHandler HANDLER = null;
56 HANDLER.breakpointReached(e, loc);
115 for (BreakpointHandler handler : handlers) {
118 HANDLER = handler;
119 System.out.printf("Test \"%s\": Running breakpoint with handler \"%s\"\n",
120 test, handler);
122 System.out.printf("Test \"%s\": No error caught with handler \"%s\"\n",
123 test, handler);
125 System.out.printf("Test \"%s\": Caught error %s:\"%s\" with handler \"%s\"\n"
    [all...]
  /art/test/1928-exception-event-exception/src/art/
Test1928.java 26 public static ExceptionHandler HANDLER = null;
65 if (HANDLER != null) {
66 HANDLER.exceptionOccurred(
190 for (ExceptionHandler handler : handlers) {
193 HANDLER = handler;
194 System.out.printf("Test \"%s\": Running with handler \"%s\"\n",
195 test.getClass().getName(), handler.getClass().getName());
197 System.out.printf("Test \"%s\": No error caught with handler \"%s\"\n",
198 test.getClass().getName(), handler.getClass().getName())
    [all...]
  /art/test/1932-monitor-events-misc/src/art/
Test1932.java 32 public static volatile MonitorHandler HANDLER = null;
119 HANDLER = new MonitorHandler() {
147 HANDLER = new MonitorHandler() {
178 HANDLER = new MonitorHandler() {
202 HANDLER = new MonitorHandler() {
233 HANDLER = new MonitorHandler() {
261 HANDLER = new MonitorHandler() {
288 HANDLER = new MonitorHandler() {
312 // We cannot use waitForLockToBeHeld since we could race with the HANDLER waitForLockToBeHeld
324 HANDLER = new MonitorHandler()
    [all...]
  /art/test/1929-exception-catch-exception/src/art/
Test1929.java 27 public static ExceptionHandler HANDLER = null;
70 if (HANDLER != null && TEST_METHODS.contains(method)) {
71 HANDLER.exceptionOccurred(method, location, exception);
274 for (ExceptionHandler handler : handlers) {
277 HANDLER = handler;
278 System.out.printf("Test \"%s\": Running breakpoint with handler \"%s\"\n",
279 test.getClass().getName(), handler.getClass().getName());
281 System.out.printf("Test \"%s\": No error caught with handler \"%s\"\n",
282 test.getClass().getName(), handler.getClass().getName())
    [all...]
  /external/skia/src/pipe/
SkPipeReader.cpp 718 #define HANDLER(name) { name##_handler, #name }
720 HANDLER(save),
721 HANDLER(saveLayer),
722 HANDLER(restore),
723 HANDLER(concat),
725 HANDLER(clipRect),
726 HANDLER(clipRRect),
727 HANDLER(clipPath),
728 HANDLER(clipRegion),
730 HANDLER(drawArc)
    [all...]
  /external/skqp/src/pipe/
SkPipeReader.cpp 718 #define HANDLER(name) { name##_handler, #name }
720 HANDLER(save),
721 HANDLER(saveLayer),
722 HANDLER(restore),
723 HANDLER(concat),
725 HANDLER(clipRect),
726 HANDLER(clipRRect),
727 HANDLER(clipPath),
728 HANDLER(clipRegion),
730 HANDLER(drawArc)
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 41 * forwarded and then <code>invoke()</code> is called on the method handler
43 * the interfaces are also forwarded to the method handler.
78 * it, and sets the method handler of the instance:
85 * <p>To change the method handler during runtime,
89 * MethodHandler mi = ... ; // alternative handler
94 * employ the default handler which proceeds by invoking the original method.
95 * The behaviour of the default handler is identical to the following
96 * handler:
116 * used to specify a default handler which newly created proxy classes should install
120 * clients to set the handler of a proxy instance explicitly by calling metho
156 private MethodHandler handler; \/\/ retained for legacy usage field in class:ProxyFactory
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 2094 milliseconds

1 2