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

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp 29 std::remove(temp.c_str());
35 std::remove(temp.c_str());
  /external/llvm/include/llvm/Support/
FileUtilities.h 54 sys::fs::remove(Filename);
60 /// had ownership of a file, remove it first.
64 sys::fs::remove(Filename);
  /external/ltrace/testsuite/ltrace.minor/
count-record.c 41 remove("system_calls.link");
45 remove("system_calls.tmp1");
  /frameworks/base/core/java/android/app/
QueuedWork.java 65 * (e.g. SharedPreferences) will pretty quickly call remove()
73 public static void remove(Runnable finisher) { method in class:QueuedWork
74 sPendingWorkFinishers.remove(finisher);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
pointer.pass.cpp 34 std::remove(temp.c_str());
45 std::remove(temp.c_str());
string.pass.cpp 34 std::remove(temp.c_str());
45 std::remove(temp.c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 32 std::remove(temp.c_str());
41 std::remove(temp.c_str());
rdbuf.pass.cpp 29 std::remove(temp.c_str());
35 std::remove(temp.c_str());
  /sdk/
release.md 4 To run a release build that remove the SNAPSHOT qualifier, run:
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestFastQueue.java 59 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/
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...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
remove.c 1 /* $OpenBSD: remove.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
40 remove(const char *file) function
  /external/clang/include/clang/Edit/
EditsReceiver.h 28 virtual void remove(CharSourceRange range);
  /external/guava/guava/src/com/google/common/collect/
PeekingIterator.java 41 * {@link #remove()}.
68 void remove(); method in interface:PeekingIterator
UnmodifiableIterator.java 24 * An iterator that does not support {@link #remove}.
42 public final void remove() { method in class:UnmodifiableIterator
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractBiMapTest.java 42 iterator.remove();
44 iterator.remove();
59 iterator.remove();
61 iterator.remove();
  /external/libcxx/test/std/containers/sequences/list/list.ops/
remove.pass.cpp 12 // void remove(const value_type& value);
36 c.remove(3);
43 c.remove(c.front());
52 c.remove(c.front());
65 c.remove(3);
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 42 std::remove(temp1.c_str());
51 std::remove(temp2.c_str());
69 std::remove(temp1.c_str());
78 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 43 std::remove(temp1.c_str());
52 std::remove(temp2.c_str());
70 std::remove(temp1.c_str());
79 std::remove(temp2.c_str());
  /external/libvncserver/x11vnc/
gui.h 50 extern int tray_embed(Window iconwin, int remove);
  /external/mesa3d/src/glsl/
opt_redundant_jumps.cpp 26 * Remove certain types of redundant jumps
83 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();
  /external/nist-sip/java/gov/nist/core/
MultiValueMap.java 8 public Object remove( K key, V item ); method in interface:MultiValueMap
  /external/skia/src/core/
SkRefDict.h 31 * If data is NULL, remove (if present) the entry matching name and call
40 * Remove the matching entry (if found) and unref its data.
42 void remove(const char name[]) { this->set(name, NULL); } function in class:SkRefDict
45 * Remove all entries, and unref() their associated data.
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/
MDCAdapter.java 58 * Remove the the context identified by the <code>key</code> parameter.
65 public void remove(String key); method in interface:MDCAdapter
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
ByteArrayPool.java 96 mBuffersBySize.remove(i);
97 mBuffersByLastUse.remove(buf);
129 byte[] buf = mBuffersByLastUse.remove(0);
130 mBuffersBySize.remove(buf);

Completed in 1117 milliseconds

12 3 4 5 6 7 8 91011>>