Searched refs:remove (Results 476 - 500 of 1031) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java411 activeThreads.remove(this);
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java31 Map<Short,Object> idMap = mViews.remove(mViews.size() - 1);
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
H A DTestJobService.java105 jobParamsMap.remove(ind);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java139 mCbs.remove(cb);
146 mCbs.remove(cb);
153 mCbs.remove(cb);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRenderer.java156 mListeners.remove(listener);
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DSharedLibraryMain.java67 fm.beginTransaction().remove(curDialog).commitAllowingStateLoss();
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java191 errIter.remove();
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
H A DGenericSoundModelTest.java117 loadedModelUuids.remove(model.uuid);
260 loadedModelUuids.remove(modelInfo.model.uuid);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DListViewAddRemove.java76 numList.remove(mItemToDelete);
125 // numList.remove(item);
H A DListViewAddRemoveNoTransition.java63 numList.remove(item);
H A DOverlayTest.java48 mRoot.getOverlay().remove(fadingButton);
/frameworks/base/tools/aapt/
H A DCacheUpdater.h29 * To remove a file from the cache, call deleteFile
73 // As we remove the end of existsPath add it to
96 if (remove(path.string()) != 0)
H A DCommand.cpp2380 result = zip->remove(entry);
H A DPackage.cpp70 * Else, if "force" is set, remove the existing archive.
80 fprintf(stderr, "ERROR: unable to remove '%s': %s\n", outputFile.string(),
140 * deletion, remove it now.
154 zip->remove(entry);
174 delete zip; // close the file so we can remove it in Win32
199 delete zip; // must close before remove in Win32
305 zip->remove(entry);
316 zip->remove(entry);
H A DZipFile.cpp875 status_t ZipFile::remove(ZipEntry* pEntry) function in class:ZipFile
H A DZipFile.h134 status_t remove(ZipEntry* pEntry);
/frameworks/base/tools/aapt2/split/
H A DTableSplitter.cpp177 // null out the entry. We will clean up and remove nulls at the end
247 // All splits are handled, now check to see what wasn't claimed and remove
251 // Claimed, remove from base.
258 std::remove(entry->values.begin(), entry->values.end(), nullptr),
/frameworks/base/tools/apilint/
H A Dapilint.py64 while r in raw: raw.remove(r)
91 while r in raw: raw.remove(r)
95 while r in raw: raw.remove(r)
481 Listener objects use add/remove methods."""
494 if m.name.startswith("add") or m.name.startswith("remove"):
499 other = "remove" + m.name[3:]
501 error(clazz, m, "L2", "Missing remove method")
502 if m.name.startswith("remove") and not m.name.startswith("removeAll"):
508 error(clazz, m, "L3", "Listener methods should be named add/remove")
895 if m.name.startswith("remove")
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java83 FontInfo removed = remove(key);
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DHandlerThread_Delegate.java49 sThreads.remove(context);
H A DLooper_Accessor.java27 Looper.sThreadLocal.remove();
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DOptimizingLineBreaker.java96 it.remove();
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java59 * value of null from {@link #get}, {@link #put} or {@link #remove} is
226 map.remove(key);
240 public final V remove(K key) { method in class:LruCache
247 previous = map.remove(key);
263 * {@link #remove}, or replaced by a call to {@link #put}. The default
270 * if the removal was caused by a {@link #put} or {@link #remove}.
273 * an eviction or a {@link #remove}.
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java366 mOpenDrawerLayouts.remove(view);
H A DChoreographer_Delegate.java77 threadInstance.remove();

Completed in 549 milliseconds

<<11121314151617181920>>