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

1 2 3 4

  /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());
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 43 StrategyCollection &Engine::getCollection<routing_strategy>()
48 StreamCollection &Engine::getCollection<audio_stream_type_t>()
53 UsageCollection &Engine::getCollection<audio_usage_t>()
58 InputSourceCollection &Engine::getCollection<audio_source_t>()
64 const StrategyCollection &Engine::getCollection<routing_strategy>() const
69 const StreamCollection &Engine::getCollection<audio_stream_type_t>() const
74 const UsageCollection &Engine::getCollection<audio_usage_t>() const
79 const InputSourceCollection &Engine::getCollection<audio_source_t>() const
119 const Collection<Key> collection = getCollection<Key>();
126 Collection<Key> &collection = getCollection<Key>()
    [all...]
Engine.h 178 const Collection<Key> &getCollection() const;
181 Collection<Key> &getCollection();
  /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()
  /libcore/ojluni/src/main/java/java/security/cert/
CollectionCertStoreParameters.java 110 public Collection<?> getCollection() {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapPutAllMultimapTester.java 108 Collection<V> getCollection = multimap().get(sampleKeys().e0);
109 int getCollectionSize = getCollection.size();
111 assertEquals(getCollectionSize + 1, getCollection.size());
112 assertThat(getCollection).has().allOf(sampleValues().e3);
MultimapPutIterableTester.java 207 Collection<V> getCollection = multimap().get(sampleKeys().e0);
208 int getCollectionSize = getCollection.size();
211 assertEquals(getCollectionSize + 2, getCollection.size());
212 assertThat(getCollection).has().allOf(sampleValues().e3, sampleValues().e4);
MultimapReplaceValuesTester.java 127 Collection<V> getCollection = multimap().get(key);
131 assertThat(getCollection).has().exactly(
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 39 Iterator iter = params.getCollection().iterator();
75 Iterator iter = params.getCollection().iterator();
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
CollectionCertStore.java 101 coll = ((CollectionCertStoreParameters) params).getCollection();
IndexedCollectionCertStore.java 128 Collection<?> coll = ((CollectionCertStoreParameters)params).getCollection();
  /frameworks/base/core/java/android/hardware/input/
KeyboardLayout.java 97 public String getCollection() {
  /frameworks/base/core/java/android/util/
ArrayMap.java 753 private MapCollections<K, V> getCollection() {
862 return getCollection().getEntrySet();
875 return getCollection().getKeySet();
888 return getCollection().getValues();
ArraySet.java 644 private MapCollections<E, E> getCollection() {
705 return getCollection().getKeySet().iterator();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java 143 pref.setSummary(layout.getCollection());
KeyboardLayoutPickerFragment2.java 152 pref.setSummary(layout.getCollection());
KeyboardLayoutDialogFragment.java 247 collection = item.getCollection();
  /external/clang/include/clang/AST/
StmtObjC.h 36 Expr *getCollection() {
42 const Expr *getCollection() const {
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 132 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/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 300 PrintExpr(Node->getCollection());
    [all...]

Completed in 945 milliseconds

1 2 3 4