Searched refs:getProperty (Results 226 - 250 of 359) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLEntryObject.java240 String nl = System.getProperty("line.separator");
/external/emma/core/java12/com/vladium/emma/data/
H A DMergeProcessor.java124 sdataOutFile = new File (toolProperties.getProperty (EMMAProperties.PROPERTY_SESSION_DATA_OUT_FILE,
/external/emma/core/java12/com/vladium/emma/
H A DrunCommand.java197 final String systemClasspath = System.getProperty ("java.class.path", "");
/external/emma/core/java12/com/vladium/util/
H A DIntIntMap.java326 private static final String EOL = System.getProperty ("line.separator", "\n");
H A DObjectIntMap.java322 private static final String EOL = System.getProperty ("line.separator", "\n");
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java481 private static final String EOL = System.getProperty ("line.separator", "\n");
/external/icu4c/test/intltest/
H A Dintltest.h186 virtual const char* getProperty(const char* prop);
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DVideoRecorderAppState.java76 String filename = System.getProperty("user.home") + File.separator + "jMonkey-" + System.currentTimeMillis() / 1000 + ".avi";
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
H A DNatives.java89 String classpath = System.getProperty("java.class.path");
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMSerializer.java57 private String lineSeparator = System.getProperty("line.separator", "\n");
/external/skia/src/animator/
H A DSkAnimateBase.cpp107 bool SkAnimateBase::getProperty(int index, SkScriptValue* value) const { function in class:SkAnimateBase
H A DSkDisplayApply.cpp474 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 DSkDisplayMath.cpp232 bool SkDisplayMath::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayMath
H A DSkDrawMatrix.cpp144 bool SkDrawMatrix::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawMatrix
/external/srec/shared/include/
H A DESR_Session.h50 ESR_ReturnCode(*getProperty)(const LCHAR* name, void** value, VariableTypes type); member in struct:ESR_SessionSingleton_t
/external/srec/shared/src/
H A DESR_Session.c60 return ESR_Session->getProperty(ESR_Session, name, value, type);
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h273 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 DXMPMeta.java61 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 DJmDNSImpl.java369 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 Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-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 DgUnit.g206 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 DKerberosTicketTest.java490 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 DFileHandlerTest.java65 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 DServerSocketTest.java679 String platform = System.getProperty("os.name").toLowerCase(Locale.US);
713 String platform = System.getProperty("os.name");
H A DURLClassLoaderTest.java375 File userDir = new File(System.getProperty("user.dir"));
455 String classPath = System.getProperty("java.class.path");

Completed in 1323 milliseconds

1234567891011>>