HomeSort by relevance Sort by last modified time
    Searched refs:ClassName (Results 26 - 50 of 66) sorted by null

12 3

  /frameworks/compile/slang/
slang_rs_reflection.h 132 const std::string &ClassName, const char *SuperClassName,
149 void startTypeClass(const std::string &ClassName);
172 bool genScriptClass(const std::string &ClassName, std::string &ErrorMsg);
slang_rs_reflection.cpp 315 bool RSReflectionJava::genScriptClass(const std::string &ClassName,
317 if (!startClass(AM_Public, false, ClassName, RS_SCRIPT_CLASS_SUPER_CLASS_NAME,
351 std::string className(RSSlangReflectUtils::JavaBitcodeClassNameFromRSFileName(
367 mOut.indent() << " " << className << ".getBitCode32(),\n";
368 mOut.indent() << " " << className << ".getBitCode64());\n";
887 std::string ClassName = ET->getElementName();
888 if (addTypeNameForElement(ClassName)) {
889 mOut.indent() << RS_ELEM_PREFIX << ClassName << " = " << ClassName
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 177 /// ClassName - The unadorned generic name for this class (e.g., Token).
178 std::string ClassName;
697 errs() << " op[" << i << "] = " << Op.Class->ClassName << " - ";
    [all...]
AsmWriterEmitter.cpp 280 std::string ClassName = AsmWriter->getValueAsString("AsmWriterClassName");
286 "void " << Target.getName() << ClassName
585 std::string ClassName = AsmWriter->getValueAsString("AsmWriterClassName");
594 "const char *" << Target.getName() << ClassName << "::";
791 std::string ClassName = AsmWriter->getValueAsString("AsmWriterClassName");
    [all...]
SubtargetEmitter.cpp 65 void Enumeration(raw_ostream &OS, const char *ClassName, bool isBits);
97 void EmitSchedModelHelpers(std::string ClassName, raw_ostream &OS);
115 const char *ClassName,
118 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
    [all...]
DAGISelMatcherEmitter.cpp 714 std::string ClassName = CGP.getSDNodeInfo(SDNode).getSDClassName();
715 if (ClassName == "SDNode")
718 OS << " " << ClassName << " *N = cast<" << ClassName
DFAPacketizerEmitter.cpp 147 void writeTableAndAPI(raw_ostream &OS, const std::string &ClassName);
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 453 IdentifierInfo *ClassName, SourceLocation ClassLoc,
458 assert(ClassName && "Missing class identifier");
461 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
465 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName;
472 if (PrevIDecl && PrevIDecl->getIdentifier() != ClassName) {
485 ClassName = PrevIDecl->getIdentifier();
489 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName,
525 << SuperName << ClassName);
532 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
574 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc)
    [all...]
  /external/llvm/lib/TableGen/
SetTheory.cpp 264 void SetTheory::addExpander(StringRef ClassName, Expander *E) {
265 Expanders[ClassName] = E;
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) {
269 addExpander(ClassName, new FieldExpander(FieldName));
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 279 stackTypes[stackTop++] = new TypeData.ClassName("java.lang.String");
293 stackTypes[stackTop++] = new TypeData.ClassName("java.lang.Class");
643 = new TypeData.ClassName(type);
656 stackTypes[stackTop - 1] = new TypeData.ClassName(cpool.getClassInfo(i));
768 String className = cpool.getFieldrefClassName(index);
769 TypeData.setType(stackTypes[--stackTop], className, classPool);
805 stackTypes[s] = new TypeData.ClassName(type);
815 stackTypes[stackTop - 1] = new TypeData.ClassName(type);
824 String className = cpool.getMethodrefClassName(i);
825 TypeData.setType(stackTypes[--stackTop], className, classPool)
    [all...]
MapMaker.java 37 public static void main1(String className) throws Exception {
39 //javassist.CtClass cc = cp.get(className);
40 javassist.CtClass cc = cp.makeClass(new java.io.FileInputStream(className));
41 System.out.println(className);
159 if (t instanceof TypeData.ClassName) {
264 tStackTypes[0] = new TypeData.ClassName(type);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 199 result = ClassName(file);
214 string ClassName(const Descriptor* descriptor) {
219 string ClassName(const EnumDescriptor* descriptor) {
224 string ClassName(const ServiceDescriptor* descriptor) {
229 string ClassName(const FileDescriptor* descriptor) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 397 llvm::Constant *GenerateMethodList(StringRef ClassName,
450 void EmitClassRef(const std::string &className);
    [all...]
CGObjCMac.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 62 (*variables)["classname"] = ClassName(FieldScope(descriptor), false);
cpp_enum_field.cc 53 (*variables)["type"] = ClassName(descriptor->enum_type(), true);
86 "inline $type$ $classname$::$name$() const {\n"
90 "inline void $classname$::set_$name$($type$ value) {\n"
176 "inline $type$ $classname$::$name$() const {\n"
182 "inline void $classname$::set_$name$($type$ value) {\n"
205 " $classname$_default_oneof_instance_->$name$_ = $default$;\n");
244 "inline $type$ $classname$::$name$(int index) const {\n"
248 "inline void $classname$::set_$name$(int index, $type$ value) {\n"
253 "inline void $classname$::add_$name$($type$ value) {\n"
260 "$classname$::$name$() const {\n
    [all...]
cpp_message.cc 291 classname_(ClassName(descriptor, false)),
321 printer->Print("class $classname$;\n",
322 "classname", classname_);
380 "GOOGLE_PROTOBUF_EXTENSION_ACCESSORS($classname$)\n",
381 "classname", classname_);
395 printer->Print("// $classname$\n\n", "classname", classname_);
408 "inline int $classname$::$name$_size() const {\n"
417 "inline bool $classname$::has_$name$() const {\n"
420 "inline void $classname$::set_has_$name$() {\n
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message_field.cc 63 (*variables)["type"] = ClassName(params, descriptor->message_type());
javanano_enum_field.cc 87 string enum_class_name = ClassName(params, enum_descriptor);
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 447 StringRef ClassName,
453 StringRef prefix, StringRef ClassName, std::string &Result);
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 23 static const char *ClassName[NumClassIds] = {
37 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiatlprov.h 233 HRESULT WINAPI CheckInstancePath(IClassFactory *pParserFactory,const BSTR ObjectPath,const BSTR ClassName,ULONGLONG ullTest) {
254 if(CSTR_EQUAL!=CompareStringW(lcid,NORM_IGNORECASE,ClassName,-1,wClass,-1)) {
setupapi.h     [all...]
  /external/clang/tools/scan-build/
scan-build 593 if (Rows[i].className == RowClass) {
623 function ToggleDisplay(CheckButton, ClassName) {
625 SetDisplay(ClassName, "");
631 SetDisplay(ClassName, "none");
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 566 if (Rows[i].className == RowClass) {
596 function ToggleDisplay(CheckButton, ClassName) {
598 SetDisplay(ClassName, "");
604 SetDisplay(ClassName, "none");
    [all...]

Completed in 3117 milliseconds

12 3