HomeSort by relevance Sort by last modified time
    Searched refs:removeEntry (Results 1 - 25 of 43) sorted by null

1 2

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
SignatureRemoverTest.java 41 assertFalse(remover.removeEntry("META-INF/ALIAS.MF"));
46 assertFalse(remover.removeEntry("META-INF/sub/ALIAS.SF"));
52 assertFalse(remover.removeEntry("META-INF/SIG-ALIAS"));
57 assertTrue(remover.removeEntry("META-INF/ALIAS.SF"));
62 assertTrue(remover.removeEntry("META-INF/ALIAS.RSA"));
67 assertTrue(remover.removeEntry("META-INF/ALIAS.DSA"));
72 assertTrue(remover.removeEntry("META-INF/SIG-ALIAS"));
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageAccessor.java 44 void removeEntry(String entryName);
GestureLibraryTest.java 67 public void removeEntry(String entryName) {
68 mGestureLibrary.removeEntry(entryName);
GestureStoreTest.java 70 public void removeEntry(String entryName) {
71 mGestureStore.removeEntry(entryName);
128 mGestureStore.removeEntry(TEST_GESTURE_NAME);
GestureStorageTester.java 94 * Test method for {@link android.gesture.GestureStore#removeEntry(java.lang.String)}.
99 mFixture.removeEntry(TEST_GESTURE_NAME);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
GroupedLinkedMap.java 61 removeEntry(last);
90 removeEntry(entry);
98 removeEntry(entry);
109 private static <K, V> void removeEntry(LinkedEntry<K, V> entry) {
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
SignatureRemover.java 66 public boolean removeEntry(final String name) {
  /frameworks/av/media/img_utils/include/img_utils/
TiffIfd.h 102 virtual void removeEntry(uint16_t tag);
TiffWriter.h 187 virtual void removeEntry(uint16_t tag, uint32_t ifd);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 146 removeEntry(path);
293 removeEntry(normalizedFromPath);
474 removeEntry(normalizedFrom);
649 private void removeEntry(String path) {
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 166 removeEntry(entry);
170 private static void removeEntry(File entry) {
174 removeEntry(new File(entry, child));
  /external/volley/src/main/java/com/android/volley/toolbox/
DiskBasedCache.java 130 removeEntry(key);
242 removeEntry(key);
325 private void removeEntry(String key) {
  /frameworks/av/media/img_utils/src/
TiffWriter.cpp 178 void TiffWriter::removeEntry(uint16_t tag, uint32_t ifd) {
181 mNamedIfds[index]->removeEntry(tag);
TiffIfd.cpp 59 void TiffIfd::removeEntry(uint16_t tag) {
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
Instrumenter.java 216 if (signatureRemover.removeEntry(entryName)) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 598 return removeEntry(entry);
601 private boolean removeEntry(Entry entry) throws IOException {
664 removeEntry(toEvict);
686 removeEntry(entry);
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DiskLruCache.java 600 return removeEntry(entry);
603 private boolean removeEntry(Entry entry) throws IOException {
666 removeEntry(toEvict);
688 removeEntry(entry);
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
funcs.go 223 // RemoveEntry removes an entry with unique channelz trakcing id to be id from
225 func RemoveEntry(id int64) {
226 db.get().removeEntry(id)
287 // removeEntry triggers the removal of an entry, which may not indeed delete the
291 func (c *channelMap) removeEntry(id int64) {
321 // method, caller must check this entry is ready to be deleted, i.e removeEntry()
  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/
Metadata.java 642 public Builder removeEntry(int index) {
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 1072 milliseconds

1 2