OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newKind
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aidl/
aidl.cpp
369
const char*
newKind
= kind_to_string(type->Kind());
373
type->QualifiedName().c_str(),
newKind
);
[
all
...]
/external/clang/lib/AST/
Decl.cpp
129
LVComputationKind
newKind
=
132
assert(oldKind != LVForType ||
newKind
== LVForExplicitType);
133
assert(oldKind != LVForValue ||
newKind
== LVForExplicitValue);
134
assert(oldKind != LVForExplicitType ||
newKind
== LVForExplicitType);
135
assert(oldKind != LVForExplicitValue ||
newKind
== LVForExplicitValue);
136
return
newKind
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 1012 milliseconds