HomeSort by relevance Sort by last modified time
    Searched defs:pPath (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java 471 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd);
480 kss[i].setEntry(aliases[j], pKey, pPath);
490 en = kss[i].getEntry(aliases[j], pPath);
535 pPath.destroy();
538 kss[i].setEntry("ZZZ", pKey, pPath);
545 kss[i].getEntry(aliases[j], pPath);
584 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd);
593 kss[i].setEntry(aliases[j], sKey, pPath);
621 pPath.destroy();
624 kss[i].setEntry("ZZZ", aEntry, pPath);
    [all...]
KeyStore_Impl3Test.java 115 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd);
126 kss[i].setEntry(aliases[1], pKey, pPath);
127 kss[i].setEntry(aliases[2], pKey, pPath);
154 en = kss[i].getEntry(aliases[j], (j == 0 ? null : pPath));
155 en1 = kss1[i].getEntry(aliases[j], (j == 0 ? null : pPath));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 742 pPath = FOUR_CHAR_CODE('FTPc')
    [all...]

Completed in 163 milliseconds