/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ProxySelectorTest.java | 117 System.setProperty("http.proxyHost", HTTP_PROXY_HOST); in test_selectLjava_net_URI_SelectExact() 118 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact() 120 System.setProperty("https.proxyHost", HTTPS_PROXY_HOST); in test_selectLjava_net_URI_SelectExact() 121 System.setProperty("https.proxyPort", String.valueOf(HTTPS_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact() 123 System.setProperty("ftp.proxyHost", FTP_PROXY_HOST); in test_selectLjava_net_URI_SelectExact() 124 System.setProperty("ftp.proxyPort", String.valueOf(FTP_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact() 126 System.setProperty("socksProxyHost", SOCKS_PROXY_HOST); in test_selectLjava_net_URI_SelectExact() 127 System.setProperty("socksProxyPort", String.valueOf(SOCKS_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact() 158 System.setProperty("http.proxyHost", HTTP_PROXY_HOST); in test_selectLjava_net_URI_SelectExact_NullHost() 159 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact_NullHost() [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | SystemTest.java | 38 InputStream orgIn = System.in; in test_setInLjava_io_InputStream() 40 System.setIn(in); in test_setInLjava_io_InputStream() 41 assertTrue("in not set", System.in == in); in test_setInLjava_io_InputStream() 42 System.setIn(orgIn); in test_setInLjava_io_InputStream() 49 PrintStream orgOut = System.out; in test_setOutLjava_io_PrintStream() 51 System.setOut(out); in test_setOutLjava_io_PrintStream() 52 assertTrue("out not set", System.out == out); in test_setOutLjava_io_PrintStream() 53 System.setOut(orgOut); in test_setOutLjava_io_PrintStream() 60 PrintStream orgErr = System.err; in test_setErrLjava_io_PrintStream() 62 System.setErr(err); in test_setErrLjava_io_PrintStream() [all …]
|
/external/jdiff/src/jdiff/ |
D | API.java | 87 for (int i = 0; i < indent; i++) System.out.print(" "); in dumpPackage() 88 System.out.println("Package Name: " + pkg.name_); in dumpPackage() 95 System.out.print("Package doc block:"); in dumpPackage() 96 System.out.println("\"" + pkg.doc_ + "\""); in dumpPackage() 107 for (int i = 0; i < indent; i++) System.out.print(" "); in dumpClass() 109 System.out.println("Interface name: " + c.name_); in dumpClass() 111 System.out.println("Class Name: " + c.name_); in dumpClass() 113 for (int i = 0; i < indent; i++) System.out.print(" "); in dumpClass() 114 System.out.println("Extends: " + c.extends_); in dumpClass() 117 for (int i = 0; i < indent; i++) System.out.print(" "); in dumpClass() [all …]
|
D | JDiff.java | 30 System.out.println("JDiff: doclet started ..."); in start() 42 long startTime = System.currentTimeMillis(); in startGeneration() 63 … System.out.println("Error: file '" + tempOldFileName + "' does not exist for the old API"); in startGeneration() 78 … System.out.println("Error: file '" + tempNewFileName + "' does not exist for the new API"); in startGeneration() 84 … System.out.print("JDiff: reading the old API in from file '" + tempOldFileName + "'..."); in startGeneration() 90 … System.out.print("JDiff: reading the new API in from file '" + tempNewFileName + "'..."); in startGeneration() 112 … System.out.println("JDiff: reading the comments in from file '" + commentsFileName + "'..."); in startGeneration() 115 System.out.println(" (the comments file will be created)"); in startGeneration() 128 … System.out.println("JDiff: writing the comments out to file '" + commentsFileName + "'..."); in startGeneration() 132 … System.out.print("JDiff: finished (took " + (System.currentTimeMillis() - startTime)/1000 + "s"); in startGeneration() [all …]
|
D | Options.java | 153 System.out.println("Command line arguments: "); in validOptions() 158 System.out.print(" " + options[i][j]); in validOptions() 162 System.out.println(); in validOptions() 386 System.out.println("JDiff version: " + JDiff.version); in validOptions() 387 System.exit(0); in validOptions() 391 System.exit(0); in validOptions() 404 System.err.println("JDiff version: " + JDiff.version); in usage() 405 System.err.println(""); in usage() 406 System.err.println("Valid JDiff arguments:"); in usage() 407 System.err.println(""); in usage() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | Messages.Designer.cs | 12 using System; 22 …[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResou… 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 27 private static global::System.Resources.ResourceManager resourceMan; 29 private static global::System.Globalization.CultureInfo resourceCulture; 31 …[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811… 38 …[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsa… 39 internal static global::System.Resources.ResourceManager ResourceManager { 42 …global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Antl… [all …]
|
/external/webkit/Source/WebCore/manual-tests/resources/ |
D | ArrayParameterTestApplet.java | 31 System.out.println("arrayFunction called"); in arrayFunction() 33 System.out.println(array[i]); in arrayFunction() 37 System.out.println("booleanArray called"); in booleanFunction() 39 System.out.println(array[i]); in booleanFunction() 43 System.out.println("byteArray called"); in byteFunction() 45 System.out.println(array[i]); in byteFunction() 49 System.out.println("charArray called"); in charFunction() 51 System.out.println(array[i]); in charFunction() 55 System.out.println("shortArray called"); in shortFunction() 57 System.out.println(array[i]); in shortFunction() [all …]
|
/external/proguard/src/proguard/ |
D | Initializer.java | 70 … WarningPrinter classReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn); in execute() 71 … WarningPrinter dependencyWarningPrinter = new WarningPrinter(System.err, configuration.warn); in execute() 91 … WarningPrinter memberReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn); in execute() 119 …WarningPrinter dynamicClassReferenceNotePrinter = new WarningPrinter(System.out, configuration.not… in execute() 120 …WarningPrinter classForNameNotePrinter = new WarningPrinter(System.out, configuration.not… in execute() 134 WarningPrinter getMemberNotePrinter = new WarningPrinter(System.out, configuration.note); in execute() 157 …WarningPrinter fullyQualifiedClassNameNotePrinter = new WarningPrinter(System.out, configuration.n… in execute() 158 …WarningPrinter descriptorKeepNotePrinter = new WarningPrinter(System.out, configuration.n… in execute() 232 System.out.println("Note: there were " + fullyQualifiedNoteCount + in execute() 234 System.out.println(" You should check your configuration for typos."); in execute() [all …]
|
D | ProGuard.java | 62 System.out.println(VERSION); in execute() 169 …System.out.println("Printing configuration to [" + fileName(configuration.printConfiguration) + "]… in printConfiguration() 191 System.out.println("Reading input..."); in readInput() 207 System.out.println("Initializing..."); in initialize() 221 System.out.println("Setting target versions..."); in target() 236 System.out.println("Printing kept classes, fields, and methods..."); in printSeeds() 278 System.out.println("Shrinking..."); in shrink() 283 System.out.println("Explaining why classes and class members are being kept..."); in shrink() 289 … System.out.println("Printing usage to [" + fileName(configuration.printUsage) + "]..."); in shrink() 306 System.out.println("Inlining subroutines..."); in inlineSubroutines() [all …]
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
D | Main.java | 149 long lexerStop = System.currentTimeMillis(); 150 System.out.println(" lexed in " + (lexerStop - start) + "ms."); 154 System.out.println(" Parser Start"); 155 long pStart = System.currentTimeMillis(); 157 long stop = System.currentTimeMillis(); 158 System.out.println(" Parsed in " + (stop - pStart) + "ms."); 181 System.out.println(" AST Walk Start${symbol_escape}n"); 182 pStart = System.currentTimeMillis(); 184 stop = System.currentTimeMillis(); 185 … System.out.println("${symbol_escape}n AST Walked in " + (stop - pStart) + "ms."); [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
D | SSAOUI.java | 55 System.out.println("----------------- Water UI Debugger --------------------"); in init() 56 System.out.println("-- Sample Radius : press Y to increase, H to decrease"); in init() 57 System.out.println("-- AO Intensity : press U to increase, J to decrease"); in init() 58 System.out.println("-- AO scale : press I to increase, K to decrease"); in init() 59 System.out.println("-- AO bias : press O to increase, P to decrease"); in init() 60 System.out.println("-- Toggle AO on/off : press space bar"); in init() 61 System.out.println("-- Use only AO : press Num pad 0"); in init() 62 System.out.println("-- Output config declaration : press P"); in init() 63 System.out.println("-------------------------------------------------------"); in init() 84 System.out.println("use AO : " + filter.isEnabled()); in init() [all …]
|
D | LightScatteringUI.java | 52 System.out.println("----------------- LightScattering UI Debugger --------------------"); in LightScatteringUI() 53 System.out.println("-- Sample number : press Y to increase, H to decrease"); in LightScatteringUI() 54 System.out.println("-- blur start : press U to increase, J to decrease"); in LightScatteringUI() 55 System.out.println("-- blur width : press I to increase, K to decrease"); in LightScatteringUI() 56 System.out.println("-- Light density : press O to increase, P to decrease"); in LightScatteringUI() 60 System.out.println("-------------------------------------------------------"); in LightScatteringUI() 80 System.out.println("Nb Samples : "+filter.getNbSamples()); in LightScatteringUI() 84 System.out.println("Nb Samples : "+filter.getNbSamples()); in LightScatteringUI() 87 … System.out.println("lightScatteringFilter.setNbSamples("+filter.getNbSamples()+");"); in LightScatteringUI() 88 … System.out.println("lightScatteringFilter.setBlurStart("+filter.getBlurStart()+"f);"); in LightScatteringUI() [all …]
|
D | BloomUI.java | 48 System.out.println("----------------- Bloom UI Debugger --------------------"); in BloomUI() 49 System.out.println("-- blur Scale : press Y to increase, H to decrease"); in BloomUI() 50 System.out.println("-- exposure Power : press U to increase, J to decrease"); in BloomUI() 51 System.out.println("-- exposure CutOff : press I to increase, K to decrease"); in BloomUI() 52 System.out.println("-- bloom Intensity : press O to increase, P to decrease"); in BloomUI() 53 System.out.println("-------------------------------------------------------"); in BloomUI() 70 System.out.println("blurScale : " + filter.getBlurScale()); in BloomUI() 74 System.out.println("blurScale : " + filter.getBlurScale()); in BloomUI() 78 System.out.println("exposurePower : " + filter.getExposurePower()); in BloomUI() 82 System.out.println("exposurePower : " + filter.getExposurePower()); in BloomUI() [all …]
|
/external/emma/core/java12/com/vladium/jcd/parser/ |
D | ClassDefParser.java | 107 if (DEBUG) System.out.println (s_line); in class_table() 111 if (DEBUG) System.out.println (s_line); in class_table() 117 if (DEBUG) System.out.println (s_line); in class_table() 120 if (DEBUG) System.out.println (s_line); in class_table() 123 if (DEBUG) System.out.println (s_line); in class_table() 126 if (DEBUG) System.out.println (s_line); in class_table() 129 if (DEBUG) System.out.println (s_line); in class_table() 138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']'); in magic() 151 System.out.println ("major_version: [" + major_version + ']'); in version() 152 System.out.println ("minor_version: [" + minor_version + ']'); in version() [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
D | TestTempVars.java | 48 System.gc(); in main() 61 nanos = System.nanoTime(); in main() 65 milliseconds = (System.nanoTime() - nanos) / NANOS_TO_MS; in main() 66 System.out.println("100 million TempVars calls: " + milliseconds + " ms"); in main() 67 System.out.println(sumCompute); in main() 70 nanos = System.nanoTime(); in main() 74 milliseconds = (System.nanoTime() - nanos) / NANOS_TO_MS; in main() 75 System.out.println("100 million allocation calls: " + milliseconds + " ms"); in main() 76 System.out.println(sumCompute); in main() 78 nanos = System.nanoTime(); in main() [all …]
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 113 if ((Group == System || Group == CXXSystem) && !IgnoreSysRoot && in AddPath() 216 AddPath("/usr/local/include", System, true, false, false); in AddDefaultCIncludePaths() 228 AddPath(P.str(), System, false, false, false, /*IgnoreSysRoot=*/ true); in AddDefaultCIncludePaths() 244 AddPath(*i, System, false, false, false); in AddDefaultCIncludePaths() 254 AddPath("/boot/common/include", System, true, false, false); in AddDefaultCIncludePaths() 255 AddPath("/boot/develop/headers/os", System, true, false, false); in AddDefaultCIncludePaths() 256 AddPath("/boot/develop/headers/os/app", System, true, false, false); in AddDefaultCIncludePaths() 257 AddPath("/boot/develop/headers/os/arch", System, true, false, false); in AddDefaultCIncludePaths() 258 AddPath("/boot/develop/headers/os/device", System, true, false, false); in AddDefaultCIncludePaths() 259 AddPath("/boot/develop/headers/os/drivers", System, true, false, false); in AddDefaultCIncludePaths() [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | SerializationStressTest1.java | 372 System.out.println("Obj = " + objToSave); in test_18_1_writeObject() 383 System.out.println("Error when obj = " + objToSave); in test_18_1_writeObject() 399 System.out.println("Obj = " + objToSave); in test_18_2_writeObject() 409 System.out.println("Error when obj = " + objToSave); in test_18_2_writeObject() 426 System.out.println("Obj = " + objToSave); in test_18_3_writeObject() 437 System.out.println("Error when obj = " + objToSave); in test_18_3_writeObject() 454 System.out.println("Obj = " + objToSave); in test_18_4_writeObject() 465 System.out.println("Error when obj = " + objToSave); in test_18_4_writeObject() 482 System.out.println("Obj = " + objToSave); in test_18_5_writeObject() 493 System.out.println("Error when obj = " + objToSave); in test_18_5_writeObject() [all …]
|
D | SerializationStressTest3.java | 392 System.out.println("Error " + err + " when testing BLOCKDATALONG"); in test_18_81_writeObject() 408 System.out.println("Obj = " + objToSave); in test_18_82_writeObject() 420 System.out.println("Error when obj = " + objToSave); in test_18_82_writeObject() 437 System.out.println("Obj = " + objToSave); in test_18_83_writeObject() 449 System.out.println("Error when obj = " + objToSave); in test_18_83_writeObject() 466 System.out.println("Obj = " + objToSave); in test_18_84_writeObject() 478 System.out.println("Error when obj = " + objToSave); in test_18_84_writeObject() 495 System.out.println("Obj = " + objToSave); in test_18_85_writeObject() 507 System.out.println("Error when obj = " + objToSave); in test_18_85_writeObject() 524 System.out.println("Obj = " + objToSave); in test_18_86_writeObject() [all …]
|
D | SerializationStressTest4.java | 65 System.out.println("Obj = " + objToSave); in test_writeObject_EventObject() 81 System.out.println("Error when obj = " + objToSave); in test_writeObject_EventObject() 97 System.out.println("Obj = " + objToSave); in test_writeObject_Collections_EmptySet() 113 System.out.println("Error when obj = " + objToSave); in test_writeObject_Collections_EmptySet() 130 System.out.println("Obj = " + objToSave); in test_writeObject_Collections_EmptyMap() 146 System.out.println("Error when obj = " + objToSave); in test_writeObject_Collections_EmptyMap() 163 System.out.println("Obj = " + objToSave); in test_writeObject_Character() 175 System.out.println("Error when obj = " + objToSave); in test_writeObject_Character() 192 System.out.println("Obj = " + objToSave); in test_writeObject_Collections_UnmodifiableCollection() 214 System.out.println("Error when obj = " + objToSave); in test_writeObject_Collections_UnmodifiableCollection() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | Stats.cs | 34 using System.Collections.Generic; 37 using Math = System.Math; 93 [System.Obsolete] 98 [System.Obsolete] 103 [System.Obsolete] 108 [System.Obsolete] 117 System.IO.Directory.CreateDirectory(System.IO.Path.GetDirectoryName(absoluteFilename)); in WriteReport() 118 System.IO.File.AppendAllText(absoluteFilename, data); in WriteReport() 122 …string personalFolder = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal… in GetAbsoluteFileName() 123 return personalFolder + System.IO.Path.DirectorySeparatorChar + in GetAbsoluteFileName() [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
D | TestSerialization.java | 119 date = new Date(System.currentTimeMillis()); in TestSerializationMessage() 126 System.out.println(cm.z); in messageReceived() 127 System.out.println(cm.b); in messageReceived() 128 System.out.println(cm.c); in messageReceived() 129 System.out.println(cm.s); in messageReceived() 130 System.out.println(cm.i); in messageReceived() 131 System.out.println(cm.f); in messageReceived() 132 System.out.println(cm.l); in messageReceived() 133 System.out.println(cm.d); in messageReceived() 134 System.out.println(Arrays.toString(cm.ia)); in messageReceived() [all …]
|
/external/proguard/src/proguard/gui/ |
D | ReTraceRunnable.java | 73 InputStream oldIn = System.in; in run() 74 PrintStream oldOut = System.out; in run() 75 PrintStream oldErr = System.err; in run() 83 System.setIn(inputStream); in run() 84 System.setOut(printStream); in run() 85 System.setErr(printStream); in run() 100 System.out.println(ex.getMessage()); in run() 111 System.gc(); in run() 114 System.out.println(msg("outOfMemory")); in run() 127 System.setIn(oldIn); in run() [all …]
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | TraceDebugEventListener.java | 41 public void enterRule(String ruleName) { System.out.println("enterRule "+ruleName); } in enterRule() 42 public void exitRule(String ruleName) { System.out.println("exitRule "+ruleName); } in exitRule() 43 public void enterSubRule(int decisionNumber) { System.out.println("enterSubRule"); } in enterSubRule() 44 public void exitSubRule(int decisionNumber) { System.out.println("exitSubRule"); } in exitSubRule() 45 public void location(int line, int pos) {System.out.println("location "+line+":"+pos);} in location() 53 System.out.println("consumeNode "+ID+" "+text+" "+type); in consumeNode() 60 System.out.println("LT "+i+" "+ID+" "+text+" "+type); in LT() 65 public void nilNode(Object t) {System.out.println("nilNode "+adaptor.getUniqueID(t));} in nilNode() 71 System.out.println("create "+ID+": "+text+", "+type); in createNode() 78 System.out.println("create "+ID+": "+tokenIndex); in createNode() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | RandomPhrase.java | 78 if ( debug ) System.out.println("state "+state); in randomPhrase() 80 if ( debug ) System.out.println("dangling state: "+state); in randomPhrase() 86 if ( debug ) System.out.println("pop invoking state "+invokingState); in randomPhrase() 99 if ( debug ) System.out.println("push state "+state); in randomPhrase() 112 System.out.println("weird: no decision number but a choice node"); in randomPhrase() 118 if ( debug ) System.out.println("randomAlt="+randomAlt); in randomPhrase() 142 System.err.println("usage: java org.antlr.tool.RandomPhrase grammarfile startrule"); in main() 147 long seed = System.currentTimeMillis(); // use random seed unless spec. in main() 175 System.out.println("undefined start rule "+startRule); in main() 187 System.err.println("no lexer grammar found in "+grammarFileName); in main() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
D | ORAddressTest.java | 44 System.out.print(prefix + "0x" + tail + delimiter); in printAsHex() 47 System.out.println(); in printAsHex() 50 System.out.println(); in printAsHex() 58 System.out.println(""); in testORAddress() 59 System.out.println("ORAddress:"); in testORAddress() 61 System.out.println(""); in testORAddress() 64 System.out.println("GeneralName:"); in testORAddress() 66 System.out.println(""); in testORAddress() 70 System.out.println("GeneralNames:"); in testORAddress() 72 System.out.println(""); in testORAddress()
|