OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLLECTION
(Results
1 - 21
of
21
) sorted by null
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h
59
COLLECTION
= 10,
HidParser.cpp
68
case
COLLECTION
: {
71
LOG_E << "Cannot get
collection
type at offset " << i.offset << LOG_ENDL;
174
// this
collection
contains the usage interested
214
// only follow into
collection
nodes
/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/clang/lib/AST/
StmtObjC.cpp
26
SubExprs[
COLLECTION
] = Collect;
/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
...]
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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/clang/host/darwin-x86/clang-3960126/prebuilt_include/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/clang/host/darwin-x86/clang-3977809/prebuilt_include/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/clang/host/darwin-x86/clang-4053586/prebuilt_include/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/clang/host/linux-x86/clang-3957855/prebuilt_include/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/clang/host/linux-x86/clang-3960126/prebuilt_include/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/clang/host/linux-x86/clang-3977809/prebuilt_include/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/clang/host/linux-x86/clang-4053586/prebuilt_include/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/lib/build/
spring-core.jar
/external/guice/extensions/persist/lib/
xwork-2.0.4.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-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 1550 milliseconds