Home
last modified time | relevance | path

Searched defs:remove (Results 326 – 350 of 5515) sorted by relevance

1...<<11121314151617181920>>...221

/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DUnicodeSet.java665 public android.icu.text.UnicodeSet remove(int start, int end) { throw new RuntimeException("Stub!")… in remove() method in UnicodeSet
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove() method in UnicodeSet
685 public final android.icu.text.UnicodeSet remove(java.lang.CharSequence s) { throw new RuntimeExcept… in remove() method in UnicodeSet
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DVector.java811 public boolean remove(Object o) { in remove() method
841 public synchronized E remove(int index) { in remove() method
1277 public void remove() { in remove() method in Itr
DProperties.java1329 public synchronized Object remove(Object key) { in remove() method in Properties
1381 @Override public boolean remove(Object o) { return entrySet.remove(o); } in remove() method in Properties.EntrySet
1460 public synchronized boolean remove(Object key, Object value) { in remove() method in Properties
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DUnicodeSet.java665 public android.icu.text.UnicodeSet remove(int start, int end) { throw new RuntimeException("Stub!")… in remove() method in UnicodeSet
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove() method in UnicodeSet
685 public final android.icu.text.UnicodeSet remove(java.lang.CharSequence s) { throw new RuntimeExcept… in remove() method in UnicodeSet
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DUnicodeSet.java665 public android.icu.text.UnicodeSet remove(int start, int end) { throw new RuntimeException("Stub!")… in remove() method in UnicodeSet
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove() method in UnicodeSet
685 public final android.icu.text.UnicodeSet remove(java.lang.CharSequence s) { throw new RuntimeExcept… in remove() method in UnicodeSet
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DVector.java811 public boolean remove(Object o) { in remove() method
841 public synchronized E remove(int index) { in remove() method
1277 public void remove() { in remove() method in Itr
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DUnicodeSet.java665 public android.icu.text.UnicodeSet remove(int start, int end) { throw new RuntimeException("Stub!")… in remove() method in UnicodeSet
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove() method in UnicodeSet
685 public final android.icu.text.UnicodeSet remove(java.lang.CharSequence s) { throw new RuntimeExcept… in remove() method in UnicodeSet
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DUnicodeSet.java665 public android.icu.text.UnicodeSet remove(int start, int end) { throw new RuntimeException("Stub!")… in remove() method in UnicodeSet
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove() method in UnicodeSet
685 public final android.icu.text.UnicodeSet remove(java.lang.CharSequence s) { throw new RuntimeExcept… in remove() method in UnicodeSet
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DUnicodeSet.java665 public android.icu.text.UnicodeSet remove(int start, int end) { throw new RuntimeException("Stub!")… in remove() method in UnicodeSet
675 public final android.icu.text.UnicodeSet remove(int c) { throw new RuntimeException("Stub!"); } in remove() method in UnicodeSet
685 public final android.icu.text.UnicodeSet remove(java.lang.CharSequence s) { throw new RuntimeExcept… in remove() method in UnicodeSet
/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3collections.h132 pANTLR3_HASH_ENTRY (*remove) (struct ANTLR3_HASH_TABLE_struct * table, void * key); member
189 void * (*remove) (struct ANTLR3_LIST_struct * list, ANTLR3_INTKEY key); member
268 void * (*remove) (struct ANTLR3_VECTOR_struct * vector, ANTLR3_UINT32 entry); member
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DVector.java811 public boolean remove(Object o) { in remove() method
841 public synchronized E remove(int index) { in remove() method
1277 public void remove() { in remove() method in Itr
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Dtable.rs410 pub fn remove(&mut self, key: &str) -> Option<Item> { in remove() method
561 fn remove(&mut self, key: &str) -> Option<Item>; in remove() method
625 fn remove(&mut self, key: &str) -> Option<Item> { in remove() method
756 pub fn remove(self) -> Item { in remove() method
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java449 public void remove(Cue cue) { in remove() method in SubtitleTrack.CueList
512 public void remove() { in remove() method in EntryIterator
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DPriorityQueue.java97 public boolean remove(java.lang.Object o) { in remove() method in PriorityQueue
218 public void remove() { in remove() method in PriorityQueue.Itr
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/security/
H A DProvider.annotated.java65 public synchronized java.lang.Object remove(java.lang.Object key) { throw new RuntimeException("Stu… in remove() method in Provider
67 public synchronized boolean remove(java.lang.Object key, java.lang.Object value) { throw new Runtim… in remove() method in Provider
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/hppc/
H A DLongScatterSet.kt143 fun remove(key: Long): Boolean { in remove() method
/aosp_15_r20/frameworks/av/media/utils/
H A DTimerThread.cpp306 std::shared_ptr<const TimerThread::Request> TimerThread::NoTimeoutMap::remove(Handle handle) { in remove() function in android::mediautils::TimerThread::NoTimeoutMap
432 std::shared_ptr<const TimerThread::Request> TimerThread::MonitorThread::remove(Handle handle) { in remove() function in android::mediautils::TimerThread::MonitorThread
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DSdkFileWriter.kt161 val remove = in generate() constant
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dlist.rs199 pub(crate) fn remove(&self, task: &Task<S>) -> Option<Task<S>> { in remove() method
300 pub(crate) fn remove(&self, task: &Task<S>) -> Option<Task<S>> { in remove() method
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DVector.annotated.java97 public boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in remove() method in Vector
101 @libcore.util.NullFromTypeParam public synchronized E remove(int index) { throw new RuntimeExceptio… in remove() method in Vector
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentLinkedDeque.java1000 public E remove() { return removeFirst(); } in remove() method in ConcurrentLinkedDeque
1141 public boolean remove(Object o) { in remove() method in ConcurrentLinkedDeque
1421 public void remove() { in remove() method in ConcurrentLinkedDeque.AbstractItr
/aosp_15_r20/system/security/keystore2/legacykeystore/
H A Dlib.rs149 fn remove(&mut self, caller_uid: u32, alias: &str) -> Result<bool> { in remove() method
356 fn remove(&self, alias: &str, uid: i32) -> Result<()> { in remove() method
555 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentLinkedDeque.java1000 public E remove() { return removeFirst(); } in remove() method in ConcurrentLinkedDeque
1141 public boolean remove(Object o) { in remove() method in ConcurrentLinkedDeque
1421 public void remove() { in remove() method in ConcurrentLinkedDeque.AbstractItr
H A DLinkedBlockingDeque.java664 public E remove() { in remove() method in LinkedBlockingDeque
788 public boolean remove(Object o) { in remove() method in LinkedBlockingDeque
1146 public void remove() { in remove() method in LinkedBlockingDeque.AbstractItr
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedBlockingDeque.java664 public E remove() { in remove() method in LinkedBlockingDeque
788 public boolean remove(Object o) { in remove() method in LinkedBlockingDeque
1146 public void remove() { in remove() method in LinkedBlockingDeque.AbstractItr

1...<<11121314151617181920>>...221