HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 1176 - 1200 of 2091) sorted by null

<<41424344454647484950>>

  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 81 * if messages should be sent to System err.
120 // System.out.println(getPatternString()+"op: "+op);
748 // System.out.println("testType: "+testType);
802 // System.err.println("We should never reach here.");
848 System.out.println("MATCH_FUNCTION: "+m_currentPattern);
855 System.out.println("FROM_ROOT, "+m_currentPattern);
865 System.out.println("MATCH_ATTRIBUTE: "+getStepLocalName(startOpPos)+", "+m_currentPattern);
875 System.out.println("MATCH_ANY_ANCESTOR: "+getStepLocalName(startOpPos)+", "+m_currentPattern);
889 System.out.println("MATCH_IMMEDIATE_ANCESTOR: "+getStepLocalName(startOpPos)+", "+m_currentPattern);
928 // System.out.println("Setting "+ancestorPattern+" as relative to "+pattern)
    [all...]
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
XsltXPathConformanceTestSuite.java 130 System.out.println("Usage: XsltXPathConformanceTestSuite <catalog-xml>");
131 System.out.println();
132 System.out.println(" catalog-xml: an XML file describing an OASIS test suite");
133 System.out.println(" such as: " + defaultCatalogFile);
353 System.out.println("Purpose: " + purpose);
356 System.out.println("Spec: " + spec);
579 * mark, the corresponding character set will be used. Otherwise the system
  /dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 349 className = System.getProperty("javax.xml.parsers.DocumentBuilderFactory");
