HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 476 - 500 of 1831) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 188 String defKSType = Security.getProperty(propName);
200 resType = Security.getProperty(propName);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidator1Test.java 110 String defCPV = Security.getProperty(propName);
123 resType = Security.getProperty(propName);
CertStore1Test.java 144 String sn = Security.getProperty("certstore.type");
156 assertEquals("Incorrect default type", Security.getProperty("certstore.type"), sn);
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 108 name = System.getProperty("org.apache.commons.logging.log");
110 name = System.getProperty("org.apache.commons.logging.Log");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 54 String nl = System.getProperty("line.separator");
357 String nl = System.getProperty("line.separator");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 334 while ((alias = prov.getProperty("Alg.Alias." + baseName + "." + algorithm)) != null)
339 String className = prov.getProperty(baseName + "." + algorithm);
  /external/chromium_org/ash/display/
screen_position_controller.cc 31 return window && (window->GetProperty(kStayInSameRootWindowKey) ||
157 if (!window->parent()->GetProperty(kUsesScreenCoordinatesKey)) {
  /external/chromium_org/ash/touch/
touch_uma.cc 63 WindowTouchDetails* details = target->GetProperty(kWindowTouchDetails);
88 WindowTouchDetails* details = target->GetProperty(kWindowTouchDetails);
  /external/chromium_org/content/renderer/pepper/
ppb_var_deprecated_impl.cc 113 PP_Var GetProperty(PP_Var var, PP_Var name, PP_Var* exception) {
341 &GetProperty,
  /external/chromium_org/net/proxy/
proxy_config_service_android_unittest.cc 59 base::Bind(&ProxyConfigServiceAndroidTestBase::GetProperty,
82 std::string GetProperty(const std::string& key) {
  /external/chromium_org/ppapi/generators/
idl_generator.py 74 if filenode.GetProperty('ERRORS') > 0:
197 errcnt = filenode.GetProperty('ERRORS')
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 277 NPObjects returned by create, retain, invoke, and getProperty pass
309 NPGetPropertyFunctionPtr getProperty;
  /external/chromium_org/ui/base/x/
x11_util.cc 86 bool GetProperty(XID window, const std::string& property_name, long max_length,
724 int result = GetProperty(window, property_name, 1,
793 int result = GetProperty(window, property_name, 1,
814 int result = GetProperty(window, property_name, 1,
837 int result = GetProperty(window, property_name,
865 int result = GetProperty(window, property_name,
890 int result = GetProperty(window, property_name, 1024,
    [all...]
  /external/chromium_org/ui/keyboard/
keyboard_util.cc 163 ui::InputMethod* input_method = root_window->GetProperty(
242 ui::InputMethod* input_method = host->window()->GetProperty(
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 184 final String property = appProperties.getProperty (EMMAProperties.PROPERTY_COVERAGE_DATA_OUT_FILE,
199 final String property = appProperties.getProperty (EMMAProperties.PROPERTY_COVERAGE_DATA_OUT_MERGE,
  /external/jdiff/src/jdiff/
JDiff.java 276 static String DIR_SEP = System.getProperty("file.separator");
292 static String javaVersion = System.getProperty("java.version");
  /frameworks/base/core/java/android/net/
Proxy.java 173 String host = System.getProperty("http.proxyHost");
189 return Integer.parseInt(System.getProperty("http.proxyPort"));
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 304 String classPath = System.getProperty("java.class.path");
305 String separator = System.getProperty("path.separator", ":");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLFilterImplTest.java 127 assertEquals("bar", child.getProperty("foo"));
130 assertEquals(null, child.getProperty("foo"));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 188 String defKSType = Security.getProperty(propName);
200 resType = Security.getProperty(propName);
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidator1Test.java 103 String defCPV = Security.getProperty(propName);
116 resType = Security.getProperty(propName);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 287 def getProperty(self, name):
288 return self._parent.getProperty(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 287 def getProperty(self, name):
288 return self._parent.getProperty(name)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
azroles.h 174 virtual HRESULT WINAPI GetProperty(LONG lPropId,VARIANT varReserved,VARIANT *pvarProp) = 0;
236 HRESULT (WINAPI *GetProperty)(IAzAuthorizationStore *This,LONG lPropId,VARIANT varReserved,VARIANT *pvarProp);
300 #define IAzAuthorizationStore_GetProperty(This,lPropId,varReserved,pvarProp) (This)->lpVtbl->GetProperty(This,lPropId,varReserved,pvarProp)
    [all...]
  /art/test/098-ddmc/src/
Main.java 22 String name = System.getProperty("java.vm.name");

Completed in 1740 milliseconds

<<11121314151617181920>>