Searched refs:getProperty (Results 251 - 275 of 359) sorted by relevance

<<1112131415

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java551 private static final String OS_NAME = System.getProperty("os.name");
552 private static final String OS_VERSION = System.getProperty("os.version");
/external/skia/src/xml/
H A DSkJSDisplayable.cpp204 gDisplayableClasses[type].getProperty = SkJSDisplayable::GetProperty;
241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java508 if (!("yes".equals(outputProperties.getProperty(OMIT_XML_DECLARATION, "no")))) {
1366 return outputProperties.getProperty(key);
/external/webkit/Source/WebCore/bindings/v8/
H A DNPV8Object.cpp327 if (npObject->_class->hasProperty && npObject->_class->getProperty) {
329 return npObject->_class->getProperty(npObject, propertyName, result);
H A DV8NPObject.cpp188 && npObject->_class->getProperty) {
192 if (!npObject->_class->getProperty(npObject, identifier, &result))
/external/webkit/Source/WebCore/bridge/
H A DNP_jsobject.cpp323 if (o->_class->hasProperty && o->_class->getProperty) {
325 return o->_class->getProperty(o, propertyName, variant);
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTemplates.java45 private static final String LINE_SEP = System.getProperty("line.separator");
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DKeyManagerFactory1Test.java62 .getProperty("ssl.KeyManagerFactory.algorithm");
H A DTrustManagerFactory1Test.java61 .getProperty("ssl.TrustManagerFactory.algorithm");
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java353 String property = System.getProperty("dexmaker.dexcache");
/external/jdiff/src/jdiff/
H A DXMLToAPI.java50 String parserName = System.getProperty("org.xml.sax.driver");
/external/jmdns/src/javax/jmdns/impl/
H A DHostInfo.java72 String ip = System.getProperty("net.mdns.interface");
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java265 signatureMethod = (String) consumer.getProperty(OAuth.OAUTH_SIGNATURE_METHOD);
/external/skia/src/animator/
H A DSkDisplayEvent.cpp152 bool SkDisplayEvent::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayEvent
H A DSkDrawColor.cpp176 bool SkDrawColor::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawColor
H A DSkDrawPaint.cpp178 bool SkDrawPaint::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawPaint
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dmain.java70 version = properties.getProperty("application.version");
/external/smali/smali/src/main/java/org/jf/smali/
H A Dmain.java74 version = properties.getProperty("application.version");
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp91 bool WebBindings::getProperty(NPP npp, NPObject* object, NPIdentifier property, NPVariant* result) function in class:WebKit::WebBindings
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorClientQt.cpp103 virtual String getProperty(const String& name) function in class:WebCore::__anon14933::InspectorFrontendSettingsQt
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DDeflaterTest.java214 if (System.getProperty("java.vendor").startsWith("IBM")) {
377 if (System.getProperty("java.vendor").startsWith("IBM")) {
1079 String vendor = System.getProperty("java.vendor");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DResourceBundleTest.java178 String classPath = System.getProperty("java.class.path");
226 String classPath = System.getProperty("java.class.path");
245 String tmpdir = System.getProperty("java.io.tmpdir");
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java80 public static final String newline = System.getProperty("line.separator");

Completed in 469 milliseconds

<<1112131415