OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FINISH
(Results
101 - 110
of
110
) sorted by null
1
2
3
4
5
/libcore/luni/src/main/java/java/util/zip/
Deflater.java
36
* deflater.
finish
();
127
private static final int
FINISH
= 4;
291
public synchronized void
finish
() {
method in class:Deflater
292
flushParm =
FINISH
;
296
* Returns true if {@link #
finish
finish
} has been called and all
339
* {@link #
finish
} must be called to ensure the compressed data is output.
/dalvik/vm/mterp/x86-atom/
OP_NEW_ARRAY.S
73
*
Finish
allocation.
92
FINISH
2 # jump to next instruction
OP_CHECK_CAST.S
50
FINISH
2 # jump to next instruction
OP_NEW_INSTANCE.S
81
FINISH
2 # jump to next instruction
OP_FILLED_NEW_ARRAY.S
109
js 2f # if length was zero,
finish
151
FINISH
3 # jump to next instruction
header.S
311
* This is an attempt to split up
FINISH
in order to reduce or remove
325
* This is an attempt to split up
FINISH
in order to reduce or remove
339
* This is an attempt to split up
FINISH
in order to reduce or remove
353
*
FINISH
in order to reduce or remove potential stalls due to the wait for rFINISH.
379
.macro
FINISH
_count
/dalvik/vm/mterp/c/
gotoTargets.cpp
112
FINISH
(5);
114
FINISH
(3);
641
/* use
FINISH
on the caller's invoke instruction */
646
FINISH
(3);
792
*
finish
here with an exception still pending.
798
FINISH
(0);
[
all
...]
/dalvik/vm/mterp/out/
InterpAsm-x86-atom.S
318
* This is an attempt to split up
FINISH
in order to reduce or remove
332
* This is an attempt to split up
FINISH
in order to reduce or remove
346
* This is an attempt to split up
FINISH
in order to reduce or remove
360
*
FINISH
in order to reduce or remove potential stalls due to the wait for rFINISH.
386
.macro
FINISH
_count
481
FINISH
1 # jump to next instruction
[
all
...]
/cts/tools/host/src/com/android/cts/
TestPackage.java
47
*
FINISH
for stopping.
49
public static final String
FINISH
= "
finish
";
518
* Handle the missing
FINISH
event.
546
Log.d("Err: Missing
FINISH
msg for test " + mCurrentTest.getFullName());
748
Log.d("installAPK " + apkPath + "
finish
");
924
* guarding timer is expired, this task will be executed to force the
finish
[
all
...]
TestDevice.java
[
all
...]
Completed in 1214 milliseconds
1
2
3
4
5