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

<<11121314151617181920>>

  /frameworks/base/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 41 i.putExtra(LoggingEvents.EXTRA_TIMESTAMP, System.currentTimeMillis());
  /frameworks/base/graphics/java/android/renderscript/
Matrix3f.java 57 System.arraycopy(mMat, 0, src, 0, 9);
  /frameworks/base/media/java/android/media/
CameraProfile.java 59 System.loadLibrary("media_jni");
  /frameworks/base/services/java/com/android/server/
EntropyService.java 36 * <p>When a Linux system starts up, the entropy pool associated with
54 private static final long START_TIME = System.currentTimeMillis();
55 private static final long START_NANOTIME = System.nanoTime();
142 out.println(System.currentTimeMillis());
143 out.println(System.nanoTime());
155 File systemDir = new File(dataDir, "system");
  /frameworks/base/services/java/com/android/server/am/
ReceiverList.java 61 return System.identityHashCode(this);
87 pw.print(Integer.toHexString(System.identityHashCode(bf)));
99 sb.append(Integer.toHexString(System.identityHashCode(this)));
107 sb.append(Integer.toHexString(System.identityHashCode(receiver.asBinder())));
  /frameworks/base/tests/CoreTests/android/core/
CryptoTest.java 65 long t0 = System.currentTimeMillis();
70 long t1 = System.currentTimeMillis();
74 long t2 = System.currentTimeMillis();
79 long t3 = System.currentTimeMillis();
  /frameworks/base/tools/preload/
PrintCsv.java 36 System.err.println("Usage: PrintCsv [compiled log file]");
37 System.exit(0);
42 printHeaders(System.out);
51 printRow(System.out, baseline, loadedClass);
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
MailboxList.java 67 System.out.println(mailbox.toString());
  /packages/apps/IM/src/com/android/im/engine/
