HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 101 - 125 of 992) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/animator/
SkDisplayNumber.cpp 41 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const {
SkDisplayRandom.cpp 45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const {
SkDrawBitmap.h 60 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawMatrix.h 32 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawPaint.h 39 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawPath.h 32 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawText.cpp 50 bool SkText::getProperty(int index, SkScriptValue* value) const {
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 40 File dir = new File(System.getProperty("java.io.tmpdir"));
51 File dir = new File(System.getProperty("java.io.tmpdir"));
63 fw = new FileWriter(System.getProperty("java.io.tmpdir"));
73 fw = new FileWriter(System.getProperty("java.io.tmpdir"), false);
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 153 tempFileName = System.getProperty("java.io.tmpdir");
154 String separator = System.getProperty("file.separator");
182 tempFileName = System.getProperty("java.io.tmpdir");
183 String separator = System.getProperty("file.separator");
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLContextSpiTest.java 157 String defaultAlgorithm = Security.getProperty("ssl.KeyManagerFactory.algorithm");
163 defaultAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm");
196 String defaultAlgorithm = Security.getProperty("ssl.KeyManagerFactory.algorithm");
202 defaultAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm");
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
DoNothingXMLReader.java 51 public Object getProperty(String name) {
NoAccessXMLReader.java 51 public Object getProperty(String name) {
NoSubclassXMLReader.java 51 public Object getProperty(String name) {
  /prebuilts/devtools/tools/lib/
archquery.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java 27 IGLProperty getProperty(IGLProperty state);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 137 IGLProperty sizeProperty = vboProperty.getProperty(GLStateType.BUFFER_SIZE);
140 IGLProperty usageProperty = vboProperty.getProperty(GLStateType.BUFFER_USAGE);
143 IGLProperty typeProperty = vboProperty.getProperty(GLStateType.BUFFER_TYPE);
146 IGLProperty dataProperty = vboProperty.getProperty(GLStateType.BUFFER_DATA);
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 151 String className = System.getProperty("java.util.logging.manager");
239 } else if (getProperty(parentName + ".level") != null ||
240 getProperty(parentName + ".handlers") != null) {
303 public String getProperty(String name) {
304 return props.getProperty(name);
319 String configClassName = System.getProperty("java.util.logging.config.class");
322 String configFile = System.getProperty("java.util.logging.config.file");
326 configFile = System.getProperty("java.home") + File.separator + "lib" +
379 String configs = props.getProperty("config");
391 String property = props.getProperty(logger.getName() + ".level")
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 39 String executable = System.getProperty("java.home");
46 String testVMArgs = System.getProperty("hy.test.vmargs");
169 String executable = System.getProperty("java.home");
184 execArgs.add(System.getProperty("java.class.path") +
194 String testVMArgs = System.getProperty("hy.test.vmargs");
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 93 if (!p.getProperty("Provider.id name").equals(
97 if (!p.getProperty("Provider.id version").equals(
101 if (!p.getProperty("Provider.id info").equals(
105 if (!p.getProperty("Provider.id className").equals(
113 assertNull(p.getProperty("MessageDigest.SHA-1"));
148 if (!"value 1".equals(p.getProperty("Property 1").trim()) ||
149 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) ||
150 !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) ||
151 !"aaa.bbb.ccc.ddd".equals(p.getProperty("MessageDigest.SHA-1").trim()) ) {
262 assertEquals("aaa.bbb.ccc.ddd", p.getProperty("MessageDigest.SHA-1"
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java 97 if (System.getProperty("java.vendor").startsWith("IBM"))
98 classPath = System.getProperty("org.apache.harmony.boot.class.path");
100 classPath = System.getProperty("sun.boot.class.path");
156 String slash = System.getProperty("file.separator");
289 String slash = System.getProperty("file.separator");
290 String javaHome = System.getProperty("java.home");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
TestUtils.java 108 while (Security.getProperty(provider) != null) {
109 propsToFlush.setProperty(provider, Security.getProperty(provider));
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
GSSManagerTest.java 38 String oldProvider = Security.getProperty(GSSManager.MANAGER);
55 String oldProvider = Security.getProperty(GSSManager.MANAGER);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 79 assertNull(LogManager.getLogManager().getProperty(
81 assertNull(LogManager.getLogManager().getProperty(
83 assertNull(LogManager.getLogManager().getProperty(
85 assertNull(LogManager.getLogManager().getProperty(
109 assertEquals(LogManager.getLogManager().getProperty(
111 assertEquals(LogManager.getLogManager().getProperty(
133 assertEquals(LogManager.getLogManager().getProperty(
135 assertEquals(LogManager.getLogManager().getProperty(
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertyUtils.java 52 String s = props.getProperty(key);
75 String s = props.getProperty(key);
  /external/chromium/chrome/browser/ui/webui/
html_dialog_ui.cc 48 HtmlDialogUIDelegate** delegate = GetPropertyAccessor().GetProperty(
65 HtmlDialogUIDelegate** delegate = GetPropertyAccessor().GetProperty(

Completed in 304 milliseconds

1 2 3 45 6 7 8 91011>>