Searched refs:remove (Results 226 - 250 of 2998) sorted by relevance

1234567891011>>

/external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
H A Dnonmember_swap.pass.cpp40 std::remove(temp.c_str());
55 std::remove(temp.c_str());
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
H A Dmove.pass.cpp38 std::remove(temp.c_str());
52 std::remove(temp.c_str());
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
H A Dopen_pointer.pass.cpp35 std::remove(temp.c_str());
50 remove(temp.c_str());
/external/libunwind/tests/
H A Drun-coredump-unwind24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
/external/lldb/test/api/multithreaded/
H A DTestMultithreaded.py19 self.addTearDownHook(lambda: os.remove(self.inferior))
60 self.addTearDownHook(lambda: os.remove(test_name))
/external/mesa3d/src/glsl/
H A Dopt_dead_code.cpp41 * Note that this will remove assignments to globals, so it is not suitable
82 entry->assign->remove();
92 * then we can remove its declaration.
109 entry->var->remove();
H A Dopt_if_simplification.cpp73 /* If the if statement has nothing on either side, remove it. */
76 ir->remove();
102 ir->remove();
/external/mesa3d/src/glsl/tests/
H A Dcompare_ir57 os.remove(path1)
58 os.remove(path2)
/external/mockito/src/org/mockito/internal/debugging/
H A DWarningsFinder.java36 unusedIterator.remove();
37 unstubbedIterator.remove();
/external/scrypt/
H A DAndroid.mk9 # that import_openssl.sh import won't remove them.
/external/skia/src/gpu/
H A DGrTraceMarker.cpp32 void GrTraceMarkerSet::remove(const GrGpuTraceMarker& marker) { function in class:GrTraceMarkerSet
35 this->fMarkerArray.remove(index);
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader_unittest.cc31 std::remove(kInputFilename.c_str());
44 std::remove(kInputFilename.c_str());
/external/webrtc/test/testsupport/
H A Dframe_reader_unittest.cc31 std::remove(kInputFilename.c_str());
44 std::remove(kInputFilename.c_str());
/external/guava/guava/src/com/google/common/collect/
H A DAbstractBiMap.java110 inverse().remove(value);
127 @Override public V remove(Object key) { method in class:AbstractBiMap
132 V oldValue = delegate.remove(key);
138 inverse.delegate.remove(oldValue);
177 @Override public boolean remove(Object key) { method in class:AbstractBiMap.KeySet
208 public void remove() {
211 iterator.remove();
249 @Override public void remove() {
250 iterator.remove();
287 @Override public boolean remove(Objec method in class:AbstractBiMap.EntrySet
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSpaceSplitString.cpp113 void SpaceSplitString::Data::remove(unsigned index) function in class:blink::SpaceSplitString::Data
116 m_vector.remove(index);
129 bool SpaceSplitString::remove(const AtomicString& string) function in class:blink::SpaceSplitString
139 m_data->remove(i);
171 sharedDataMap().remove(m_keyString);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFullScreen.cpp76 remove();
140 object->remove();
170 child->remove();
176 placeholder()->remove();
177 remove();
/external/chromium_org/third_party/skia/tests/
H A DGrOrderedSetTest.cpp64 // remove all the ints between 100 and 200.
66 set.remove(set.find(i));
74 // remove the 0 entry. (tests removing begin())
77 set.remove(set.find(0));
84 // remove all the 999 entries (tests removing last()).
85 set.remove(set.find(999));
111 // remove all entries
113 set.remove(set.begin());
141 set2.remove(set2.find("ant"));
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractCollectionTest.java74 assertFalse(c.remove("a"));
80 assertTrue(c.remove("a"));
96 c.remove("a");
169 c2.remove("b");
170 c2.remove("b");
H A DMapsTransformValuesTest.java144 assertEquals("1", map.remove("a"));
145 assertNull(map.remove("b"));
184 underlying.remove("c");
204 map.remove("a");
208 keys.remove("b");
213 keyIterator.remove();
217 values.remove("4");
222 valueIterator.remove();
227 entries.remove(firstEntry);
232 entryIterator.remove();
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp216 remove (filename);
218 remove (filename);
220 remove (filename);
222 remove (filename);
224 remove (filename);
/external/libnfc-nci/src/adaptation/
H A Dlibmain.c218 remove (filename);
220 remove (filename);
222 remove (filename);
224 remove (filename);
226 remove (filename);
/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py61 def remove(src, dst): run(['rm', dst]) function in function:sync
99 (NO_EXIST, FILE) : (remove, svn_delete,),
100 (NO_EXIST, DIR) : (recurse, remove, svn_delete,),
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),
122 svn(['commit', '-m', 'remove obsolete files from the snapshot tree'],
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectManager.java143 public void remove(BaseObject object) { method in class:GameObjectManager
144 super.remove(object);
152 remove(object);
163 objects.remove(i);
169 mInactiveObjects.remove(j);
/external/skia/tests/
H A DGrOrderedSetTest.cpp64 // remove all the ints between 100 and 200.
66 set.remove(set.find(i));
74 // remove the 0 entry. (tests removing begin())
77 set.remove(set.find(0));
84 // remove all the 999 entries (tests removing last()).
85 set.remove(set.find(999));
111 // remove all entries
113 set.remove(set.begin());
141 set2.remove(set2.find("ant"));
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTreeTest.cpp101 tree.remove(5);
120 tree.remove(4);
125 tree.remove(5);
144 tree.remove(3);
146 tree.remove(3);
150 tree.remove(3);
188 // Pick a random value to remove.
192 tree.remove(value);

Completed in 4326 milliseconds

1234567891011>>