Searched refs:remove (Results 101 - 125 of 2998) sorted by relevance

1234567891011>>

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DRouteDatabase.java38 failedRoutes.remove(route);
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Doffline.js28 form.email.classList.remove('field-error');
29 form.password.classList.remove('field-error');
30 form.password.classList.remove('form-error');
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dfatnav.js18 //parentNode.classList.remove('active');
21 el.classList.remove('active');
39 wasAlreadyOpen ? this.classList.remove('active') :
56 wasAlreadyOpen ? this.classList.remove('active') :
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedHashMultimap.java49 * iteration order. However, if you remove all values associated with a key and
211 linkedEntries.remove(createEntry(value));
231 public void remove() {
232 delegateIterator.remove();
233 linkedEntries.remove(createEntry(value));
238 @Override public boolean remove(@Nullable Object value) { method in class:LinkedHashMultimap.SetDecorator
239 boolean changed = delegate.remove(value);
242 * linkedEntries.remove() will return false when this method is called
243 * by entries().iterator().remove()
245 linkedEntries.remove(createEntr
[all...]
H A DAbstractBiMap.java106 inverse().remove(value);
123 @Override public V remove(Object key) { method in class:AbstractBiMap
128 V oldValue = delegate.remove(key);
134 inverse.delegate.remove(oldValue);
173 @Override public boolean remove(Object key) { method in class:AbstractBiMap.KeySet
204 public void remove() {
207 iterator.remove();
245 @Override public void remove() {
246 iterator.remove();
283 @Override public boolean remove(Objec method in class:AbstractBiMap.EntrySet
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DQueueRemoveTester.java31 * A generic JUnit test which tests {@code remove()} operations on a queue.
45 getQueue().remove();
46 fail("emptyQueue.remove() should throw");
54 assertEquals("size1Queue.remove() should return first element",
55 samples.e0, getQueue().remove());
62 assertEquals("sizeManyQueue.remove() should return first element",
63 samples.e0, getQueue().remove());
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCertPathValidatorSpi.java370 criticalExtensions.remove(RFC3280CertPathUtilities.KEY_USAGE);
371 criticalExtensions.remove(RFC3280CertPathUtilities.CERTIFICATE_POLICIES);
372 criticalExtensions.remove(RFC3280CertPathUtilities.POLICY_MAPPINGS);
373 criticalExtensions.remove(RFC3280CertPathUtilities.INHIBIT_ANY_POLICY);
374 criticalExtensions.remove(RFC3280CertPathUtilities.ISSUING_DISTRIBUTION_POINT);
375 criticalExtensions.remove(RFC3280CertPathUtilities.DELTA_CRL_INDICATOR);
376 criticalExtensions.remove(RFC3280CertPathUtilities.POLICY_CONSTRAINTS);
377 criticalExtensions.remove(RFC3280CertPathUtilities.BASIC_CONSTRAINTS);
378 criticalExtensions.remove(RFC3280CertPathUtilities.SUBJECT_ALTERNATIVE_NAME);
379 criticalExtensions.remove(RFC3280CertPathUtilitie
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMultisetTest.java101 ms.remove("a");
210 assertEquals(0, ms.remove("a", 0));
216 assertEquals(1, ms.remove("a", 0));
221 assertEquals(0, ms.remove("a", 1));
227 assertEquals(1, ms.remove("a", 1));
233 assertEquals(5, ms.remove("a", 3));
239 assertEquals(3, ms.remove("a", 5));
245 ms.remove("a", -1);
417 assertTrue(elementSet.remove("b"));
424 assertFalse(elementSet.remove("
[all...]
H A DSimpleAbstractMultisetTest.java60 multiset.remove("a");
111 public void remove() {
112 backingEntries.remove();
125 @Override public int remove(Object element, int occurrences) { method in class:SimpleAbstractMultisetTest.SimpleAbstractMultiset
134 return backingMap.remove(element);
/external/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp55 ASSERT_NO_ERROR(fs::remove(File1.str()));
71 ASSERT_NO_ERROR(fs::remove(File2.str()));
91 ASSERT_NO_ERROR(fs::remove(File3.str()));
110 ASSERT_NO_ERROR(fs::remove(File4.str()));
113 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/llvm/lib/Support/
H A DLockFileManager.cpp39 sys::fs::remove(LockFileName);
56 sys::fs::remove(LockFileName);
116 // We failed to write out PID, so make up an excuse, remove the
119 sys::fs::remove(UniqueLockFileName.c_str());
140 sys::fs::remove(UniqueLockFileName.str());
152 if ((EC = sys::fs::remove(LockFileName.str()))) {
173 // Since we own the lock, remove the lock file and our own unique lock file.
174 sys::fs::remove(LockFileName.str());
175 sys::fs::remove(UniqueLockFileName.str());
194 // finish up and remove th
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODIntervalTreeTest.cpp112 EXPECT_TRUE(tree.remove(interval1));
115 EXPECT_TRUE(tree.remove(interval2));
238 // First remove half of the elements in random order.
245 tree.remove(addedElements[index]);
247 addedElements.remove(index);
250 // Now randomly add or remove elements.
266 removedElements.remove(index);
273 ASSERT_TRUE(tree.remove(addedElements[index])) << "Test failed for seed " << seed;
275 addedElements.remove(index);
318 tree.remove(tre
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_reset.js152 this.classList.remove('revert-promise-view');
153 this.classList.remove('restart-required-view');
154 this.classList.remove('powerwash-proposal-view');
155 this.classList.remove('powerwash-confirm-view');
156 this.classList.remove('rollback-confirm-view');
H A Dscreen_password_changed.js19 $('password-changed').classList.remove('password-error');
37 screen.classList.remove('migrate');
40 $('password-changed').classList.remove('password-error');
64 screen.classList.remove('resync');
119 value ? 'add' : 'remove']('disabled');
168 screen.classList.remove('resync');
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetWritesTester.java76 assertEquals("multiset.remove(present, 2) didn't return the old count",
77 1, getMultiset().remove(samples.e0, 2));
78 assertFalse("multiset contains present after multiset.remove(present, 2)",
84 assertEquals("multiset.remove(absent, 0) didn't return 0",
85 0, getMultiset().remove(samples.e3, 2));
93 "multiset.remove(absent, 2) didn't return 0 or throw an exception",
94 0, getMultiset().remove(samples.e3, 2));
101 assertEquals("multiset.remove(E, 0) didn't return the old count",
102 oldCount, getMultiset().remove(samples.e0, 0));
108 getMultiset().remove(sample
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DStandardTable.java47 * #columnMap()} have iterators that don't support {@code remove()}. Otherwise,
184 @Override public V remove( method in class:StandardTable
193 V value = map.remove(columnKey);
195 backingMap.remove(rowKey);
206 V value = entry.getValue().remove(column);
210 iterator.remove();
225 remove(rowKey, columnKey);
296 @Override public boolean remove(Object obj) { method in class:StandardTable.CellSet
327 @Override public void remove() { method in class:StandardTable.CellIterator
328 columnIterator.remove();
393 public V remove(Object key) { method in class:StandardTable.Row
522 @Override public V remove(Object key) { method in class:StandardTable.Column
594 @Override public boolean remove(Object obj) { method in class:StandardTable.Column.EntrySet
663 @Override public boolean remove(Object obj) { method in class:StandardTable.Column.KeySet
708 @Override public boolean remove(Object obj) { method in class:StandardTable.Column.Values
770 @Override public boolean remove(Object obj) { method in class:StandardTable.RowKeySet
801 @Override public boolean remove(Object obj) { method in class:StandardTable.ColumnKeySet
954 @Override public Map<C, V> remove(Object key) { method in class:StandardTable.RowMap
981 @Override public boolean remove(Object obj) { method in class:StandardTable.RowMap.EntrySet
1004 @Override public void remove() { method in class:StandardTable.RowMap.EntryIterator
1029 @Override public Map<R, V> remove(Object key) { method in class:StandardTable.ColumnMap
1082 @Override public boolean remove(Object obj) { method in class:StandardTable.ColumnMap.ColumnMapEntrySet
1117 @Override public boolean remove(Object obj) { method in class:StandardTable.ColumnMap.ColumnMapValues
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup.js169 $('systemStatus').classList.remove('hidden');
170 $('canvas').classList.remove('hidden');
187 $('systemStatus').classList.remove('hidden');
188 $('canvas').classList.remove('hidden');
200 $('systemStatus').classList.remove('hidden');
201 $('canvas').classList.remove('hidden');
222 $('systemStatus').classList.remove('hidden');
224 $('canvas').classList.remove('hidden');
232 $('paymentForm').classList.remove('hidden');
245 $('closeButton').classList.remove('hidde
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview_animations.js46 el.classList.remove('closing');
80 el.classList.remove('visible');
92 animationEventTracker_.remove(this, 'webkitTransitionEnd');
116 animationEventTracker_.remove(element, 'webkitAnimationEnd');
163 toAnimate[i].classList.remove('visible');
168 el.classList.remove('visible');
/external/chromium_org/chrome/browser/resources/user_manager/
H A Dcontrol_bar.js151 this.classList.remove('login-header-bar-animate-slow');
160 this.classList.remove('login-header-bar-animate-fast');
162 this.classList.remove('login-header-bar-hidden');
/external/chromium_org/third_party/mesa/src/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/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/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/srec/tools/grxmlcompile/
H A Dtesthashmap.cpp59 myHash.remove(1);
94 myHash.remove(1);
122 void remove( int i );
147 remove(3);
189 void remove( int i )
193 if ( myHash.remove(i) ) {
198 cout << "Failed to remove '" << i << "'" << endl;

Completed in 493 milliseconds

1234567891011>>