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

<<51525354555657585960>>

  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 275 if (zone.inDaylightTime(new Date(System.currentTimeMillis()))) {
461 pw.print(System.currentTimeMillis()); pw.println("):");
613 sb.append(Integer.toHexString(System.identityHashCode(this)));
656 final long nowRTC = System.currentTimeMillis();
730 final long nowRTC = System.currentTimeMillis();
783 calendar.setTimeInMillis(System.currentTimeMillis());
793 calendar.setTimeInMillis(System.currentTimeMillis());
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 30 import dalvik.system.VMDebug;
182 long time = System.currentTimeMillis();
184 if (System.currentTimeMillis() - time > TIME) {
188 if (System.currentTimeMillis() - time > TIME / 2 && !mHasNofify) {
CountDownTimerTest.java 44 mStartTime = System.currentTimeMillis();
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 59 System.out.println(dexFile);
346 System.out.println(E);
347 System.out.println(E.getFields());
  /cts/tools/host/src/com/android/cts/
TestHost.java 116 System.exit(-1);
181 //give the system some time to avoid asserting
185 //give the system some time to avoid asserting
310 cfgPath = System.getProperty("HOST_CONFIG");
344 cfgPath = System.getProperty("HOST_CONFIG");
  /dalvik/libcore/luni/src/main/java/java/lang/
Long.java 206 * Returns the {@code Long} value of the system property identified by
212 * the name of the requested system property.
219 String prop = System.getProperty(string);
231 * Returns the {@code Long} value of the system property identified by
237 * the name of the requested system property.
239 * the default value that is returned if there is no long system
248 String prop = System.getProperty(string);
260 * Returns the {@code Long} value of the system property identified by
266 * the name of the requested system property.
268 * the default value that is returned if there is no long system
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
NetworkInterfaceTest.java 178 System.setSecurityManager(new mySecurityManager(notOkAddresses));
265 System.setSecurityManager(null);
611 System.setSecurityManager(null);
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
LocaleTest.java 573 SecurityManager oldSm = System.getSecurityManager();
574 System.setSecurityManager(sm);
581 System.setSecurityManager(oldSm);
FormatterTest.java 292 if (!("root".equals(System.getProperty("user.name")))) {
299 SecurityManager oldsm = System.getSecurityManager();
300 System.setSecurityManager(new MockSecurityManager());
307 System.setSecurityManager(oldsm);
354 if (!("root".equals(System.getProperty("user.name")))) {
361 SecurityManager oldsm = System.getSecurityManager();
362 System.setSecurityManager(new MockSecurityManager());
369 System.setSecurityManager(oldsm);
425 if (!("root".equals(System.getProperty("user.name")))) {
432 SecurityManager oldsm = System.getSecurityManager()
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
DatabaseTest.java 115 System.out.println("2: Error opening File: Dir "+dbFile.getPath()+" Name: "+dbFile.getPath());
117 System.err.println("Non SQLException "+e.getMessage());
120 System.out.println("Database setup fails: "+e.getMessage());
132 System.err.println("Error closing DB "+dbFile.getPath());
452 System.out.println("Last error: " + db.error_message());
582 System.out.println("Round 2 Error: "+s);
613 // System.out.println("Round 2 Error"+s);
617 // System.out.println("BUSY: No Error!");
632 // System.out.println("Error in test setup "+e2.toString());
732 System.out.println("Round 2 Error"+s)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 171 //System.out.println (prefixMap);
180 System.arraycopy(
259 System.arraycopy(arr, 0, bigger, 0, arr.length);
627 System.arraycopy(txtBuf, 0, bigger, 0, txtPos);
735 System.arraycopy(nspCounts, 0, bigger, 0, nspCounts.length);
791 // System.out.println("broken entitiy: "+get(pos-1));
903 // System.arraycopy (peek, 1, peek, 0, peekCount-1);
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 495 long now = System.currentTimeMillis();
565 long endTime = mTimes[mTimesIdx] = System.currentTimeMillis();
598 long expirationTime = System.currentTimeMillis() + durationMillis;
  /external/jdiff/src/jdiff/
HTMLStatistics.java 174 System.out.println("IO Error while attempting to create " + filename);
175 System.out.println("Error: " + e.getMessage());
176 System.exit(1);
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 583 System.out.println("InstructionSequenceMatcher: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]: "+patternInstructions[patternInstructionIndex].toString(patternInstructionIndex)+(condition?"\t== ":"\t ")+instruction.toString(offset));
605 System.out.println("InstructionSequenceMatcher: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]");
608 System.out.println(" "+InstructionFactory.create(codeAttribute.code, matchedInstructionOffsets[index]).toString(matchedInstructionOffsets[index]));
  /frameworks/base/core/java/android/widget/
TableLayout.java 504 System.arraycopy(widths, 0, mMaxWidths, 0, newLength);
514 System.arraycopy(oldMaxWidths, 0, mMaxWidths, 0,
516 System.arraycopy(widths, oldMaxWidths.length,
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 25 import dalvik.system.PathClassLoader;
26 import dalvik.system.Zygote;
453 System.arraycopy(args, curArg, remainingArgs, 0,
532 // System UID is restricted, except in factory test mode
545 "System UID may not launch process with UID < "
722 newStderr = System.err;
752 System.arraycopy(parsedArgs.remainingArgs, 1,
  /frameworks/base/obex/javax/obex/
ServerOperation.java 201 System.arraycopy(requestHeader.mAuthResp, 0, replyHeader.mAuthResp, 0,
326 System.arraycopy(headerArray, start, sendHeader, 0, sendHeader.length);
476 System.arraycopy(requestHeader.mAuthResp, 0, replyHeader.mAuthResp, 0,
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java     [all...]
  /build/tools/apicheck/src/com/android/apicheck/
Errors.java 71 System.err.println(m.toString());
  /build/tools/droiddoc/src/
AttrTagInfo.java 129 System.out.println(msg);
Proofread.java 44 System.err.println("error opening file: " + filename);
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 55 String fileName = "test" + System.currentTimeMillis();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java 170 long dateAdded = System.currentTimeMillis();
172 long dateModified = System.currentTimeMillis();
286 long dateAdded = System.currentTimeMillis();
288 long dateModified = System.currentTimeMillis();
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManager_CacheResultTest.java 148 final long time = System.currentTimeMillis();
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 62 System.arraycopy(stack, 0, result.stack, 0, stack.length);

Completed in 582 milliseconds

<<51525354555657585960>>