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

<<41424344454647484950>>

  /dalvik/libcore/security/src/main/java/java/security/
CodeSource.java 85 System.arraycopy(certs, 0, this.certs, 0, certs.length);
104 System.arraycopy(signers, 0, this.signers, 0, signers.length);
174 System.arraycopy(certs, 0, tmp, 0, certs.length);
213 System.arraycopy(signers, 0, tmp, 0, tmp.length);
274 System.arraycopy(signers, 0, tmp, 0, tmp.length);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 521 // Coroutine system says we haven't registered. That's an
624 if(DEBUG)System.out.println("IncrementalSAXSource_Filter parse thread launched");
644 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
651 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
658 System.out.println("Active IncrementalSAXSource_Filter UNEXPECTED SAX exception: "+inner);
679 e.printStackTrace(System.err);
742 System.out.println("Starting...");
756 trace=new org.apache.xml.serialize.XMLSerializer(System.out,null);
776 System.out.println("\nSome parsing successful, trying more.\n");
789 System.out.println("\nFilter ended (EOF or on request).\n")
    [all...]
  /frameworks/base/awt/java/awt/color/
ICC_Profile.java 1084 fiStream = tryPath(System.getProperty("java.iccprofile.path"), fName); //$NON-NLS-1$
1090 fiStream = tryPath(System.getProperty("java.class.path"), fName); //$NON-NLS-1$
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontManager.java 198 * to the current system configuration.
395 * on a system.
542 * according to the System, where JVM is being ran.
565 * system configuration properties and locale settings. If no appropriate
571 String javaHome = System.getProperty("java.home"); //$NON-NLS-1$
575 String fileEncoding = System.getProperty("file.encoding"); //$NON-NLS-1$
577 String os = System.getProperty("os.name"); //$NON-NLS-1$
581 // OS names from system properties don't match
594 String version = System.getProperty("os.version"); //$NON-NLS-1$
674 System.out.println(e)
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
GifDecoder.java 41 System.loadLibrary("gl"); //$NON-NLS-1$
570 System.arraycopy(dataInt,
583 System.arraycopy(dataByte,
597 System.arraycopy(src,
625 System.arraycopy(src,
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 179 if (DEBUG) System.out.println("getAttributeNamespace of " + index + " = " + id);
186 if (DEBUG) System.out.println("getAttributeName of " + index + " = " + id);
202 if (DEBUG) System.out.println("getAttributeValue of " + index + " = " + id);
226 if (DEBUG) System.out.println("getAttributeName of "
228 if (DEBUG) System.out.println(
  /frameworks/base/services/java/com/android/server/
WifiService.java 442 * Multiple calls to unregisterReceiver() cause exception and a system crash.
    [all...]
  /packages/apps/AlarmClock/src/com/android/alarmclock/
Alarms.java 255 long now = System.currentTimeMillis();
288 long now = System.currentTimeMillis();
308 * Called at system startup, on time/timezone change, and whenever
479 c.setTimeInMillis(System.currentTimeMillis());
523 * Save time of the next alarm, as a formatted string, into the system
527 Settings.System.putString(context.getContentResolver(),
528 Settings.System.NEXT_ALARM_FORMATTED,
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 152 String oldPrefPath = System.getProperty("user.home") //$NON-NLS-1$
176 System.err.println("Error Loading Preferences");
205 long now = System.currentTimeMillis();
248 String os = System.getProperty("os.name"); // $NON-NLS-1$
300 String osVers = System.getProperty("os.version"); // $NON-NLS-1$
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 72 private final PrintStream err = System.err;
105 HOMEPATH = System.getProperty("user.home");
106 TEMPPATH = System.getProperty("java.io.tmpdir");
115 System.setErr(new PrintStream(errSubstituteStream));
128 System.setErr(err);
683 SecurityManager currentManager = System.getSecurityManager();
686 System.setSecurityManager(new MockLogSecurityManager());
721 System.setSecurityManager(currentManager);
764 SecurityManager currentManager = System.getSecurityManager();
767 System.setSecurityManager(new MockFileSecurityManager())
    [all...]
MemoryHandlerTest.java 63 private final PrintStream err = System.err;
82 System.setErr(new PrintStream(errSubstituteStream));
107 System.setErr(err);
155 SecurityManager currentManager = System.getSecurityManager();
156 System.setSecurityManager(securityManager);
174 System.setSecurityManager(currentManager);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 122 /** The SAX Document system-id */
169 /** m_entities system ID offset. */
688 * 1. [system identifier] The system identifier of the external subset, if
691 * @return the system identifier String object, or null if there is none.
984 System.err.println(msg);
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Class.java 35 import dalvik.system.VMStack;
80 * class name and a semicolon (";"). The signature is what the runtime system
217 SecurityManager smgr = System.getSecurityManager();
402 SecurityManager smgr = System.getSecurityManager();
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 79 System.setSecurityManager(null);
435 System.setSecurityManager(sm);
440 System.setSecurityManager(null);
455 System.setSecurityManager(sm);
459 System.setSecurityManager(null);
473 System.setSecurityManager(sm);
478 System.setSecurityManager(null);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 145 System.out.print("(" + head.getTargetString() + ", "
151 System.out.println("\n.....");
156 System.out.print("wild card list: ");
160 System.out.print("(" + head.getTargetString() + ", "
166 System.out.println("\n.....");
178 System.out.println("Before wildcard insert...");
208 System.out.println("After wildcard insert...");
295 // System.out.println("appending: "+target+" to "+matchPat.getPattern());
  /frameworks/base/core/java/android/webkit/
CacheManager.java 203 // because the system flushed all the data/cache directories
341 // system. If it is gone, clean up the database
354 && result.expires <= System.currentTimeMillis()) {
427 // This can happen with the system did a purge and our
465 // the file in the cache directory can be removed by the system
607 // already exist in the file system, but database is gone. So it
775 ret.expires = System.currentTimeMillis() + 1000
781 ret.expires = System.currentTimeMillis() + 86400000; // 24*60*60*1000
819 ret.expires = System.currentTimeMillis() + 86400000; // 24*60*60*1000
832 long lastmod = System.currentTimeMillis() + 86400000
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 165 mStartTime = System.currentTimeMillis();
173 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
204 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
219 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
236 //System.out.println("*** Launchpad is starting: comp=" + intent.component);
326 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
334 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
367 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
468 //System.out.println("Registering: " + mReceiver);
475 //System.out.println("Unregistering: " + mReceiver)
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java 200 System.out.println("V 0.9a");
202 System.out.println("mode: " + mode);
208 System.out.println("- including disabled tests");
210 System.out.println("- excluding disabled tests");
213 System.out.println("- accepting complete tests with partial tests");
215 System.out.println("- not accepting complete tests with partial "
222 System.out.println("stage 1 - get targets from all junit test methods");
251 System.out.println("stage 2 - proxy test targets to abstract classes"
283 System.out.println("stage 3 - generating report for target api");
409 System.err.println("warning!: no junit classes in package '
    [all...]
  /external/jdiff/src/jdiff/
HTMLIndexes.java 109 System.out.println("Error: unknown program element type.");
110 System.exit(3);
116 System.out.println("IO Error while attempting to create " + filename);
117 System.out.println("Error: " + e.getMessage());
118 System.exit(1);
375 System.out.println("IO Error while attempting to create " + sinceFileName);
376 System.out.println("Error: " + e.getMessage());
377 System.exit(1);
400 System.out.println("Error: unknown program element type");
401 System.exit(3)
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindowManager.java 139 // system-level error dialogs
159 // Debugging: set this to have the system act like there is no hard keyboard.
261 // Behavior of ENDCALL Button. (See Settings.System.END_BUTTON_BEHAVIOR.)
284 resolver.registerContentObserver(Settings.System.getUriFor(
285 Settings.System.END_BUTTON_BEHAVIOR), false, this);
288 resolver.registerContentObserver(Settings.System.getUriFor(
289 Settings.System.ACCELEROMETER_ROTATION), false, this);
290 resolver.registerContentObserver(Settings.System.getUriFor(
291 Settings.System.SCREEN_OFF_TIMEOUT), false, this);
292 resolver.registerContentObserver(Settings.System.getUriFor
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java     [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 265 System.arraycopy (m_readbuf, 0, data, 0, data.length);
277 fnfe.printStackTrace (System.out);
328 System.arraycopy (m_readbuf, 0, data, 0, data.length);
481 // System.out.println (clsDef.getName () + " metadata:");
482 // System.out.println (profile.root ().dump (0.2));
504 System.arraycopy (m_readbuf, 0, outdata, 0, m_readpos);
515 fnfe.printStackTrace (System.out);
557 System.arraycopy (m_readbuf, 0, data, 0, data.length);
653 long start = System.currentTimeMillis ();
725 final long end = System.currentTimeMillis ()
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 317 System.err.println("Unexpected error while editing code:");
318 System.err.println(" Class = ["+clazz.getName()+"]");
319 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
320 System.err.println(" Exception = ["+ex.getClass().getName()+"] ("+ex.getMessage()+")");
331 System.out.println("CodeAttributeEditor: ["+clazz.getName()+"."+method.getName(clazz)+"]");
494 System.out.println(" Replaced "+replacementInstruction.toString(newOffset));
679 System.out.println(" Pre-inserted "+preInstruction.toString(newOffset));
693 System.out.println(" Replaced "+replacementInstruction.toString(newOffset));
702 System.out.println(" Copied "+instruction.toString(newOffset));
715 System.out.println(" Post-inserted "+postInstruction.toString(newOffset))
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 235 System.out.println("Error: unknown keyword \"" +
237 System.exit(0);
269 System.out.println("Error: unknown keyword \"" +
271 System.exit(0);
297 System.out.println("Error: unknown keyword \"" +
299 System.exit(0);
324 System.out.println("Error: unknown keyword \"" +
326 System.exit(0);
424 System.out.println("Error: unknown keyword \"" +
426 System.exit(0)
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 106 System.loadLibrary("media_jni");
325 * The prefix for system properties that define the default sound for
327 * to get the full system property.
332 // this should be set when scanning files on a case insensitive file system.
379 + Settings.System.RINGTONE);
381 + Settings.System.NOTIFICATION_SOUND);
383 + Settings.System.ALARM_ALERT);
505 // long t1 = System.currentTimeMillis();
527 // long t2 = System.currentTimeMillis();
    [all...]

Completed in 1985 milliseconds

<<41424344454647484950>>