Searched defs:ClassName (Results 1 - 25 of 31) sorted by last modified time

12

/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc115 string ClassName(const Descriptor* descriptor, bool qualified) { function in namespace:google::protobuf::compiler::cpp
132 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) { function in namespace:google::protobuf::compiler::cpp
140 string result = ClassName(enum_descriptor->containing_type(), qualified);
181 return ClassName(field->message_type(), true);
292 ClassName(field->enum_type(), true),
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc154 result = ClassName(file);
169 string ClassName(const FileDescriptor* descriptor) { function in namespace:google::protobuf::compiler::java
324 return ClassName(field->enum_type()) + "." +
328 return ClassName(field->message_type()) + ".getDefaultInstance()";
H A Djava_helpers.h78 inline string ClassName(const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::java
81 inline string ClassName(const EnumDescriptor* descriptor) { function in namespace:google::protobuf::compiler::java
84 inline string ClassName(const ServiceDescriptor* descriptor) { function in namespace:google::protobuf::compiler::java
90 string ClassName(const FileDescriptor* descriptor);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc165 result.append(ClassName(params, parent));
169 result.append(ClassName(params, file));
176 string ClassName(const Params& params, const FileDescriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
183 string ClassName(const Params& params, const EnumDescriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
188 return ClassName(params, parent);
190 return ClassName(params, descriptor->file());
339 return ClassName(params, field->enum_type()) + "." +
343 return ClassName(params, field->message_type()) + ".getDefaultInstance()";
H A Djavamicro_helpers.h88 inline string ClassName(const Params& params, const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
92 string ClassName(const Params& params, const EnumDescriptor* descriptor);
93 inline string ClassName(const Params& params, function in namespace:google::protobuf::compiler::javamicro
102 string ClassName(const Params& params, const FileDescriptor* descriptor);
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc223 result.append(ClassName(params, parent));
227 result.append(ClassName(params, file));
234 string ClassName(const Params& params, const FileDescriptor* descriptor) { function in namespace:google::protobuf::compiler::javanano
241 string ClassName(const Params& params, const EnumDescriptor* descriptor) { function in namespace:google::protobuf::compiler::javanano
251 return ClassName(params, parent);
253 return ClassName(params, descriptor->file());
379 case JAVATYPE_MESSAGE: return ClassName(params, field->message_type()) + ".EMPTY_ARRAY";
450 return ClassName(params, field->enum_type()) + "." +
H A Djavanano_helpers.h93 inline string ClassName(const Params& params, const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::javanano
97 string ClassName(const Params& params, const EnumDescriptor* descriptor);
98 inline string ClassName(const Params& params, function in namespace:google::protobuf::compiler::javanano
107 string ClassName(const Params& params, const FileDescriptor* descriptor);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp176 /// ClassName - The unadorned generic name for this class (e.g., Token).
177 std::string ClassName; member in struct:__anon26561::ClassInfo
691 errs() << " op[" << i << "] = " << Op.Class->ClassName << " - ";
1000 Entry->ClassName = "Token";
1143 CI->ClassName = "Reg" + utostr(Index);
1179 CI->ClassName = RC.getName();
1201 CI->ClassName = Rec->getName();
1238 CI->ClassName = (*it)->getValueAsString("Name");
1239 CI->Name = "MCK_" + CI->ClassName;
1248 CI->PredicateMethod = "is" + CI->ClassName;
[all...]
H A DAsmWriterEmitter.cpp287 std::string ClassName = AsmWriter->getValueAsString("AsmWriterClassName"); local
292 "void " << Target.getName() << ClassName
579 std::string ClassName = AsmWriter->getValueAsString("AsmWriterClassName"); local
589 "const char *" << Target.getName() << ClassName << "::";
781 std::string ClassName = AsmWriter->getValueAsString("AsmWriterClassName"); local
896 Cond = Target.getName() + ClassName + "ValidateMCOperand(" +
943 HeaderO << "bool " << Target.getName() << ClassName
995 O << "static bool " << Target.getName() << ClassName
1039 O << "void " << Target.getName() << ClassName << "::"
1061 O << "static bool " << Target.getName() << ClassName
[all...]
H A DCodeGenDAGPatterns.cpp703 std::string ClassName; local
705 ClassName = "SDNode";
708 ClassName = PatFragRec->getDAGPatterns().getSDNodeInfo(Op).getSDClassName();
711 if (ClassName == "SDNode")
714 Result = " " + ClassName + "*N = cast<" + ClassName + ">(Node);\n";
H A DDAGISelMatcherEmitter.cpp714 std::string ClassName = CGP.getSDNodeInfo(SDNode).getSDClassName(); local
715 if (ClassName == "SDNode")
718 OS << " " << ClassName << " *N = cast<" << ClassName local
H A DInstrInfoEmitter.cpp429 std::string ClassName = TargetName + "GenInstrInfo"; local
431 OS << "struct " << ClassName << " : public TargetInstrInfo {\n"
432 << " explicit " << ClassName << "(int SO = -1, int DO = -1);\n"
433 << " virtual ~" << ClassName << "();\n" local
446 OS << ClassName << "::" << ClassName << "(int SO, int DO)\n"
451 << ClassName << "::~" << ClassName << "() {}\n"; local
H A DRegisterInfoEmitter.cpp62 const std::string &ClassName);
64 const std::string &ClassName);
161 const std::string &ClassName) {
166 << "const RegClassWeight &" << ClassName << "::\n" local
195 << "unsigned " << ClassName << "::\n"
218 << "unsigned " << ClassName << "::getNumRegPressureSets() const {\n"
222 << "const char *" << ClassName << "::\n" local
234 << "unsigned " << ClassName << "::\n" local
284 << "const int* " << ClassName << "::\n" local
298 << "const int* " << ClassName << "
160 EmitRegUnitPressure(raw_ostream &OS, const CodeGenRegBank &RegBank, const std::string &ClassName) argument
959 std::string ClassName = TargetName + "GenRegisterInfo"; local
966 << " explicit " << ClassName local
1225 std::string ClassName = Target.getName() + "GenRegisterInfo"; local
1232 OS << "const TargetRegisterClass *" << ClassName local
[all...]
H A DSubtargetEmitter.cpp65 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);
1297 void SubtargetEmitter::EmitSchedModelHelpers(std::string ClassName, argument
1299 OS << "unsigned " << ClassName local
1368 << "} // " << ClassName << "::resolveSchedClass\n"; local
1493 std::string ClassName = Target + "GenSubtargetInfo"; local
1496 OS << "struct " << ClassName << " : public TargetSubtargetInfo {\n"
1497 << " explicit " << ClassName << "(StringRe local
114 Enumeration(raw_ostream &OS, const char *ClassName, bool isBits) argument
1530 OS << ClassName << "::" << ClassName << "(StringRef TT, StringRef CPU, " local
[all...]
/external/llvm/lib/TableGen/
H A DSetTheory.cpp264 void SetTheory::addExpander(StringRef ClassName, Expander *E) { argument
265 Expanders[ClassName] = E;
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { argument
269 addExpander(ClassName, new FieldExpander(FieldName));
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java322 public static class ClassName extends TypeName { class in class:TypeData
325 public ClassName(String n) { method in class:TypeData.ClassName
330 return new ClassName(name);
343 public static class NullType extends ClassName {
475 return new ClassName(className);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp884 std::string ClassName; local
890 ClassName = "NSArray";
893 ClassName = "NSDictionary";
917 !IDecl->lookupInheritedClass(&Ctx.Idents.get(ClassName))) {
/external/clang/lib/AST/
H A DNSAPI.cpp22 static const char *ClassName[NumClassIds] = { local
33 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
H A DVTableBuilder.cpp2104 std::string ClassName = I->first->getQualifiedNameAsString(); local
2107 std::make_pair(ClassName, OffsetOffset));
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp394 llvm::Constant *GenerateMethodList(const StringRef &ClassName,
878 static std::string SymbolNameForMethod(const StringRef &ClassName, argument
884 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" +
1016 llvm::Value *ClassName = CGM.GetAddrOfConstantCString(Name); local
1026 ClassName = CGF.Builder.CreateStructGEP(ClassName, 0);
1031 return CGF.EmitNounwindRuntimeCall(ClassLookupFn, ClassName);
1466 GenerateMethodList(const StringRef &ClassName, argument
1484 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1920 const std::string ClassName local
2003 std::string ClassName = OCD->getClassInterface()->getNameAsString(); local
2123 std::string ClassName = ClassDecl->getNameAsString(); local
2143 std::string ClassName = ClassDecl->getNameAsString(); local
2586 StringRef ClassName = CD->getName(); local
[all...]
H A DCGObjCMac.cpp1315 llvm::GlobalVariable * BuildClassMetaData(std::string &ClassName,
3036 std::string ClassName = ID->getNameAsString(); local
3106 Name += ClassName;
5629 std::string ClassName = ID->getNameAsString(); local
5697 std::string("\01l_OBJC_METACLASS_RO_$_")+ClassName :
5698 std::string("\01l_OBJC_CLASS_RO_$_")+ClassName);
5708 /// for the given ClassName for:
5718 std::string &ClassName, llvm::Constant *IsAGV, llvm::Constant *SuperClassGV,
5734 llvm::GlobalVariable *GV = GetClassGlobal(ClassName, Weak);
5766 std::string ClassName local
5717 BuildClassMetaData( std::string &ClassName, llvm::Constant *IsAGV, llvm::Constant *SuperClassGV, llvm::Constant *ClassRoGV, bool HiddenVisibility, bool Weak) argument
[all...]
/external/clang/lib/Parse/
H A DParseExprCXX.cpp2456 IdentifierInfo *ClassName = Tok.getIdentifierInfo(); local
2462 ClassName, ClassNameLoc,
2468 ParsedType Ty = Actions.getDestructorName(TildeLoc, *ClassName,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp456 StringRef ClassName,
462 StringRef prefix, StringRef ClassName, std::string &Result);
6554 StringRef ClassName) {
6556 Result += VarName; Result += ClassName;
6569 Result += "\""; Result += ClassName; Result += "\",\n\t";
6577 Result += ClassName;
6585 Result += "_OBJC_CLASS_PROTOCOLS_$_"; Result += ClassName;
6593 Result += "_OBJC_$_INSTANCE_VARIABLES_"; Result += ClassName;
6603 Result += "_OBJC_$_PROP_LIST_"; Result += ClassName;
6761 StringRef ClassName local
6545 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument
7128 RewriteObjCProtocolListMetaData( const ObjCList<ObjCProtocolDecl> &Protocols, StringRef prefix, StringRef ClassName, std::string &Result) argument
7549 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
[all...]

Completed in 308 milliseconds

12