Home
last modified time | relevance | path

Searched refs:removes (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
DLongArrayQueueTest.java67 int removes = 0; in addLastRemoveFirstFifo() local
71 assertEquals(removes++, mQueueUnderTest.removeFirst()); in addLastRemoveFirstFifo()
74 while (removes < n) { in addLastRemoveFirstFifo()
75 assertEquals(removes++, mQueueUnderTest.removeFirst()); in addLastRemoveFirstFifo()
/frameworks/av/media/module/foundation/
DAndroid.bp45 // this is only needed for the vendor variant that removes libbinder, but vendor
181 // this is only needed for the vendor variant that removes libbinder, but vendor
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt40 removes the overhead of having to notify the compositor that the window
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSystemRequestObserverTest.kt92 fun `requestDisplayModes removes vote to storage`() { in requestDisplayModes removes vote to storage()
126 fun `removes all votes from storage when binder dies`() { in removes all votes from storage when binder dies()
/frameworks/base/tools/aapt2/
Dreadme.md149 - Duplicate resource filtering: removes duplicate resources in dominated configurations
176 - Min SDK resource filtering: removes resources that can't possibly be selected at runtime due
/frameworks/layoutlib/create/
DREADME.txt33 - filters some packages and removes those we don't want in the output JAR,
182 it removes the original code and replaces it by a call to a specific OveriddeMethod.invokeX(). The