HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 276 - 300 of 1931) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/command/grep/
Main.java 31 int count = new Grep(dex, Pattern.compile(pattern), new PrintWriter(System.out)).grep();
32 System.exit((count > 0) ? 0 : 1);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyThrottleEvent.java 40 System.out.println("Sleeping for " + mThrottle + " milliseconds");
45 System.out.println("** Monkey interrupted in sleep.");
MonkeyWaitEvent.java 37 System.out.println("Wait Event for " + mWaitTime + " milliseconds");
42 System.out.println("** Monkey interrupted in sleep.");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
ExceptionExtensions.cs 35 using Exception = System.Exception;
36 using TextWriter = System.IO.TextWriter;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringBuilderExtensions.cs 33 using System;
35 using StringBuilder = System.Text.StringBuilder;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 30 * DOMErrors to System.err.
59 System.err.println(severity + ": " + error.getMessage() + "\t");
60 System.err.println("Type : " + error.getType() + "\t" + "Related Data: "
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
AsyncTestCase.java 34 * The system time in milliseconds when the test should time out.
44 mTestTimeoutMillis = System.currentTimeMillis() + timeoutMillis;
64 long timeoutMillis = mTestTimeoutMillis - System.currentTimeMillis();
  /external/chromium_org/tools/cr/cr/base/
linux.py 23 return cr.Platform.System() == 'Linux'
36 return cr.Platform.System() == 'Linux'
  /external/javassist/sample/
Test.java 31 System.out.println("g() is already defined in sample.Test.");
41 System.out.println("g() was added.");
  /external/javassist/sample/hotswap/
Test.java 12 System.out.println("** reload a logging version");
20 System.out.println("** reload the original version");
  /external/javassist/src/main/javassist/tools/
Dump.java 43 System.err.println("Usage: java Dump <class file name>");
50 PrintWriter out = new PrintWriter(System.out, true);
  /external/jdiff/src/jdiff/
StreamReader.java 28 System.out.println(line);
30 System.out.println("IO Error invoking Javadoc");
CommentsHandler.java 66 System.out.println("Error: no identifier found in the comments XML file.");
67 System.exit(3);
75 System.out.println("Warning: API identifier in the comments XML file (" + filename2 + ") differs from the name of the file.");
93 System.out.println("Error: unknown element type: " + localName);
94 System.exit(-1);
135 System.out.println("Warning: text of comment does not end in a period: " + currentText);
190 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML comments file:" + e);
195 System.out.println("Error (" + e.getLineNumber() + "): parsing XML comments file:" + e);
197 System.exit(1);
201 System.out.println("Fatal Error (" + e.getLineNumber() + "): parsing XML comments file:" + e)
    [all...]
  /external/okhttp/okio/src/main/java/okio/
Deadline.java 43 deadlineNanos = System.nanoTime() + unit.toNanos(timeout);
48 return System.nanoTime() - deadlineNanos >= 0; // Subtract to avoid overflow!
  /external/owasp/sanitizer/src/tests/org/owasp/html/
FuzzyTestCase.java 39 * If you want to repeat a failure, set the system property "junit.seed".
45 protected long seed = System.currentTimeMillis();
47 String seedStr = System.getProperty("junit.seed");
  /art/test/107-int-math2/src/
Main.java 896 System.out.println("divideLongByBillion PASSED");
898 System.out.println("divideLongByBillion FAILED: " + lres);
903 System.out.println("unopTest PASSED");
905 System.out.println("unopTest FAILED: " + res);
910 System.out.println("shiftTest1 PASSED");
912 System.out.println("shiftTest1 FAILED: " + res);
917 System.out.println("shiftTest2 PASSED");
919 System.out.println("shiftTest2 FAILED: " + res);
924 System.out.println("unsignedShiftTest PASSED");
926 System.out.println("unsignedShiftTest FAILED: " + res)
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialcli.py 10 import System
11 import System.IO.Ports
17 return System.IO.Ports.SerialPort.GetPortNames()[portnum]
22 sab = System.Array[System.Byte]
40 self._port_handle = System.IO.Ports.SerialPort(self.portstr)
62 self._port_handle.ReadTimeout = System.IO.Ports.SerialPort.InfiniteTimeout
70 self._port_handle.WriteTimeout = System.IO.Ports.SerialPort.InfiniteTimeout
94 self._port_handle.Parity = getattr(System.IO.Ports.Parity, 'None') # reserved keyword in Py3k
96 self._port_handle.Parity = System.IO.Ports.Parity.Eve
    [all...]
  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 43 System.out.println("section " + Integer.toHexString(section.type)
54 System.out.println("string " + index + ": " + string);
62 System.out.println("type " + index + ": " + dex.strings().get(type));
70 System.out.println("proto " + index + ": " + protoId);
78 System.out.println("field " + index + ": " + fieldId);
86 System.out.println("methodId " + index + ": " + methodId);
93 System.out.println("No type lists");
99 System.out.print("Type list i=" + i + ", size=" + size + ", elements=");
101 System.out.print(" " + dex.typeNames().get((int) in.readShort()));
106 System.out.println()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CTSBlockCipher.java 96 System.arraycopy(buf, blockSize, buf, 0, blockSize);
147 System.arraycopy(in, inOff, buf, bufOff, gapLen);
150 System.arraycopy(buf, blockSize, buf, 0, blockSize);
159 System.arraycopy(in, inOff, buf, bufOff, blockSize);
161 System.arraycopy(buf, blockSize, buf, 0, blockSize);
168 System.arraycopy(in, inOff, buf, bufOff, len);
234 System.arraycopy(block, 0, out, outOff + blockSize, len);
238 System.arraycopy(block, 0, out, outOff, blockSize);
268 System.arraycopy(buf, blockSize, block, 0, len);
271 System.arraycopy(lastBlock, 0, out, outOff + blockSize, len)
    [all...]
  /external/junit/src/junit/textui/
TestRunner.java 41 this(System.out);
115 long startTime= System.currentTimeMillis();
117 long endTime= System.currentTimeMillis();
129 System.in.read();
140 System.exit(FAILURE_EXIT);
141 System.exit(SUCCESS_EXIT);
143 System.err.println(e.getMessage());
144 System.exit(EXCEPTION_EXIT);
168 System.err.println("JUnit " + Version.id() + " by Kent Beck and Erich Gamma");
194 System.err.println(message)
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 33 System.out.println("Running (" + TEST_TIME + " seconds) ...");
43 System.out.println("Sending output to " + dumpFile);
47 System.gc();
48 System.runFinalization();
49 System.gc();
55 System.err.println(iae);
57 System.err.println(ite);
61 System.out.println("Done.");
74 vmdClass = myLoader.loadClass("dalvik.system.VMDebug");
84 System.err.println("Found VMDebug but not dumpHprofData method")
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 51 System.out.println("========================");
52 System.out.println("====== Running the test: " + getName());
53 System.out.println("========================");
93 System.out.println(
102 System.out.println(
110 System.out.println(
118 System.out.println("*** ServerSocketFactory."
132 System.out.println(
142 System.out.println(
151 System.out.println("=== SocketFactory.createSocket(
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 65 /// AddSystemHeaderPrefix - Add the specified prefix to the system header
99 /// AddDefaultSystemIncludePaths - Adds the default system include paths so
122 // Add the path with sysroot prepended, if desired and this is a system header
237 AddPath("/usr/local/include", System, false);
252 // All remaining additions are for system include directories, early exit if
274 AddPath("/boot/common/include", System, false);
275 AddPath("/boot/develop/headers/os", System, false);
276 AddPath("/boot/develop/headers/os/app", System, false);
277 AddPath("/boot/develop/headers/os/arch", System, false);
278 AddPath("/boot/develop/headers/os/device", System, false)
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 157 * onto System.out.
167 System.out.println("NULL lalr_state");
171 System.out.println("lalr_state [" + st.index() + "] {");
176 System.out.print(" [");
177 System.out.print(itm.the_production().lhs().the_symbol().name());
178 System.out.print(" ::= ");
181 if (i == itm.dot_pos()) System.out.print("(*) ");
184 System.out.print("{action} ");
186 System.out.print(((symbol_part)part).the_symbol().name() + " ");
188 if (itm.dot_at_end()) System.out.print("(*) ")
    [all...]
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 101 System.err.println("ERROR: unknown option " +
129 System.err.println("Skipping...");
134 System.out.println(args[idx] + ": summary: " +
144 System.err.println("Android APK checker v1.0");
145 System.err.println("Copyright (C) 2010 The Android Open Source Project\n");
146 System.err.println("Usage: apkcheck [options] public-api.xml apk1.xml ...\n");
147 System.err.println("Options:");
148 System.err.println(" --help show this message");
149 System.err.println(" --uses-library=lib.xml load additional public API list");
150 System.err.println(" --ignore-package=pkg don't show errors for references to this package")
    [all...]

Completed in 1132 milliseconds

<<11121314151617181920>>