Home
last modified time | relevance | path

Searched refs:CategoryName (Results 1 – 15 of 15) 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, imageType.ascii()); 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_END0(CategoryName, DecodeLazyPixelRefEvent); in didDecodeLazyPixelRef()
DPlatformInstrumentation.cpp37 const char PlatformInstrumentation::CategoryName[] = TRACE_DISABLED_BY_DEFAULT("devtools.timeline"); member in blink::PlatformInstrumentation
/external/clang/test/TableGen/
DDiagnosticBase.inc18 string CategoryName = "";
28 string CategoryName = "";
/external/clang/include/clang/Basic/
DDiagnostic.td43 string CategoryName = Name;
50 string CategoryName = "";
75 string CategoryName = "";
DDiagnosticSerializationKinds.td11 let CategoryName = "AST Deserialization Issue" in {
96 } // let CategoryName
DDiagnosticCommonKinds.td41 let CategoryName = "Lexical or Preprocessor Issue" in {
60 let CategoryName = "Parse Issue" in {
DDiagnosticCommentKinds.td11 let CategoryName = "Documentation Issue" in {
DDiagnosticParseKinds.td21 let CategoryName = "Inline Assembly Issue" in {
30 let CategoryName = "Parse Issue" in {
387 let CategoryName = "ARC Parse Issue" in {
918 let CategoryName = "Modules Issue" in {
DDiagnosticASTKinds.td150 let CategoryName = "Inline Assembly Issue" in {
DDiagnosticLexKinds.td14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in {
248 let CategoryName = "User-Defined Issue" in {
DDiagnosticSemaKinds.td15 let CategoryName = "Semantic Issue" in {
2034 let CategoryName = "Cocoa API Issue" in {
4203 let CategoryName = "ARC Semantic Issue" in {
4207 let CategoryName = "ARC Weak References" in {
4226 let CategoryName = "ARC Restrictions" in {
4332 let CategoryName = "ARC Retain Cycle" in {
4347 let CategoryName = "ARC and @properties" in {
4365 let CategoryName = "ARC Casting Rules" in {
5306 let CategoryName = "Lambda Issue" in {
5978 let CategoryName = "Inline Assembly Issue" in {
[all …]
/external/clang/tools/libclang/
DCIndexDiagnostic.cpp354 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic); in clang_formatDiagnostic() local
359 Out << clang_getCString(CategoryName); in clang_formatDiagnostic()
362 clang_disposeString(CategoryName); in clang_formatDiagnostic()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp395 const StringRef &CategoryName,
879 const StringRef &CategoryName, const Selector MethodName, in SymbolNameForMethod() argument
885 CategoryName + "_" + MethodNameColonStripped).str(); in SymbolNameForMethod()
1467 const StringRef &CategoryName, in GenerateMethodList() argument
1484 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName, in GenerateMethodList()
1921 const std::string CategoryName = "AnotherHack"; in GenerateProtocolHolderCategory() local
1922 Elements.push_back(MakeConstantString(CategoryName)); in GenerateProtocolHolderCategory()
1926 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy)); in GenerateProtocolHolderCategory()
1929 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy)); in GenerateProtocolHolderCategory()
2004 std::string CategoryName = OCD->getNameAsString(); in GenerateCategory() local
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp890 IdentifierInfo *CategoryName, in ActOnStartCategoryInterface() argument
904 CategoryName == nullptr)) { in ActOnStartCategoryInterface()
909 ClassLoc, CategoryLoc, CategoryName,IDecl); in ActOnStartCategoryInterface()
918 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
924 if (CategoryName) { in ActOnStartCategoryInterface()
927 = IDecl->FindCategoryDeclaration(CategoryName)) { in ActOnStartCategoryInterface()
930 << ClassName << CategoryName; in ActOnStartCategoryInterface()
936 ClassLoc, CategoryLoc, CategoryName, IDecl); in ActOnStartCategoryInterface()
/external/clang/include/clang/Sema/
DSema.h6793 IdentifierInfo *CategoryName,