HomeSort by relevance Sort by last modified time
    Searched full:storepath (Results 1 - 19 of 19) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/util/security/
CertificateUtils.java 32 public static KeyStore getKeyStore(InputStream storeStream, String storePath, String storeType, String storeProvider, String storePassword) throws Exception
36 if (storeStream != null || storePath != null)
43 inStream = Resource.newResource(storePath).getInputStream();
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 108 public boolean takeScreenshot(File storePath, int quality) {
115 bos = new BufferedOutputStream(new FileOutputStream(storePath));
UiDevice.java 830 * @param storePath where the PNG should be written to
834 public boolean takeScreenshot(File storePath) {
835 Tracer.trace(storePath);
836 return takeScreenshot(storePath, 1.0f, 90);
844 * @param storePath where the PNG should be written to
850 public boolean takeScreenshot(File storePath, float scale, int quality) {
851 Tracer.trace(storePath, scale, quality);
852 return getAutomatorBridge().takeScreenshot(storePath, quality);
  /external/strace/
pathtrace.c 82 storepath(const char *path) function
127 storepath(path);
141 storepath(rpath);
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
ClientCertAuthenticator.java 157 * @param storePath path of keystore file
164 protected KeyStore getKeyStore(InputStream storeStream, String storePath, String storeType, String storeProvider, String storePassword) throws Exception
166 return CertificateUtils.getKeyStore(storeStream, storePath, storeType, storeProvider, storePassword);
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 
  /prebuilts/sdk/22/
uiautomator.jar 
  /prebuilts/sdk/23/
uiautomator.jar 
  /prebuilts/sdk/24/
uiautomator.jar 
  /prebuilts/sdk/25/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /frameworks/base/docs/html/reference/android/support/test/uiautomator/
UiDevice.html 1795 <a href="/reference/android/support/test/uiautomator/UiDevice.html#takeScreenshot(java.io.File, float, int)">takeScreenshot</a>(File storePath, float scale, int quality)
1824 <a href="/reference/android/support/test/uiautomator/UiDevice.html#takeScreenshot(java.io.File)">takeScreenshot</a>(File storePath)
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 1544 const char *storepath = semanage_final_path(SEMANAGE_FINAL_SELINUX, local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/ssl/
SslContextFactory.java     [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 573 milliseconds