OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removes
(Results
501 - 525
of
3315
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
ByteArray.java
177
/**
Removes
and returns the item at the specified index. */
190
/**
Removes
the items between the specified indices, inclusive. */
206
/**
Removes
from this array all of elements contained in the specified array.
225
/**
Removes
and returns the last item. */
CharArray.java
177
/**
Removes
and returns the item at the specified index. */
190
/**
Removes
the items between the specified indices, inclusive. */
206
/**
Removes
from this array all of elements contained in the specified array.
225
/**
Removes
and returns the last item. */
FloatArray.java
177
/**
Removes
and returns the item at the specified index. */
190
/**
Removes
the items between the specified indices, inclusive. */
206
/**
Removes
from this array all of elements contained in the specified array.
225
/**
Removes
and returns the last item. */
IntArray.java
177
/**
Removes
and returns the item at the specified index. */
190
/**
Removes
the items between the specified indices, inclusive. */
206
/**
Removes
from this array all of elements contained in the specified array.
225
/**
Removes
and returns the last item. */
LongArray.java
177
/**
Removes
and returns the item at the specified index. */
190
/**
Removes
the items between the specified indices, inclusive. */
206
/**
Removes
from this array all of elements contained in the specified array.
225
/**
Removes
and returns the last item. */
Pool.java
86
/**
Removes
all free objects from this pool. */
PooledLinkedList.java
104
/**
Removes
the current list item based on the iterator position. */
ShortArray.java
184
/**
Removes
and returns the item at the specified index. */
197
/**
Removes
the items between the specified indices, inclusive. */
213
/**
Removes
from this array all of elements contained in the specified array.
232
/**
Removes
and returns the last item. */
/external/llvm/include/llvm/Support/
FileUtilities.h
37
/// If an exception is thrown from a region, the object
removes
the filename
Signals.h
35
/// This function
removes
a file from the list of files to be removed on
/external/llvm/lib/CodeGen/
LiveDebugVariables.h
12
// The analysis
removes
DBG_VALUE instructions for virtual registers and tracks
/external/llvm/lib/Target/X86/
X86.h
57
/// Return a pass that
removes
redundant address recalculations.
/external/llvm/lib/Transforms/IPO/
StripDeadPrototypes.cpp
11
// dead declarations and
removes
them. Dead declarations are declarations of
/external/llvm/test/Transforms/LoopUnroll/
2011-08-09-IVSimplify.ll
7
;
removes
unrolled loop exits given that 128 is a multiple of 4.
/external/mdnsresponder/mDNSShared/
dnsextd.h
85
CacheRecord *EventList; // New answers (adds/
removes
) to be sent to client
/external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.h
80
*
Removes
the item pointed to by the current iterator from the hash.
/external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h
105
/** returns last occurred error and
removes
it from the error stack */
/external/okhttp/okio/okio/src/main/java/okio/
Sink.java
52
/**
Removes
{@code byteCount} bytes from {@code source} and appends them to this. */
Source.java
64
*
Removes
at least 1, and up to {@code byteCount} bytes from this and appends
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
audio_fifo.h
112
*
Removes
the data without reading it.
/external/proguard/src/proguard/obfuscate/
ParameterNameMarker.java
30
* attributes that it visits. It keeps parameter names and types and
removes
/external/proguard/src/proguard/optimize/
ParameterShrinker.java
32
* This AttributeVisitor
removes
unused parameters from the code of the methods
/external/proguard/src/proguard/optimize/peephole/
RetargetedInnerClassAttributeRemover.java
34
* This ClassVisitor
removes
InnerClasses and EnclosingMethod attributes in
UnreachableExceptionRemover.java
31
* This AttributeVisitor
removes
exception handlers that are unreachable in the
VariableShrinker.java
33
* This MemberVisitor
removes
unused local variables from the code of the methods
Completed in 831 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>