OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removes
(Results
276 - 300
of
3315
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ArrayObjectAdapter.java
120
*
Removes
the first occurrence of the given item from the adapter.
147
*
Removes
a range of items from the adapter. The range is specified by giving
168
*
Removes
all items from this adapter, leaving it empty.
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentNavigableMap.java
90
* removal, which
removes
the corresponding mapping from the map,
108
* removal, which
removes
the corresponding mapping from the map,
128
* removal, which
removes
the corresponding mapping from the map,
BlockingQueue.java
228
* Retrieves and
removes
the head of this queue, waiting if necessary
237
* Retrieves and
removes
the head of this queue, waiting up to the
267
*
Removes
a single instance of the specified element from this queue,
268
* if it is present. More formally,
removes
an element {@code e} such
300
*
Removes
all available elements from this queue and adds them
325
*
Removes
at most the given number of available elements from
/packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionManager.java
121
*
Removes
the session with the given uri from the manager. This may not
128
*
Removes
a previously added listener from receiving further capture
158
*
Removes
any existing error messages for the session with the given URI.
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
SparseLongArray.java
87
*
Removes
the mapping from the specified key, if there was any.
98
*
Removes
the mapping at the given index.
186
*
Removes
all key-value mappings from this SparseIntArray.
/prebuilts/go/darwin-x86/src/container/heap/
heap.go
13
// ordering for the Less method, so Push adds items while Pop
removes
the
57
// Pop
removes
the minimum element (according to Less) from the heap
68
// Remove
removes
the element at index i from the heap.
/prebuilts/go/linux-x86/src/container/heap/
heap.go
13
// ordering for the Less method, so Push adds items while Pop
removes
the
57
// Pop
removes
the minimum element (according to Less) from the heap
68
// Remove
removes
the element at index i from the heap.
/system/connectivity/shill/bin/
ff_debug
30
ff_debug adds and
removes
debug tags for flimflam.
44
Adds network and
removes
service tags from the existing debug settings
63
--reset :
Removes
all tagging
/frameworks/base/core/java/android/util/
SparseArray.java
35
* HashMap, since lookups require a binary search and adds and
removes
require inserting
123
*
Removes
the mapping from the specified key, if there was any.
138
*
Removes
the mapping from the specified key, if there was any, returning the old value.
162
*
Removes
the mapping at the specified index.
357
*
Removes
all key-value mappings from this SparseArray.
/frameworks/base/core/java/android/webkit/
CookieManager.java
157
*
Removes
all session cookies, which are cookies without an expiration
164
*
Removes
all session cookies, which are cookies without an expiration
180
*
Removes
all cookies.
187
*
Removes
all cookies.
218
*
Removes
all expired cookies.
/libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentLinkedQueueTest.java
274
* remove
removes
next element, or throws NSEE if empty
288
* remove(x)
removes
x and returns true if present
321
* clear
removes
all elements
368
* removeAll(c)
removes
only those elements of c and reports true if changed
482
* iterator.remove
removes
current element
PriorityQueueTest.java
308
* remove
removes
next element, or throws NSEE if empty
322
* remove(x)
removes
x and returns true if present
355
* clear
removes
all elements
402
* removeAll(c)
removes
only those elements of c and reports true if changed
462
* iterator.remove
removes
current element
ArrayDequeTest.java
149
* pop()
removes
next element, or throws NSEE if empty
380
* remove()
removes
next element, or throws NSEE if empty
394
* remove(x)
removes
x and returns true if present
503
* removeFirst()
removes
first element, or throws NSEE if empty
518
* removeLast()
removes
last element, or throws NSEE if empty
533
* removeFirstOccurrence(x)
removes
x and returns true if present
548
* removeLastOccurrence(x)
removes
x and returns true if present
575
* clear
removes
all elements
618
* removeAll(c)
removes
only those elements of c and reports true if changed
781
* iterator.remove()
removes
current elemen
[
all
...]
ConcurrentLinkedDequeTest.java
153
* pop()
removes
first element, or throws NSEE if empty
424
* remove()
removes
next element, or throws NSEE if empty
438
* remove(x)
removes
x and returns true if present
518
* removeFirst()
removes
first element, or throws NSEE if empty
533
* removeLast()
removes
last element, or throws NSEE if empty
548
* removeFirstOccurrence(x)
removes
x and returns true if present
563
* removeLastOccurrence(x)
removes
x and returns true if present
590
* clear()
removes
all elements
637
* removeAll(c)
removes
only those elements of c and reports true if changed
753
* iterator.remove()
removes
current elemen
[
all
...]
/external/dbus/dbus/
dbus-list.c
394
*
Removes
a value from the list. Only
removes
the
425
*
Removes
a value from the list. Only
removes
the
480
*
Removes
the given link from the list, but doesn't
481
* free it. _dbus_list_remove_link() both
removes
the
510
*
Removes
a link from the list. This is a constant-time operation.
610
*
Removes
the first link in the list and returns it. This is a
631
*
Removes
the first value in the list and returns it. This is a
654
*
Removes
the last value in the list and returns it. This is
[
all
...]
/external/proguard/src/proguard/shrink/
ClassShrinker.java
36
* This ClassVisitor
removes
constant pool entries, class members, and other
358
*
Removes
all entries that are not marked as being used from the given
432
*
Removes
all indices that point to unused constant pool entries
457
*
Removes
all Clazz objects that are not marked as being used
490
*
Removes
all entries that are not marked as being used from the given
533
*
Removes
all VisitorAccepter objects that are not marked as being used
/external/chromium-trace/catapult/devil/devil/android/
flag_changer.py
69
"""
Removes
flags from the command line, if they exist.
85
"""Appends and
removes
flags to/from the command line if they aren't already
114
"""Writes out the command line to the file, or
removes
it if empty."""
/external/chromium-trace/catapult/third_party/html5lib-python/doc/
movingparts.rst
117
removes
tags from the stream which are not necessary to produce valid
120
* :class:`sanitizer.Filter <html5lib.filters.sanitizer.Filter>`
removes
202
This is a tokenizer that
removes
unsafe markup and CSS styles from the
/external/guava/guava/src/com/google/common/collect/
RangeSet.java
138
*
Removes
the specified range from this {@code RangeSet} (optional operation). After this
149
*
Removes
all ranges from this {@code RangeSet} (optional operation). After this operation,
172
*
Removes
all of the ranges from the specified range set from this range set (optional
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParallelArray.java
200
/**
Removes
the channel with the given id*/
229
/**
Removes
the element at the given index and swaps it with the last available element */
249
/**
Removes
all the channels and sets size to 0 */
/external/llvm/test/Transforms/IndVarSimplify/
elim-extend.ll
6
; IV rewrite only
removes
one sext. WidenIVs
removes
all three.
37
; As with postincConstIV, WidenIVs
removes
all three sexts.
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java
83
*
Removes
all HTTP headers including any "Content-Length" and
120
*
Removes
all headers named {@code name}, then adds a new header with the
134
/**
Removes
all headers named {@code name}. */
/external/smali/util/src/main/java/org/jf/util/
SparseIntArray.java
99
*
Removes
the mapping from the specified key, if there was any.
110
*
Removes
the mapping at the given index.
209
*
Removes
all key-value mappings from this SparseIntArray.
/external/webrtc/webrtc/p2p/base/
relayserver.h
62
//
Removes
this server socket from the list.
113
// Adds/
Removes
the a connection or binding.
196
// Adds/
Removes
a connection into the binding.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
SparseWeakArray.java
91
*
Removes
the mapping from the specified key, if there was any.
112
*
Removes
the mapping at the specified index.
263
*
Removes
all key-value mappings from this SparseArray.
Completed in 4172 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>