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

1 2

  /external/cn-cbor/cmake/
CoverallsClear.cmake 25 file(REMOVE ${PROJECT_BINARY_DIR}/*.gcov)
26 file(REMOVE ${PROJECT_BINARY_DIR}/*.gcov_tmp)
  /external/libaom/libaom/build/cmake/
generate_exports.cmake 35 file(REMOVE "${aom_sym_file}")
  /external/ImageMagick/config/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 142 case REMOVE: {
144 int oldValue = multiset.remove(key, delta);
164 REMOVE,
  /external/libnetfilter_conntrack/build-aux/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /external/pcre/dist2/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerManager.java 61 REMOVE;
112 menu.add(Menu.NONE, ContextMenuId.REMOVE.getId(), Menu.NONE, "Remove");
131 if (item.getItemId() == ContextMenuId.REMOVE.getId()) {
132 mTriggerRepository.remove(trigger);
152 mTriggers.remove(trigger);
207 mTriggerRepository.remove(t);
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 55 * remove entries in the background until the limit is satisfied. The limit is
94 private static final String REMOVE = "REMOVE";
108 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
122 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
123 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
129 * o REMOVE lines track entries that have been deleted.
292 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) {
293 lruEntries.remove(key)
580 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 70 * remove entries in the background until the limit is satisfied. The limit is
108 private static final String REMOVE = "REMOVE";
125 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
146 * o REMOVE lines track entries that have been deleted.
375 if (parts[0].equals(REMOVE) && parts.length == 2) {
376 lruEntries.remove(key);
417 i.remove();
631 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 70 * remove entries in the background until the limit is satisfied. The limit is
108 private static final String REMOVE = "REMOVE";
125 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
146 * o REMOVE lines track entries that have been deleted.
375 if (parts[0].equals(REMOVE) && parts.length == 2) {
376 lruEntries.remove(key);
417 i.remove();
631 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 70 * remove entries in the background until the limit is satisfied. The limit is
108 private static final String REMOVE = "REMOVE";
125 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
146 * o REMOVE lines track entries that have been deleted.
375 if (parts[0].equals(REMOVE) && parts.length == 2) {
376 lruEntries.remove(key);
417 i.remove();
631 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 58 * remove entries in the background until the limit is satisfied. The limit is
98 private static final String REMOVE = "REMOVE";
112 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
126 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
127 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
133 * o REMOVE lines track entries that have been deleted.
322 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) {
323 lruEntries.remove(key)
591 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
751 @Override public void remove() { method
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DiskLruCache.java 59 * remove entries in the background until the limit is satisfied. The limit is
100 private static final String REMOVE = "REMOVE";
114 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
128 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
129 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
135 * o REMOVE lines track entries that have been deleted.
324 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) {
325 lruEntries.remove(key)
593 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
753 @Override public void remove() { method
    [all...]
  /build/make/core/
cleanspec.mk 20 # 2. REMOVE ALL FILES NAMED CleanSpec.mk.
  /external/adeb/
androdeb 47 remove) REMOVE=1; shift || true; ;;
142 if [ ! -z "$REMOVE" ]; then
143 die_if_no_androdeb "Nothing to remove."
  /external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/
policy.pb.go 37 2: "REMOVE",
42 "REMOVE": 2,
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 95 REMOVE = 0x4102, // Remove the sample rate converter on this track name;
311 // TODO: Eventually remove legacy integer volume settings
460 // TODO: remove BLOCKSIZE unit of processing - it isn't needed anymore.
  /frameworks/av/services/audioflinger/
FastMixer.cpp 188 mMixer->setParameter(index, AudioMixer::RESAMPLE, AudioMixer::REMOVE, nullptr);
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
hibernate-annotations.jar 
  /external/python/httplib2/
libhttplib2.tex 2 % PLEASE REMOVE THE COMMENTS AFTER USING THE TEMPLATE
254 Remove all the names and passwords used for authentication.
  /external/bcc/tests/lua/
luaunit.lua 278 -- next line may be luaunit line: REMOVE
279 -- next lines are call in the program under testOk: REMOVE
284 -- remove lines that are part of luaunit
300 -- remove lines that are still part of luaunit
303 table.remove(t, idx)
312 -- remove remaining luaunit lines
315 table.remove(t, idx)
540 -- Remove the candidate we matched against from the list
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp 746 case REMOVE:
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CLDRFile.java 896 public CLDRFile remove(String xpath) { method in class:CLDRFile
897 remove(xpath, false); method
904 public CLDRFile remove(String xpath, boolean butComment) { method in class:CLDRFile
1058 remove(xpath, butComment); method
    [all...]
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    [all...]

Completed in 588 milliseconds

1 2