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

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/
AssertTest.java 23 import java.util.Collection;
117 * Test the assertNotEmpty(Collection,String) method
121 final Collection COLLECTION = Collections.singletonList("item");
122 Assert.notNullOrEmpty(COLLECTION, MESSAGE);
126 Assert.notNullOrEmpty((Collection) null, MESSAGE);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/
AssertTest.java 19 import java.util.Collection;
119 * Test the assertNotEmpty(Collection,String) method
123 final Collection COLLECTION = Collections.singletonList("item");
124 Assert.notNullOrEmpty(COLLECTION, MESSAGE);
128 Assert.notNullOrEmpty((Collection) null, MESSAGE);
  /external/clang/include/clang/AST/
StmtObjC.h 21 /// \brief Represents Objective-C's collection statement.
23 /// This is represented as 'for (element 'in' collection-expression)' stmt.
25 enum { ELEM, COLLECTION, BODY, END_EXPR };
37 return reinterpret_cast<Expr*>(SubExprs[COLLECTION]);
43 return reinterpret_cast<Expr*>(SubExprs[COLLECTION]);
49 SubExprs[COLLECTION] = reinterpret_cast<Stmt*>(E);
  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaFinderProxy.java 35 import java.util.Collection;
76 } else if (JpaFinderProxy.ReturnType.COLLECTION.equals(finderDescriptor.returnType)) {
87 Collection<?> collection; local
89 collection = (Collection) finderDescriptor.returnCollectionTypeConstructor.newInstance();
92 "Specified collection class of Finder's returnAs could not be instantated: "
96 "Specified collection class of Finder's returnAs could not be instantated (do not have access privileges): "
100 "Specified collection class of Finder's returnAs could not be instantated (it threw an exception): "
104 collection.addAll(results)
    [all...]
  /external/guice/lib/build/
spring-core.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 553 milliseconds