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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs 34 using Console = System.Console;
40 System.Func<IAstRuleReturnScope<TTree>> topdown_func;
41 System.Func<IAstRuleReturnScope<TTree>> bottomup_func;
54 public virtual object ApplyOnce(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) {
86 public virtual object ApplyRepeatedly(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonToken.cs 35 using NonSerialized = System.NonSerializedAttribute;
36 using Regex = System.Text.RegularExpressions.Regex;
37 using Serializable = System.SerializableAttribute;
253 [System.Runtime.Serialization.OnSerializing]
254 internal void OnSerializing( System.Runtime.Serialization.StreamingContext context )
NoViableAltException.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]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interp.java 66 System.err.println("java Interp file.g tokens-to-ignore start-rule input-file");
94 System.out.println("undefined start rule "+startRule);
107 System.err.println("no lexer grammar found in "+grammarFileName);
122 System.err.println("Rule "+startRule+" does not exist in "+grammarFileName);
127 System.out.println(t.toStringTree());
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 156 System.out.println("If no complaints are printed below, we passed initial test.");
166 System.out.println("\tMismatch populating pool: assigned "+
174 System.out.println("\tMismatch in stringToIndex: returned "+
182 System.out.println("\tMismatch in indexToString: returned"+
188 System.out.println("\nPass "+pass+" complete\n");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
OFBBlockCipher.java 74 System.arraycopy(iv, 0, IV, IV.length - iv.length, iv.length);
82 System.arraycopy(iv, 0, IV, 0, IV.length);
171 System.arraycopy(ofbV, blockSize, ofbV, 0, ofbV.length - blockSize);
172 System.arraycopy(ofbOutV, 0, ofbV, ofbV.length - blockSize, blockSize);
183 System.arraycopy(IV, 0, ofbV, 0, IV.length);
CFBBlockCipher.java 78 System.arraycopy(iv, 0, IV, IV.length - iv.length, iv.length);
86 System.arraycopy(iv, 0, IV, 0, IV.length);
195 System.arraycopy(cfbV, blockSize, cfbV, 0, cfbV.length - blockSize);
196 System.arraycopy(out, outOff, cfbV, cfbV.length - blockSize, blockSize);
235 System.arraycopy(cfbV, blockSize, cfbV, 0, cfbV.length - blockSize);
236 System.arraycopy(in, inOff, cfbV, cfbV.length - blockSize, blockSize);
265 System.arraycopy(IV, 0, cfbV, 0, IV.length);
  /external/doclava/src/com/google/doclava/
LinkReference.java 240 if (DBG) System.out.println("-- chose base as classinfo");
244 if (DBG) System.out.println("-- ref == null");
247 if (DBG) System.out.println("-- assumed to be cl");
251 if (DBG) System.out.println("-- they provided ref = " + ref);
254 if (DBG) System.out.println("-- cl non-null");
257 if (DBG) System.out.println("-- cl.extendedFindClass was null");
261 if (DBG) System.out.println("-- cl.findClass was null");
263 if (DBG) if (result.classInfo == null) System.out.println("-- cl.findInnerClass was null");
267 if (DBG) System.out.println("-- hitting up the Converter.obtainclass");
271 if (DBG) System.out.println("-- Converter.obtainClass was null")
    [all...]
  /external/javassist/src/main/javassist/tools/reflect/
Compiler.java 74 help(System.err);
82 System.err.println("bad parameter.");
114 System.err.println("Warning: " + c.getName()
117 System.err.println(c.getName() + ": " + metaobj + ", "
121 System.err.println(c.getName() + ": not reflective");
  /external/objenesis/tck/src/org/objenesis/tck/
TCK.java 45 * Reporter reporter = new TextReporter(System.out, System.err);
137 return "Java " + System.getProperty("java.specification.version") + " ("
138 + System.getProperty("java.vm.vendor") + " " + System.getProperty("java.vm.name") + " "
139 + System.getProperty("java.vm.version") + " " + System.getProperty("java.runtime.version")
  /art/test/401-optimizing-compiler/src/
Main.java 28 System.out.println(error);
169 System.out.println("In static method");
173 System.out.println("In static method with 2 args " + a + " " + b);
177 System.out.println("In static method with 5 args "
182 System.out.println("In static method with 7 args "
187 System.out.println("In static method with object arg " + a.getClass());
197 System.out.println("Forced GC");
  /dalvik/hit/src/com/android/hit/
ClassObj.java 102 System.exit(1);
119 System.out.println(" " + subclass.mClassName);
156 System.out.println("+---------- ClassObj dump for: " + mClassName);
158 System.out.println("+----- Static fields");
161 System.out.println(mStaticFieldNames[i] + ": "
165 System.out.println("+----- Instance fields");
168 System.out.println(mFieldNames[i] + ": " + mFieldTypes[i]);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListGenerators.java 81 System.arraycopy(elements, 0, all, 0, elements.length);
82 System.arraycopy(suffix, 0, all, elements.length, suffix.length);
93 System.arraycopy(prefix, 0, all, 0, 2);
94 System.arraycopy(elements, 0, all, 2, elements.length);
107 System.arraycopy(prefix, 0, all, 0, 2);
108 System.arraycopy(elements, 0, all, 2, elements.length);
109 System.arraycopy(suffix, 0, all, 2 + elements.length, 2);
  /cts/tests/print/src/android/print/cts/
PrintInstrument.java 55 System.err.println(NO_SYSTEM_ERROR_CODE);
57 + " is the system running?");
103 System.err.println("Error: Unknown option: " + opt);
109 System.err.println("Error: Can't start instrumentation with user 'all'");
140 System.out.println("INSTRUMENTATION_ABORTED: System has crashed.");
183 System.out.print(pretty);
187 System.out.println(
191 System.out.println("INSTRUMENTATION_STATUS_CODE: " + resultCode);
207 System.out.println(pretty)
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 39 String executable = System.getProperty("java.home");
46 String testVMArgs = System.getProperty("hy.test.vmargs");
75 System.out.write(bytes, 0, result);
126 System.out.write(bytes, 0, result);
169 String executable = System.getProperty("java.home");
184 execArgs.add(System.getProperty("java.class.path") +
194 String testVMArgs = System.getProperty("hy.test.vmargs");
225 System.out.println("Exec: " + commandLine.toString());
226 System.out.println();
249 System.err.write(bytes, 0, result)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 95 System.arraycopy(this.m_map, 0, clone.m_map, 0, this.m_map.length);
132 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
166 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
260 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
376 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
383 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
412 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + nNodes);
417 System.arraycopy(nodes.m_map, 0, m_map, m_firstFree, nNodes);
478 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i);
506 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 149 System.arraycopy(in, inOff, keyToBeWrapped, 0, inLen);
157 System.arraycopy(keyToBeWrapped, 0, WKCKS, 0, keyToBeWrapped.length);
158 System.arraycopy(CKS, 0, WKCKS, keyToBeWrapped.length, CKS.length);
182 System.arraycopy(this.iv, 0, TEMP2, 0, this.iv.length);
183 System.arraycopy(TEMP1, 0, TEMP2, this.iv.length, TEMP1.length);
268 System.arraycopy(TEMP2, 0, this.iv, 0, 8);
269 System.arraycopy(TEMP2, 8, TEMP1, 0, TEMP2.length - 8);
289 System.arraycopy(WKCKS, 0, result, 0, WKCKS.length - 8);
290 System.arraycopy(WKCKS, WKCKS.length - 8, CKStoBeVerified, 0, 8);
325 System.arraycopy(digest, 0, result, 0, 8)
    [all...]
  /art/test/003-omnibus-opcodes/src/
FloatMath.java 23 System.out.println("FloatMath.convTest");
136 System.out.println("FloatMath.floatOperTest");
166 System.out.println("FloatMath.doubleOperTest");
210 System.out.println("FloatMath.checkConvI");
230 System.out.println("FloatMath.checkConvL");
247 System.out.println("FloatMath.checkConvF");
250 System.out.println(" " + i + ": " + results[i]);
251 System.out.println("-2.0054409E9, -8.6133031E18, -3.1415927");
262 System.out.println("FloatMath.checkConvD");
265 System.out.println(" " + i + ": " + results[i])
    [all...]
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 83 System.err.println(
142 System.out.println(msg);
149 System.out.print(msg1);
150 System.out.print(" ");
151 System.out.println(msg2);
158 System.out.print(msg1);
159 System.out.print(" ");
160 System.out.print(msg2);
161 System.out.print(" ");
162 System.out.println(msg3)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java 100 // Settings.System.AIRPLANE_MODE_ON is deprecated in API 17
102 return Settings.System
103 .getInt(contentResolver, Settings.System.AIRPLANE_MODE_ON, defaultValue);
118 return Settings.System.getInt(
120 Settings.System.SCREEN_BRIGHTNESS_MODE,
164 return Settings.System.getInt(
166 Settings.System.ACCELEROMETER_ROTATION,
  /cts/tests/tests/media/src/android/media/cts/
RingtoneManagerTest.java 99 assertNotNull(RingtoneManager.getRingtone(mContext, Settings.System.DEFAULT_RINGTONE_URI));
109 assertEquals(Settings.System.DEFAULT_RINGTONE_URI,
111 assertEquals(Settings.System.DEFAULT_NOTIFICATION_URI,
114 RingtoneManager.getDefaultType(Settings.System.DEFAULT_RINGTONE_URI));
116 RingtoneManager.getDefaultType(Settings.System.DEFAULT_NOTIFICATION_URI));
117 assertTrue(RingtoneManager.isDefault(Settings.System.DEFAULT_RINGTONE_URI));
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificateTest.java 86 return new Date(System.currentTimeMillis());
91 return new Date(System.currentTimeMillis() - 1000);
190 Date date1 = new Date(System.currentTimeMillis() - 1000);
191 Date date2 = new Date(System.currentTimeMillis());
212 Date date1 = new Date(System.currentTimeMillis() - 1000);
213 Date date2 = new Date(System.currentTimeMillis());
  /dalvik/dx/src/com/android/multidex/
MainDexListBuilder.java 48 private static final String EOL = System.getProperty("line.separator");
62 System.exit(STATUS_ERROR);
71 System.err.println("A fatal error occured: " + e.getMessage());
72 System.exit(STATUS_ERROR);
121 System.err.print(USAGE_MESSAGE);
126 System.out.println(fileName);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetAppFrameRateEvent.java 35 * this test, the system property viewancestor.profile_rendering must be set to
131 System.err.println(String.format("// Shell command %s status was %s",
141 sStartTime = System.currentTimeMillis();
144 sEndTime = System.currentTimeMillis();
151 System.err.println("// Exception from " + cmd + ":");
152 System.err.println(e.toString());
162 System.err.println(e.toString());
MonkeyGetFrameRateEvent.java 34 * To run this test, the system property viewancestor.profile_rendering
117 System.err.println(String.format("// Shell command %s status was %s",
128 mStartTime = System.currentTimeMillis();
131 mEndTime = System.currentTimeMillis();
138 System.err.println("// Exception from " + GET_FRAMERATE_CMD + ":");
139 System.err.println(e.toString());
149 System.err.println(e.toString());

Completed in 1295 milliseconds

<<11121314151617181920>>