Searched
refs:System (Results
876 -
900 of
2091) sorted by null
<<31323334353637383940>>
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_OutputStream.java | 95 System.arraycopy(buffer, 0, toReturn, 0, position);
|
/dalvik/libcore/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
FileClientSessionCacheTest.java | 27 String tmpDir = System.getProperty("java.io.tmpdir"); 29 fail("Please set 'java.io.tmpdir' system property.");
|
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
SecuritySupport.java | 59 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/ |
SecuritySupport.java | 59 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
SecuritySupport.java | 59 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/ |
ObjectFactory.java | 65 SecurityManager security = System.getSecurityManager();
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 242 System.err.println("Created var: "+var.getName()+(isGlobal ? "(Global)" : "")); 285 System.err.println(" " + e.getSystemId() + " Line " + e.getLineNumber()); 354 System.err.print(first.getClass().getName()); 355 System.err.println(" at " + first.getSystemId() + " Line " + first.getLineNumber()); 422 System.err.print( 425 System.err.println(" (global)"); 427 System.err.println(); 654 System.err.println("Created var: "+var.getName()+(isGlobal ? "(Global)" : "")); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/ |
SecuritySupport.java | 80 * we're on a JDK 1.1 or J2SE 1.2 (or later) system. 99 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
SecuritySupport.java | 80 * we're on a JDK 1.1 or J2SE 1.2 (or later) system. 99 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
SecuritySupport.java | 80 * we're on a JDK 1.1 or J2SE 1.2 (or later) system. 99 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
SecuritySupport.java | 78 * we're on a JDK 1.1 or J2SE 1.2 (or later) system. 97 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
ObjectStack.java | 81 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
|
SecuritySupport.java | 80 * we're on a JDK 1.1 or J2SE 1.2 (or later) system. 99 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/ |
Function.java | 101 System.out.println("Error! Function.execute should not be called!");
|
SecuritySupport.java | 80 * we're on a JDK 1.1 or J2SE 1.2 (or later) system. 99 return System.getProperty(propName);
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 33 * System.err.println(e.getMessage()); 63 * Attempt to create an XMLReader from system defaults. 68 * <li>If the system property <code>org.xml.sax.driver</code> 80 * return a system default SAX1 parser, that parser is wrapped in 82 * environments, where the <code>org.xml.sax.parser</code> system 91 * <p>Note that many Java environments allow system properties to be 110 // 1. try the JVM-instance-wide system property 111 try { className = System.getProperty (property); } 158 + "is system property org.xml.sax.driver set?");
|
/dalvik/tests/052-verifier-fun/src/ |
Main.java | 12 System.out.println("Zorch.");
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalService.java | 102 System.currentTimeMillis());
|
ServiceStartArguments.java | 84 long endTime = System.currentTimeMillis() + 5*1000; 85 while (System.currentTimeMillis() < endTime) { 88 wait(endTime - System.currentTimeMillis()); 139 // Don't do this if we are in a retry... the system will 179 System.currentTimeMillis());
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/ |
PaintSurface.java | 37 System.loadLibrary("sampleplugin"); 81 // ensure that the view system is aware that we will be drawing
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
MethodInfo.java | 69 System.err.println("WARNING: late add of params to method");
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
AsmAnalyzer.java | 90 System.out.println("- Remove class " + key);
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 303 System.arraycopy( 354 System.arraycopy( 459 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied); 485 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied);
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProcessor.java | 162 final long start = log.atINFO () ? System.currentTimeMillis () : 0; 204 final long end = System.currentTimeMillis (); 259 t.printStackTrace (System.out); 273 ioe.printStackTrace (System.out);
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
ConstantValueAttribute_info.java | 127 if (DEBUG) System.out.println ("\tconstantvalue_index: " + m_value_index);
|
Completed in 192 milliseconds
<<31323334353637383940>>