| /external/guice/extensions/struts2/lib/ |
| jetty-6.1.0.jar | |
| /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/ |
| grpc-netty-0.13.2.jar | |
| /cts/tests/tests/media/src/android/media/cts/ |
| DecodeAccuracyTestBase.java | 52 import android.os.Handler; 594 private final Handler handler; field in class:DecodeAccuracyTestBase.TestHelper 599 this.handler = new Handler(Looper.getMainLooper()); 612 handler.post(new Runnable() { 626 handler.post(new Runnable() { 638 handler.post(viewGenerator); 643 handler.post(viewCleaner); 647 handler.post(snapshot) 1423 private final Handler handler; field in class:SurfaceViewSnapshot.SynchronousPixelCopy [all...] |
| AudioRecordTest.java | 30 import android.os.Handler; 74 private Handler mHandler = new Handler(Looper.getMainLooper()) { 227 // use handler 228 final Handler handler = new Handler(Looper.getMainLooper()) { local 236 mAudioRecord.setRecordPositionUpdateListener(listener, handler); 248 // The handler argument is only ever used for getting the associated Looper [all...] |
| MediaPlayerDrmTestBase.java | 35 import android.os.Handler; 652 Handler handler = new Handler(handlerThread.getLooper()); local 689 }, handler); 714 }, handler); 731 // Unlike v3, onDrmPrepared is not synced to onPrepared b/c of its own thread handler 739 // stop the handler thread; callbacks are processed by now. [all...] |
| /frameworks/base/core/java/android/net/ |
| ConnectivityManager.java | 32 import android.os.Handler; 1548 CallbackHandler handler = getDefaultHandler(); local [all...] |
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
| WifiMetricsTest.java | 31 import android.os.Handler; 1431 Handler handler = wifiMetrics.getHandler(); local [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
| FilterShowActivity.java | 43 import android.os.Handler; 333 final Handler handler = new Handler(); local 334 handler.postDelayed(showEditor, anim.getDuration()); [all...] |
| /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/ |
| netty-transport-4.1.0.CR3.jar | |
| /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/ |
| netty-transport-4.1.3.Final.jar | |
| /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/ |
| netty-transport-4.1.6.Final.jar | |
| /cts/tests/tests/os/src/android/os/storage/cts/ |
| StorageManagerTest.java | 25 import android.os.Handler; 72 private final Handler mHandler = new Handler(Looper.getMainLooper()); 573 final SynchronousQueue<Handler> handlerChannel = new SynchronousQueue<>(); 577 handlerChannel.put(new Handler()); 585 final Handler handler = handlerChannel.take(); local 592 ParcelFileDescriptor.MODE_READ_ONLY, asyncCallback, handler)) { 617 handler.getLooper().quit(); [all...] |
| /cts/tests/tests/telecom/src/android/telecom/cts/ |
| RemoteConnectionTest.java | 24 import android.os.Handler; 166 Handler handler = setupRemoteConnectionCallbacksTest(); local 179 mRemoteConnectionObject.registerCallback(callback, handler); 192 Handler handler = setupRemoteConnectionCallbacksTest(); local 205 mRemoteConnectionObject.registerCallback(callback, handler); 218 Handler handler = setupRemoteConnectionCallbacksTest(); local 233 mRemoteConnectionObject.registerCallback(callback, handler); 247 Handler handler = setupRemoteConnectionCallbacksTest(); local 277 Handler handler = setupRemoteConnectionCallbacksTest(); local 305 Handler handler = setupRemoteConnectionCallbacksTest(); local 332 Handler handler = setupRemoteConnectionCallbacksTest(); local 358 Handler handler = setupRemoteConnectionCallbacksTest(); local 385 Handler handler = setupRemoteConnectionCallbacksTest(); local 414 Handler handler = setupRemoteConnectionCallbacksTest(); local 443 Handler handler = setupRemoteConnectionCallbacksTest(); local 469 Handler handler = setupRemoteConnectionCallbacksTest(); local 509 Handler handler = setupRemoteConnectionCallbacksTest(); local 537 Handler handler = setupRemoteConnectionCallbacksTest(); local 570 Handler handler = setupRemoteConnectionCallbacksTest(); local 600 Handler handler = setupRemoteConnectionCallbacksTest(); local 633 Handler handler = setupRemoteConnectionCallbacksTest(); local 646 Handler handler = setupRemoteConnectionCallbacksTest(); local 1275 Handler handler = new Handler(workerThread.getLooper()); local 1288 Handler handler = new Handler(workerThread.getLooper()); local 1316 Handler handler = new Handler(workerThread.getLooper()); local [all...] |
| /dalvik/dexdump/ |
| DexDump.cpp | 600 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); local 603 if (handler == NULL) { 607 descriptor = (handler->typeIdx == kDexNoIndex) ? "<any>" : 608 dexStringByTypeIdx(pDexFile, handler->typeIdx); 611 handler->address); [all...] |
| /external/annotation-tools/asmx/src/org/objectweb/asm/ |
| ClassReader.java | 1086 Label handler = labels[label]; local [all...] |
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| LogManagerTest.java | 30 import java.util.logging.Handler; 59 static Handler handler = null; field in class:LogManagerTest 77 handler = new MockHandler(); 104 handler = null; 438 // Handler h = new ConsoleHandler(); 449 // // read properties don't affect handler 470 Handler h = new ConsoleHandler(); 484 // read properties don't affect handler 685 // also close root's handler [all...] |
| /external/autotest/frontend/client/src/autotest/afe/create/ |
| CreateJobViewPresenter.java | 459 ChangeHandler handler = new ChangeHandler() { local 510 display.getImageUrl().addChangeHandler(handler); 511 display.getFirmwareRWBuild().addChangeHandler(handler); 512 display.getFirmwareROBuild().addChangeHandler(handler); [all...] |
| /external/clang/lib/CodeGen/ |
| CGException.cpp | 549 llvm::BasicBlock *Handler = createBasicBlock("catch"); 567 CatchScope->setHandler(I, TypeInfo, Handler); 570 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); 814 EHCatchScope::Handler handler = catchScope.getHandler(hi); local 815 assert(handler.Type.Flags == 0 && 816 "landingpads do not support catch handler flags"); 819 if (!handler.Type.RTTI) { 825 // Check whether we already have a handler for this type. 826 if (catchTypes.insert(handler.Type.RTTI).second [all...] |
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/ |
| ProxyBuilder.java | 61 * InvocationHandler handler = new InvocationHandler() { 76 * .handler(handler) 84 * {@link #handler(InvocationHandler)} passing in an {@link InvocationHandler}, and then call 86 * calls will be delegated to the invocation handler, except as noted below. 89 * super method for a given proxy. This allows the invocation handler to selectively override some 100 * Only non-private, non-final, non-static methods will be dispatched to the invocation handler. 114 * that is to say calls a non-private non-final method from the constructor, the invocation handler 140 private InvocationHandler handler; field in class:ProxyBuilder 166 public ProxyBuilder<T> handler(InvocationHandler handler) method in class:ProxyBuilder [all...] |
| /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/ |
| ProxyBuilderTest.java | 346 .handler(new InvokeSuperHandler()) 407 InvocationHandler handler = new InvocationHandler() { local 412 assertEquals("asdf1", proxyFor(SingleInt.class).handler(handler).build().getString(1)); 500 .handler(delegatesOddValues) 510 InvocationHandler handler = new InvocationHandler() { local 517 .handler(handler) 678 .handler(fakeHandler) 684 .handler(fakeHandler 833 InvocationHandler handler = new InvocationHandler() { local [all...] |
| /external/elfutils/tests/ |
| cleanup-13.c | 295 static void handler (void *p __attribute__((unused))) function 308 char dummy __attribute__((cleanup (handler)));
|
| /external/guice/lib/build/ |
| safesax.jar | |
| /external/iputils/ |
| ping6.c | 248 int (*handler)(int index, const char *arg); member in struct:niquery_option 257 .handler = _handler \ 657 ret = p->handler(i, NULL); 663 ret = p->handler(i, &opt_arg[p->namelen] + 1); [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/libxml2/ |
| encoding.c | 1321 xmlCharEncodingHandlerPtr handler; local 1508 xmlCharEncodingHandlerPtr handler; local 2813 xmlCharEncodingHandler * handler = in->buf->encoder; local [all...] |