HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 151 - 175 of 2091) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/tests/044-proxy/src/
Clash.java 35 System.err.println("Dupe did not throw expected exception");
37 System.out.println("Dupe threw expected exception");
44 System.err.println("Clash did not throw expected exception");
46 System.out.println("Clash threw expected exception");
  /dalvik/tests/060-reflection-security/src/
Enforcer.java 35 System.out.println("checkPackageAccess: " + pkg);
49 System.out.println("checkMemberAccess: " + c.getName() + ", " +
56 System.out.println("checkPermission: " + perm);
62 System.out.println("checkPermission: " + perm + ", " + context);
  /dalvik/tests/077-method-override/src/
Main.java 40 System.err.println("Got NSME - ovws");
42 System.out.println("Got expected exception - ovws");
48 System.err.println("Got NSME - ovws");
50 System.out.println("Got expected exception - oswv");
  /development/tools/idegen/src/
Log.java 31 System.out.println(message);
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 107 if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
151 System.out.println ("major_version: [" + major_version + ']');
152 System.out.println ("minor_version: [" + minor_version + ']')
    [all...]
  /external/emma/core/java12/com/vladium/util/
IConstants.java 26 String EOL = System.getProperty ("line.separator", "\n");
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
typedef.h 62 #error No System recognized
  /external/proguard/examples/annotations/examples/
NativeCallBack.java 42 System.out.println("The answer is " + answer);
  /external/proguard/src/proguard/
ProGuard.java 62 System.out.println(VERSION);
169 System.out.println("Printing configuration to [" + fileName(configuration.printConfiguration) + "]...");
191 System.out.println("Reading input...");
207 System.out.println("Initializing...");
221 System.out.println("Setting target versions...");
236 System.out.println("Printing kept classes, fields, and methods...");
278 System.out.println("Shrinking...");
283 System.out.println("Explaining why classes and class members are being kept...");
289 System.out.println("Printing usage to [" + fileName(configuration.printUsage) + "]...");
306 System.out.println("Inlining subroutines...")
    [all...]
  /frameworks/base/awt/com/android/internal/awt/
AndroidNativeEventQueue.java 40 System.out.println(getClass()+": empty method called");
46 System.out.println(getClass()+": empty method called");
53 System.out.println(getClass()+": empty method called");
59 System.out.println(getClass()+": empty method called");
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
typedef.h 62 #error No System recognized
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/console/
DdmConsole.java 21 * Static Console used to ouput messages. By default outputs the message to System.out and
22 * System.err, but can receive a IDdmConsole object which will actually do something.
37 System.err.println(message);
51 System.err.println(message);
65 System.out.println(message);
79 System.out.println(message);
  /dalvik/dx/src/junit/textui/
TestRunner.java 36 this(System.out);
115 long startTime= System.currentTimeMillis();
117 long endTime= System.currentTimeMillis();
129 System.in.read();
140 System.exit(FAILURE_EXIT);
141 System.exit(SUCCESS_EXIT);
143 System.err.println(e.getMessage());
144 System.exit(EXCEPTION_EXIT);
162 System.err.println("JUnit "+Version.id()+" by Kent Beck and Erich Gamma");
180 System.err.println(message)
    [all...]
  /dalvik/libcore/luni/src/test/java/junit/textui/
TestRunner.java 36 this(System.out);
115 long startTime= System.currentTimeMillis();
117 long endTime= System.currentTimeMillis();
129 System.in.read();
140 System.exit(FAILURE_EXIT);
141 System.exit(SUCCESS_EXIT);
143 System.err.println(e.getMessage());
144 System.exit(EXCEPTION_EXIT);
162 System.err.println("JUnit "+Version.id()+" by Kent Beck and Erich Gamma");
180 System.err.println(message)
    [all...]
  /frameworks/base/test-runner/src/junit/textui/
TestRunner.java 36 this(System.out);
115 long startTime= System.currentTimeMillis();
117 long endTime= System.currentTimeMillis();
129 System.in.read();
140 System.exit(FAILURE_EXIT);
141 System.exit(SUCCESS_EXIT);
143 System.err.println(e.getMessage());
144 System.exit(EXCEPTION_EXIT);
162 System.err.println("JUnit "+Version.id()+" by Kent Beck and Erich Gamma");
180 System.err.println(message)
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TreeMapTest.java 38 if (SPEW) System.out.println("Running doTest cycle #" + (i + 1));
52 if (SPEW) System.out.println("Adding val = " + val);
62 if (SPEW) System.out.println("tm = " + tm);
64 if (SPEW) System.out.println("tm.size() = " + tm.size());
65 if (SPEW) System.out.println("hm.size() = " + hm.size());
68 if (SPEW) System.out.println("tm.firstKey() = " + tm.firstKey());
69 if (SPEW) System.out.println("minVal = " + minVal);
70 if (SPEW) System.out.println("tm.lastKey() = " + tm.lastKey());
71 if (SPEW) System.out.println("maxVal = " + maxVal);
86 if (SPEW) System.out.println("Removing val = " + val)
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
UnresTest2.java 28 System.out.println("UnresTest2...");
47 System.out.println("UnresTest2 done");
  /dalvik/tests/014-math3/src/
Main.java 53 System.out.println("HEY: expected throws is " + expectedThrows);
55 System.out.println("testMath3 success");
  /dalvik/tests/081-hot-exceptions/src/
Main.java 39 System.out.println("sum = " + sum);
40 System.out.println("exception = " + exception);
  /external/jsr305/sampleUses/src/main/java/
LuhnVerification.java 18 System.out.println(result);
23 System.out.println(checkNumber(""));
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 57 Settings.System.putString(r, "test", "Value");
59 Settings.System.CONTENT_URI,
61 Settings.System.NAME,
62 Settings.System.VALUE,
66 cursor, Settings.System.NAME, true, null);
72 Settings.System.putString(r, "test", "New Value");
74 String value = v.getAsString(Settings.System.VALUE);
82 String value = v.getAsString(Settings.System.VALUE);
  /dalvik/tests/070-nio-buffer/src/
