Home
last modified time | relevance | path

Searched refs:COLLECTION (Results 1 – 24 of 24) sorted by relevance

/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaFinderProxy.java74 } else if (JpaFinderProxy.ReturnType.COLLECTION.equals(finderDescriptor.returnType)) { in invoke()
200 if (JpaFinderProxy.ReturnType.COLLECTION.equals(finderDescriptor.returnType) in getFinderDescriptor()
234 return JpaFinderProxy.ReturnType.COLLECTION; in determineReturnType()
277 COLLECTION, enumConstant
/external/clang/include/clang/AST/
DStmtObjC.h25 enum { ELEM, COLLECTION, BODY, END_EXPR }; enumerator
37 return reinterpret_cast<Expr*>(SubExprs[COLLECTION]); in getCollection()
43 return reinterpret_cast<Expr*>(SubExprs[COLLECTION]); in getCollection()
49 SubExprs[COLLECTION] = reinterpret_cast<Stmt*>(E); in setCollection()
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/
DAssertTest.java121 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
122 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/util/
DAssertTest.java120 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
121 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/util/
DAssertTest.java120 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
121 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/util/
DAssertTest.java120 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
121 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/util/
DAssertTest.java120 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
121 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/util/
DAssertTest.java121 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
122 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/util/
DAssertTest.java120 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
121 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/util/
DAssertTest.java120 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
121 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/util/
DAssertTest.java120 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
121 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/util/
DAssertTest.java121 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
122 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/util/
DAssertTest.java120 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
121 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/util/
DAssertTest.java123 final Collection COLLECTION = Collections.singletonList("item"); in testAssertNotNullOrEmpty_Collection() local
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE); in testAssertNotNullOrEmpty_Collection()
/external/clang/lib/AST/
DStmtObjC.cpp26 SubExprs[COLLECTION] = Collect; in ObjCForCollectionStmt()