Searched refs:getProperty (Results 26 - 50 of 359) sorted by relevance

1234567891011>>

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_NetworkInterface.java31 String platform = System.getProperty("os.name");
/external/opencv/otherlibs/highgui/
H A D_highgui.h72 virtual double getProperty(int) { return 0; } function in struct:CvCapture
H A Dcvcap.cpp82 return capture ? capture->getProperty(id) : 0;
/external/skia/src/animator/
H A DSkDrawText.h24 virtual bool getProperty(int index, SkScriptValue* value) const ;
H A DSkDrawTextBox.cpp60 bool SkDrawTextBox::getProperty(int index, SkScriptValue* value) const function in class:SkDrawTextBox
62 return this->INHERITED::getProperty(index, value);
H A DSkDisplayInput.cpp40 bool SkInput::getProperty(int index, SkScriptValue* value) const { function in class:SkInput
H A DSkDisplayNumber.cpp34 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayNumber
H A DSkDrawColor.h27 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDrawRectangle.h28 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDrawText.cpp50 bool SkText::getProperty(int index, SkScriptValue* value) const { function in class:SkText
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DNPRuntimeObjectFromDestroyedPlugin.cpp49 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:NPRuntimeObjectFromDestroyedPlugin::ScriptableObject
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
H A DTestUtils.java108 while (Security.getProperty(provider) != null) {
109 propsToFlush.setProperty(provider, Security.getProperty(provider));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DSystemTest.java141 assertNotNull(props[i], System.getProperty(props[i]));
146 * @tests java.lang.System#getProperty(java.lang.String)
150 // java.lang.System.getProperty(java.lang.String)
153 String encoding = System.getProperty("file.encoding");
184 * @tests java.lang.System#getProperty(java.lang.String)
189 String bootClassPath = System.getProperty("org.apache.harmony.boot.class.path");
192 bootClassPath = System.getProperty("sun.boot.class.path");
202 * @tests java.lang.System#getProperty(java.lang.String, java.lang.String)
206 // java.lang.System.getProperty(java.lang.String, java.lang.String)
207 assertTrue(!System.getProperty("jav
[all...]
/external/emma/core/java12/com/vladium/emma/
H A DAppLoggers.java45 final String _level = properties.getProperty (PROPERTY_VERBOSITY_LEVEL,
54 final String _filter = properties.getProperty (PROPERTY_VERBOSITY_FILTER);
/external/emma/core/java12/com/vladium/util/
H A DXProperties.java51 final String v = getProperty (n);
70 final String v = getProperty (n);
/external/proguard/src/proguard/wtk/
H A DProGuardObfuscator.java91 !System.getProperty("os.name").regionMatches(true, 0, "windows", 0, 7);
116 String separator = System.getProperty("path.separator");
/external/webkit/Source/WebCore/bridge/c/
H A Dc_runtime.cpp46 if (obj->_class->getProperty) {
53 result = obj->_class->getProperty(obj, _fieldIdentifier, &property);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileOutputStreamTest.java49 f = new File(fileName = System.getProperty("user.home"), "fos.tst");
57 f = new File(fileName = System.getProperty("user.home"), "fos.tst");
72 f = new File(fileName = System.getProperty("user.home"), "fos.tst");
85 f = new File(System.getProperty("user.home"), "fos.tst");
129 f = new File(System.getProperty("user.home"), "output.tst");
145 f = new File(fileName = System.getProperty("user.home"), "testfd");
157 f = new File(System.getProperty("user.home"), "output.tst");
171 f = new File(System.getProperty("user.home"), "output.tst");
199 f = new File(System.getProperty("user.home"), "output.tst");
211 f = new File(System.getProperty("use
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSystemProperty.java83 result = xsltInfo.getProperty(propName);
101 result = System.getProperty(propName);
123 result = System.getProperty(fullName);
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeSystemDelegate.java60 storageFolder = new File(System.getProperty("user.home"), ".jme3");
126 String os = System.getProperty("os.name").toLowerCase();
127 String arch = System.getProperty("os.arch").toLowerCase();
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java32 System.getProperty("os.name").toLowerCase(Locale.ENGLISH);
34 System.getProperty("os.arch").toLowerCase(Locale.ENGLISH);
36 System.getProperty("os.version").toLowerCase(Locale.ENGLISH);
38 System.getProperty("path.separator");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs66 public static string getProperty( string name ) method in class:Antlr.Runtime.JavaExtensions.JSystem
/external/emma/core/java12/
H A Demma.java50 private static final String EOL = System.getProperty ("line.separator", "\n");
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSConstants.java18 public static final int MDNS_PORT = Integer.parseInt(System.getProperty("net.mdns.port", "5353"));
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthConsumer.java50 public Object getProperty(String name) { method in class:OAuthConsumer

Completed in 1771 milliseconds

1234567891011>>