HomeSort by relevance Sort by last modified time
    Searched defs:COLLECTION (Results 1 - 6 of 6) 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);
  /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 

Completed in 192 milliseconds