Searched refs:getProperty (Results 126 - 150 of 359) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DInterp.java46 String testsuiteDir = System.getProperty("user.dir");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DInetAddressThreadTest.java129 .getProperty("networkaddress.cache.ttl");
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DSecuritySupport12.java91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DSecuritySupport12.java91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport12.java91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSecuritySupport12.java88 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSecuritySupport12.java91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DSecuritySupport12.java91 return System.getProperty(propName);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DDistributionPoint.java124 String sep = System.getProperty("line.separator");
H A DDistributionPointName.java108 String sep = System.getProperty("line.separator");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPublicKey.java123 String nl = System.getProperty("line.separator");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCERSAPublicKey.java125 String nl = System.getProperty("line.separator");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemWriter.java30 String nl = System.getProperty("line.separator");
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DGenericCfg.java113 final String currentValue = genericSettings.getProperty (name);
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DJmeAndroidSystem.java75 String arch = System.getProperty("os.arch").toLowerCase();
/external/skia/src/animator/
H A DSkDisplayApply.h54 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDisplayable.cpp86 if (getProperty(propIndex, &value))
168 if (getProperty(propIndex, &value)) {
169 blankCopy->getProperty(propIndex, &blankValue);
478 bool SkDisplayable::getProperty(int index, SkScriptValue* ) const { function in class:SkDisplayable
H A DSkDrawRectangle.cpp67 bool SkDrawRect::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawRect
/external/smali/util/src/main/java/org/jf/util/
H A DIndentingWriter.java39 private static final String newLine = System.getProperty("line.separator");
/external/webkit/Source/JavaScriptCore/API/tests/
H A DJSNodeList.c110 definition.getProperty = JSNodeList_getProperty;
/external/webkit/Source/JavaScriptCore/runtime/
H A DArrayPrototype.cpp137 static JSValue getProperty(ExecState* exec, JSObject* obj, unsigned index) function in namespace:JSC
348 if (JSValue v = getProperty(exec, curObject, k))
421 JSValue obj2 = getProperty(exec, thisObj, lk1);
422 JSValue obj = getProperty(exec, thisObj, k);
455 if (JSValue obj = getProperty(exec, thisObj, k))
485 if (JSValue v = getProperty(exec, thisObj, k))
581 resObj->uncheckedSetIndex(globalData, k, getProperty(exec, thisObj, k + begin));
592 if (JSValue v = getProperty(exec, thisObj, k + deleteCount))
605 if (JSValue obj = getProperty(exec, thisObj, k + deleteCount - 1))
635 if (JSValue v = getProperty(exe
[all...]
/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp151 virtual String getProperty(const String& name) function in class:InspectorFrontendSettingsCF
/external/webkit/Source/WebKit/chromium/public/
H A DWebBindings.h71 WEBKIT_API static bool getProperty(NPP, NPObject*, NPIdentifier property, NPVariant *result);
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectProxy.h68 bool getProperty(NPIdentifier propertyName, NPVariant* result);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.h71 bool getProperty(NPIdentifier propertyName, NPVariant* result);

Completed in 488 milliseconds

1234567891011>>