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

1 2 3 4

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_observer.h 23 REMOVE
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.cc 26 DCHECK(type == REMOVE ? !profile : true);
36 (type() != REMOVE) ? *profile() == *change.profile() : true;
autofill_change.h 25 REMOVE
60 // When |type| == REMOVE, |profile| should be NULL.
web_data_service_unittest.cc 251 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_))
280 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)),
281 AutofillChange(AutofillChange::REMOVE, AutofillKey(name2_, value2_))
334 AutofillProfileChange::REMOVE, profile.guid(), NULL);
338 // Remove the profile.
432 // Remove the credit card.
519 AutofillProfileChange::REMOVE, profile.guid(), NULL);
523 // Remove the profile using time range of "all time".
autofill_webdata_backend_impl.cc 153 AutofillChange(AutofillChange::REMOVE, AutofillKey(name, value)));
227 AutofillProfileChange change(AutofillProfileChange::REMOVE, guid, NULL);
327 AutofillProfileChange change(AutofillProfileChange::REMOVE, *iter, NULL);
  /external/chromium_org/ui/events/ozone/device/
device_event.h 23 REMOVE,
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 99 case UpdateOp.REMOVE:
126 // otherwise, it would be converted into a REMOVE operation
148 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount);
159 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount);
175 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount);
250 case UpdateOp.REMOVE:
254 throw new IllegalArgumentException("op should be remove or update." + op);
267 case UpdateOp.REMOVE:
284 tmpStart = updatedPos;// need to remove previously dispatched
310 case UpdateOp.REMOVE
    [all...]
OpReorderer.java 24 import static android.support.v7.widget.AdapterHelper.UpdateOp.REMOVE;
48 case REMOVE:
63 // check if move is nulled out by remove
87 moveOp.cmd = REMOVE;
90 list.remove(removePos);
93 // no need to swap, it is already a remove
97 // now affect of add is consumed. now apply effect of first remove
103 extraRm = mCallback.obtainUpdateOp(REMOVE, moveOp.positionStart + 1, remaining);
107 // if effects of move is reverted by remove, we are done.
110 list.remove(removePos)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 14 REMOVE = 3
59 assert_equal(info[Info::REMOVE], $last_prettify_part_count["remove"], "Wrong number of 'remove' parts in " + description)
  /external/chromium_org/components/password_manager/core/browser/
password_store_default.cc 51 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE,
85 PasswordStoreChange(PasswordStoreChange::REMOVE, **it));
password_store_change.h 19 REMOVE,
password_store_default_unittest.cc 168 PasswordStoreChange(PasswordStoreChange::REMOVE, *form),
test_password_store.cc 86 PasswordStoreChange(PasswordStoreChange::REMOVE, form));
  /external/chromium_org/components/search_engines/
keyword_table.h 82 REMOVE,
106 // Performs an arbitrary number of Add/Remove/Update operations as a single
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 142 case REMOVE: {
144 int oldValue = multiset.remove(key, delta);
164 REMOVE,
  /external/pcre/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /external/chromium_org/chrome/browser/extensions/
install_verifier.h 80 void Remove(const std::string& id);
99 REMOVE // Remove one or more extensions.
install_verifier.cc 45 // This is used in histograms - do not remove or reorder entries above! Also
121 // This is used in histograms - do not remove or reorder entries above! Also
142 // Used in histograms. Do not remove/reorder any entries above, and the below
295 void InstallVerifier::Remove(const std::string& id) {
317 new InstallVerifier::PendingOperation(InstallVerifier::REMOVE);
350 // This is used in histograms - do not remove or reorder entries above! Also
500 case REMOVE:
544 if (operation.type == InstallVerifier::REMOVE) {
588 // This is used in histograms - do not remove or reorder entries above! Also
627 // Update |provisional_| to remove ids that were successfully signed
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster_store_test.h 56 REMOVE,
  /bionic/libdl/
Android.mk 16 # DO NOT REMOVE --exclude-libs!
34 # LOCAL_ALLOW_UNDEFINED_SYMBOLS to remove --no-undefined from the linker flags.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 56 * remove entries in the background until the limit is satisfied. The limit is
96 private static final String REMOVE = "REMOVE";
110 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
124 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
125 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
131 * o REMOVE lines track entries that have been deleted.
286 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) {
287 lruEntries.remove(key)
574 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
OpReorderTest.java 32 import static android.support.v7.widget.AdapterHelper.UpdateOp.REMOVE;
177 orderedRandom(MOVE, REMOVE);
227 case REMOVE:
267 return record(new UpdateOp(REMOVE, start, count));
344 clones.remove(clone);
370 case UpdateOp.REMOVE:
372 mRemovedItems.add(items.remove(op.positionStart));
376 items.add(op.itemCount, items.remove(op.positionStart));
  /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...]

Completed in 1205 milliseconds

1 2 3 4