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

<<61626364656667686970>>

  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code
401 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 86 * <li>query the system property using <code>System.getProperty</code>
109 * <li>query the system property using <code>System.getProperty</code>
156 * <li>query the system property using <code>System.getProperty</code>
184 * <li>query the system property using <code>System.getProperty</code>
238 * <li>query the system property using <code>System.getProperty</code
400 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
ToXMLStream.java 159 // standalone, or a doctype system or public is
499 System.out.println(msg);
639 System.out.println(msg);
TreeWalker.java 98 // Set the system ID, if it is given
105 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
116 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
322 // System.out.println("TreeWalker#startNode: "+node.getNodeName());
334 // System.out.println("TreeWalker#startNode: attr["+i+"] = "+attrName+", "+attr.getNodeValue());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code
401 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
XPath.java 184 // System.out.println("----------------");
187 // System.out.println("expr: "+expr);
236 // System.out.println("----------------");
239 // System.out.println("expr: "+expr);
492 System.out.println("score: " + score.num() + " for "
592 System.out.println(fmsg + "; file " + slocator.getSystemId()
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code
401 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 171 this.mCitySwitchTime = System.currentTimeMillis();
211 (System.currentTimeMillis() - mCitySwitchTime) / 500.0f);
  /development/simulator/app/
Android.mk 84 -framework System \
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 36 * for all defined loggers, to System.err. The following system properties
64 * <p>In addition to looking for system properties with the names specified
80 /** All system properties used by <code>SimpleLog</code> start with this */
132 prop = System.getProperty(name);
151 // Override with system properties.
335 * default implementation writes to <code>System.err</code>.</p>
342 System.err.println(buffer.toString());
642 // Are we running on a JDK 1.2 or later system?
  /external/guava/src/com/google/common/util/concurrent/
Futures.java 73 long end = System.nanoTime() + timeoutNanos;
75 remaining = end - System.nanoTime()) {
  /external/jdiff/src/jdiff/
JDiffAntTask.java 35 System.getProperty("path.separator") +
350 static String DIR_SEP = System.getProperty("file.separator");
  /external/stlport/etc/
STLport-4.5.1.spec 10 Group: System Environment/Languages
STLport-4.5.3.spec 10 Group: System Environment/Languages
STLport-4.6.spec 10 Group: System Environment/Languages
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 513 timeStart = System.currentTimeMillis();
546 long timeEnd = System.currentTimeMillis();
  /frameworks/base/core/java/android/os/
RecoverySystem.java 51 * recovery system (the separate partition that can be used to install
52 * system updates, wipe user data, etc.)
62 new File("/system/etc/security/otacerts.zip");
112 * Verify the cryptographic signature of a system update package
115 * the recovery system. This function will return only if the
131 * public key in this file. May be null to use the system default
132 * file (currently "/system/etc/security/otacerts.zip").
147 long lastPublishTime = System.currentTimeMillis();
278 long now = System.currentTimeMillis();
336 * misnomer because the system partition is not restored to it
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
SimpleMesh.java 223 System.arraycopy(mVtxData, 0, t, 0, mVtxData.length);
305 System.arraycopy(mIndexData, 0, t, 0, mIndexData.length);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java 84 long startedAt = System.currentTimeMillis();
111 long endedAt = System.currentTimeMillis();
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 83 private static final String SYSTEM_PATH = "/system";
203 long diffTime = System.currentTimeMillis() - mThreadStartTime;
219 mThreadStartTime = System.currentTimeMillis();
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 109 System.err.println("ATChannel: buffer overflow");
115 System.err.println("ATChannel: implausable UnsupportedEncodingException");
234 //System.out.println("MI<< " + line);
656 //System.out.println("MI>> " + s);
673 //System.out.println("MI>> " + s + " (no <cr>)");
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 339 * of locks and crashing the system by overflowing the global ref table.
354 * is a system private class.
    [all...]
  /packages/apps/AlarmClock/src/com/android/alarmclock/
SetAlarm.java 248 long delta = timeInMillis - System.currentTimeMillis();
316 c.setTimeInMillis(System.currentTimeMillis());
  /packages/apps/Calendar/src/com/android/calendar/
AlertActivity.java 166 long currentTime = System.currentTimeMillis();
266 long alarmTime = System.currentTimeMillis() + SNOOZE_DELAY;
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 324 final long startTime = System.currentTimeMillis();
328 long now = System.currentTimeMillis();

Completed in 481 milliseconds

<<61626364656667686970>>