/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/ |
PatternTest.java | 647 System.out.println(mat.group()); 648 System.out.flush(); 676 System.out.println(mat.group(2)); 677 System.out.println(mat.group(3)); 678 System.out.println(mat.group(4)); [all...] |
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLEngineImplTest.java | 56 System.out.println(""); 57 System.out.println("========================"); 58 System.out.println("====== Running the test: " + getName()); 59 System.out.println("========================"); 71 System.out.println("\n===== Interact over suite: " 220 System.arraycopy(supported, 0, 269 System.arraycopy(supported, 0, 271 System.arraycopy(supported, i, 329 System.arraycopy(supported, i, 504 System.out.println("\nError processing test:") [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTSchema.java | 111 "doctype-system", [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 242 System.err.println("Created var: "+var.getName()+(isGlobal ? "(Global)" : "")); 285 System.err.println(" " + e.getSystemId() + " Line " + e.getLineNumber()); 354 System.err.print(first.getClass().getName()); 355 System.err.println(" at " + first.getSystemId() + " Line " + first.getLineNumber()); 422 System.err.print( 425 System.err.println(" (global)"); 427 System.err.println(); 654 System.err.println("Created var: "+var.getName()+(isGlobal ? "(Global)" : "")); [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JDKKeyStore.java | 138 random.setSeed(System.currentTimeMillis());
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 265 System.arraycopy (m_readbuf, 0, data, 0, data.length); 277 fnfe.printStackTrace (System.out); 328 System.arraycopy (m_readbuf, 0, data, 0, data.length); 481 // System.out.println (clsDef.getName () + " metadata:"); 482 // System.out.println (profile.root ().dump (0.2)); 504 System.arraycopy (m_readbuf, 0, outdata, 0, m_readpos); 515 fnfe.printStackTrace (System.out); 557 System.arraycopy (m_readbuf, 0, data, 0, data.length); 653 long start = System.currentTimeMillis (); 725 final long end = System.currentTimeMillis () [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Bytecode.java | 40 System.arraycopy(buffer, 0, b, 0, size); 84 System.arraycopy(buffer, 0, newBuf, 0, size); [all...] |
ClassFile.java | 548 System.arraycopy(interfaces, 0, newarray, 0, n);
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPRequest.java | 640 System.arraycopy(rlbytes, 0, retval, 0, rlbytes.length); 641 System.arraycopy(superbytes, 0, retval, rlbytes.length, superbytes.length); [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 123 System.err.println("Unexpected error while shrinking instructions after partial evaluation:"); 124 System.err.println(" Class = ["+clazz.getName()+"]"); 125 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 126 System.err.println(" Exception = ["+ex.getClass().getName()+"] ("+ex.getMessage()+")"); 127 System.err.println("Not optimizing this method"); 143 System.out.println(); 144 System.out.println("Class "+ClassUtil.externalClassName(clazz.getName())); 145 System.out.println("Method "+ClassUtil.externalFullMethodDescription(clazz.getName(), 163 if (DEBUG) System.out.println("Invocation simplification:"); 177 if (DEBUG) System.out.println("Usage initialization: ") [all...] |
PartialEvaluator.java | 184 System.err.println("Unexpected error while performing partial evaluation:"); 185 System.err.println(" Class = ["+clazz.getName()+"]"); 186 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 187 System.err.println(" Exception = ["+ex.getClass().getName()+"] ("+ex.getMessage()+")"); 204 System.out.println(); 205 System.out.println("Partial evaluation: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)); 206 System.out.println(" Max locals = "+codeAttribute.u2maxLocals); 207 System.out.println(" Max stack = "+codeAttribute.u2maxStack); 231 System.out.println("Evaluation results:"); 238 System.out.println("Branch target from ["+branchOriginValues[offset]+"]:") [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
CodedOutputStream.java | 883 System.arraycopy(value, offset, buffer, position, length); 889 System.arraycopy(value, offset, buffer, position, bytesWritten); 900 System.arraycopy(value, offset, buffer, 0, length); [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
CodedOutputStreamMicro.java | 847 System.arraycopy(value, offset, buffer, position, length); 853 System.arraycopy(value, offset, buffer, position, bytesWritten); 864 System.arraycopy(value, offset, buffer, 0, length); [all...] |
/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/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 64 "Error: Could not access the Package Manager. Is the system running?"; 80 System.err.println(PM_NOT_RUNNING_ERR); 166 System.err.println("Error: unknown command '" + op + "'"); 186 System.err.println("Error: didn't specify type of data to list"); 203 System.err.println("Error: unknown list type '" + type + "'"); 235 System.err.println("Error: Unknown option: " + opt); 241 System.err.println("Error: " + ex.toString()); 263 System.out.print("package:"); 265 System.out.print(info.applicationInfo.sourceDir); 266 System.out.print("=") [all...] |
/frameworks/base/core/java/android/app/ |
Notification.java | 248 * you pass are honored exactly. Use the system defaults (TODO) if possible 316 this.when = System.currentTimeMillis(); 339 * @param when The time to show in the time field. In the System.currentTimeMillis 431 System.arraycopy(vibrate, 0, vib, 0, N); 659 * Automatically sets the when field to {@link System#currentTimeMillis() 660 * System.currentTimeMllis()} and the audio stream to the {@link #STREAM_DEFAULT}. 670 mWhen = System.currentTimeMillis(); [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 144 * The filter {@link #setPriority} value at which system high-priority 154 * The filter {@link #setPriority} value at which system low-priority 273 System.arraycopy(set, 0, newSet, 0, N); 288 System.arraycopy(set, pos+1, set, pos, copyLen); 296 if (pos > 0) System.arraycopy(set, 0, newSet, 0, pos); 297 if ((pos+1) < N) System.arraycopy(set, pos+1, newSet, pos, N-(pos+1)); [all...] |
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 369 * Prints the contents of a Cursor to System.out. The position is restored 375 dumpCursor(cursor, System.out); 434 * Prints the contents of a Cursor's current row to System.out. 439 dumpCurrentRow(cursor, System.out); [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
Keyboard.java | 746 System.arraycopy(indices, 0, cell, 0, count); [all...] |
/frameworks/base/core/java/android/text/ |
SpannableStringBuilder.java | 133 System.arraycopy(mText, 0, newtext, 0, mGapStart); 134 System.arraycopy(mText, mText.length - after, 161 System.arraycopy(mText, where, 166 System.arraycopy(mText, where + mGapLength - overlap, 406 System.arraycopy(mSpans, i + 1, mSpans, i, count); 407 System.arraycopy(mSpanStarts, i + 1, mSpanStarts, i, count); 408 System.arraycopy(mSpanEnds, i + 1, mSpanEnds, i, count); 409 System.arraycopy(mSpanFlags, i + 1, mSpanFlags, i, count); 596 System.arraycopy(mSpans, 0, newspans, 0, mSpanCount); 597 System.arraycopy(mSpanStarts, 0, newspanstarts, 0, mSpanCount) [all...] |
StaticLayout.java | 645 System.arraycopy(lines, 0, grow, 0, lines.length); 650 System.arraycopy(mLineDirections, 0, grow2, 0, [all...] |
/frameworks/base/core/java/android/widget/ |
DatePicker.java | 274 mCurrentDate.setTimeInMillis(System.currentTimeMillis());
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 32 import dalvik.system.VMRuntime; 33 import dalvik.system.Zygote; 72 " <\"start-system-server\"|\"\" for startSystemServer>"; 159 String env = System.getenv(ANDROID_SOCKET_ENV); 264 System.gc(); 291 System.gc(); 340 System.gc(); 376 System.gc(); 399 System.gc(); 430 System.gc() [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 67 System.arraycopy(mTraceX, 0, newTraceX, 0, mTraceCount); 71 System.arraycopy(mTraceY, 0, newTraceY, 0, mTraceCount); 745 System.arraycopy(oldChars, 0, newChars, 0, oldLength);
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestActivity.java | 362 long startTime = System.currentTimeMillis(); 364 if ((System.currentTimeMillis() - startTime) > timeout) { 398 long startTime = System.currentTimeMillis(); 400 if ((System.currentTimeMillis() - startTime) > timeout) { 426 long startTime = System.currentTimeMillis(); 428 if ((System.currentTimeMillis() - startTime) > timeout) { 458 long startTime = System.currentTimeMillis(); 460 if ((System.currentTimeMillis() - startTime) > timeout) { 606 long startTime = System.currentTimeMillis(); 608 if ((System.currentTimeMillis() - startTime) > WIFI_SCAN_TIMEOUT) [all...] |