ImException.java 88 System.err.println("ImError: " + mError);
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 81 return Settings.System.getInt(context.getContentResolver(),
82 Settings.System.AIRPLANE_MODE_ON, 0) != 0;
91 // Change the system setting
92 Settings.System.putInt(mContext.getContentResolver(), Settings.System.AIRPLANE_MODE_ON,
DevelopmentSettings.java 68 mKeepScreenOn.setChecked(Settings.System.getInt(getContentResolver(),
69 Settings.System.STAY_ON_WHILE_PLUGGED_IN, 0) != 0);
97 Settings.System.putInt(getContentResolver(), Settings.System.STAY_ON_WHILE_PLUGGED_IN,
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
LogReceiver.java 125 System.arraycopy(data, offset, mEntryHeaderBuffer, mEntryHeaderOffset, length);
134 System.arraycopy(data, offset, mEntryHeaderBuffer, mEntryHeaderOffset,
169 System.arraycopy(data, offset, mCurrentEntry.data, mEntryDataOffset, dataSize);
188 System.arraycopy(data, offset, mCurrentEntry.data, mEntryDataOffset, length);
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 55 System.out.println(e);
74 System.out.println("Usage: dumpeventlog <device s/n> <filepath>");
109 System.err.println("Timeout getting device list!");
130 System.err.println("Could not find " + args[0]);
  /sdk/traceview/src/com/android/traceview/
MainWindow.java 139 String toolsdir = System.getProperty("com.android.traceview.toolsdir"); //$NON-NLS-1$
188 System.out.printf("Usage: java %s [-r] trace%n", MainWindow.class.getName());
189 System.out.printf(" -r regression only%n");
196 System.out.printf("Qemu trace files not supported yet.\n");
197 System.exit(1);
211 System.err.printf("cannot convert old trace file '%s'\n", traceName);
212 System.exit(1);
216 System.err.printf("trace file '%s' not found\n", traceName);
217 System.exit(1);
  /dalvik/libcore/luni/src/main/java/java/io/
File.java 46 * An "abstract" representation of a file system entity identified by a
48 * of the file system) or relative to the current directory in which the program
60 * the operating system, and byte sequences returned by the operating system
77 * The system dependent file separator character.
78 * This field is initialized from the system property "file.separator".
84 * The system dependent file separator string.
90 * The system dependent path separator character.
91 * This field is initialized from the system property "path.separator".
97 * The system dependent path separator string
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
QueryTimeoutTest.java 151 System.out.println(" Executing "+queryString);
191 System.out.println("Initializing tables with prefix " + tablePrefix);
259 long startTime = System.currentTimeMillis();
261 long endTime = System.currentTimeMillis();
274 long startTime = System.currentTimeMillis();
276 long endTime = System.currentTimeMillis();
282 long startTime = System.currentTimeMillis();
284 long endTime = System.currentTimeMillis();
297 System.err.println("Discarding previous exception");
351 System.out.println("Testing timeout with fetch operations")
    [all...]
  /external/jdiff/src/jdiff/
APIComparator.java 41 System.out.println("JDiff: comparing the old and new APIs ...");
72 System.out.println("Package " + oldPkg.name_ + " was removed");
97 System.out.println("Package " + newPkg.name_ + " was added");
126 System.out.println("Error: no packages found in the APIs.");
130 System.out.println("Top level changes: " + differs + "/" + denom.intValue());
140 System.out.println(" Approximately " + percentage + "% difference between the APIs");
142 System.out.println(" Approximately " + approxPercentage + "% difference between the APIs");
152 System.out.println("Comparing old package " + oldPkg.name_ +
179 System.out.println(" Class " + oldClass.name_ + " was removed");
203 System.out.println(" Class " + newClass.name_ + " was added")
    [all...]
APIHandler.java 68 System.out.println(" finished");
152 System.out.println("Error: unknown element type: " + localName);
153 System.exit(-1);
220 System.out.println("Warning: text of comment does not end in a period: " + currentText);
265 System.out.println("Error: duplicate comment id: " + commentID);
266 System.exit(5);
337 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML API file:" + e);
342 System.out.println("Error (" + e.getLineNumber() + "): parsing XML API file:" + e);
344 System.exit(1);
348 System.out.println("Fatal Error (" + e.getLineNumber() + "): parsing XML API file:" + e)
    [all...]
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 265 System.err.println("Could not find " + mInputDevice);
461 System.out.println("Usage:");
462 System.out.println(" eventanalyzer [-t <TAG_FILE>] <SOURCE> <OUTPUT>");
463 System.out.println("");
464 System.out.println("Possible sources:");
465 System.out.println(" -fb <file> The path to a binary event log, gathered by dumpeventlog");
466 System.out.println(" -ft <file> The path to a text event log, gathered by adb logcat -b events");
467 System.out.println(" -F <folder> The path to a folder containing multiple text log files.");
468 System.out.println(" -s <serial> The serial number of the Device to grab the event log from.");
469 System.out.println("Options:")
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java 215 System.gc();
216 System.runFinalization();
229 System.gc();
230 System.runFinalization();
306 System.gc();
307 System.runFinalization();
348 System.gc();
349 System.runFinalization();
416 System.gc();
437 System.gc()
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ThreadGroup.java 28 * has the name "system". The benefit of using {@code ThreadGroup}s, in addition
88 // * Used by the JVM to create the "system" ThreadGroup. Construct a
89 // * ThreadGroup instance, and assign the name "system".
92 // name = "system";
146 * Initialize the special "system" ThreadGroup. Was "main" in Harmony,
150 this.name = "system";
217 System.arraycopy(childrenThreads, 0, newThreads, 0, numThreads);
242 System.arraycopy(childrenGroups, 0, newGroups, 0, numGroups);
279 SecurityManager currentManager = System.getSecurityManager();
545 * Outputs to {@code System.out} a text representation of th
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
PredicatedNodeTest.java 97 System.arraycopy(this.m_proximityPositions, 0,
199 // System.out.println("getProximityPosition - m_predicateIndex: "+m_predicateIndex);
326 // System.out.println("nPredicates: "+nPredicates);
341 // System.out.println("Executing predicate expression - waiting count: "+m_lpi.getWaitingCount());
343 // System.out.println("\nBack from executing predicate expression - waiting count: "+m_lpi.getWaitingCount());
344 // System.out.println("pred.getType(): "+pred.getType());
349 System.out.flush();
350 System.out.println("\n===== start predicate count ========");
351 System.out.println("m_predicateIndex: " + m_predicateIndex);
352 // System.out.println("getProximityPosition(m_predicateIndex):
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
ClassMerger.java 123 System.err.println("Unexpected error while merging classes:");
124 System.err.println(" Class = ["+programClass.getName()+"]");
125 System.err.println(" Target class = ["+targetClass.getName()+"]");
126 System.err.println(" Exception = ["+ex.getClass().getName()+"] ("+ex.getMessage()+")");
222 System.out.println("ClassMerger ["+programClass.getName()+"] -> ["+targetClass.getName()+"]");
223 System.out.println(" Source interface? ["+((programClass.getAccessFlags() & ClassConstants.INTERNAL_ACC_INTERFACE)!=0)+"]");
224 System.out.println(" Target interface? ["+((targetClass.getAccessFlags() & ClassConstants.INTERNAL_ACC_INTERFACE)!=0)+"]");
225 System.out.println(" Source subclasses ["+programClass.subClasses+"]");
226 System.out.println(" Target subclasses ["+targetClass.subClasses+"]");
227 System.out.println(" Source superclass ["+programClass.getSuperClass().getName()+"]")
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 98 System.arraycopy(value, 0, newData, 0, count);
119 System.arraycopy(chars, 0, value, count, chars.length);
138 System.arraycopy(chars, offset, value, count, length);
187 System.arraycopy(other.value, start, value, count, adding);
239 System.arraycopy(value, end, value, start, length);
242 System.arraycopy(value, 0, newData, 0, start);
243 System.arraycopy(value, end, newData, start, length);
262 System.arraycopy(value, location + 1, value, location, length);
265 System.arraycopy(value, 0, newData, 0, location);
266 System
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 254 long time = System.currentTimeMillis();
257 while (System.currentTimeMillis() - time < RECORD_TIME) {
269 time = System.currentTimeMillis();
272 while (System.currentTimeMillis() - time < RECORD_TIME) {
284 time = System.currentTimeMillis();
287 while (System.currentTimeMillis() - time < RECORD_TIME) {
307 time = System.currentTimeMillis();
310 while (System.currentTimeMillis() - time < RECORD_TIME) {

Completed in 76 milliseconds

<<11121314151617181920>>