/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | HandlerThreadTest.java | 34 assertNotNull(handlerThread.getLooper()); in shouldReturnLooper() 35 assertNotSame(handlerThread.getLooper(), Robolectric.application.getMainLooper()); in shouldReturnLooper() 41 assertNull(handlerThread.getLooper()); in shouldReturnNullIfThreadHasNotBeenStarted() 59 Looper looper = handlerThread.getLooper(); in shouldStopThreadIfLooperIsQuit() 78 assertNotNull(handlerThread.getLooper()); in shouldCallOnLooperPrepared()
|
D | LooperTest.java | 71 Looper looper = ht.getLooper(); in shouldNotQueueMessagesIfLooperIsQuit() 90 Looper looper = ht.getLooper(); in shouldThrowawayRunnableQueueIfLooperQuits()
|
D | HandlerTest.java | 123 ShadowLooper shadowLooper = shadowOf(handler.getLooper()); in testRemoveCallbacks()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceTextureHelper.java | 85 finalHandler = new Handler(thread.getLooper()); in create() 325 if (handler.getLooper().getThread() != Thread.currentThread()) { 408 if (handler.getLooper().getThread() == Thread.currentThread()) { 451 if (handler.getLooper().getThread() != Thread.currentThread()) { 472 if (handler.getLooper().getThread() != Thread.currentThread()) { 486 handler.getLooper().quit();
|
D | SurfaceViewRenderer.java | 179 renderThreadHandler = new Handler(renderThread.getLooper()); in init()
|
D | VideoCapturerAndroid.java | 333 cameraThreadHandler = new Handler(cameraThread.getLooper()); in VideoCapturerAndroid()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowHandlerThread.java | 40 public Looper getLooper() { in getLooper() method in ShadowHandlerThread 59 Looper looper = getLooper(); in quit()
|
D | ShadowHandler.java | 149 public final Looper getLooper() { in getLooper() method in ShadowHandler
|
/external/skia/src/core/ |
D | SkRecordOpts.cpp | 100 if (paint->getXfermode() || paint->getLooper()) { in fold_opacity_layer_color_to_paint() 136 layerPaint.getLooper() || in fold_opacity_layer_color_to_paint()
|
D | SkPaint.cpp | 1899 asint(this->getLooper()) | in flatten() 1932 buffer.writeFlattenable(this->getLooper()); in flatten() 2060 if (this->getLooper()) { in canComputeFastBounds() 2061 return this->getLooper()->canComputeFastBounds(*this); in canComputeFastBounds() 2076 if (this->getLooper()) { in doComputeFastBounds() 2077 SkASSERT(this->getLooper()->canComputeFastBounds(*this)); in doComputeFastBounds() 2078 this->getLooper()->computeFastBounds(*this, *src, storage); in doComputeFastBounds() 2194 SkDrawLooper* looper = this->getLooper(); in toString()
|
D | SkRemote.cpp | 128 fIDs.looper = fEncoder->define(paint.getLooper()); in AutoCommonIDs()
|
D | SkCanvas.cpp | 91 if (paint->getMaskFilter() || paint->getLooper() in wouldOverwriteEntireSurface() 495 if (SkDrawLooper* looper = paint.getLooper()) { in AutoDrawLooper()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiNanManagerFacade.java | 214 mMgr.connect(new NanEventListenerPostsEvents(mNanFacadeThread.getLooper()), in WifiNanManagerFacade() 246 new NanSessionListenerPostsEvents(mNanFacadeThread.getLooper(), listenerId), in wifiNanPublish() 265 new NanSessionListenerPostsEvents(mNanFacadeThread.getLooper(), listenerId), in wifiNanSubscribe()
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | SurfaceTextureHelperTest.java | 299 final Handler handler = new Handler(thread.getLooper()); in testFrameOnSeparateThread() 335 final Handler handler = new Handler(thread.getLooper()); in testLateReturnFrameOnSeparateThread()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/ |
D | MessageHandler.java | 43 super(handlerThread.getLooper()); in MessageHandler()
|
/external/skia/tests/ |
D | PaintTest.cpp | 311 ASSERT(other.getLooper() == paint.getLooper());
|
/external/skia/include/core/ |
D | SkPaint.h | 635 SkDrawLooper* getLooper() const { return fLooper; } in getLooper() function 990 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper()); in computeFastBounds()
|
/external/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 117 dst->setLooper(src.getLooper()); in ApplyInfo()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1072 setfield_bool_if(L, "looper", !!paint->getLooper()); in lpaint_getEffects()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 1077 SkFlattenable* looper = paint.getLooper(); in apply_paint_looper()
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |