Home
last modified time | relevance | path

Searched refs:println (Results 1 – 25 of 1539) sorted by relevance

12345678910>>...62

/external/vogar/src/vogar/
DVogar.java221 System.out.println("Usage: Vogar [options]... <actions>... [-- target args]..."); in printUsage()
222 System.out.println(); in printUsage()
223 System.out.println(" <actions>: .java files, directories, or class names."); in printUsage()
224 System.out.println(" These should be JUnit tests, jtreg tests, Caliper benchmarks"); in printUsage()
225 System.out.println(" or executable Java classes."); in printUsage()
226 System.out.println(); in printUsage()
227 … System.out.println(" When passing in a JUnit test class, it may have \"#method_name\""); in printUsage()
228 System.out.println(" appended to it, to specify a single test method."); in printUsage()
229 System.out.println(); in printUsage()
230 … System.out.println(" [args]: arguments passed to the target process. This is only useful when"); in printUsage()
[all …]
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DTest.java77 System.out.println(j.toString()); in main()
81 System.out.println(j.toString(4)); in main()
82 System.out.println(XML.toString(j)); in main()
86 System.out.println(j.toString(4)); in main()
87 System.out.println(); in main()
90 System.out.println(j.toString()); in main()
91 System.out.println(JSONML.toString(j)); in main()
92 System.out.println(); in main()
95 System.out.println(a.toString(4)); in main()
96 System.out.println(JSONML.toString(a)); in main()
[all …]
/external/jdiff/src/jdiff/
DDiff.java169 System.out.println("Old Text:"); in addDiffs()
173 System.out.println(":END"); in addDiffs()
174 System.out.println("New Text:"); in addDiffs()
178 System.out.println(":END"); in addDiffs()
198 System.out.println("HUNK: "); in addDiffs()
199 System.out.println("inserts: " + inserts); in addDiffs()
200 System.out.println("deletes: " + deletes); in addDiffs()
201 System.out.println("first0: " + first0); in addDiffs()
202 System.out.println("last0: " + last0); in addDiffs()
203 System.out.println("first1: " + first1); in addDiffs()
[all …]
DRootDocToXML.java43 System.out.println("JDiff: writing the API to file '" + tempFileName + "'..."); in writeXML()
53 System.out.println("IO Error while attempting to create " + tempFileName); in writeXML()
54 System.out.println("Error: " + e.getMessage()); in writeXML()
93 xsdFile.println("<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"no\"?>"); in writeXSD()
94 xsdFile.println("<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">"); in writeXSD()
95 xsdFile.println(""); in writeXSD()
96 xsdFile.println("<xsd:annotation>"); in writeXSD()
97 xsdFile.println(" <xsd:documentation>"); in writeXSD()
98 xsdFile.println(" Schema for JDiff API representation."); in writeXSD()
99 xsdFile.println(" </xsd:documentation>"); in writeXSD()
[all …]
DComments.java66 System.out.println("SAXException: " + saxe); in readFile()
70 System.out.println("ParserConfigurationException: " + pce); in readFile()
84 System.out.println("SAX Parser does not recognize feature: " + snre); in readFile()
88 System.out.println("SAX Parser feature is not supported: " + snse); in readFile()
92 System.out.println("SAX Exception parsing file '" + filename + "' : " + saxe); in readFile()
96 System.out.println("IOException parsing file '" + filename + "' : " + ioe); in readFile()
127 xsdFile.println("<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"no\"?>"); in writeXSD()
128 xsdFile.println("<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">"); in writeXSD()
129 xsdFile.println(); in writeXSD()
130 xsdFile.println("<xsd:annotation>"); in writeXSD()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java71 logWriter.println("==> testCombinedEvents_01 started"); in testCombinedEvents_01()
84 logWriter.println("=> debuggeeClassID = " + debuggeeClassID); in testCombinedEvents_01()
87 logWriter.println("=> threadID = " + threadID); in testCombinedEvents_01()
90 logWriter.println("=> runMethodID = " + runMethodID); in testCombinedEvents_01()
92 logWriter.println(""); in testCombinedEvents_01()
93 logWriter.println("=> Info for tested method '" + methodForEvents + "':"); in testCombinedEvents_01()
100 logWriter.println("=> testedMethodID = " + testedMethodID); in testCombinedEvents_01()
104 logWriter.println(""); in testCombinedEvents_01()
105 logWriter.println("=> Set request for BREAKPOINT event in debuggee: " in testCombinedEvents_01()
116 logWriter.println("=> Breakpoint requestID = " + breakpointRequestID); in testCombinedEvents_01()
[all …]
DCombinedEvents003Test.java64 logWriter.println("==> testCombinedEvents003_01 started"); in testCombinedEvents003_01()
75 logWriter.println("=> debuggeeClassID = " + debuggeeClassID); in testCombinedEvents003_01()
78 logWriter.println("=> threadID = " + threadID); in testCombinedEvents003_01()
81 logWriter.println("=> runMethodID = " + runMethodID); in testCombinedEvents003_01()
84 logWriter.println("=> dummyMethodID = " + dummyMethodID); in testCombinedEvents003_01()
86 logWriter.println(""); in testCombinedEvents003_01()
87 logWriter.println("=> Info for tested method '" + methodForEvents + "':"); in testCombinedEvents003_01()
94 logWriter.println("=> testedMethodID = " + testedMethodID); in testCombinedEvents003_01()
98 logWriter.println(""); in testCombinedEvents003_01()
99 logWriter.println("=> Set request for BREAKPOINT event in debuggee: " in testCombinedEvents003_01()
[all …]
DBreakpoint002Debuggee.java82 logWriter.println("Calling breakpointReturnVoid"); in callSmallMethods()
85 logWriter.println("Calling breakpointReturnIntConst"); in callSmallMethods()
87 logWriter.println("intConstant = " + intConstant); in callSmallMethods()
89 logWriter.println("Calling breakpointReturnLongConst"); in callSmallMethods()
91 logWriter.println("longConstant = " + longConstant); in callSmallMethods()
93 logWriter.println("Calling breakpointReturnIntArg"); in callSmallMethods()
95 logWriter.println("intArg = " + intArg); in callSmallMethods()
97 logWriter.println("Calling breakpointReturnLongArg"); in callSmallMethods()
99 logWriter.println("longArg = " + longArg); in callSmallMethods()
101 logWriter.println("Calling breakpointReturnLongArg"); in callSmallMethods()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFrames002Test.java67 logWriter.println("==> testPopSeveralFrames started"); in testPopSeveralFrames()
70 logWriter.println("=> Check capability: canPopFrames"); in testPopSeveralFrames()
72 logWriter.println("##WARNING: this VM doesn't possess capability: canPopFrames"); in testPopSeveralFrames()
81 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testPopSeveralFrames()
84 logWriter.println("=> Set breakpoint at the beginning of " + breakpointMethodName); in testPopSeveralFrames()
92 logWriter.println("=> Wait for breakpoint in " + breakpointMethodName); in testPopSeveralFrames()
96 logWriter.println("=> breakpointThreadID = " + breakpointThreadID); in testPopSeveralFrames()
99 logWriter.println(""); in testPopSeveralFrames()
100 logWriter.println("=> Get frames before PopFrames command, thread = " + breakpointThreadID); in testPopSeveralFrames()
102 logWriter.println("=> Frames before popFrame"); in testPopSeveralFrames()
[all …]
DPopFramesTest.java58 logWriter.println("==> testPopFramesTest001 started"); in testPopFramesTest001()
61 logWriter.println("=> Check capability: canPopFrames"); in testPopFramesTest001()
63 logWriter.println("##WARNING: this VM doesn't possess capability: canPopFrames"); in testPopFramesTest001()
72 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testPopFramesTest001()
74 logWriter.println("=> Set breakpoint at the beginning of " + breakpointMethodName); in testPopFramesTest001()
81 logWriter.println("=> Wait for breakpoint in " + breakpointMethodName); in testPopFramesTest001()
85 logWriter.println("=> breakpointThreadID = " + breakpointThreadID); in testPopFramesTest001()
88 logWriter.println(""); in testPopFramesTest001()
89 logWriter.println("=> Get frames before PopFrames command, thread = " + breakpointThreadID); in testPopFramesTest001()
91 logWriter.println("=> Frames before popFrame"); in testPopFramesTest001()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DSetValues004Debuggee.java50 logWriter.println("--> Debuggee: SetValues004Debuggee: START"); in run()
64 …logWriter.println("\n--> Debuggee: SetValues004Debuggee: Before ObjectReference::SetValues command… in run()
65 logWriter.println("--> intArrayField value = " + testedObject.intArrayField); in run()
66 logWriter.println("--> objectArrayField value = " + testedObject.objectArrayField); in run()
67 logWriter.println("--> objectField value = " + testedObject.objectField); in run()
68 logWriter.println("--> stringField value = " + testedObject.stringField); in run()
69 logWriter.println("--> threadField value = " + testedObject.threadField); in run()
70 logWriter.println("--> threadGroupField value = " + testedObject.threadGroupField); in run()
71 logWriter.println("--> classField value = " + testedObject.classField); in run()
72 logWriter.println("--> classLoaderField value = " + testedObject.classLoaderField); in run()
[all …]
DSetValuesDebuggee.java46 logWriter.println("--> Debuggee: SetValuesDebuggee: START"); in run()
51 logWriter.println("--> Debuggee: SetValuesDebuggee: CHECK for set fields..."); in run()
54 logWriter.println("\n--> intField value = " + setValuesDebuggeeObject.intField); in run()
56 logWriter.println("##> Debuggee: FAILURE: Unexpected value"); in run()
57 logWriter.println("##> Expected value = 1111"); in run()
60 logWriter.println("--> Debuggee: PASSED: Expected value"); in run()
63 logWriter.println("\n--> longField value = " + setValuesDebuggeeObject.longField); in run()
65 logWriter.println("##> Debuggee: FAILURE: Unexpected value"); in run()
66 logWriter.println("##> Expected value = 22222222"); in run()
69 logWriter.println("--> Debuggee: PASSED: Expected value"); in run()
[all …]
DMonitorInfoTest.java64 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START..."); in testMonitorInfo001()
71 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testMonitorInfo001()
72 logWriter.println("=> referenceTypeID for Debuggee class = " + refTypeID); in testMonitorInfo001()
76 logWriter.println in testMonitorInfo001()
91 logWriter.println("=> Returned values number = " + returnedValuesNumber); in testMonitorInfo001()
96 logWriter.println("=> Returned field value tag for checked object= " + checkedObjectFieldTag in testMonitorInfo001()
103 logWriter.println("=> Returned checked ObjectID = " + checkedObjectID); in testMonitorInfo001()
105 logWriter.println("=> Send VirtualMachine::Suspend command..."); in testMonitorInfo001()
115 logWriter.println in testMonitorInfo001()
129 logWriter.println("=> " + thisCommandName + " returns ERROR = " + errorCode in testMonitorInfo001()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DRedefineClassesTest.java112 logWriter.println("=> Check capability: canRedefineClasses"); in testRedefineClasses001()
114 logWriter.println("##WARNING: this VM doesn't possess capability: canRedefineClasses"); in testRedefineClasses001()
118 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START..."); in testRedefineClasses001()
122 logWriter.println in testRedefineClasses001()
124 logWriter.println in testRedefineClasses001()
126 logWriter.println in testRedefineClasses001()
128 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": FINISH"); in testRedefineClasses001()
132 logWriter.println in testRedefineClasses001()
134 logWriter.println("=> checkedClassSignature = " + checkedClassSignature); in testRedefineClasses001()
146 logWriter.println("=> ReturnedClassesNumber = " + returnedClassesNumber); in testRedefineClasses001()
[all …]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java77 pw.println("</br>"); in print()
79 pw.println(); in print()
290 pw.println("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">"); in writeReport()
291 pw.println("<html>"); in writeReport()
292 pw.println("<head>"); in writeReport()
293 pw.println("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">"); in writeReport()
294 pw.println("<title>" + title + "</title>"); in writeReport()
295 pw.println("<!-- Copyright " + year + ", IBM, All Rights Reserved. -->"); in writeReport()
296 pw.println("</head>"); in writeReport()
297 pw.println("<body>"); in writeReport()
[all …]
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java100 println("_____________________________________________________________________"); in visitProgramClass()
101 println(visitorInfo(programClass) + " " + in visitProgramClass()
104 println("Superclass: " + programClass.getSuperName()); in visitProgramClass()
105println("Major version: 0x" + Integer.toHexString(ClassUtil.internalMajorClassVersion(programClass… in visitProgramClass()
106println("Minor version: 0x" + Integer.toHexString(ClassUtil.internalMinorClassVersion(programClass… in visitProgramClass()
107 println(" = target " + ClassUtil.externalClassVersion(programClass.u4version)); in visitProgramClass()
108 println("Access flags: 0x" + Integer.toHexString(programClass.u2accessFlags)); in visitProgramClass()
109 println(" = " + in visitProgramClass()
119 println(); in visitProgramClass()
121 println("Interfaces (count = " + programClass.u2interfacesCount + "):"); in visitProgramClass()
[all …]
/external/proguard/src/proguard/
DInitializer.java306 System.out.println("Note: there were " + fullyQualifiedNoteCount + in execute()
308 System.out.println(" You should check your configuration for typos."); in execute()
309 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#unknownclas… in execute()
315 System.out.println("Note: there were " + classMemberNoteCount + in execute()
317 System.out.println(" You should check your configuration for typos."); in execute()
323 System.out.println("Note: there were " + getAnnotationNoteCount + in execute()
325 System.out.println(" You should consider keeping the annotation attributes"); in execute()
326 System.out.println(" (using '-keepattributes *Annotation*')."); in execute()
327 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#attributes)… in execute()
333 System.out.println("Note: there were " + getSignatureNoteCount + in execute()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DFieldsWithGenericTest.java59 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START..."); in testFieldsWithGeneric001()
65 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testFieldsWithGeneric001()
66 logWriter.println("=> referenceTypeID for Debuggee class = " + refTypeID); in testFieldsWithGeneric001()
67 logWriter.println("=> CHECK: send " + thisCommandName + " and check reply..."); in testFieldsWithGeneric001()
79 logWriter.println("=> Returned fields number = " + returnedFieldsNumber); in testFieldsWithGeneric001()
119 logWriter.println("=> CHECK for all expected fields..."); in testFieldsWithGeneric001()
126 logWriter.println("\n=> Field ID = " + returnedFieldID); in testFieldsWithGeneric001()
127 logWriter.println("=> Field name = " + returnedFieldName); in testFieldsWithGeneric001()
128 logWriter.println("=> Field signature = \"" + returnedFieldSignature + "\""); in testFieldsWithGeneric001()
129 logWriter.println("=> Field generic signature = \"" + returnedGenericSignature + "\""); in testFieldsWithGeneric001()
[all …]
DMethodsWithGenericTest.java58 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START..."); in testMethodsWithGeneric001()
65 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testMethodsWithGeneric001()
66 logWriter.println("=> referenceTypeID for Debuggee class = " + refTypeID); in testMethodsWithGeneric001()
67 logWriter.println("=> CHECK: send " + thisCommandName + " and check reply..."); in testMethodsWithGeneric001()
79 logWriter.println("=> Returned methods number = " + returnedMethodsNumber); in testMethodsWithGeneric001()
123 logWriter.println("=> CHECK for all expected methods..."); in testMethodsWithGeneric001()
130 logWriter.println("\n=> Method ID = " + returnedMethodID); in testMethodsWithGeneric001()
131 logWriter.println("=> Method name = " + returnedMethodName); in testMethodsWithGeneric001()
132 logWriter.println("=> Method signature = \"" + returnedMethodSignature + "\""); in testMethodsWithGeneric001()
133 logWriter.println("=> Method generic signature = \"" + returnedGenericSignature + "\""); in testMethodsWithGeneric001()
[all …]
DMethodsTest.java58 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START..."); in testMethods001()
64 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testMethods001()
65 logWriter.println("=> referenceTypeID for Debuggee class = " + refTypeID); in testMethods001()
66 logWriter.println("=> CHECK: send " + thisCommandName + " and check reply..."); in testMethods001()
78 logWriter.println("=> Returned methods number = " + returnedMethodsNumber); in testMethods001()
115 logWriter.println("=> CHECK for all expected methods..."); in testMethods001()
121 logWriter.println("\n=> Method ID = " + returnedMethodID); in testMethods001()
122 logWriter.println("=> Method name = " + returnedMethodName); in testMethods001()
123 logWriter.println("=> Method signature = " + returnedMethodSignature); in testMethods001()
124 … logWriter.println("=> Method modifiers = 0x" + Integer.toHexString(returnedMethodModifiers)); in testMethods001()
[all …]
DFieldsTest.java58 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START..."); in testFields001()
64 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testFields001()
65 logWriter.println("=> referenceTypeID for Debuggee class = " + refTypeID); in testFields001()
66 logWriter.println("=> CHECK: send " + thisCommandName + " and check reply..."); in testFields001()
78 logWriter.println("=> Returned fields number = " + returnedFieldsNumber); in testFields001()
107 logWriter.println("=> CHECK for all expected fields..."); in testFields001()
113 logWriter.println("\n=> Field ID = " + returnedFieldID); in testFields001()
114 logWriter.println("=> Field name = " + returnedFieldName); in testFields001()
115 logWriter.println("=> Field signature = " + returnedFieldSignature); in testFields001()
116 … logWriter.println("=> Field modifiers = 0x" + Integer.toHexString(returnedFieldModifiers)); in testFields001()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DForceEarlyReturnDebuggee.java82 logWriter.println("thread is finished"); in run()
89 logWriter.println("In func_Object"); in func_Object()
97 logWriter.println("In func_Int"); in func_Int()
105 logWriter.println("In func_Short"); in func_Short()
113 logWriter.println("In func_Byte"); in func_Byte()
121 logWriter.println("In func_Char"); in func_Char()
129 logWriter.println("In func_Boolean"); in func_Boolean()
137 logWriter.println("In func_Long"); in func_Long()
145 logWriter.println("In func_Float"); in func_Float()
153 logWriter.println("In func_Double"); in func_Double()
[all …]
DSuspendCountTest.java66 logWriter.println("==> testSuspendCount001: START..."); in testSuspendCount001()
72 logWriter.println in testSuspendCount001()
78 logWriter.println("==> There are no started threads in debuggee to test" in testSuspendCount001()
83 … logWriter.println("==> Number of started threads in debuggee to test = " + testedThreadsNumber); in testSuspendCount001()
96 logWriter.println in testSuspendCount001()
102 logWriter.println("==> Number of all threads in debuggee = " + threads); in testSuspendCount001()
117 logWriter.println in testSuspendCount001()
134 logWriter.println("\n==> Check for Thread: threadID = " + threadID in testSuspendCount001()
137 logWriter.println("==> Send ThreadReference.SuspendCount command..."); in testSuspendCount001()
147 …logWriter.println("==> ThreadReference.SuspendCount command returns suspendCount = " + suspendCoun… in testSuspendCount001()
[all …]
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/
DDateTimePatternGeneratorSample.java30 … System.out.println("========================================================================"); in getBestPatternExample()
31 System.out.println(" getBestPatternExample()"); in getBestPatternExample()
32 System.out.println(); in getBestPatternExample()
33 System.out.println(" Use DateTimePatternGenerator to create customized date/time pattern:"); in getBestPatternExample()
34 System.out.println(" yQQQQ,yMMMM, MMMMd, hhmm, jjmm per locale"); in getBestPatternExample()
35 … System.out.println("========================================================================"); in getBestPatternExample()
64 System.out.println("\n"); in getBestPatternExample()
96 System.out.println("\n"); in getBestPatternExample()
113 … System.out.println("========================================================================"); in addPatternExample()
114 System.out.println(" addPatternExample()"); in addPatternExample()
[all …]
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/datetimepatterngenerator/
DDateTimePatternGeneratorSample.java31 … System.out.println("========================================================================"); in getBestPatternExample()
32 System.out.println(" getBestPatternExample()"); in getBestPatternExample()
33 System.out.println(); in getBestPatternExample()
34 System.out.println(" Use DateTimePatternGenerator to create customized date/time pattern:"); in getBestPatternExample()
35 System.out.println(" yQQQQ,yMMMM, MMMMd, hhmm, jjmm per locale"); in getBestPatternExample()
36 … System.out.println("========================================================================"); in getBestPatternExample()
65 System.out.println("\n"); in getBestPatternExample()
97 System.out.println("\n"); in getBestPatternExample()
114 … System.out.println("========================================================================"); in addPatternExample()
115 System.out.println(" addPatternExample()"); in addPatternExample()
[all …]

12345678910>>...62