/external/apache-harmony/support/src/test/java/tests/support/ |
H A D | Support_NetworkInterface.java | 31 String platform = System.getProperty("os.name");
|
/external/opencv/otherlibs/highgui/ |
H A D | _highgui.h | 72 virtual double getProperty(int) { return 0; } function in struct:CvCapture
|
H A D | cvcap.cpp | 82 return capture ? capture->getProperty(id) : 0;
|
/external/skia/src/animator/ |
H A D | SkDrawText.h | 24 virtual bool getProperty(int index, SkScriptValue* value) const ;
|
H A D | SkDrawTextBox.cpp | 60 bool SkDrawTextBox::getProperty(int index, SkScriptValue* value) const function in class:SkDrawTextBox 62 return this->INHERITED::getProperty(index, value);
|
H A D | SkDisplayInput.cpp | 40 bool SkInput::getProperty(int index, SkScriptValue* value) const { function in class:SkInput
|
H A D | SkDisplayNumber.cpp | 34 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayNumber
|
H A D | SkDrawColor.h | 27 virtual bool getProperty(int index, SkScriptValue* value) const;
|
H A D | SkDrawRectangle.h | 28 virtual bool getProperty(int index, SkScriptValue* value) const;
|
H A D | SkDrawText.cpp | 50 bool SkText::getProperty(int index, SkScriptValue* value) const { function in class:SkText
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
H A D | NPRuntimeObjectFromDestroyedPlugin.cpp | 49 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 D | TestUtils.java | 108 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 D | SystemTest.java | 141 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 D | AppLoggers.java | 45 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 D | XProperties.java | 51 final String v = getProperty (n); 70 final String v = getProperty (n);
|
/external/proguard/src/proguard/wtk/ |
H A D | ProGuardObfuscator.java | 91 !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 D | c_runtime.cpp | 46 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 D | FileOutputStreamTest.java | 49 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 D | FuncSystemProperty.java | 83 result = xsltInfo.getProperty(propName); 101 result = System.getProperty(propName); 123 result = System.getProperty(fullName);
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
H A D | JmeSystemDelegate.java | 60 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 D | Os.java | 32 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 D | JSystem.cs | 66 public static string getProperty( string name ) method in class:Antlr.Runtime.JavaExtensions.JSystem
|
/external/emma/core/java12/ |
H A D | emma.java | 50 private static final String EOL = System.getProperty ("line.separator", "\n");
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
H A D | DNSConstants.java | 18 public static final int MDNS_PORT = Integer.parseInt(System.getProperty("net.mdns.port", "5353"));
|
/external/oauth/core/src/main/java/net/oauth/ |
H A D | OAuthConsumer.java | 50 public Object getProperty(String name) { method in class:OAuthConsumer
|