Searched
refs:System (Results
1251 -
1275 of
2091) sorted by null
<<51525354555657585960>>
| /dalvik/libcore/security/src/test/java/tests/java/security/ |
| SecureClassLoaderTest.java | 87 * {System.out.println("Hi, world!"); } 231 System.setSecurityManager(sm); 238 System.setSecurityManager(null); 283 System.setSecurityManager(sm); 291 System.setSecurityManager(null);
|
| /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| ClientHandshakeImpl.java | 304 session.lastAccessedTime = System.currentTimeMillis(); 312 session.lastAccessedTime = System.currentTimeMillis(); 358 session.lastAccessedTime = System.currentTimeMillis(); 429 System.arraycopy(clientHello.client_version, 0, preMasterSecret, 0,
|
| /dalvik/libcore/xml/src/main/java/javax/xml/namespace/ |
| QName.java | 74 * set the System Property 97 return System.getProperty("org.apache.xml.namespace.QName.useCompatibleSerialVersionUID");
|
| /dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
| SecuritySupport.java | 61 return System.getProperty(propName);
|
| /dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
| SecuritySupport.java | 61 return System.getProperty(propName);
|
| /dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/ |
| EnvironmentCheck.java | 103 // Default to System.out, autoflushing 104 PrintWriter sendOutputTo = new PrintWriter(System.out, true); 121 System.err.println("# WARNING: -out " + args[i] + " threw " 127 System.err.println( 156 * to System.out if null 199 * <p>Various system and CLASSPATH, etc. properties are put into 209 * point out the most common classpath and system property 213 * and related system properties, etc. 485 System.err.println("appendEnvironmentReport threw: " + e2.toString()); 571 String javaVersion = System.getProperty("java.version") [all...] |
| SecuritySupport12.java | 91 return System.getProperty(propName);
|
| /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
| SecuritySupport12.java | 91 return System.getProperty(propName);
|
| /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
| SecuritySupport12.java | 91 return System.getProperty(propName);
|
| /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
| SecuritySupport12.java | 88 return System.getProperty(propName);
|
| /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
| SecuritySupport12.java | 91 return System.getProperty(propName);
|
| /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/ |
| FunctionMultiArgs.java | 81 System.arraycopy(m_args, 0, args, 0, m_args.length);
|
| SecuritySupport12.java | 91 return System.getProperty(propName);
|
| /dalvik/libcore-disabled/sound/src/main/java/org/apache/harmony/sound/utils/ |
| ProviderService.java | 46 String soundPropertiesPath = System
|
| /dalvik/tests/068-classloader/src/ |
| FancyLoader.java | 27 * class implementation before asking the system or boot loader. This 56 mDexClass = parent.loadClass("dalvik/system/DexFile"); 139 //System.out.println("--- Fancy: looking for " + pathName); 166 //System.out.println("--- Fancy: defining " + name); 181 * We still want the system classes (e.g. java.lang.Object) from the 197 System.out.println("FancyLoader.loadClass: "
|
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| MonkeyMotionEvent.java | 144 System.out.println(":Sending Pointer ACTION_" + note +
|
| MonkeyPowerEvent.java | 69 long tagTime = System.currentTimeMillis();
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| MessengerService.java | 154 System.currentTimeMillis());
|
| /external/clearsilver/csharp/ |
| CS.cs | 2 using System; 3 using System.Runtime.InteropServices;
|
| /external/easymock/src/org/easymock/internal/ |
| ObjectMethodsFilter.java | 67 return Integer.valueOf(System.identityHashCode(proxy));
|
| /external/emma/core/java12/com/vladium/util/ |
| SoftValueMap.java | 414 out.append (getClass ().getName ().concat ("@").concat (Integer.toHexString (System.identityHashCode (this)))); out.append (EOL); 529 if (m_size > newSize) System.out.println ("DEBUG: rehash() cleared " + (m_size - newSize) + " values, new size = " + newSize); 595 if (count > 0) System.out.println ("DEBUG: removeClearedValues() cleared " + count + " keys, new size = " + m_size); 609 private static final String EOL = System.getProperty ("line.separator", "\n");
|
| /external/emma/core/java12/com/vladium/util/exception/ |
| AbstractException.java | 226 * to System.out and (b) handle nested exceptions in JDKs prior to 1.4.<P> 232 // NOTE: unlike the JDK implementation, force the output to go to System.out: 233 ExceptionCommon.printStackTrace (this, System.out);
|
| AbstractRuntimeException.java | 226 * to System.out and (b) handle nested exceptions in JDKs prior to 1.4.<P> 232 // NOTE: unlike the JDK implementation, force the output to go to System.out: 233 ExceptionCommon.printStackTrace (this, System.out);
|
| /external/guava/src/com/google/common/io/ |
| FileBackedOutputStream.java | 103 t.printStackTrace(System.err); 190 // Finalizers are not guaranteed to be called on system shutdown;
|
| /external/proguard/src/proguard/ |
| DataEntryWriterFactory.java | 80 System.out.println("Preparing output " +
|
Completed in 1571 milliseconds
<<51525354555657585960>>