HomeSort by relevance Sort by last modified time
    Searched full:spectype (Results 1 - 6 of 6) sorted by null

  /cts/tools/signature-tools/src/signature/compare/
Main.java 166 private static IApi getApi(String specType, String name,
169 System.out.println("Loading " + name + " of type " + specType
172 if ("doclet".equals(specType)) {
175 } else if ("dex".equals(specType)) {
178 } else if ("sig".equals(specType)) {
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 268 if (const TemplateSpecializationType *SpecType
272 SpecType->getTemplateName().print(OS, InnerPolicy, true);
276 OS, SpecType->getArgs(), SpecType->getNumArgs(), InnerPolicy);
  /frameworks/rs/api/
gen_runtime.cpp 93 string specType; // The type found in the spec, e.g. "f16"
375 const char* specType; // Name found in the .spec file
677 specType = TYPES[typeIndex].specType;
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 96 if (const TemplateSpecializationType *SpecType
103 SpecType->getTemplateName().getAsTemplateDecl())) {
105 = Context.getCanonicalType(QualType(SpecType, 0));
    [all...]
SemaExprCXX.cpp 256 if (const TemplateSpecializationType *SpecType
258 TemplateName SpecName = SpecType->getTemplateName();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 700 if (TypeSourceInfo *SpecType = D->getTypeAsWritten()) {
701 TypeLoc TL = SpecType->getTypeLoc();
    [all...]

Completed in 827 milliseconds