HomeSort by relevance Sort by last modified time
    Searched refs:remove (Results 151 - 175 of 10269) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/gn/
cp.py 18 os.remove(dst)
  /external/skia/tests/
GrGLExtensionsTest.cpp 47 REPORTER_ASSERT(reporter, ext.remove("test_extension_2"));
49 REPORTER_ASSERT(reporter, ext.remove("test_extension_1"));
  /external/skqp/gn/
cp.py 18 os.remove(dst)
  /external/skqp/tests/
GrGLExtensionsTest.cpp 47 REPORTER_ASSERT(reporter, ext.remove("test_extension_2"));
49 REPORTER_ASSERT(reporter, ext.remove("test_extension_1"));
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
MDC.java 40 public static void remove(String key) { method in class:MDC
41 org.slf4j.MDC.remove(key);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileUtilities.h 55 sys::fs::remove(Filename.str(), existed);
61 /// had ownership of a file, remove it first.
66 sys::fs::remove(Filename.str(), existed);
  /external/toolchain-utils/binary_search_tool/test/
is_good_noinc_prune.py 33 os.remove('noinc_prune_bad')
34 os.remove('noinc_prune_good')
  /frameworks/av/media/libstagefright/webm/
LinkedBlockingQueue.h 32 T front(bool remove) {
38 if (remove) {
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 51 Relocation& RelocData::remove(Relocation& pRelocation) { function in class:mcld::RelocData
53 Relocation* rel = m_Relocations.remove(iter);
  /frameworks/support/collection/src/test/java/androidx/collection/
LongSparseArrayTest.java 47 LongSparseArray.remove(key1);
49 LongSparseArray.remove(key2);
SparseArrayCompatTest.java 47 sparseArrayCompat.remove(key1);
49 sparseArrayCompat.remove(key2);
  /frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
BottomSheetDynamicContent.java 57 case R.id.remove:
59 mAdapter.remove();
98 Button remove = findViewById(R.id.remove); local
99 if (remove != null) {
100 remove.setOnClickListener(mOnClickListener);
132 void remove() { method in class:BottomSheetDynamicContent.DynamicAdapter
133 mCheeses.remove(mCheeses.size() - 1);
  /libcore/ojluni/src/main/java/java/util/
AbstractSet.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
144 * from this set with the iterator's <tt>remove</tt> method. If
148 * set's <tt>remove</tt> method.
152 * <tt>iterator</tt> method does not implement the <tt>remove</tt> method.
165 * @see #remove(Object)
174 modified |= remove(i.next());
178 i.remove();
Deque.java 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
48 * ends of the deque. Methods are provided to insert, remove, and
82 * <td><b>Remove</b></td>
118 * <td>{@link java.util.Queue#remove remove()}</td>
165 * <p>This interface provides two methods to remove interior
306 * Retrieves, but does not remove, the first element of this deque.
317 * Retrieves, but does not remove, the last element of this deque.
327 * Retrieves, but does not remove, the first element of this deque,
335 * Retrieves, but does not remove, the last element of this deque
440 E remove(); method in interface:Deque
536 boolean remove(Object o); method in interface:Deque
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Multipart.java 48 return parts.remove(part);
52 parts.remove(index);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Multipart.java 49 return mParts.remove(part);
53 mParts.remove(index);
  /packages/services/BuiltInPrintService/src/com/android/bips/
JobQueue.java 41 mJobs.remove(job);
58 mCurrent = mJobs.remove(0);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_itertools.py 34 # Remove the 'itertools'
36 it.remove()
39 dot.remove()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_itertools.py 34 # Remove the 'itertools'
36 it.remove()
39 dot.remove()
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_solaris_amd64.go 9 // TODO(aram): remove these before Go 1.3.
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_solaris_amd64.go 9 // TODO(aram): remove these before Go 1.3.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 37 std::remove(temp.c_str());
49 std::remove(temp.c_str());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.cons/
move.pass.cpp 36 std::remove(temp.c_str());
47 std::remove(temp.c_str());
pointer.pass.cpp 33 std::remove(temp.c_str());
43 std::remove(temp.c_str());
string.pass.cpp 34 std::remove(temp.c_str());
45 std::remove(temp.c_str());

Completed in 466 milliseconds

1 2 3 4 5 67 8 91011>>