HomeSort by relevance Sort by last modified time
    Searched refs:getCollection (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CollectionCertStoreParametersTest.java 69 Collection c = cp.getCollection();
123 assertTrue("isRefUsed_1", certificates == cp.getCollection());
125 assertTrue("isEmpty", cp.getCollection().isEmpty());
130 assertTrue("isRefUsed_2", certificates.equals(cp.getCollection()));
175 assertTrue(cp1.getCollection() == cp2.getCollection());
191 assertTrue(cp1.getCollection() == cp2.getCollection() &&
192 cp3.getCollection() == cp2.getCollection());
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CollectionCertStoreParametersTest.java 59 Collection c = cp.getCollection();
104 assertTrue("isRefUsed_1", certificates == cp.getCollection());
106 assertTrue("isEmpty", cp.getCollection().isEmpty());
111 assertTrue("isRefUsed_2", certificates.equals(cp.getCollection()));
151 assertTrue(cp1.getCollection() == cp2.getCollection());
165 assertTrue(cp1.getCollection() == cp2.getCollection() &&
166 cp3.getCollection() == cp2.getCollection());
    [all...]
CertStore1Test.java 472 .getCertStoreParameters()).getCollection(),
473 ((CollectionCertStoreParameters) dParams).getCollection());
480 .getCertStoreParameters()).getCollection(),
482 .getCollection());
492 .getCertStoreParameters()).getCollection(),
494 .getCollection());
  /libcore/luni/src/main/java/java/security/cert/
CollectionCertStoreParameters.java 88 public Collection<?> getCollection() {
100 sb.append(getCollection().toString());
  /frameworks/support/v4/java/android/support/v4/util/
ArrayMap.java 71 private MapCollections<K, V> getCollection() {
179 return getCollection().getEntrySet();
191 return getCollection().getKeySet();
203 return getCollection().getValues();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CollectionStoreParameters.java 52 public Collection getCollection()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 39 Iterator iter = params.getCollection().iterator();
75 Iterator iter = params.getCollection().iterator();
  /frameworks/base/core/java/android/hardware/input/
KeyboardLayout.java 82 public String getCollection() {
  /frameworks/base/core/java/android/util/
ArrayMap.java 745 private MapCollections<K, V> getCollection() {
853 return getCollection().getEntrySet();
865 return getCollection().getKeySet();
877 return getCollection().getValues();
ArraySet.java 584 private MapCollections<E, E> getCollection() {
638 return getCollection().getKeySet().iterator();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java 139 pref.setSummary(layout.getCollection());
KeyboardLayoutDialogFragment.java 234 collection = item.getCollection();
  /external/clang/include/clang/AST/
StmtObjC.h 36 Expr *getCollection() {
42 const Expr *getCollection() const {
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 134 Expr *Exp = S->getCollection();
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 891 SVal CollectionVal = C.getSVal(FCS->getCollection());
917 if (!isKnownNonNilCollectionType(FCS->getCollection()->getType()))
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureForm.java 220 public String getCollection()
  /external/clang/lib/AST/
StmtPrinter.cpp 299 PrintExpr(Node->getCollection());
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 

Completed in 1284 milliseconds

1 2 3