HomeSort by relevance Sort by last modified time
    Searched full:println (Results 176 - 200 of 1108) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateTLS.java 101 logger.println("ConnectionStateTLS.create:");
102 logger.println(" cipher suite name: "
104 logger.println(" encryption alg name: " + algName);
105 logger.println(" mac alg name: " + macName);
106 logger.println(" hash size: " + hash_size);
107 logger.println(" block size: " + iv_size);
108 logger.println(" IV size (== block size):" + iv_size);
109 logger.println(" key size: " + key_size);
175 logger.println("is exportable: "+is_exportabe);
176 logger.println("master_secret")
    [all...]
Logger.java 56 public void println(String msg) { method in class:Logger.Stream
58 super.println(msg);
90 super.println(line);
94 super.println(line);
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 133 pw.print(prefix); pw.print("class="); pw.println(info.className);
137 pw.println(info.manageSpaceActivityName);
141 pw.print(" data="); pw.println(info.dataDir);
142 pw.print(prefix); pw.print("packageList="); pw.println(pkgList);
148 pw.println(instrumentationProfileFile);
150 pw.println(instrumentationArguments);
152 pw.println(instrumentationInfo);
158 pw.print(" curReceiver="); pw.println(curReceiver);
160 pw.print(starting); pw.print(" lastPss="); pw.println(lastPss);
162 pw.print(" lruWeight="); pw.println(lruWeight)
    [all...]
  /external/jdiff/src/jdiff/
JDiff.java 30 System.out.println("JDiff: doclet started ...");
63 System.out.println("Error: file '" + tempOldFileName + "' does not exist for the old API");
78 System.out.println("Error: file '" + tempNewFileName + "' does not exist for the new API");
112 System.out.println("JDiff: reading the comments in from file '" + commentsFileName + "'...");
115 System.out.println(" (the comments file will be created)");
128 System.out.println("JDiff: writing the comments out to file '" + commentsFileName + "'...");
134 System.out.println(", not including scanning the source files).");
136 System.out.println(").");
178 System.out.println("Looking for a local 'build.xml' configuration file");
185 System.out.println("JDiff version: " + JDiff.version)
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest3.java 398 System.out.println("Error " + err + " when testing BLOCKDATALONG");
420 System.out.println("Obj = " + objToSave);
432 System.out.println("Error when obj = " + objToSave);
455 System.out.println("Obj = " + objToSave);
467 System.out.println("Error when obj = " + objToSave);
490 System.out.println("Obj = " + objToSave);
502 System.out.println("Error when obj = " + objToSave);
525 System.out.println("Obj = " + objToSave);
537 System.out.println("Error when obj = " + objToSave);
560 System.out.println("Obj = " + objToSave)
    [all...]
  /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");
  /external/proguard/src/proguard/classfile/visitor/
SimpleClassPrinter.java 79 ps.println(ClassUtil.externalFullClassDescription(
89 ps.println(ClassUtil.externalFullClassDescription(
101 ps.println(ClassUtil.externalFullClassDescription(
118 ps.println(ClassUtil.externalFullClassDescription(
136 ps.println(ClassUtil.externalFullClassDescription(
153 ps.println(ClassUtil.externalFullClassDescription(
  /external/proguard/src/proguard/optimize/peephole/
UnreachableCodeRemover.java 94 System.err.println("Unexpected error while removing unreachable code:");
95 System.err.println(" Class = ["+clazz.getName()+"]");
96 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
97 System.err.println(" Exception = ["+ex.getClass().getName()+"] ("+ex.getMessage()+")");
108 System.out.println("UnreachableCodeRemover: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
127 System.out.println(" "+(reachableCodeMarker.isReachable(offset) ? "+" : "-")+" "+instruction.toString(offset));
  /external/proguard/src/proguard/util/
ListUtil.java 148 System.out.println("Input string: ["+args[0]+"]");
152 System.out.println("Resulting list:");
155 System.out.println("["+list.get(index)+"]");
162 System.out.println("Input list:");
165 System.out.println("["+list.get(index)+"]");
170 System.out.println("Resulting string: ["+string+"]");
  /frameworks/base/opengl/tools/glgen/src/
GenerateGLES.java 30 out.println(s);
51 System.out.println("Special-casing function " + fname);
75 System.err.println("Unknown flag: " + args[aidx]);
99 gl11Stream.println("/*");
100 gl11cStream.println("/*");
109 gl11Stream.println("}");
  /cts/tools/vm-tests/src/util/build/
DFHBuildStep.java 39 System.err.println("failed to create dir: "
51 System.err.println(e);
58 System.err.println("error in DFHBuildStep for inputfile "+inputFile.fileName+", outputfile "+outputFile.fileName);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java 116 System.out.println(", "+WalkerFactory.getAnalysisString(analysis));
147 System.out.println("axis: "+Axis.getNames(m_superAxis));
231 System.out.println("m_pattern"+m_pattern.toString());
253 System.out.println("next: "+next);
254 System.out.println("name: "+m_cdtm.getNodeName(next));
296 System.out.println("traverser: "+m_traverser);
298 System.out.println(", "+m_cdtm.getNodeName(n));
300 System.out.println("pattern: "+m_pattern.toString());
308 // System.out.println("analysis: "+Integer.toBinaryString(m_analysis));
309 System.out.println("score: "+score)
    [all...]
  /dalvik/tests/044-proxy/src/
Clash4.java 39 System.err.println("Clash4 did not throw expected exception");
41 System.out.println("Clash4 threw expected exception");
42 //System.out.println(iae);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 51 System.out.println(":Switch: " + intent.toURI());
57 System.err.println("** Failed talking with activity manager!");
61 System.out.println("** Permissions error starting activity "
  /external/proguard/src/proguard/optimize/evaluation/
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...]
  /frameworks/base/core/tests/coretests/src/android/net/
SSLTest.java 43 // System.out.println("going for write...");
47 // System.out.println("going for read...");
50 // System.out.println(new String(b));
  /dalvik/libcore/support/src/test/java/tests/resources/
Inserted_Entry_Manifest.jar 
Inserted_Entry_Manifest_with_DigestCode.jar 
Integrate.jar 
Modified_Class.jar 
Modified_Manifest_EntryAttributes.jar 
Modified_Manifest_MainAttributes.jar 
Modified_SF_EntryAttributes.jar 
hyts_Bar.ser 
hyts_mainClass.ser 

Completed in 40 milliseconds

1 2 3 4 5 6 78 91011>>