/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
H A D | X509CRLEntryObject.java | 240 String nl = System.getProperty("line.separator");
|
/external/emma/core/java12/com/vladium/emma/data/ |
H A D | MergeProcessor.java | 124 sdataOutFile = new File (toolProperties.getProperty (EMMAProperties.PROPERTY_SESSION_DATA_OUT_FILE,
|
/external/emma/core/java12/com/vladium/emma/ |
H A D | runCommand.java | 197 final String systemClasspath = System.getProperty ("java.class.path", "");
|
/external/emma/core/java12/com/vladium/util/ |
H A D | IntIntMap.java | 326 private static final String EOL = System.getProperty ("line.separator", "\n");
|
H A D | ObjectIntMap.java | 322 private static final String EOL = System.getProperty ("line.separator", "\n");
|
/external/emma/core/java12/com/vladium/util/exception/ |
H A D | ExceptionCommon.java | 481 private static final String EOL = System.getProperty ("line.separator", "\n");
|
/external/icu4c/test/intltest/ |
H A D | intltest.h | 186 virtual const char* getProperty(const char* prop);
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
H A D | VideoRecorderAppState.java | 76 String filename = System.getProperty("user.home") + File.separator + "jMonkey-" + System.currentTimeMillis() / 1000 + ".avi";
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/ |
H A D | Natives.java | 89 String classpath = System.getProperty("java.class.path");
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
H A D | DOMSerializer.java | 57 private String lineSeparator = System.getProperty("line.separator", "\n");
|
/external/skia/src/animator/ |
H A D | SkAnimateBase.cpp | 107 bool SkAnimateBase::getProperty(int index, SkScriptValue* value) const { function in class:SkAnimateBase
|
H A D | SkDisplayApply.cpp | 474 bool success = target->getProperty(info->propertyIndex(), &scriptValue); 485 bool SkApply::getProperty(int index, SkScriptValue* value) const { function in class:SkApply 507 getProperty(SK_PROPERTY(step), value); 764 bool success = target->getProperty(info->propertyIndex(), &scriptValue);
|
H A D | SkDisplayMath.cpp | 232 bool SkDisplayMath::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayMath
|
H A D | SkDrawMatrix.cpp | 144 bool SkDrawMatrix::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawMatrix
|
/external/srec/shared/include/ |
H A D | ESR_Session.h | 50 ESR_ReturnCode(*getProperty)(const LCHAR* name, void** value, VariableTypes type); member in struct:ESR_SessionSingleton_t
|
/external/srec/shared/src/ |
H A D | ESR_Session.c | 60 return ESR_Session->getProperty(ESR_Session, name, value, type);
|
/external/webkit/Source/WebCore/bridge/ |
H A D | npruntime.h | 273 NPObjects returned by create, retain, invoke, and getProperty pass 305 NPGetPropertyFunctionPtr getProperty; member in struct:NPClass
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
H A D | XMPMeta.java | 61 XMPProperty getProperty(String schemaNS, String propName) throws XMPException; method in interface:XMPMeta 68 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty. 71 * propName in <code>getProperty()</code>. 85 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty. 88 * propName in <code>getProperty()</code>. 104 * @param schemaNS The namespace URI for the struct. Has the same usage as in getProperty. 107 * propName in <code>getProperty()</code>. 138 * @param schemaNS The namespace URI for the struct. Has the same usage as in getProperty. 141 * namespace prefix usage as in <code>getProperty()</code>. 184 * @param schemaNS The namespace URI for the property. Has the same usage as in getProperty [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
H A D | JmDNSImpl.java | 369 version = pomProperties.getProperty("version"); 376 System.out.println("Running on java version \"" + System.getProperty("java.version") + "\"" + " (build " + System.getProperty("java.runtime.version") + ")" + " from " + System.getProperty("java.vendor")); 378 System.out.println("Operating environment \"" + System.getProperty("os.name") + "\"" + " version " + System.getProperty("os.version") + " on " + System.getProperty("os.arch"));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.core.runtime_3.6.0.v20100505.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
H A D | gUnit.g | 206 String newline = System.getProperty("line.separator");
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/ |
H A D | KerberosTicketTest.java | 490 assertNull(System.getProperty(ENV_KDC)); 491 assertNull(System.getProperty(ENV_REALM));
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
H A D | FileHandlerTest.java | 65 final static String HOMEPATH = System.getProperty(USR_HOME_KEY); 67 final static String TEMPPATH = System.getProperty(TMP_DIR_KEY);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
H A D | ServerSocketTest.java | 679 String platform = System.getProperty("os.name").toLowerCase(Locale.US); 713 String platform = System.getProperty("os.name");
|
H A D | URLClassLoaderTest.java | 375 File userDir = new File(System.getProperty("user.dir")); 455 String classPath = System.getProperty("java.class.path");
|