OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removes
(Results
251 - 275
of
5081
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveRegUnits.h
72
///
Removes
all register units covered by physical register \p Reg.
78
///
Removes
register units not preserved by the regmask \p RegMask.
96
/// This
removes
all register units defined or clobbered in \p MI and then
118
///
Removes
all register units marked in the bitvector \p RegUnits.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveRegUnits.h
72
///
Removes
all register units covered by physical register \p Reg.
78
///
Removes
register units not preserved by the regmask \p RegMask.
96
/// This
removes
all register units defined or clobbered in \p MI and then
118
///
Removes
all register units marked in the bitvector \p RegUnits.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveRegUnits.h
72
///
Removes
all register units covered by physical register \p Reg.
78
///
Removes
register units not preserved by the regmask \p RegMask.
96
/// This
removes
all register units defined or clobbered in \p MI and then
118
///
Removes
all register units marked in the bitvector \p RegUnits.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveRegUnits.h
72
///
Removes
all register units covered by physical register \p Reg.
78
///
Removes
register units not preserved by the regmask \p RegMask.
96
/// This
removes
all register units defined or clobbered in \p MI and then
118
///
Removes
all register units marked in the bitvector \p RegUnits.
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveRegUnits.h
72
///
Removes
all register units covered by physical register \p Reg.
78
///
Removes
register units not preserved by the regmask \p RegMask.
96
/// This
removes
all register units defined or clobbered in \p MI and then
118
///
Removes
all register units marked in the bitvector \p RegUnits.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveRegUnits.h
72
///
Removes
all register units covered by physical register \p Reg.
78
///
Removes
register units not preserved by the regmask \p RegMask.
96
/// This
removes
all register units defined or clobbered in \p MI and then
118
///
Removes
all register units marked in the bitvector \p RegUnits.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveRegUnits.h
72
///
Removes
all register units covered by physical register \p Reg.
78
///
Removes
register units not preserved by the regmask \p RegMask.
96
/// This
removes
all register units defined or clobbered in \p MI and then
118
///
Removes
all register units marked in the bitvector \p RegUnits.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveRegUnits.h
72
///
Removes
all register units covered by physical register \p Reg.
78
///
Removes
register units not preserved by the regmask \p RegMask.
96
/// This
removes
all register units defined or clobbered in \p MI and then
118
///
Removes
all register units marked in the bitvector \p RegUnits.
/prebuilts/go/darwin-x86/src/container/heap/
example_intheap_test.go
35
// and
removes
them in order of priority.
/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 */
/system/chre/platform/slpi/include/chre/platform/slpi/
power_control_util.h
52
*
Removes
a big image vote from CHRE. Should only be called when the system is
/system/core/libprocessgroup/include/processgroup/
processgroup.h
25
// Return 0 and
removes
the cgroup if there are no longer any processes in it.
/system/sepolicy/build/
file_utils.py
34
""""
Removes
lines in input_file that match any line in pattern_files."""
/toolchain/binutils/binutils-2.27/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.27/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.
/prebuilts/go/darwin-x86/src/internal/poll/
fd_mutex.go
98
// decref
removes
a reference from mu.
158
// unlock
removes
a reference from mu and unlocks mu.
206
// decref
removes
a reference from fd.
225
// readUnlock
removes
a reference from fd and unlocks fd for reading.
243
// writeUnlock
removes
a reference from fd and unlocks fd for writing.
/prebuilts/go/linux-x86/src/internal/poll/
fd_mutex.go
98
// decref
removes
a reference from mu.
158
// unlock
removes
a reference from mu and unlocks mu.
206
// decref
removes
a reference from fd.
225
// readUnlock
removes
a reference from fd and unlocks fd for reading.
243
// writeUnlock
removes
a reference from fd and unlocks fd for writing.
/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/ojluni/src/main/java/java/util/concurrent/
BlockingDeque.java
350
* Retrieves and
removes
the first element of this deque, waiting
359
* Retrieves and
removes
the last element of this deque, waiting
368
* Retrieves and
removes
the first element of this deque, waiting
384
* Retrieves and
removes
the last element of this deque, waiting
400
*
Removes
the first occurrence of the specified element from this deque.
402
* More formally,
removes
the first element {@code e} such that
418
*
Removes
the last occurrence of the specified element from this deque.
420
* More formally,
removes
the last element {@code e} such that
517
* Retrieves and
removes
the head of the queue represented by this deque
530
* 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_AudioBasicInternalSpeaker/
audio_AudioBasicInternalSpeaker.py
94
#
Removes
the beginning of recorded data. This is to avoid artifact
99
#
Removes
noise by a lowpass filter.
Completed in 1765 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>