Home
last modified time | relevance | path

Searched refs:CategoryName (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformInstrumentation.h56 : TraceEvent::TraceScopedTrackableObject<void*>(CategoryName, LazyPixelRef, instance) in LazyPixelRefTracker()
83 static const char CategoryName[];
92 …TRACE_EVENT_BEGIN1(CategoryName, ImageDecodeEvent, ImageTypeArgument, TRACE_STR_COPY(imageType.asc… in willDecodeImage()
99 TRACE_EVENT_END0(CategoryName, ImageDecodeEvent); in didDecodeImage()
106 TRACE_EVENT_BEGIN1(CategoryName, ImageResizeEvent, CachedArgument, shouldCache); in willResizeImage()
113 TRACE_EVENT_END0(CategoryName, ImageResizeEvent); in didResizeImage()
120 TRACE_EVENT_INSTANT1(CategoryName, DrawLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId); in didDrawLazyPixelRef()
125 TRACE_EVENT_BEGIN1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId); in willDecodeLazyPixelRef()
130 TRACE_EVENT_END1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId); in didDecodeLazyPixelRef()
DPlatformInstrumentation.cpp37 const char PlatformInstrumentation::CategoryName[] = "webkit"; member in WebCore::PlatformInstrumentation
/external/clang/test/TableGen/
DDiagnosticBase.inc18 string CategoryName = "";
28 string CategoryName = "";
/external/clang/include/clang/Basic/
DDiagnostic.td32 string CategoryName = Name;
39 string CategoryName = "";
64 string CategoryName = "";
DDiagnosticCommonKinds.td41 let CategoryName = "Lexical or Preprocessor Issue" in {
61 let CategoryName = "Parse Issue" in {
DDiagnosticCommentKinds.td11 let CategoryName = "Documentation Issue" in {
DDiagnosticParseKinds.td21 let CategoryName = "Inline Assembly Issue" in {
28 let CategoryName = "Parse Issue" in {
389 let CategoryName = "ARC Parse Issue" in {
848 let CategoryName = "Modules Issue" in {
DDiagnosticLexKinds.td14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
240 let CategoryName = "User Defined Issues" in {
DDiagnosticASTKinds.td144 let CategoryName = "Inline Assembly Issue" in {
DDiagnosticSemaKinds.td15 let CategoryName = "Semantic Issue" in {
1904 let CategoryName = "Cocoa API Issue" in {
3887 let CategoryName = "ARC Semantic Issue" in {
3891 let CategoryName = "ARC Weak References" in {
3910 let CategoryName = "ARC Restrictions" in {
4016 let CategoryName = "ARC Retain Cycle" in {
4031 let CategoryName = "ARC and @properties" in {
4049 let CategoryName = "ARC Casting Rules" in {
4955 let CategoryName = "Lambda Issue" in {
5601 let CategoryName = "Inline Assembly Issue" in {
[all …]
/external/clang/tools/libclang/
DCIndexDiagnostic.cpp338 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic); in clang_formatDiagnostic() local
343 Out << clang_getCString(CategoryName); in clang_formatDiagnostic()
346 clang_disposeString(CategoryName); in clang_formatDiagnostic()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp395 const StringRef &CategoryName,
902 const StringRef &CategoryName, const Selector MethodName, in SymbolNameForMethod() argument
908 CategoryName + "_" + MethodNameColonStripped).str(); in SymbolNameForMethod()
1488 const StringRef &CategoryName, in GenerateMethodList() argument
1505 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName, in GenerateMethodList()
1949 const std::string CategoryName = "AnotherHack"; in GenerateProtocolHolderCategory() local
1950 Elements.push_back(MakeConstantString(CategoryName)); in GenerateProtocolHolderCategory()
1954 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy)); in GenerateProtocolHolderCategory()
1957 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy)); in GenerateProtocolHolderCategory()
2033 std::string CategoryName = OCD->getNameAsString(); in GenerateCategory() local
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp844 IdentifierInfo *CategoryName, in ActOnStartCategoryInterface() argument
858 CategoryName == 0)) { in ActOnStartCategoryInterface()
863 ClassLoc, CategoryLoc, CategoryName,IDecl); in ActOnStartCategoryInterface()
872 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
878 if (CategoryName) { in ActOnStartCategoryInterface()
881 = IDecl->FindCategoryDeclaration(CategoryName)) { in ActOnStartCategoryInterface()
884 << ClassName << CategoryName; in ActOnStartCategoryInterface()
890 ClassLoc, CategoryLoc, CategoryName, IDecl); in ActOnStartCategoryInterface()
/external/clang/include/clang/Sema/
DSema.h6481 IdentifierInfo *CategoryName,