HomeSort by relevance Sort by last modified time
    Searched full:remove (Results 326 - 350 of 23263) sorted by null

<<11121314151617181920>>

  /external/skia/src/gpu/text/
GrTextBlobCache.cpp 18 fBlobList.remove(blob);
  /external/testng/src/test/java/test/dataprovider/
FailingIterableDataProvider.java 29 public void remove() {} method
  /external/valgrind/drd/tests/
filter_annotate_barrier_xml 3 # Remove the three lines after "<fn>start_thread</fn>" if these start with
  /external/valgrind/memcheck/tests/solaris/
filter_scalar 13 # And finally remove temporary line with frame #0 present to unify
scalar.vgtest 4 # Remove all frames from the stack trace except the first one.
  /external/vboot_reference/scripts/image_signing/
remove_test_label.sh 7 # Remove the test label from lsb-release to prepare an image for
  /external/vulkan-validation-layers/libs/glm/gtx/
vector_angle.inl 26 # pragma message("GLM: angle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
45 # pragma message("GLM: angle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
65 # pragma message("GLM: orientedAngle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
90 # pragma message("GLM: orientedAngle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
  /external/webrtc/webrtc/common_video/include/
video_image.h 14 // TODO(pbos): Remove this file and include webrtc/video_frame.h instead.
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_shape.h 15 // TODO(sergeyu): Cleanup dependencies in chromium and remove this file.
  /external/webrtc/webrtc/p2p/base/
session.cc 11 // TODO(deadbeef): Remove this file when Chrome build files no longer reference
session.h 11 // TODO(deadbeef): Remove this file when Chrome build files no longer reference
sessionid.h 14 // TODO: Remove this file.
  /external/zxing/qr_scanner/
README.google 10 features remove.
  /frameworks/base/core/java/android/os/
RegistrantList.java 37 // if the handler is already in the registrant list, remove it
38 remove(h);
56 registrants.remove(i);
108 remove(Handler h) method in class:RegistrantList
  /frameworks/base/core/java/com/android/internal/midi/
MidiDispatcher.java 45 mReceivers.remove(receiver);
58 * Returns a {@link android.media.midi.MidiSender} which is used to add and remove
73 // if the receiver fails we remove the receiver but do not propagate the exception
74 mReceivers.remove(receiver);
  /frameworks/support/transition/ics/android/support/transition/
ViewGroupOverlay.java 54 * @see #remove(View)
66 * @see android.view.ViewOverlay#remove(Drawable)
68 public void remove(View view) { method in class:ViewGroupOverlay
69 mOverlayViewGroup.remove(view);
  /libcore/jsr166-tests/src/test/java/jsr166/
PriorityQueueTest.java 141 q.remove();
142 q.remove();
153 q.remove();
308 * remove removes next element, or throws NSEE if empty
313 assertEquals(i, q.remove());
316 q.remove();
322 * remove(x) removes x and returns true if present
328 assertTrue(q.remove(i));
334 assertTrue(q.remove(i));
336 assertFalse(q.remove(i + 1))
    [all...]
ThreadLocalTest.java 43 * remove causes next access to return initial value
49 tl.remove();
54 * remove in InheritableThreadLocal causes next access to return
61 itl.remove();
  /libcore/luni/src/main/java/libcore/util/
CollectionUtils.java 33 * @param trim true to remove reference objects from the iterable after
50 delegate.remove();
70 public void remove() { method
74 delegate.remove();
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidHashMapTest.java 60 map.remove("three");
73 assertNull(map.remove(null));
74 assertNull(map.remove("one"));
97 assertEquals(0, map.remove(null).intValue());
98 assertEquals(1, map.remove("one").intValue());
99 assertEquals(2, map.remove("two").intValue());
100 assertEquals(3, map.remove("three").intValue());
108 assertNull(map.remove(null));
109 assertNull(map.remove("one"));
  /ndk/build/tools/
dev-cleanup.sh 19 # Remove any intermediate files (e.g. object files) from the development
35 # Remove generated directories
39 # Remove prebuilt binaries
50 # Remove the temp directory.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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());
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderInfo.java 59 * Remove an app or shortcut. Does not change the DB.
63 public void remove(ShortcutInfo item) { method in class:FolderInfo
64 contents.remove(item);
90 listeners.remove(listener);
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
MultiLongSparseArrayTest.java 56 sparseArray.remove(0, "foo");
70 sparseArray.remove(i, "foo");
86 // remove them so they are all put in the cache.
88 sparseArray.remove(i, "foo");

Completed in 3134 milliseconds

<<11121314151617181920>>