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

  /frameworks/base/tools/aidl/
aidl.cpp 370 const char* newKind = kind_to_string(type->Kind());
374 type->QualifiedName().c_str(), newKind);
    [all...]
  /external/clang/lib/AST/
Decl.cpp 133 LVComputationKind newKind =
136 assert(oldKind != LVForType || newKind == LVForExplicitType);
137 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
138 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
139 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);
140 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 218 milliseconds