HomeSort by relevance Sort by last modified time
    Searched defs:getFence (Results 1 - 17 of 17) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SurfaceViewTests.java 173 public CountDownLatch getFence() {
186 .addLayout(R.layout.frame_layout, helper, true, helper.getFence())
  /libcore/ojluni/src/main/java/java/util/
ArrayDeque.java 926 private int getFence() { // force initialization
    [all...]
PriorityQueue.java 838 private int getFence() { // initialize fence to size on first use
848 int hi = getFence(), lo = index, mid = (lo + hi) >>> 1;
    [all...]
ArrayList.java     [all...]
IdentityHashMap.java     [all...]
Vector.java     [all...]
WeakHashMap.java     [all...]
HashMap.java     [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java     [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 182 int getFence() const { return mFence->dup(); }
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 162 int getFence() const { return mFence->dup(); }
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 1108 Fence *Context::getFence(unsigned int handle)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 623 milliseconds