HomeSort by relevance Sort by last modified time
    Searched full:finish (Results 26 - 50 of 1474) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/c/
OP_MOVE_FROM16.c 8 FINISH(2);
OP_MOVE_RESULT.c 7 FINISH(1);
OP_MOVE_WIDE_16.c 7 FINISH(3);
OP_MOVE_WIDE_FROM16.c 7 FINISH(2);
OP_REM_DOUBLE.c 12 FINISH(2);
OP_REM_FLOAT.c 12 FINISH(2);
OP_RSUB_INT.c 9 FINISH(2);
OP_RSUB_INT_LIT8.c 11 FINISH(2);
OP_CONST_STRING_JUMBO.c 19 FINISH(3);
OP_GOTO_32.c 13 FINISH(offset);
OP_MONITOR_ENTER.c 19 FINISH(1);
OP_MOVE_WIDE.c 9 FINISH(1);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
Base64Encoder.java 146 int finish = end - 4; local
148 i = nextI(data, i, finish);
150 while (i < finish)
154 i = nextI(data, i, finish);
158 i = nextI(data, i, finish);
162 i = nextI(data, i, finish);
172 i = nextI(data, i, finish);
180 private int nextI(byte[] data, int i, int finish)
182 while ((i < finish) && ignore((char)data[i]))
216 int finish = end - 4 local
    [all...]
  /cts/tests/src/android/app/cts/
AliasActivityStub.java 33 public void finish() { method in class:AliasActivityStub
34 super.finish();
TestedScreen.java 44 finish(); method
47 finish(); method
97 finish();
112 finish(); method
  /external/webkit/WebCore/manual-tests/
onblur-remove.html 12 function finish() {
27 <input onblur="numBlurs++" onfocus="setTimeout('finish()', 0)">
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPatternTutorial.java 39 finish(); method
55 // Canceling, so finish all
57 finish(); method
62 finish(); method
  /external/quake/src/com/android/quake/
PreconditionActivityHelper.java 44 activity.finish();
48 * Start the original activity, and finish the precondition activity.
56 preconditionActivity.finish();
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
index-get-and-set.html 16 function finish()
26 finish();
70 finish();
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
index-get-and-set.html 16 function finish()
26 finish();
70 finish();
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaArcRasterizer.java 30 static void addX0LineSeg(MultiRectArea mra, int[] line, int cx, int cy, int b, int start, int finish) {
35 if (x1 <= finish && x2 >= start) {
36 mra.addRect(cx + Math.max(x1, start), y, cx + Math.min(x2, finish), y);
42 static void addX1LineSeg(MultiRectArea mra, int[] line, int cx, int cy, int b, int start, int finish) {
47 if (x1 <= finish && x2 >= start) {
48 mra.addRect(cx + Math.max(x1, start), y, cx + Math.min(x2, finish), y);
54 static void addX2LineSeg(MultiRectArea mra, int[] line, int cx, int cy, int b, int start, int finish) {
59 if (x1 <= finish && x2 >= start) {
60 mra.addRect(cx - Math.min(x2, finish), y, cx - Math.max(x1, start), y);
66 static void addX3LineSeg(MultiRectArea mra, int[] line, int cx, int cy, int b, int start, int finish) {
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 47 finish();
69 finish(); method
106 finish(); method
110 finish(); method
120 finish(); method
171 finish(); method
  /dalvik/vm/mterp/x86-atom/
OP_CMP_LONG.S 47 FINISH 2 # jump to next instruction
51 FINISH 2 # jump to next instruction
55 FINISH 2 # jump to next instruction
  /frameworks/base/core/java/com/android/internal/app/
AlertActivity.java 54 finish(); method
58 // This is called after the click, since we finish when handling the
61 finish(); method
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FilterTest.java 22 * 3. XMLFormatter.java should be finish for Monday (not a lot to do) but as I beginn want to finish.
25 * COMPLETE = Tests finish and should be working. If error check the test before to make a ticket.
26 * PARTIAL = Tests finish, but need special reviewing

Completed in 48 milliseconds

12 3 4 5 6 7 8 91011>>