HomeSort by relevance Sort by last modified time
    Searched defs:REMOVE (Results 1 - 15 of 15) sorted by null

  /external/valgrind/tsan/
dense_multimap.h 42 enum RemoveEnum {REMOVE};
75 DenseMultimap(const DenseMultimap &m, RemoveEnum remove, const T &t) {
  /external/chromium/chrome/browser/password_manager/
password_store_change.h 18 REMOVE,
  /external/chromium/chrome/browser/webdata/
autofill_change.h 22 REMOVE
55 // When |type| == REMOVE, |profile| should be NULL.
76 // When |type| == REMOVE, |credit_card| should be NULL.
  /external/chromium/net/base/
cookie_monster_store_test.h 23 REMOVE,
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_helper.cc 107 REMOVE,
130 case REMOVE:
151 case REMOVE:
360 add_to_whitelist ? WhitelistOpContext::ADD : WhitelistOpContext::REMOVE,
  /external/chromium/net/disk_cache/
rankings.cc 23 REMOVE
275 // If a, b and r are elements on the list, and we want to remove r, the possible
284 // B. Remove a random element:
290 // C. Remove head:
296 // D. Remove tail:
301 void Rankings::Remove(CacheRankingsBlock* node, List list, bool strict) {
302 Trace("Remove 0x%x (0x%x 0x%x) l %d", node->address().value(),
326 Transaction lock(control_data_, node->address(), REMOVE, list);
378 // A crash in between Remove and Insert will lead to a dirty entry not on the
380 // but the net effect is just an assert on debug when attempting to remove th
    [all...]
  /external/bluetooth/glib/tests/
queue-test.c 204 PEEK_NTH, INDEX, REMOVE, REMOVE_ALL,
502 case REMOVE:
sequence-test.c 83 SORT_CHANGED_ITER, REMOVE, REMOVE_RANGE, MOVE_RANGE, SEARCH, SEARCH_ITER,
739 case REMOVE:
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 60 * remove entries in the background until the limit is satisfied. The limit is
97 private static final String REMOVE = "REMOVE";
111 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
125 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
126 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
132 * o REMOVE lines track entries that have been deleted.
257 if (parts[0].equals(REMOVE) && parts.length == 2) {
258 lruEntries.remove(key);
299 i.remove();
499 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 82 private static final int REMOVE = 2;
203 mObservers.remove(mObservers.indexOf(obs));
252 mActiveAlertIfaces.remove(iface);
253 mActiveQuotaIfaces.remove(iface);
520 modifyRoute(interfaceName, REMOVE, route, DEFAULT);
530 modifyRoute(interfaceName, REMOVE, route, SECONDARY);
544 case REMOVE:
546 cmd = new StringBuilder("interface route remove " + interfaceName + " " + type);
803 mConnector.doCommand("tether interface remove " + iface);
    [all...]
ConnectivityService.java 182 private static final boolean REMOVE = false;
292 // it's time to remove the route from the route table
1158 mNetRequestersPids[usedNetworkType].remove(currentPid); method
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 76 private static final int REMOVE = CHILD_MENU_BASE + 5;
541 public void remove(int which) {
653 menu.add(0, REMOVE, 0, R.string.remove_from_playlist);
735 case REMOVE:
802 // remove track from queue
819 // remove track from playlist
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 117 REMOVE,
322 : TabAnimation(tabstrip, REMOVE),
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 5609 milliseconds