Home
last modified time | relevance | path

Searched refs:getCollection (Results 1 – 25 of 38) sorted by relevance

12

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCollectionCertStoreParametersTest.java69 Collection c = cp.getCollection(); in testCollectionCertStoreParameters02()
123 assertTrue("isRefUsed_1", certificates == cp.getCollection()); in testCollectionCertStoreParametersCollection03()
125 assertTrue("isEmpty", cp.getCollection().isEmpty()); in testCollectionCertStoreParametersCollection03()
130 assertTrue("isRefUsed_2", certificates.equals(cp.getCollection())); in testCollectionCertStoreParametersCollection03()
175 assertTrue(cp1.getCollection() == cp2.getCollection()); in testClone02()
191 assertTrue(cp1.getCollection() == cp2.getCollection() && in testClone03()
192 cp3.getCollection() == cp2.getCollection()); in testClone03()
225 assertNotNull(cp.getCollection()); in testGetCollection01()
236 assertNotNull(cp.getCollection()); in testGetCollection02()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapPutAllMultimapTester.java108 Collection<V> getCollection = multimap().get(sampleKeys().e0); in testPutAllPropagatesToGet() local
109 int getCollectionSize = getCollection.size(); in testPutAllPropagatesToGet()
111 assertEquals(getCollectionSize + 1, getCollection.size()); in testPutAllPropagatesToGet()
112 assertThat(getCollection).has().allOf(sampleValues().e3); in testPutAllPropagatesToGet()
DMultimapPutIterableTester.java207 Collection<V> getCollection = multimap().get(sampleKeys().e0); in testPutAllPropagatesToGet() local
208 int getCollectionSize = getCollection.size(); in testPutAllPropagatesToGet()
211 assertEquals(getCollectionSize + 2, getCollection.size()); in testPutAllPropagatesToGet()
212 assertThat(getCollection).has().allOf(sampleValues().e3, sampleValues().e4); in testPutAllPropagatesToGet()
DMultimapReplaceValuesTester.java127 Collection<V> getCollection = multimap().get(key); in testReplaceValuesPropagatesToGet() local
131 assertThat(getCollection).has().exactly( in testReplaceValuesPropagatesToGet()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertStoreCollectionSpi.java39 Iterator iter = params.getCollection().iterator(); in engineGetCertificates()
75 Iterator iter = params.getCollection().iterator(); in engineGetCRLs()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509CollectionStoreParameters.java52 public Collection getCollection() in getCollection() method in X509CollectionStoreParameters
/external/clang/include/clang/AST/
DStmtObjC.h36 Expr *getCollection() { in getCollection() function
42 const Expr *getCollection() const { in getCollection() function
/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp132 Expr *Exp = S->getCollection(); in VisitObjCForCollectionStmt()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp891 SVal CollectionVal = C.getSVal(FCS->getCollection()); in checkCollectionNonNil()
917 if (!isKnownNonNilCollectionType(FCS->getCollection()->getType())) in checkElementNonNil()
982 State->getSVal(FCS->getCollection(), C.getLocationContext()).getAsSymbol(); in assumeCollectionNonEmpty()
/external/clang/lib/CodeGen/
DCGObjC.cpp1504 Collection = EmitARCRetainScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt()
1507 EmitObjCConsumeObject(S.getCollection()->getType(), Collection); in EmitObjCForCollectionStmt()
1509 Collection = EmitScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/clang/lib/AST/
DStmtPrinter.cpp300 PrintExpr(Node->getCollection()); in VisitObjCForCollectionStmt()
DASTImporter.cpp4932 Expr *ToCollect = Importer.Import(S->getCollection()); in VisitObjCForCollectionStmt()
4933 if (!ToCollect && S->getCollection()) in VisitObjCForCollectionStmt()
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2466 if (FS && FS->getCollection()->IgnoreParens() == s2Start && in optimizeEdges()
/external/guice/lib/build/
Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1074 Writer.AddStmt(S->getCollection()); in VisitObjCForCollectionStmt()
/external/clang/lib/Analysis/
DCFG.cpp2663 return addStmt(S->getCollection()); in VisitObjCForCollectionStmt()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/lib/Sema/
DTreeTransform.h6730 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt()
6742 Collection.get() == S->getCollection() && in TransformObjCForCollectionStmt()

12