Searched refs:remove (Results 76 - 100 of 1873) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove.pass.cpp12 // void remove(const value_type& v);
40 c1.remove(0);
49 c1.remove(0);
59 c1.remove(0);
67 c1.remove(0);
77 c1.remove(0);
87 c1.remove(c1.front());
98 c.remove(c.front());
114 c1.remove(0);
123 c1.remove(
[all...]
/external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
H A DTestSingleQuoteInFilename.py20 os.remove("child_send.txt")
21 os.remove("child_read.txt")
22 os.remove(cls.myexe)
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DNDC.java37 MDC.remove(key);
75 MDC.remove(key);
95 static public void remove() { method in class:NDC
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCertPathValidatorSpi.java404 criticalExtensions.remove(RFC3280CertPathUtilities.KEY_USAGE);
405 criticalExtensions.remove(RFC3280CertPathUtilities.CERTIFICATE_POLICIES);
406 criticalExtensions.remove(RFC3280CertPathUtilities.POLICY_MAPPINGS);
407 criticalExtensions.remove(RFC3280CertPathUtilities.INHIBIT_ANY_POLICY);
408 criticalExtensions.remove(RFC3280CertPathUtilities.ISSUING_DISTRIBUTION_POINT);
409 criticalExtensions.remove(RFC3280CertPathUtilities.DELTA_CRL_INDICATOR);
410 criticalExtensions.remove(RFC3280CertPathUtilities.POLICY_CONSTRAINTS);
411 criticalExtensions.remove(RFC3280CertPathUtilities.BASIC_CONSTRAINTS);
412 criticalExtensions.remove(RFC3280CertPathUtilities.SUBJECT_ALTERNATIVE_NAME);
413 criticalExtensions.remove(RFC3280CertPathUtilitie
[all...]
/external/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp56 ASSERT_NO_ERROR(fs::remove(File1.str()));
71 ASSERT_NO_ERROR(fs::remove(File2.str()));
90 ASSERT_NO_ERROR(fs::remove(File3.str()));
109 ASSERT_NO_ERROR(fs::remove(File4.str()));
112 ASSERT_NO_ERROR(fs::remove(TestDirectory.str()));
H A DLockFileManagerTest.cpp43 EC = sys::fs::remove(StringRef(TmpDir));
72 EC = sys::fs::remove(StringRef(TmpFileLock));
85 EC = sys::fs::remove(StringRef(TmpDir));
118 EC = sys::fs::remove("inner");
123 EC = sys::fs::remove(StringRef(TmpDir));
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DListMultimapRemoveTester.java34 * Testers for {@link ListMultimap#remove(Object, Object)}.
50 multimap().remove(k, v0);
67 multimap().get(k).remove(i);
68 expectedValues.remove(i);
88 asMapValue.remove(i);
89 expectedValues.remove(i);
110 asMapValue.remove(i);
111 expectedValues.remove(i);
H A DMultisetEntrySetTester.java65 iterator.remove();
67 "multiset isn't empty after multiset.entrySet() iterator.remove()",
75 "multiset.entrySet.remove(presentEntry) returned false",
76 getMultiset().entrySet().remove(
87 "multiset.entrySet.remove(missingEntry) returned true",
88 getMultiset().entrySet().remove(
111 "multiset.entrySet.remove(missingEntry) returned true",
151 assertTrue(getMultiset().remove(samples.e0));
153 assertTrue(getMultiset().elementSet().remove(samples.e0));
167 itr.remove();
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedQueueTest.java35 outer.add("foo"); // necessary because we try to remove elements later on
56 public E remove() { method in class:SynchronizedQueueTest.TestQueue
58 return delegate.remove();
111 public boolean remove(Object object) { method in class:SynchronizedQueueTest.TestQueue
113 return delegate.remove(object);
160 create().remove();
170 create().remove("foo");
H A DForwardingConcurrentMapTest.java52 assertFalse(map.remove("foo", 2));
53 assertFalse(map.remove("bar", 1));
55 assertTrue(map.remove("foo", 1));
/external/mesa3d/src/glsl/
H A Dloop_unroll.cpp131 last_ir->remove();
181 move_ir->remove();
190 break_ir->remove();
205 ir_to_replace->remove();
217 ir_to_replace->remove();
238 ir->remove();
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DUnmodifiableLazyStringListTest.java76 list.remove(0);
101 byteStringList.remove(0);
138 iter.remove();
153 byteIter.remove();
172 iter.remove();
199 byteIter.remove();
/external/skia/src/gpu/
H A DGrTextBlobCache.h69 void remove(BitmapTextBlob* blob) { function in class:GrTextBlobCache
70 fCache.remove(blob->fKey);
71 fBlobList.remove(blob);
86 fCache.remove(lruBlob->fKey);
90 fBlobList.remove(lruBlob);
114 fBlobList.remove(blob);
/external/smali/util/src/main/java/org/jf/util/
H A DImmutableConverter.java75 @Override public void remove() { iter.remove(); }
106 @Override public void remove() { iter.remove(); }
140 @Override public void remove() { iter.remove(); }
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DLruCache.java132 * @param key The key to remove the item at.
134 public Y remove(T key) { method in class:LruCache
135 final Y value = cache.remove(key);
161 cache.remove(key);
/external/lldb/test/unittest2/
H A Dutil.py69 As it does a linear search per item (remove) it
77 actual.remove(item)
84 lst.remove(item)
93 actual.remove(item)
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DCredentialsCache.java40 authorizationHeaders.remove(callId);
76 li.remove();
115 this.authorizationHeaders.remove(callId);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/io/
H A DInMemoryFileSystem.java50 files.remove(file);
63 Buffer buffer = files.remove(from);
72 if (file.toString().startsWith(prefix)) i.remove();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNotificationManager.java43 Integer tagId = idForTag.remove(tag);
45 notifications.remove(id);
47 notifications.remove(tagId);
/external/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py51 def remove(self, item): member in class:OrderedSet
61 self.__ordered_set.remove(item)
140 modified in place, to remove the common elements!
155 # If item is in all lists, add to intersection, and remove from all.
164 var_dict[key].remove(item)
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeIterator.java37 * know what child index they are. No remove() is supported.
95 if ( nodes!=null && nodes.size()>0 ) return nodes.remove();
120 return nodes.remove();
128 return nodes.remove();
131 public void remove() { throw new UnsupportedOperationException(); } method in class:TreeIterator
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntSet.java76 /** remove this element from this set */
77 void remove(int el); method in interface:IntSet
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DDebuggeeRegister.java67 return registered.remove(debuggee);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_SetTest.java41 .remove(new Integer(50)));
43 "Set Test - Adding and removing a duplicate element failed to remove it",
/external/apache-http/src/org/apache/http/impl/conn/
H A DIdleConnectionHandler.java72 * {@link #remove} or {@link #closeIdleConnections} is called.
76 * @see #remove
97 public boolean remove(HttpConnection connection) { method in class:IdleConnectionHandler
98 TimeValues times = connectionToTimes.remove(connection);
140 connectionIter.remove();
167 connectionIter.remove();

Completed in 8098 milliseconds

1234567891011>>