Searched refs:remove (Results 1 - 25 of 1873) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/core/
H A DMultiMap.java35 public Object remove( Object key, Object item ); method in interface:MultiMap
/external/replicaisland/src/com/replica/replicaisland/
H A DSetPreferencesActivity.java64 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_ROW);
65 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_INDEX);
66 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED);
67 editor.remove(PreferenceConstants.PREFERENCE_LINEAR_MODE);
68 editor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME);
69 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_COLLECTED);
70 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_TOTAL);
71 editor.remove(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED);
72 editor.remove(PreferenceConstants.PREFERENCE_DIFFICULTY);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntSet.java34 * @param value int to remove
36 void remove(int value); method in interface:IntSet
/external/apache-http/src/org/apache/http/impl/client/
H A DRedirectLocations.java72 public boolean remove(final URI uri) { method in class:RedirectLocations
73 return this.uris.remove(uri);
/external/guava/guava/src/com/google/common/collect/
H A DForwardingIterator.java52 public void remove() { method in class:ForwardingIterator
53 delegate().remove();
H A DForwardingQueue.java64 public E remove() { method in class:ForwardingQueue
65 return delegate().remove();
109 * A sensible definition of {@link #poll} in terms of {@link #remove}. If you
110 * override {@link #remove}, you may wish to override {@link #poll} to forward
117 return remove();
H A DTransformedIterator.java52 public final void remove() { method in class:TransformedIterator
53 backingIterator.remove();
H A DPeekingIterator.java41 * {@link #remove()}.
68 void remove(); method in interface:PeekingIterator
H A DUnmodifiableIterator.java24 * An iterator that does not support {@link #remove}.
42 public final void remove() { method in class:UnmodifiableIterator
/external/hamcrest/src/org/hamcrest/internal/
H A DSelfDescribingValueIterator.java22 public void remove() { method in class:SelfDescribingValueIterator
23 values.remove();
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
H A DMultisetRemoveTester.java36 * Tests for {@code Multiset#remove}, {@code Multiset.removeAll}, and {@code Multiset.retainAll}
46 getMultiset().remove(samples.e0, -1);
55 getMultiset().remove(samples.e0, 2);
63 assertEquals("old count", originalCount, getMultiset().remove(samples.e0, 0));
70 assertEquals("multiset.remove(present, 2) didn't return the old count",
71 1, getMultiset().remove(samples.e0, 2));
72 assertFalse("multiset contains present after multiset.remove(present, 2)",
81 assertEquals("multiset.remove(present, 2) didn't return the old count",
82 3, getMultiset().remove(samples.e0, 2));
83 assertTrue("multiset contains present after multiset.remove(presen
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
H A DPreFillQueue.java24 public PreFillType remove() { method in class:PreFillQueue
29 bitmapsPerType.remove(result);
30 keyList.remove(keyIndex);
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
H A Dpointer.pass.cpp34 std::remove(temp.c_str());
45 std::remove(temp.c_str());
H A Dstring.pass.cpp34 std::remove(temp.c_str());
45 std::remove(temp.c_str());
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Dclose.pass.cpp32 std::remove(temp.c_str());
41 std::remove(temp.c_str());
H A Drdbuf.pass.cpp29 std::remove(temp.c_str());
35 std::remove(temp.c_str());
/external/ltrace/testsuite/ltrace.minor/
H A Dcount-record.c41 remove("system_calls.link");
45 remove("system_calls.tmp1");
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestFastQueue.java59 String o = q.remove();
73 buf.append(q.remove());
75 buf.append(q.remove());
77 buf.append(q.remove());
79 buf.append(q.remove());
81 buf.append(q.remove());
93 try { q.remove(); }
106 q.remove();
107 q.remove();
109 try { q.remove(); }
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapRemoveTester.java37 * A generic JUnit test which tests {@code remove} operations on a map. Can't be
51 assertEquals("remove(present) should return the associated value",
52 samples.e0.getValue(), getMap().remove(samples.e0.getKey()));
53 assertEquals("remove(present) should decrease a map's size by one.",
64 getMap().remove(samples.e0.getKey());
78 getMap().remove(samples.e0.getKey());
92 getMap().remove(samples.e0.getKey());
102 assertNull("remove(notPresent) should return null",
103 getMap().remove(samples.e3.getKey()));
113 assertEquals("remove(nul
[all...]
/external/clang/include/clang/Edit/
H A DEditsReceiver.h28 virtual void remove(CharSourceRange range);
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractBiMapTest.java42 iterator.remove();
44 iterator.remove();
59 iterator.remove();
61 iterator.remove();
/external/libcxx/test/std/containers/sequences/list/list.ops/
H A Dremove.pass.cpp12 // void remove(const value_type& value);
36 c.remove(3);
43 c.remove(c.front());
52 c.remove(c.front());
65 c.remove(3);
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dmember_swap.pass.cpp42 std::remove(temp1.c_str());
51 std::remove(temp2.c_str());
69 std::remove(temp1.c_str());
78 std::remove(temp2.c_str());
H A Dnonmember_swap.pass.cpp43 std::remove(temp1.c_str());
52 std::remove(temp2.c_str());
70 std::remove(temp1.c_str());
79 std::remove(temp2.c_str());
/external/libvncserver/x11vnc/
H A Dgui.h50 extern int tray_embed(Window iconwin, int remove);

Completed in 1127 milliseconds

1234567891011>>