/external/vogar/src/vogar/ |
D | Vogar.java | 197 System.out.println("Usage: Vogar [options]... <actions>... [-- target args]..."); in printUsage() 198 System.out.println(); in printUsage() 199 System.out.println(" <actions>: .java files, directories, or class names."); in printUsage() 200 System.out.println(" These should be JUnit tests, jtreg tests, Caliper benchmarks"); in printUsage() 201 System.out.println(" or executable Java classes."); in printUsage() 202 System.out.println(); in printUsage() 203 … System.out.println(" When passing in a JUnit test class, it may have \"#method_name\""); in printUsage() 204 System.out.println(" appended to it, to specify a single test method."); in printUsage() 205 System.out.println(); in printUsage() 206 … 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/ |
D | Test.java | 77 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/ |
D | Diff.java | 169 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 …]
|
D | RootDocToXML.java | 42 System.out.println("JDiff: writing the API to file '" + tempFileName + "'..."); in writeXML() 52 System.out.println("IO Error while attempting to create " + tempFileName); in writeXML() 53 System.out.println("Error: " + e.getMessage()); in writeXML() 92 xsdFile.println("<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"no\"?>"); in writeXSD() 93 xsdFile.println("<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">"); in writeXSD() 94 xsdFile.println(""); in writeXSD() 95 xsdFile.println("<xsd:annotation>"); in writeXSD() 96 xsdFile.println(" <xsd:documentation>"); in writeXSD() 97 xsdFile.println(" Schema for JDiff API representation."); in writeXSD() 98 xsdFile.println(" </xsd:documentation>"); in writeXSD() [all …]
|
D | Comments.java | 66 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/ |
D | CombinedEventsTest.java | 71 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 …]
|
D | CombinedEvents003Test.java | 64 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 …]
|
D | Breakpoint002Debuggee.java | 82 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/ObjectReference/ |
D | SetValues004Debuggee.java | 50 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 …]
|
D | SetValuesDebuggee.java | 46 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 …]
|
D | MonitorInfoTest.java | 65 logWriter.println("=> Check capability: canGetMonitorInfo"); in testMonitorInfo001() 69 logWriter.println("##WARNING: this VM doesn't possess capability: canGetMonitorInfo"); in testMonitorInfo001() 74 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START..."); in testMonitorInfo001() 81 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testMonitorInfo001() 82 logWriter.println("=> referenceTypeID for Debuggee class = " + refTypeID); in testMonitorInfo001() 86 logWriter.println in testMonitorInfo001() 101 logWriter.println("=> Returned values number = " + returnedValuesNumber); in testMonitorInfo001() 106 logWriter.println("=> Returned field value tag for checked object= " + checkedObjectFieldTag in testMonitorInfo001() 113 logWriter.println("=> Returned checked ObjectID = " + checkedObjectID); in testMonitorInfo001() 115 logWriter.println("=> Send VirtualMachine::Suspend command..."); in testMonitorInfo001() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | PopFrames002Test.java | 67 logWriter.println("==> testPopSeveralFrames started"); in testPopSeveralFrames() 70 logWriter.println("=> Check capability: canPopFrames"); in testPopSeveralFrames() 74 logWriter.println("##WARNING: this VM doesn't possess capability: canPopFrames"); in testPopSeveralFrames() 83 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testPopSeveralFrames() 86 logWriter.println("=> Set breakpoint at the beginning of " + breakpointMethodName); in testPopSeveralFrames() 94 logWriter.println("=> Wait for breakpoint in " + breakpointMethodName); in testPopSeveralFrames() 98 logWriter.println("=> breakpointThreadID = " + breakpointThreadID); in testPopSeveralFrames() 101 logWriter.println(""); in testPopSeveralFrames() 102 logWriter.println("=> Get frames before PopFrames command, thread = " + breakpointThreadID); in testPopSeveralFrames() 104 logWriter.println("=> Frames before popFrame"); in testPopSeveralFrames() [all …]
|
D | PopFramesTest.java | 58 logWriter.println("==> testPopFramesTest001 started"); in testPopFramesTest001() 61 logWriter.println("=> Check capability: canPopFrames"); in testPopFramesTest001() 65 logWriter.println("##WARNING: this VM doesn't possess capability: canPopFrames"); in testPopFramesTest001() 74 logWriter.println("=> Debuggee class = " + getDebuggeeClassName()); in testPopFramesTest001() 76 logWriter.println("=> Set breakpoint at the beginning of " + breakpointMethodName); in testPopFramesTest001() 83 logWriter.println("=> Wait for breakpoint in " + breakpointMethodName); in testPopFramesTest001() 87 logWriter.println("=> breakpointThreadID = " + breakpointThreadID); in testPopFramesTest001() 90 logWriter.println(""); in testPopFramesTest001() 91 logWriter.println("=> Get frames before PopFrames command, thread = " + breakpointThreadID); in testPopFramesTest001() 93 logWriter.println("=> Frames before popFrame"); in testPopFramesTest001() [all …]
|
D | ThisObjectTest.java | 54 logWriter.println("==> ThisObjectTestTest001 started"); in testThisObjectTest001() 59 logWriter.println("==> Searching for main thread by name: " + mainThreadName); in testThisObjectTest001() 61 logWriter.println("==> Found main thread: " + mainThread); in testThisObjectTest001() 78 logWriter.println("## FAILURE: main thread is not found!"); in testThisObjectTest001() 84 logWriter.println("==> Suspending main thread"); in testThisObjectTest001() 87 logWriter.println("==> Getting frames count"); in testThisObjectTest001() 89 logWriter.println("==> frames count = " + frameCount); in testThisObjectTest001() 91 logWriter.println("==> Getting frames"); in testThisObjectTest001() 93 logWriter.println("==> frames count = " + frameIDs.length); in testThisObjectTest001() 98 logWriter.println("\n==> frame #" + i); in testThisObjectTest001() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | RedefineClassesTest.java | 112 logWriter.println("=> Check capability: canRedefineClasses"); in testRedefineClasses001() 116 logWriter.println("##WARNING: this VM doesn't possess capability: canRedefineClasses"); in testRedefineClasses001() 120 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START..."); in testRedefineClasses001() 124 logWriter.println in testRedefineClasses001() 126 logWriter.println in testRedefineClasses001() 128 logWriter.println in testRedefineClasses001() 130 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": FINISH"); in testRedefineClasses001() 134 logWriter.println in testRedefineClasses001() 136 logWriter.println("=> checkedClassSignature = " + checkedClassSignature); in testRedefineClasses001() 148 logWriter.println("=> ReturnedClassesNumber = " + returnedClassesNumber); in testRedefineClasses001() [all …]
|
D | AllClassesWithGenericTest.java | 56 logWriter.println("==> testAllClassesWithGeneric002: START..."); in testAllClassesWithGeneric002() 60 logWriter.println("==> Send VirtualMachine::AllClassesWithGeneric command..."); in testAllClassesWithGeneric002() 84 logWriter.println("## FAILURE: Unexpected status is returned:"); in testAllClassesWithGeneric002() 85 logWriter.println("## ReferenceTypeId = " + typeID); in testAllClassesWithGeneric002() 86 logWriter.println("## Class signature: " + signature); in testAllClassesWithGeneric002() 87 logWriter.println("## Class generic signature: " + genericSignature); in testAllClassesWithGeneric002() 88 logWriter.println("## Class status = 0x" + Integer.toHexString(status) in testAllClassesWithGeneric002() 90 logWriter.println("## Status \"0x" in testAllClassesWithGeneric002() 98 logWriter.println("## FAILURE: Unexpected status is returned:"); in testAllClassesWithGeneric002() 99 logWriter.println("## ReferenceTypeId = " + typeID); in testAllClassesWithGeneric002() [all …]
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 100 println("_____________________________________________________________________"); in visitProgramClass() 101 println(visitorInfo(programClass) + " " + in visitProgramClass() 104 println("Superclass: " + programClass.getSuperName()); in visitProgramClass() 105 …println("Major version: 0x" + Integer.toHexString(ClassUtil.internalMajorClassVersion(programClass… in visitProgramClass() 106 …println("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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | MethodsWithGenericTest.java | 58 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 …]
|
D | FieldsWithGenericTest.java | 59 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 …]
|
D | FieldsTest.java | 58 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 …]
|
D | MethodsTest.java | 58 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 …]
|
/external/proguard/src/proguard/ |
D | Initializer.java | 306 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/ThreadReference/ |
D | ForceEarlyReturnDebuggee.java | 82 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 …]
|
D | SuspendCountTest.java | 66 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 …]
|
D | ResumeTest.java | 62 logWriter.println("==> testResume001: START..."); in testResume001() 68 logWriter.println in testResume001() 74 logWriter.println("==> Number of threads in debuggee to test = " + testedThreadsNumber); in testResume001() 92 logWriter.println in testResume001() 98 logWriter.println("==> Number of all threads in debuggee = " + threads); in testResume001() 105 logWriter.println in testResume001() 121 … logWriter.println("## FAILURE: Tested thread is not found out among debuggee threads!"); in testResume001() 122 logWriter.println("## Thread name = " + testedThreadsNames[i]); in testResume001() 140 logWriter.println in testResume001() 144 logWriter.println("\n==> Check for Thread: threadID = " + testedThreadsIDs[i] in testResume001() [all …]
|