OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:declType
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/
CheckJni.cpp
86
const char*
declType
= dexProtoGetReturnType(&method->prototype);
88
if (strcmp(
declType
, objType) == 0) {
91
method->clazz->descriptor, method->name, objType,
declType
);
94
* Names didn't match. We need to resolve
declType
in the context
98
* Since we're returning an instance of
declType
, it's safe to
104
ClassObject* declClazz = dvmFindClassNoInit(
declType
, method->clazz->classLoader);
107
declType
, objType);
109
method->clazz->descriptor, method->name,
declType
);
115
declType
, objType);
122
method->clazz->descriptor, method->name, objType,
declType
);
[
all
...]
/external/clang/lib/Sema/
SemaInit.cpp
123
static StringInitFailureKind IsStringInit(Expr *init, QualType
declType
,
125
const ArrayType *arrayType = Context.getAsArrayType(
declType
);
252
InitListExpr *IList, QualType &
DeclType
,
264
InitListExpr *IList, QualType
DeclType
,
269
InitListExpr *IList, QualType
DeclType
,
274
InitListExpr *IList, QualType
DeclType
,
279
InitListExpr *IList, QualType
DeclType
, unsigned &Index,
283
InitListExpr *IList, QualType
DeclType
,
290
InitListExpr *IList, QualType &
DeclType
,
314
int numArrayElements(QualType
DeclType
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 74 milliseconds