Main.java 54 System.err.println("ERROR: out-of-bounds put succeeded\n");
56 System.out.println("Got expected buffer overflow exception");
62 System.err.println("ERROR: out-of-bounds put succeeded\n");
64 System.out.println("Got expected out-of-bounds exception");
70 System.err.println("ERROR: out-of-bounds put succeeded\n");
72 System.out.println("Got expected buffer overflow exception");
  /packages/apps/Settings/src/com/android/settings/
PhysicalKeyboardSettings.java 25 import android.provider.Settings.System;
37 System.TEXT_AUTO_CAPS,
38 System.TEXT_AUTO_REPLACE,
39 System.TEXT_AUTO_PUNCTUATE,
62 pref.setChecked(System.getInt(resolver, mSettingsSystemId[i],
74 System.putInt(getContentResolver(), mSettingsSystemId[i],
  /dalvik/tests/057-iteration-performance/src/
Main.java 55 long t0 = System.nanoTime();
57 long t1 = System.nanoTime();
71 System.out.println("iters = " + iters);
82 System.out.println();
83 System.out.printf("%-7s A B C D E" +
86 System.out.println(" -------- -------- -------- -------- " +
101 System.out.printf("%4d: %8.3g %8.3g %8.3g %8.3g %8.3g %8.3g " +
133 System.out.println("Done with runs.");
146 System.out.println("\nAll times are within the expected ranges.");
180 System.out.printf("%c%d is too slow: %.3g vs. %.3g\n"
    [all...]
  /dalvik/tests/055-enum-performance/src/
Main.java 15 long time0 = System.nanoTime();
17 long time1 = System.nanoTime();
19 long time2 = System.nanoTime();
21 long time3 = System.nanoTime();
23 long time4 = System.nanoTime();
25 System.out.println("basis: performed " + count4 + " iterations");
26 System.out.println("test1: performed " + count1 + " iterations");
27 System.out.println("test2: performed " + count2 + " iterations");
28 System.out.println("test3: performed " + count3 + " iterations");
37 System.out.println("Timing is acceptable.")
    [all...]

Completed in 56 milliseconds

1 2 3 4 5 67 8 91011>>