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

  /libcore/ojluni/src/main/java/java/util/
IdentityHashMap.java     [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...]
WeakHashMap.java     [all...]
ArrayDeque.java 926 private int getFence() { // force initialization
    [all...]
Vector.java     [all...]
ArrayList.java     [all...]
HashMap.java     [all...]
  /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/concurrent/
PriorityBlockingQueue.java     [all...]
  /frameworks/native/libs/hwc2on1adapter/
HWC2On1Adapter.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp     [all...]
HWC2On1Adapter.h 162 int getFence() const { return mFence->dup(); }
  /external/swiftshader/src/OpenGL/libGL/
Context.h 641 Fence *getFence(GLuint handle);
libGL.cpp     [all...]
Context.cpp 1108 Fence *Context::getFence(unsigned int handle)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 622 Fence *getFence(GLuint handle) const;
libGLESv2.cpp     [all...]
Context.cpp     [all...]
  /frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 182 int getFence() const { return mFence->dup(); }

Completed in 823 milliseconds