HomeSort by relevance Sort by last modified time
    Searched full:remove (Results 26 - 50 of 23263) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/core/
MultiValueMap.java 8 // remove(K, V) conflicts with a Map method added in 1.8. http://b/27426743
9 /*public Object remove( K key, V item );*/
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
Target01.java 30 c++; // some side effect, otherwise the JIT will remove the method
40 c++; // some side effect, otherwise the JIT will remove the method
49 c++; // some side effect, otherwise the JIT will remove the method
58 c++; // some side effect, otherwise the JIT will remove the method
67 c++; // some side effect, otherwise the JIT will remove the method
76 c++; // some side effect, otherwise the JIT will remove the method
85 c++; // some side effect, otherwise the JIT will remove the method
94 c++; // some side effect, otherwise the JIT will remove the method
103 c++; // some side effect, otherwise the JIT will remove the method
112 c++; // some side effect, otherwise the JIT will remove the metho
    [all...]
  /external/curl/tests/data/
test612 13 Dummy test file for remove test
24 SFTP post-quote remove file
33 Dummy test file for remove test
41 Dummy test file for remove test
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetRemoveTester.java 39 * Tests for {@code Multiset#remove}, {@code Multiset.removeAll}, and {@code Multiset.retainAll}
49 getMultiset().remove(samples.e0, -1);
58 getMultiset().remove(samples.e0, 2);
66 assertEquals("old count", originalCount, getMultiset().remove(samples.e0, 0));
73 assertEquals("multiset.remove(present, 2) didn't return the old count",
74 1, getMultiset().remove(samples.e0, 2));
75 assertFalse("multiset contains present after multiset.remove(present, 2)",
84 assertEquals("multiset.remove(present, 2) didn't return the old count",
85 3, getMultiset().remove(samples.e0, 2));
86 assertTrue("multiset contains present after multiset.remove(present, 2)"
    [all...]
  /sdk/
release.md 4 To run a release build that remove the SNAPSHOT qualifier, run:
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
group-6.d 2 #objcopy: --remove-section .text.foo
  /external/junit/src/org/junit/runner/manipulation/
Filterable.java 5 * to remove tests that don't pass the filter.
10 * Remove tests that don't pass the parameter <code>filter</code>.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-assistant2.txt 3 Remove Container : Initiates the "Remove Container" refactoring
sample1a-expected-assistant3.txt 3 Remove Container : Initiates the "Remove Container" refactoring
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
MultisetRemoveTester.java 36 * 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(present, 2)"
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRemoveTester.java 36 * A generic JUnit test which tests {@code remove} operations on a collection.
49 assertTrue("remove(present) should return true",
50 collection.remove(samples.e0));
51 assertEquals("remove(present) should decrease a collection's size by one.",
62 assertTrue(collection.remove(samples.e0));
72 assertFalse("remove(notPresent) should return false",
73 collection.remove(samples.e3));
83 assertTrue("remove(null) should return true", collection.remove(null));
84 assertEquals("remove(present) should decrease a collection's size by one."
    [all...]
MapRemoveTester.java 37 * 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(null) should return the associated value"
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
Environment.java 82 public Environment remove (final BaseLight... lights) { method in class:Environment
84 remove(light);
88 public Environment remove (final Array<BaseLight> lights) { method in class:Environment
90 remove(light);
94 public Environment remove (BaseLight light) { method in class:Environment
96 remove((DirectionalLight)light); method
98 remove((PointLight)light); method
100 remove((SpotLight)light); method
106 public Environment remove (DirectionalLight light) { method in class:Environment
111 remove(DirectionalLightsAttribute.Type);
116 public Environment remove (PointLight light) { method in class:Environment
126 public Environment remove (SpotLight light) { method in class:Environment
    [all...]
  /external/valgrind/callgrind/tests/
filter_stderr 7 # Remove "Callgrind, ..." line and the following copyright line.
10 # Remove pointer to callgrind_control
13 # Remove numbers from "Collected" line
16 # Remove numbers from I/D/LL "refs:" lines
19 # Remove numbers from I1/D1/LL/LLi/LLd "misses:" and "miss rates:" lines
22 # Remove numbers from "Branches:", "Mispredicts:, and "Mispred rate:" lines
25 # Remove CPUID warnings lines for P4s and other machines
  /external/replicaisland/src/com/replica/replicaisland/
SetPreferencesActivity.java 64 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);
  /art/runtime/
indirect_reference_table_test.cc 71 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal";
73 // Add three, check, remove in the order in which they were added.
88 EXPECT_TRUE(irt.Remove(cookie, iref0));
90 EXPECT_TRUE(irt.Remove(cookie, iref1));
92 EXPECT_TRUE(irt.Remove(cookie, iref2));
101 // Add three, remove in the opposite order.
110 ASSERT_TRUE(irt.Remove(cookie, iref2));
112 ASSERT_TRUE(irt.Remove(cookie, iref1));
114 ASSERT_TRUE(irt.Remove(cookie, iref0));
120 // Add three, remove middle / middle / bottom / top. (Second attemp
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceQueueTest.java 76 assertTrue("Remove failed.", ((Boolean) rq.poll().get())
83 assertEquals("Remove failed.", obj, (rq.poll().get()));
89 assertNull("Remove failed.", rq.poll().get());
105 * java.lang.ref.ReferenceQueue#remove()
115 assertTrue("Remove failed.", ((Boolean) rq.remove().get())
128 rq.remove();
152 * java.lang.ref.ReferenceQueue#remove(long)
157 assertNull("Queue should be empty. (remove(1))",
158 rq.remove((long) 1))
    [all...]
  /external/toybox/toys/posix/
rmdir.c 1 /* rmdir.c - remove directory/path
15 Remove one or more directories.
17 -p Remove path.
  /external/valgrind/tests/
filter_stderr_basic 12 # Remove ==pid== and --pid-- and **pid** strings
15 # Do NOT remove debug level output, i.e. lines beginning with --pid:
16 # Doing so would also remove asserts from the address space manager
19 # Remove "Command: line". (If wrapping occurs, it won't remove the
23 # Remove "WARNING: assuming toc 0x.." strings
26 # Remove "Using Valgrind-$VERSION and LibVEX..." line.
30 # Anonymise line numbers in vg_replace_malloc.c, remove dirname if present
42 # Remove line info out of order warnings
58 # Remove any ": dumping core" message as the user might have
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug302.go 21 os.Remove("p.o")
22 os.Remove("pp.a")
23 os.Remove("main.o")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug302.go 21 os.Remove("p.o")
22 os.Remove("pp.a")
23 os.Remove("main.o")
  /system/extras/memory_replay/tests/
PointersTest.cpp 25 void* memory_pointer = pointers.Remove(0x1234);
33 void* memory_pointer = pointers.Remove(0x1234);
36 memory_pointer = pointers.Remove(0x1234);
48 void* memory_pointer = pointers.Remove(0x11234);
50 memory_pointer = pointers.Remove(0x1234);
62 void* memory_pointer = pointers.Remove(0x1236);
67 memory_pointer = pointers.Remove(0x1234);
69 memory_pointer = pointers.Remove(0x1237);
74 memory_pointer = pointers.Remove(0x3500);
76 memory_pointer = pointers.Remove(0x2349)
    [all...]
  /external/autotest/client/deps/glbench/src/
glinterface.h 10 //TODO: Remove cases where PLATFORM is not defined, when no longer needed.
12 // to remove them.
49 //TODO: Remove this when it is no longer used.
50 // Only teartest calls this, and we plan to remove that.
53 //TODO: Remove this when it is no longer used.
54 // Only synccontroltest_egl calls this, and we plan to remove that.
  /external/bison/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/bison/runtime-po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.

Completed in 677 milliseconds

12 3 4 5 6 7 8 91011>>