OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removes
(Results
201 - 225
of
3315
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/container/heap/
example_intheap_test.go
35
// and
removes
them in order of priority.
/prebuilts/go/linux-x86/src/cmd/pprof/internal/tempfile/
tempfile.go
37
// Cleanup
removes
any temporary files selected for deferred cleaning.
/prebuilts/go/linux-x86/src/container/heap/
example_intheap_test.go
35
// and
removes
them in order of priority.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunch.java
42
/** Stops the launch, and
removes
it from the launch manager */
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-11.d
9
# Check that GC
removes
one of the three BPO:s, for the collected section.
/toolchain/binutils/binutils-2.25/libiberty/
insque.c
12
after @var{pred}. The @code{remque} routine
removes
@var{elem} from
/external/protobuf/gtest/test/
gtest_output_test.py
91
"""
Removes
all file location info from a Google Test program's output.
107
"""
Removes
all stack traces from a Google Test program's output."""
115
"""
Removes
all traces of stack traces from a Google Test program's output."""
122
"""
Removes
all time information from a Google Test program's output."""
128
"""
Removes
compiler-specific type info from Google Test program's output.
142
"""
Removes
test counts from a Google Test program's output."""
156
"""
Removes
output of specified tests from a Google Test program's output.
/libcore/jsr166-tests/src/test/java/jsr166/
LinkedListTest.java
228
* remove
removes
next element, or throws NSEE if empty
242
* remove(x)
removes
x and returns true if present
275
* clear
removes
all elements
322
* removeAll(c)
removes
only those elements of c and reports true if changed
420
* iterator.remove
removes
current element
472
* descendingIterator.remove
removes
current element
518
* pop
removes
next element, or throws NSEE if empty
617
* removeFirstOccurrence(x)
removes
x and returns true if present
632
* removeLastOccurrence(x)
removes
x and returns true if present
/libcore/luni/src/main/java/java/util/concurrent/
BlockingDeque.java
321
* Retrieves and
removes
the first element of this deque, waiting
330
* Retrieves and
removes
the last element of this deque, waiting
339
* Retrieves and
removes
the first element of this deque, waiting
355
* Retrieves and
removes
the last element of this deque, waiting
371
*
Removes
the first occurrence of the specified element from this deque.
373
* More formally,
removes
the first element {@code e} such that
389
*
Removes
the last occurrence of the specified element from this deque.
391
* More formally,
removes
the last element {@code e} such that
488
* Retrieves and
removes
the head of the queue represented by this deque
501
* Retrieves and
removes
the head of the queue represented by this dequ
[
all
...]
/external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java
178
// values of these
removes
, but the cache should be empty after the
removes
, regardless.
255
// values of these
removes
, but the cache should be empty after the
removes
, regardless.
332
// values of these
removes
, but the cache should be empty after the
removes
, regardless.
/external/proguard/docs/manual/
optimizations.html
82
<dd>
Removes
write-only fields.</dd>
103
<dd>
Removes
unused method parameters.</dd>
153
<dd>
Removes
dead code based on control flow analysis and data flow
158
<dd>
Removes
dead code based on a simple control flow analysis.</dd>
161
<dd>
Removes
unused variables from the local variable frame.</dd>
164
<dd>
Removes
exceptions with empty try blocks.</dd>
/libcore/ojluni/src/main/java/java/util/
Deque.java
270
* Retrieves and
removes
the first element of this deque. This method
280
* Retrieves and
removes
the last element of this deque. This method
290
* Retrieves and
removes
the first element of this deque,
298
* Retrieves and
removes
the last element of this deque,
343
*
Removes
the first occurrence of the specified element from this deque.
345
* More formally,
removes
the first element {@code e} such that
362
*
Removes
the last occurrence of the specified element from this deque.
364
* More formally,
removes
the last element {@code e} such that
430
* Retrieves and
removes
the head of the queue represented by this deque
443
* Retrieves and
removes
the head of the queue represented by this dequ
[
all
...]
/external/autotest/server/site_tests/audio_AudioBasicInternalMicrophone/
audio_AudioBasicInternalMicrophone.py
97
#
Removes
the beginning of recorded data. This is to avoid artifact
102
#
Removes
noise by a lowpass filter.
/external/autotest/server/site_tests/audio_AudioBasicInternalSpeaker/
audio_AudioBasicInternalSpeaker.py
93
#
Removes
the beginning of recorded data. This is to avoid artifact
98
#
Removes
noise by a lowpass filter.
/external/autotest/server/site_tests/audio_MediaBasicVerification/
audio_MediaBasicVerification.py
86
#
Removes
the beginning of recorded data. This is to avoid artifact
91
#
Removes
noise by a lowpass filter.
/external/curl/docs/libcurl/opts/
CURLOPT_QUOTE.3
68
The rm command
removes
the file specified by the file operand.
70
The rmdir command
removes
the directory entry specified by the directory
/external/libbrillo/brillo/
url_utils.h
29
//
Removes
the query string/fragment from |url| and returns the query string.
59
//
Removes
the query string and/or a fragment part from URL.
/external/libweave/src/commands/
command_queue.h
66
//
Removes
a command identified by |id| from the queue.
69
//
Removes
old commands scheduled by RemoveLater() to be deleted after
/external/proguard/src/proguard/classfile/
ClassPool.java
59
*
Removes
the given Clazz from the class pool.
68
*
Removes
the specified Clazz from the class pool.
/external/v8/src/base/
smart-pointers.h
22
// Copy constructor
removes
the pointer from the original to avoid double
61
// the copy constructor it
removes
the pointer in the original to avoid
/external/webrtc/webrtc/modules/audio_coding/neteq/
audio_vector.h
54
//
Removes
|length| elements from the beginning of this object.
57
//
Removes
|length| elements from the end of this object.
sync_buffer.h
31
// Adds the contents of |append_this| to the back of the SyncBuffer.
Removes
37
// Adds |length| zeros to the beginning of each channel.
Removes
/external/webrtc/webrtc/p2p/base/
stunrequest.h
42
//
Removes
a stun request that was added previously. This will happen
46
//
Removes
all stun requests that were added previously.
/frameworks/base/core/java/android/util/
LongArray.java
107
*
Removes
all values from this array.
150
*
Removes
the value at the specified index from this array.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskKeyLruCache.java
102
/**
Removes
a cache entry for a specific key. */
109
/**
Removes
all the entries in the cache. */
Completed in 1181 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>