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

<<11121314151617181920>>

  /art/test/087-gc-after-link/src/
Main.java 58 private static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/087-gc-after-link.jar";
82 loadClass("dalvik.system.DexFile");
163 System.err.println("ERROR: Inaccessible was accessible");
167 System.err.println("Got expected ITE/NPE");
169 System.err.println("Got unexpected ITE");
174 System.out.println("GC complete.");
  /cts/tools/vm-tests-tf/src/util/build/
JarBuildStep.java 48 System.err.println("io exception:"+e.getMessage());
55 System.err.println("failed to create output dir: "
62 Main main = new Main(System.out, System.err, "jar");
73 System.err.println("exception in JarBuildStep while calling jar with args:" +
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
FailedPredicateException.cs 34 using ArgumentNullException = System.ArgumentNullException;
35 using Exception = System.Exception;
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
46 [System.Serializable]
MismatchedRangeException.cs 34 using ArgumentNullException = System.ArgumentNullException;
35 using Exception = System.Exception;
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
39 [System.Serializable]
MissingTokenException.cs 34 using System.Collections.Generic;
35 using Exception = System.Exception;
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
44 [System.Serializable]
UnwantedTokenException.cs 34 using System.Collections.Generic;
35 using Exception = System.Exception;
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
40 [System.Serializable]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
FailedPredicateException.cs 35 using ArgumentNullException = System.ArgumentNullException;
36 using Exception = System.Exception;
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
47 [System.Serializable]
MismatchedRangeException.cs 35 using ArgumentNullException = System.ArgumentNullException;
36 using Exception = System.Exception;
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
40 [System.Serializable]
MissingTokenException.cs 35 using System.Collections.Generic;
36 using Exception = System.Exception;
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
45 [System.Serializable]
UnwantedTokenException.cs 35 using System.Collections.Generic;
36 using Exception = System.Exception;
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
41 [System.Serializable]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FileCounter.java 51 System.out.println("Source Directory: " + this.getSourceDirectory());
52 System.out.println("Output File: " + this.getOutputFile());
53 System.out.println("Filter String: " + this.getFilterString());
65 System.out.println("List size: " + names.length);
68 System.out.println("Name: " + names[i]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 86 { System.err.println(Messages.getString("RSSFeedCommon.FileError")); } //$NON-NLS-1$
92 { System.err.println(Messages.getString("RSSFeedCommon.XpathError")); } //$NON-NLS-1$
103 System.out.println(Messages.getString("RSSFeedUpdateEntryTask.SearchingFor") + SP + xpath + (!isNullString(replacement)?", " + Messages.getString("RSSFeedUpdateEntryTask.ReplacingWith") + " '" + replacement + "'":NS)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$
143 System.out.println(SEP);
144 transformer.transform(new DOMSource(newNode),new StreamResult(System.out));
145 System.out.println(SEP);
164 System.out.println(Messages.getString("RSSFeedCommon.RSSFeedFile") + SP + file.toString()+ " "+ Messages.getString("RSSFeedUpdateEntryTask.DoesNotExist")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
214 if (debug==0) { System.out.print(xpath + (isNullString(replacement)?" = ":" :: ")); } //$NON-NLS-1$ //$NON-NLS-2$
224 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundAttribute")); } //$NON-NLS-1$
229 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundElement")); } //$NON-NLS-1
    [all...]
  /cts/tools/utils/
CollectAllTests.java 67 System.err.println("usage: CollectAllTests <output-file> <manifest-file> <jar-file> "
70 System.err.println("received:");
72 System.err.println(" " + arg);
75 System.exit(1);
85 System.err.println("Invalid " + ATTRIBUTE_JAVA_PACKAGE_FILTER + ": " +
87 System.exit(1);
93 System.err.println("Invalid architecture");
94 System.exit(1);
107 System.err.println("cannot open manifest " + manifestFile);
109 System.exit(1)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 36 Settings.System._ID, Settings.System.NAME, Settings.System.VALUE
51 cr.acquireContentProviderClient(Settings.System.CONTENT_URI);
57 value.put(Settings.System.NAME, insertName);
58 value.put(Settings.System.VALUE, insertValue);
60 provider.insert(Settings.System.CONTENT_URI, value);
61 cursor = provider.query(Settings.System.CONTENT_URI, SYSTEM_PROJECTION,
62 Settings.System.NAME + "=\"" + insertName + "\"", null, null, null);
73 value.put(Settings.System.NAME, updateName)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 447 System.arraycopy(data, 0, copy, 0, data.length);
462 System.arraycopy(data, 0, existing, 0, existing.length);
508 System.arraycopy(data, 0, copy, 0, data.length);
521 System.arraycopy(data, 0, copy, 0, data.length);
536 System.arraycopy(data, 0, existing, 0, existing.length);
548 System.arraycopy(data, 0, copy, 0, data.length);
561 System.arraycopy(data, 0, copy, 0, data.length);
572 System.arraycopy(data, 0, tmp, 0, newLength);
576 System.arraycopy(data, 0, tmp, 0, data.length);
588 System.arraycopy(data, 0, tmp, 0, newLength)
    [all...]
  /art/test/106-exceptions2/src/
Main.java 204 System.out.println("nullCheckTestNoThrow PASSED");
206 System.out.println("nullCheckTestNoThrow FAILED: " + res);
212 System.out.println("nullCheckTestThrow PASSED");
214 System.out.println("nullCheckTestThrow FAILED: " + res);
220 System.out.println("checkAIOBE PASSED");
222 System.out.println("checkAIOBE FAILED: " + res);
228 System.out.println("checkDivZero PASSED");
230 System.out.println("checkDivZero FAILED: " + res);
233 System.exit(failure ? 1 : 0);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectVector.java 97 System.arraycopy(v.m_map, 0, m_map, 0, m_firstFree);
135 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
159 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
185 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
212 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
219 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
260 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i);
285 System.arraycopy(m_map, i + 1, m_map, i, m_firstFree);
414 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
SimpleTimeLimiterTest.java 59 long start = System.nanoTime();
72 long start = System.nanoTime();
88 long start = System.nanoTime();
104 long start = System.nanoTime();
123 long start = System.nanoTime();
133 long start = System.nanoTime();
151 long start = System.nanoTime();
164 long start = System.nanoTime();
175 long nanos = System.nanoTime() - startNanos;
  /cts/tools/dasm/src/dasm/
Main.java 61 System.err.println("Command line option " + opt
63 System.exit(-1);
93 System.err.println("DASM Error: " + e.getMessage());
96 System.err.println("Exception <" + e.getClass().getName() + ">"
105 System.err.println("Found " + dAsm.errorCount() + " errors "
143 System.err.println("Cannot create directory " + dest_dir);
158 System.err.println("Exception <" + e.getClass().getName() + ">"
173 System.out.println("Generated: " + out_file.getPath());
193 System.exit(-1);
199 System.exit(0)
    [all...]
  /art/test/004-JniTest/src/
Main.java 21 System.loadLibrary("arttest");
106 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
121 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
152 System.out.println("Run " + i + " with " + (int)returns[i] + " vs " + (int)result);
161 System.out.println("IsAssignableFrom(int.class, Integer.TYPE) returned false, expected true");
166 System.out.println("IsAssignableFrom(Integer.TYPE, int.class) returned false, expected true");
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 46 String testsuiteDir = System.getProperty("user.dir");
57 input = new ANTLRInputStream(System.in);
72 input = new ANTLRInputStream(System.in);
76 System.out.print(executer.execTest()); // unit test result
79 System.exit(executer.failures.size() + executer.invalids.size());
87 System.err.println("missing library directory with -lib option; ignoring");
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 86 * @param baseSystemID The system ID to use as the base for relative URLs.
132 System.err.println("In clearCoRoutine...");
158 System.err.println("...exiting clearCoRoutine");
198 * Set the base ID (URI or system ID) from where relative
209 * Get the base ID (URI or system ID) from where relative
237 * @param systemId The entity's system identifier.
271 * @param systemId The notation's system identifier, or null.
291 * @param systemId The entity's system identifier, or null.
322 System.out.println("TransformerHandlerImpl#setDocumentLocator: "
349 System.out.println("TransformerHandlerImpl#startDocument")
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
CryptoUpcalls.java 53 System.err.println("Could not find external provider for algorithm: " + algorithm);
91 System.err.println("Unsupported private key algorithm: " + javaKey.getAlgorithm());
101 System.err.println("Exception while signing message with " + javaKey.getAlgorithm()
111 System.err.println("Unexpected key type: " + javaKey.toString());
130 System.err.println("Unsupported private key algorithm: " + javaKey.getAlgorithm());
137 System.err.println("Exception while ciphering message with " + javaKey.getAlgorithm()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
ElementParser.java 63 System.err.println (e);
65 System.err.println (e);
128 System.out.println(xmlParser.plugins);
129 System.out.println(xmlParser.features);
131 System.out.println(xmlParser.plugins.size()+" plugins expected");
132 System.out.println(xmlParser.features.size()+" features expected");
  /external/javassist/src/main/javassist/util/proxy/
SecurityActions.java 28 if (System.getSecurityManager() == null)
41 if (System.getSecurityManager() == null)
55 if (System.getSecurityManager() == null)
79 if (System.getSecurityManager() == null)
101 if (System.getSecurityManager() == null)
116 if (System.getSecurityManager() == null)

Completed in 423 milliseconds

<<11121314151617181920>>