HomeSort by relevance Sort by last modified time
    Searched full:removeid (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/text/
GrBatchFontCache.cpp 103 strike->removeID(id);
193 void GrBatchTextStrike::removeID(GrBatchAtlas::AtlasID id) {
GrBatchFontCache.h 73 void removeID(GrBatchAtlas::AtlasID);
  /cts/tests/app/src/android/app/cts/
DownloadManagerTest.java 462 private void assertRemoveDownload(long removeId, int expectedNumDownloads) {
465 assertEquals(1, mDownloadManager.remove(removeId));
  /libcore/ojluni/src/main/native/
System.c 72 jobject r = (*env)->CallObjectMethod(env, props, removeID, jkey); \

Completed in 237 milliseconds