350 System.setProperty("javax.xml.parsers.DocumentBuilderFactory",
362 Properties prop = System.getProperties();
369 System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "");
382 System.clearProperty("javax.xml.parsers.DocumentBuilderFactory");
384 System.setProperty("javax.xml.parsers.DocumentBuilderFactory",
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 403 if (trace1) start = System.currentTimeMillis ();
460 if (trace2) entrystart = System.currentTimeMillis ();
462 if (trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms");
490 end = System.currentTimeMillis ();
512 if (trace1) start = System.currentTimeMillis ();
683 end = System.currentTimeMillis ();
  /external/junit/src/junit/awtui/
TestRunner.java 158 System.exit(0);
187 System.exit(0);
289 System.exit(0);
496 long startTime= System.currentTimeMillis();
502 long endTime= System.currentTimeMillis();
509 System.gc();
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
OffscreenImage.java 195 System.arraycopy(pixels, lineOff, data, rof, w);
210 System.arraycopy(buff, 0, data, rof, w);
266 System.arraycopy(buff, 0, data, rof, w);
275 System.arraycopy(buff, 0, data, rof, w);
287 System.arraycopy(pixels, lineOff, data, rof, w);
296 System.arraycopy(pixels, sOff, stride, 0, scansize);
  /frameworks/base/core/java/android/content/res/
TypedArray.java 593 System.out.println("******************************************************************");
594 System.out.println("Got drawable resource: type="
599 System.out.println("******************************************************************");
620 System.out.println("******************************************************************");
621 System.out.println("Got drawable resource: type="
626 System.out.println("******************************************************************");
727 //System.out.println("Getting pooled from: " + v);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 194 System.arraycopy(data, 1, pdu, 0, size);
338 System.arraycopy(header, 0, userData, 1, header.length);
339 System.arraycopy(textPart, 0, userData, header.length + 1, textPart.length);
346 System.arraycopy(userData, 0, ret, 1, userData.length);
612 System.arraycopy(pdu, offset, udh, 0, userDataHeaderLength);
642 System.arraycopy(pdu, offset, userData, 0, userData.length);
689 // System.out.println("remainder of pud:" +
714 System.out.println("tid = 0x" + HexDump.toHexString(tid));
715 System.out.println("type = 0x" + HexDump.toHexString(type));
716 System.out.println("header size = " + size)
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewMediator.java 159 * requires that we run in the system process. */
289 mShowLockIcon = (Settings.System.getInt(cr, "show_status_bar_lock", 0) == 1);
293 * Let us know that the system is ready after startup.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 144 (System.currentTimeMillis() - mTimestamp + " ms)"));
512 mTimestamp = System.currentTimeMillis();
524 mTimestamp = System.currentTimeMillis();
628 timestamp = System.currentTimeMillis();
662 (System.currentTimeMillis() - timestamp) + " ms");
697 (System.currentTimeMillis() - timestamp) + " ms");
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 117 "(" + Settings.System.NAME + "=?)",
120 mContentQueryMap = new ContentQueryMap(settingsCursor, Settings.System.NAME, true, null);
227 mShowPassword.setChecked(Settings.System.getInt(getContentResolver(),
228 Settings.System.TEXT_SHOW_PASSWORD, 1) != 0);
249 Settings.System.putInt(getContentResolver(), Settings.System.TEXT_SHOW_PASSWORD,
519 // Encrypted File system preferences
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceProcessorTest.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 65 System.arraycopy(entries, 0, newEntries, 0, n);
98 System.arraycopy(entries, 0, newEntries, 0, index);
101 System.arraycopy(entries, index + 1, newEntries, index,
477 System.arraycopy(natures, 0, newNatures, 1, natures.length);
506 System.arraycopy(natures, 0, newNatures, 0, i);
508 System.arraycopy(natures, i + 1, newNatures, i, natures.length - i - 1);
  /sdk/files/
find_java.bat 49 echo Tools, you need a suitable version of Java installed on your system. We
75 echo - Under Windows XP, open Control Panel / System / Advanced / Environment Variables
76 echo - Under Windows Vista, open Control Panel / System / Advanced System Settings
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 154 System.out.println("SSA\tRop");
165 System.out.println(i + "\t" + ropReg + "["
181 System.arraycopy(orig, 0, copy, 0, orig.length);
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 114 System.out.println("Printing reg map");
115 System.out.println(((BasicRegisterMapper)mapper).toHuman());
238 System.out.printf("Moving %d registers from 0 to %d\n",
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 130 System.arraycopy(data, 0, result, 0, cursor);
299 System.arraycopy(bytes, offset, data, writeAt, length);
546 System.arraycopy(data, 0, newData, 0, cursor);
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Executors.java 275 * System#getSecurityManager}, else the group of the thread
482 SecurityManager sm = System.getSecurityManager();
534 SecurityManager s = System.getSecurityManager();
563 SecurityManager sm = System.getSecurityManager();
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
JSR166TestCase.java 101 System.gc();
102 System.runFinalization();
104 System.exit(0);
  /dalvik/libcore/luni/src/main/java/java/lang/
Integer.java 267 * Returns the {@code Integer} value of the system property identified by
273 * the name of the requested system property.
281 String prop = System.getProperty(string);
293 * Returns the {@code Integer} value of the system property identified by
299 * the name of the requested system property.
302 * system property with the requested name.
310 String prop = System.getProperty(string);
322 * Returns the {@code Integer} value of the system property identified by
328 * the name of the requested system property.
331 * system property with the requested name
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThrowableTest.java 238 PrintStream err = System.err;
239 System.setErr(ps);
241 System.setErr(err);
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
InetSocketAddressTest.java 87 SecurityManager oldman = System.getSecurityManager();
88 System.setSecurityManager(new MockSecurityManager());
100 System.setSecurityManager(oldman);
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileInputStreamTest.java 480 fileName = System.getProperty("java.io.tmpdir");
481 String separator = System.getProperty("file.separator");
492 System.out.println("Exception during setup");
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java 149 System.arraycopy(encoding, 0, result, 0, encoding.length);
335 System.arraycopy(tbsCertListEncoding, 0,
349 System.arraycopy(signature, 0, result, 0, signature.length);
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
StressTest.java 263 System.err.println("Will be used no more than " + mc
361 ps.setDate(10, new java.sql.Date(System.currentTimeMillis()));
362 ps.setTime(11, new java.sql.Time(System.currentTimeMillis()));

Completed in 501 milliseconds

<<41424344454647484950>>