Searched
full:getproperty (Results
251 -
275 of
1831) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/shell/tools/plugin/ |
PluginTest.h | 64 DEFINE_HAS_MEMBER_CHECK(getProperty, 208 bool getProperty(NPIdentifier propertyName, NPVariant* result) { 265 return static_cast<T*>(npObject)->getProperty(propertyName, result);
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
RSA_SHA1.java | 97 Object privateKeyObject = accessor.consumer.getProperty(PRIVATE_KEY); 114 Object publicKeyObject = accessor.consumer.getProperty(PUBLIC_KEY); 129 Object certObject = accessor.consumer.getProperty(X509_CERTIFICATE);
|
/libcore/luni/src/main/java/java/util/logging/ |
MemoryHandler.java | 89 final String targetName = manager.getProperty(className + ".target"); 101 String sizeString = manager.getProperty(className + ".size"); 113 String pushName = manager.getProperty(className + ".push");
|
/packages/services/Mms/src/com/android/mms/service/ |
MmsNetworkManager.java | 49 Boolean.parseBoolean(System.getProperty("http.keepAlive", "true")); 51 httpKeepAlive ? Integer.parseInt(System.getProperty("http.maxConnections", "5")) : 0; 53 Long.parseLong(System.getProperty("http.keepAliveDuration", "300000")); // 5 minutes.
|
/cts/tests/tests/net/src/android/net/http/cts/ |
X509TrustManagerExtensionsTest.java | 64 final File DIR_TEMP = new File(System.getProperty("java.io.tmpdir"));
|
/cts/tests/tests/os/src/android/os/cts/ |
SecurityFeaturesTest.java | 80 int ro_debuggable = Integer.parseInt(BuildTest.getProperty(BuildTest.RO_DEBUGGABLE));
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
DxUtil.java | 29 // String acnfS = System.getProperty("acceptCNF");
|
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/ |
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/ |
JSystem.cs | 66 public static string getProperty( string name )
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
JSystem.cs | 65 public static string getProperty( string name )
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
IdentityScopeTest.java | 85 String name = Security.getProperty("system.scope");
|
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/ |
KeyManagerFactoryImplTest.java | 43 String def_keystore = System.getProperty("javax.net.ssl.keyStore");
|
TrustManagerFactoryImplTest.java | 43 String def_keystore = System.getProperty("javax.net.ssl.trustStore");
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
SSLServerSocketFactoryTest.java | 44 String defaultName = Security.getProperty("ssl.ServerSocketFactory.provider");
|
SSLSocketFactoryTest.java | 44 String defaultName = Security.getProperty("ssl.SocketFactory.provider");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
DistributionPoint.java | 124 String sep = System.getProperty("line.separator");
|
DistributionPointName.java | 108 String sep = System.getProperty("line.separator");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCERSAPublicKey.java | 123 String nl = System.getProperty("line.separator");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
PemWriter.java | 30 String nl = System.getProperty("line.separator");
|
/external/chromium_org/ash/wm/ |
system_modal_container_layout_manager.cc | 79 if (child->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_NONE) 86 if (child->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_NONE) 107 if (window->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_NONE) { 269 if (window->GetProperty(kCenteredKey)) {
|
/external/chromium_org/athena/virtual_keyboard/ |
virtual_keyboard_manager_impl.cc | 40 root_window_->GetProperty(aura::client::kRootWindowInputMethodKey);
|
/external/chromium_org/content/shell/tools/plugin/Tests/ |
NPDeallocateCalledBeforeNPShutdown.cpp | 62 bool getProperty(NPIdentifier propertyName, NPVariant* result)
|
NPRuntimeCallsWithNullNPP.cpp | 58 if (!PluginTest::netscapeFuncs()->getproperty(0, windowObject, documentIdentifier, &variant)) {
|
NPRuntimeObjectFromDestroyedPlugin.cpp | 69 bool getProperty(NPIdentifier propertyName, NPVariant* result)
|
PluginScriptableObjectOverridesAllProperties.cpp | 60 bool getProperty(NPIdentifier propertyName, NPVariant* result)
|
Completed in 813 milliseconds
<<11121314151617181920>>