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

<<61626364656667686970>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 297 @param systemid System id
370 // System.err.println("In " + debug_statenames[theState] + " got " + nicechar(ch) + " doing " + debug_actionnames[action] + " then " + debug_statenames[theNextState]);
429 // System.out.println("Got " + ch1 + " in state " + ((theState == S_ENT) ? "S_ENT" : ((theState == S_NCR) ? "S_NCR" : "UNK")));
454 // System.err.println("%%" + new String(theOutputBuffer, 0, theSize));
457 // System.err.println("%% value = " + ent);
570 // System.err.println("%%% Empty tag seen");
620 System.arraycopy(theOutputBuffer, 0, newOutputBuffer, 0, theSize+1);
634 Reader r = new InputStreamReader(System.in, "UTF-8");
635 Writer w = new OutputStreamWriter(System.out, "UTF-8");
  /frameworks/base/core/java/android/view/
ViewGroup.java 413 System.out.println(this + " requestChildFocus()");
503 System.out.println(this + " clearChildFocus()");
531 System.out.println(this + " unFocus()");
569 System.out.println("Find focus in " + this + ": flags="
858 // offset the event to the view's coordinate system
924 // finally offset the event to the target's coordinate system and
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 31 import dalvik.system.VMRuntime;
32 import dalvik.system.Zygote;
33 import dalvik.system.SamplingProfiler;
180 String env = System.getenv(ANDROID_SOCKET_ENV);
362 long startTime = System.nanoTime();
376 long delta = System.nanoTime() - startTime;
506 * Finish remaining work for the newly forked system server process.
535 * Prepare the arguments and fork for the system server process.
539 /* Hardcoded command line to start the system server */
557 * Enable debugging of the system process if *either* the command line flag
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 300 Random random = new Random(System.currentTimeMillis());
484 Random random = new Random(System.currentTimeMillis());
517 Random random = new Random(System.currentTimeMillis());
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 728 currentTime.set(System.currentTimeMillis());
735 location.setTime(System.currentTimeMillis());
747 final long currentTime = System.currentTimeMillis();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 449 if (V) timestamp = System.currentTimeMillis();
464 + (System.currentTimeMillis() - timestamp) + " ms");
531 mTimestamp = System.currentTimeMillis();
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 698 // (For example, the current voicemail system can't tell
775 System.currentTimeMillis() // Show the time the MWI notification came in,
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 904 System.out.println("extra in data " + b.getBagId());
905 System.out.println(ASN1Dump.dumpAsString(b));
    [all...]
BrokenJCEBlockCipher.java 324 System.out.println("eeek!");
437 System.arraycopy(tmp, 0, out, 0, len);
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 256 startTime = System.currentTimeMillis();
689 mClockFadeTime = System.currentTimeMillis();
977 // Let the system handle other keypresses
1013 mSunCal.setTimeInMillis(System.currentTimeMillis());
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 440 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
447 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
459 final float now = System.nanoTime() / NANOTIME_DIV;
692 mSmoothingTime = System.nanoTime() / NANOTIME_DIV;
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 88 * simply prints a message to System.err and ignores its second parameter.
339 * System.err.
346 System.err.println(message);
568 /** Write a debugging message to System.err for the debugging version
575 System.err.println(mess);
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
Socket.java 205 * order specified by the system property {@code "java.net.preferIPv6Addresses"}.
236 * order specified by the system property {@code "java.net.preferIPv6Addresses"}.
269 * order specified by the system property {@code "java.net.preferIPv6Addresses"}.
414 SecurityManager security = System.getSecurityManager();
629 SecurityManager security = System.getSecurityManager();
    [all...]
URLConnection.java 806 SecurityManager sManager = System.getSecurityManager();
906 SecurityManager manager = System.getSecurityManager();
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java     [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramPacketTest.java 258 System.out.println("thread exception: " + e);
288 System.err.println("port: " + port + " datagram server error: ");
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java     [all...]
FileChannelTest.java 590 System.arraycopy(CONTENT_AS_BYTES, 0, expectedResult, 0, POSITION);
591 System.arraycopy(CONTENT_AS_BYTES, 0, expectedResult, POSITION,
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
PolicyUtils.java 83 * Auxiliary action for accessing system properties in a bundle.
88 * Returns system properties.
91 return System.getProperties();
96 * Auxiliary action for accessing specific system property.
101 * A key of a required system property.
123 * Returns specified system property.
126 return System.getProperty(key);
320 * Converts a file path to URI without accessing file system
398 * dynamic policy location via system properties is allowed.
405 * system properties is allowed
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 77 System.err.println("Magic number is wrong -- are you sure " +
94 System.err.println("Endian constant has unexpected value " +
133 //System.out.println("reading " + count + " strings");
146 //System.out.println("STR: " + i + ": " + mStrings[i]);
157 //System.out.println("reading " + count + " typeIds");
163 //System.out.println(i + ": " + mTypeIds[i].descriptorIdx +
175 //System.out.println("reading " + count + " protoIds");
187 //System.out.println(i + ": " + mProtoIds[i].shortyIdx +
221 //System.out.println("reading " + count + " fieldIds");
229 //System.out.println(i + ": " + mFieldIds[i].nameIdx
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 271 (System.currentTimeMillis() + tunit.toMillis(timeout));
352 (deadline.getTime() <= System.currentTimeMillis())) {
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 69 if (trace1) start = System.currentTimeMillis ();
86 end = System.currentTimeMillis ();
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 69 if (trace1) start = System.currentTimeMillis ();
78 end = System.currentTimeMillis ();
  /external/libpng/scripts/
makevms.com 20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolEditor.java 640 System.arraycopy(constantPool, 0,
648 System.out.println(targetClass.getName()+": adding ["+constant.getClass().getName()+"] at index "+targetClass.u2constantPoolCount);

Completed in 831 milliseconds

<<61626364656667686970>>