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

1234567891011>>

/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/abi-compliance-checker/
H A DMakefile8 perl Makefile.pl -remove -prefix "$(prefix)"
/external/abi-dumper/
H A DMakefile8 perl Makefile.pl -remove -prefix "$(prefix)"
/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/hamcrest-core/src/main/java/org/hamcrest/internal/
H A DSelfDescribingValueIterator.java25 public void remove() { method in class:SelfDescribingValueIterator
26 values.remove();
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove/
H A Dremove.pass.cpp14 // bool remove(const path& p);
15 // bool remove(const path& p, error_code& ec) noexcept;
32 ASSERT_SAME_TYPE(decltype(fs::remove(p)), bool);
33 ASSERT_SAME_TYPE(decltype(fs::remove(p, ec)), bool);
35 ASSERT_NOT_NOEXCEPT(fs::remove(p));
36 ASSERT_NOEXCEPT(fs::remove(p, ec));
45 fs::remove(f);
71 TEST_CHECK(!fs::remove(p, ec));
92 TEST_CHECK(remove(p, ec));
/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.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/toolchain-utils/binary_search_tool/test/
H A Dis_good_noinc_prune.py33 os.remove('noinc_prune_bad')
34 os.remove('noinc_prune_good')
/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/autotest/client/cros/cellular/
H A Dlabconfig_data.py18 ICERA_TECHNOLOGIES.remove('HSPA_PLUS')
23 GOBI_2000_TECHNOLOGIES.remove('HSPA_PLUS')
26 GENERIC_GSM_TECHNOLOGIES.remove('HSPA_PLUS')
27 GOBI_3000_TECHNOLOGIES.remove('HSPA_PLUS')
/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/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/ltp/testcases/kernel/security/mmc_security/
H A Dremove_password.sh26 #* Description: used to remove the password from a card previously unlocked. *#
54 echo remove > /sys/bus/mmc/devices/mmc0\:*/lockable || \
/external/mesa3d/src/glsl/
H A Dopt_redundant_jumps.cpp83 then_jump->remove();
84 else_jump->remove();
89 /* If both branchs of the if-statement are now empty, remove the
93 ir->remove();
102 /* If the last instruction of a loop body is a 'continue', remove it.
109 last->remove();

Completed in 1148 milliseconds

1234567891011>>