HomeSort by relevance Sort by last modified time
    Searched defs:System (Results 26 - 50 of 839) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/
Main.java 81 System.err.println("\nUNEXPECTED TOP-LEVEL EXCEPTION:");
83 System.exit(2);
85 System.err.println("\nUNEXPECTED TOP-LEVEL ERROR:");
87 System.exit(3);
91 System.err.println("error: no command specified");
97 System.exit(1);
105 System.err.println("android sigtools version " + Version.VERSION);
106 System.exit(0);
113 System.err.println(USAGE_MESSAGE);
129 System.arraycopy(orig, 0, newa, 0, n)
    [all...]
  /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);
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeOutput.java 52 System.arraycopy(array, 0, result, 0, cursor);
  /dalvik/hit/src/com/android/hit/
StackTrace.java 61 System.out.println(mFrames[i].toString());
  /dalvik/tests/028-array-write/src/
Main.java 18 System.out.println("Finished in " + ((end - start) / 1000000.0)
32 System.out.println("Running writeTest...");
33 start = System.nanoTime();
36 end = System.nanoTime();
45 System.arraycopy(mStorage, 0, mStorage,
48 System.out.println("Running copyTest...");
49 start = System.nanoTime();
51 System.arraycopy(mStorage, 0, mStorage,
54 end = System.nanoTime();
66 System.out.println("Done!")
    [all...]
  /dalvik/tests/041-narrowing/src/
Main.java 8 System.out.println();
9 System.out.println("Double.POSITIVE_INFINITY = "
11 System.out.println("Double.NEGATIVE_INFINITY = "
13 System.out.println("Float.POSITIVE_INFINITY = "
15 System.out.println("Float.NEGATIVE_INFINITY = "
17 System.out.println("Double.NaN = "
19 System.out.println("Float.NaN = "
22 System.out.println();
23 System.out.println("(byte) Double.NaN = "
26 System.out.println("(short) Double.NaN =
    [all...]
  /dalvik/tests/047-returns/src/
Main.java 9 System.out.println("pick 1");
11 System.out.println(((CommonInterface)pickOne(1)).doStuff());
13 System.out.println("pick 2");
15 System.out.println(((CommonInterface)pickOne(2)).doStuff());
17 System.out.println("pick 3");
39 System.out.println("one running");
42 System.out.println("one");
49 System.out.println("two running");
52 System.out.println("two");
59 System.out.println("three running")
    [all...]
  /external/antlr/src/org/antlr/runtime/
ANTLRReaderStream.java 68 // System.out.println("load "+size+" in chunks of "+readChunkSize);
77 // System.out.println("### overflow p="+p+", data.length="+data.length);
79 System.arraycopy(data, 0, newdata, 0, data.length);
83 // System.out.println("read "+numRead+" chars; p was "+p+" is now "+(p+numRead));
89 //System.out.println("n="+n);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMapVector.java 91 System.arraycopy(m_map, 0, newMap, 0, oldSize);
109 System.arraycopy(m_map, 0, newMap, 0, m_map[m_lengthPos]);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralNames.java 63 System.arraycopy(names, 0, tmp, 0, names.length);
82 String sep = System.getProperty("line.separator");
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
ParametersWithIV.java 27 System.arraycopy(iv, ivOff, this.iv, 0, ivLen);
RC2Parameters.java 24 System.arraycopy(key, 0, this.key, 0, key.length);
  /external/bouncycastle/src/main/java/org/bouncycastle/util/
Arrays.java 227 System.arraycopy(data, 0, copy, 0, data.length);
240 System.arraycopy(data, 0, copy, 0, data.length);
BigIntegers.java 29 System.arraycopy(bytes, 1, tmp, 0, tmp.length);
  /external/chromium/chrome/common/
launchd_mac.h 26 System = 8 // /System/Library/Launch*
50 // "System".
  /external/emma/core/java12/
emma.java 31 System.out.println (USAGE);
37 System.arraycopy (args, 1, commandArgs, 0, commandArgs.length);
50 private static final String EOL = System.getProperty ("line.separator", "\n");
  /external/guava/src/com/google/common/collect/
Platform.java 64 * Wrapper around {@link System#arraycopy} so that it can be emulated
70 * <p>As of GWT 2.0, The built-in {@link System#arraycopy} doesn't work
77 System.arraycopy(src, srcPos, dest, destPos, length);
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
HtmlEscapeFunction.java 56 System.arraycopy(ESCAPE_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33, ESCAPE_CHARS.length);
57 System.arraycopy(UNQUOTED_EXTRA_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33 + ESCAPE_CHARS.length,
JsEscapeFunction.java 48 System.arraycopy(SPECIAL_CHARS, 0, ESCAPE_CHARS, 32, SPECIAL_CHARS.length);
51 System.arraycopy(UNQUOTED_SPECIAL_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33,
  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length);
30 System.arraycopy(excerpt, 0, tmp, 0, total);
  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 209 System.arraycopy(attributes, 0,
240 System.arraycopy(attributes, index + 1,
ElementValuesEditor.java 178 System.arraycopy(elementValues, 0,
209 System.arraycopy(elementValues, index + 1,
InterfacesEditor.java 65 System.arraycopy(interfaces, 0, newinterfaces, 0, interfacesCount);
  /external/proguard/src/proguard/classfile/visitor/
MultiClassPoolVisitor.java 71 System.arraycopy(classPoolVisitors, 0,
MultiClassVisitor.java 71 System.arraycopy(classVisitors, 0,

Completed in 1360 milliseconds

12 3 4 5 6 7 8 91011>>