Home
last modified time | relevance | path

Searched refs:aAnnotations (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/
H A DHangReports.cpp16 nsresult ComputeAnnotationsKey(const HangAnnotations& aAnnotations, in ComputeAnnotationsKey() argument
18 if (aAnnotations.IsEmpty()) { in ComputeAnnotationsKey()
22 for (auto& annotation : aAnnotations) { in ComputeAnnotationsKey()
36 HangAnnotations&& aAnnotations) { in AddHang() argument
52 nsresult rv = ComputeAnnotationsKey(aAnnotations, annotationsKey); in AddHang()
67 new AnnotationInfo(hangIndex, Move(aAnnotations))); in AddHang()
H A DHangReports.h21 nsresult ComputeAnnotationsKey(const HangMonitor::HangAnnotations& aAnnotations,
32 HangMonitor::HangAnnotations&& aAnnotations) in AnnotationInfo()
33 : mAnnotations(Move(aAnnotations)) { in AnnotationInfo()
60 HangMonitor::HangAnnotations&& aAnnotations);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/annotations/
H A Dannotationmanager.cxx265 auto iter = std::find_if(aAnnotations.begin(), aAnnotations.end(), in GetAnnotationById()
269 if (iter != aAnnotations.end()) in GetAnnotationById()
457 if( !aAnnotations.empty() ) in InsertAnnotation()
764 auto iter = std::find(aAnnotations.begin(), aAnnotations.end(), xCurrent); in SelectNextAnnotation()
765 if (iter != aAnnotations.end()) in SelectNextAnnotation()
768 if( iter != aAnnotations.end() ) in SelectNextAnnotation()
775 else if( !aAnnotations.empty() ) in SelectNextAnnotation()
777 SelectAnnotation( *(aAnnotations.begin()) ); in SelectNextAnnotation()
785 auto iter = std::find(aAnnotations.begin(), aAnnotations.end(), xCurrent); in SelectNextAnnotation()
786 if (iter != aAnnotations.end() && iter != aAnnotations.begin()) in SelectNextAnnotation()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/annotations/
H A Dannotationmanager.cxx263 auto iter = std::find_if(aAnnotations.begin(), aAnnotations.end(), in GetAnnotationById()
267 if (iter != aAnnotations.end()) in GetAnnotationById()
437 if( !aAnnotations.empty() ) in InsertAnnotation()
744 auto iter = std::find(aAnnotations.begin(), aAnnotations.end(), xCurrent); in SelectNextAnnotation()
745 if (iter != aAnnotations.end()) in SelectNextAnnotation()
748 if( iter != aAnnotations.end() ) in SelectNextAnnotation()
755 else if( !aAnnotations.empty() ) in SelectNextAnnotation()
757 SelectAnnotation( *(aAnnotations.begin()) ); in SelectNextAnnotation()
765 auto iter = std::find(aAnnotations.begin(), aAnnotations.end(), xCurrent); in SelectNextAnnotation()
766 if (iter != aAnnotations.end() && iter != aAnnotations.begin()) in SelectNextAnnotation()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/xqddf/
H A Dcollection_decl.cpp38 const AnnotationList_t& aAnnotations, in SERIALIZABLE_CLASS_VERSIONS()
47 theAnnotations(aAnnotations), in SERIALIZABLE_CLASS_VERSIONS()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DHangAnnotations.cpp107 explicit ChromeHangAnnotationEnumerator(const BrowserHangAnnotations::VectorType& aAnnotations);
118 const BrowserHangAnnotations::VectorType& aAnnotations) in ChromeHangAnnotationEnumerator() argument
119 : mIterator(aAnnotations.begin()) in ChromeHangAnnotationEnumerator()
120 , mEnd(aAnnotations.end()) in ChromeHangAnnotationEnumerator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dpdfread.hxx69 std::vector<PDFGraphicAnnotation> aAnnotations) in PDFGraphicResult() argument
72 , maAnnotations(std::move(aAnnotations)) in PDFGraphicResult()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A DThreadHangStats.h187 void Add(PRIntervalTime aTime, HangMonitor::HangAnnotationsPtr aAnnotations) { in Add() argument
189 if (aAnnotations) { in Add()
190 if (!mAnnotations.append(Move(aAnnotations))) { in Add()
H A DTelemetry.cpp219 HangAnnotationsPtr aAnnotations) in InsertSwiftVariables()
220 : mAnnotations(Move(aAnnotations)) in InsertSwiftVariables()
248 HangAnnotationsPtr aAnnotations); in InsertSwiftVariables()
278 HangAnnotationsPtr aAnnotations) { in InsertSwiftVariables()
292 if (!aAnnotations) { in InsertSwiftVariables()
690 HangAnnotationsPtr aAnnotations); in InsertSwiftVariables()
2233 HangAnnotationsPtr aAnnotations) in InsertSwiftVariables()
2240 if (aAnnotations && !aAnnotations->IsEmpty()) { in InsertSwiftVariables()
2241 annotations = Move(aAnnotations); in InsertSwiftVariables()
2918 HangAnnotationsPtr aAnnotations)
[all …]
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DCPUUsageWatcher.cpp228 void CPUUsageWatcher::AnnotateHang(BackgroundHangAnnotations& aAnnotations) { in AnnotateHang() argument
234 aAnnotations.AddAnnotation(u"ExternalCPUHigh"_ns, true); in AnnotateHang()
248 void CPUUsageWatcher::AnnotateHang(BackgroundHangAnnotations& aAnnotations) {}
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DCPUUsageWatcher.cpp228 void CPUUsageWatcher::AnnotateHang(BackgroundHangAnnotations& aAnnotations) { in AnnotateHang() argument
234 aAnnotations.AddAnnotation(NS_LITERAL_STRING("ExternalCPUHigh"), true); in AnnotateHang()
248 void CPUUsageWatcher::AnnotateHang(BackgroundHangAnnotations& aAnnotations) {}
H A DCPUUsageWatcher.h60 void AnnotateHang(BackgroundHangAnnotations& aAnnotations) final;
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DCPUUsageWatcher.cpp227 void CPUUsageWatcher::AnnotateHang(HangMonitor::HangAnnotations& aAnnotations) { in AnnotateHang() argument
233 aAnnotations.AddAnnotation(NS_LITERAL_STRING("ExternalCPUHigh"), true); in AnnotateHang()
247 void CPUUsageWatcher::AnnotateHang(HangMonitor::HangAnnotations& aAnnotations) {
H A DCPUUsageWatcher.h58 void AnnotateHang(HangMonitor::HangAnnotations& aAnnotations) final;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DCPUUsageWatcher.cpp232 void CPUUsageWatcher::AnnotateHang(BackgroundHangAnnotations& aAnnotations) { in AnnotateHang() argument
238 aAnnotations.AddAnnotation(u"ExternalCPUHigh"_ns, true); in AnnotateHang()
252 void CPUUsageWatcher::AnnotateHang(BackgroundHangAnnotations& aAnnotations) {}
H A DCPUUsageWatcher.h70 void AnnotateHang(BackgroundHangAnnotations& aAnnotations) final;
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DCPUUsageWatcher.cpp232 void CPUUsageWatcher::AnnotateHang(BackgroundHangAnnotations& aAnnotations) { in AnnotateHang() argument
238 aAnnotations.AddAnnotation(u"ExternalCPUHigh"_ns, true); in AnnotateHang()
252 void CPUUsageWatcher::AnnotateHang(BackgroundHangAnnotations& aAnnotations) {}
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DCrashReporterHost.cpp51 const AnnotationTable& aAnnotations) { in AdoptMinidump() argument
56 MergeCrashAnnotations(mExtraAnnotations, aAnnotations); in AdoptMinidump()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DCrashReporterHost.cpp89 const AnnotationTable& aAnnotations) { in AdoptMinidump() argument
94 MergeCrashAnnotations(mExtraAnnotations, aAnnotations); in AdoptMinidump()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DCrashReporterHost.cpp89 const AnnotationTable& aAnnotations) { in AdoptMinidump() argument
94 MergeCrashAnnotations(mExtraAnnotations, aAnnotations); in AdoptMinidump()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/
H A DnsExceptionHandler.cpp1313 const nsCString& value = aAnnotations[key]; in WriteAnnotations()
2498 static void AddCommonAnnotations(AnnotationTable& aAnnotations) { in AddCommonAnnotations() argument
2502 aAnnotations[Annotation::CrashTime] = crashTimeStr; in AddCommonAnnotations()
2515 aAnnotations[Annotation::UptimeTS] = uptimeStr; in AddCommonAnnotations()
2518 aAnnotations[Annotation::ContainsMemoryReport] = "1"_ns; in AddCommonAnnotations()
3155 PRFileDesc* aFd, AnnotationTable& aAnnotations) { in ReadAndValidateExceptionTimeAnnotations() argument
3195 WriteAnnotations(writer, aAnnotations); in WriteExtraFile()
3227 ReadAndValidateExceptionTimeAnnotations(prFd, aAnnotations); in ReadExceptionTimeAnnotations()
3233 MergeContentCrashAnnotations(aAnnotations); in PopulateContentProcessAnnotations()
3234 AddCommonAnnotations(aAnnotations); in PopulateContentProcessAnnotations()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DCrashReporterHost.cpp90 const AnnotationTable& aAnnotations) { in AdoptMinidump() argument
95 MergeCrashAnnotations(mExtraAnnotations, aAnnotations); in AdoptMinidump()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/
H A DnsExceptionHandler.cpp1301 const nsCString& value = aAnnotations[key]; in WriteAnnotations()
2494 static void AddCommonAnnotations(AnnotationTable& aAnnotations) { in AddCommonAnnotations() argument
2497 aAnnotations[Annotation::CrashTime] = crashTime; in AddCommonAnnotations()
2503 aAnnotations[Annotation::UptimeTS] = uptimeStr; in AddCommonAnnotations()
2506 aAnnotations[Annotation::ContainsMemoryReport] = "1"_ns; in AddCommonAnnotations()
3136 PRFileDesc* aFd, AnnotationTable& aAnnotations) { in ReadAndValidateExceptionTimeAnnotations() argument
3176 WriteAnnotations(writer, aAnnotations); in WriteExtraFile()
3208 ReadAndValidateExceptionTimeAnnotations(prFd, aAnnotations); in ReadExceptionTimeAnnotations()
3214 MergeContentCrashAnnotations(aAnnotations); in PopulateContentProcessAnnotations()
3215 AddCommonAnnotations(aAnnotations); in PopulateContentProcessAnnotations()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/
H A DnsExceptionHandler.cpp1301 const nsCString& value = aAnnotations[key]; in WriteAnnotations()
2494 static void AddCommonAnnotations(AnnotationTable& aAnnotations) { in AddCommonAnnotations() argument
2497 aAnnotations[Annotation::CrashTime] = crashTime; in AddCommonAnnotations()
2503 aAnnotations[Annotation::UptimeTS] = uptimeStr; in AddCommonAnnotations()
2506 aAnnotations[Annotation::ContainsMemoryReport] = "1"_ns; in AddCommonAnnotations()
3136 PRFileDesc* aFd, AnnotationTable& aAnnotations) { in ReadAndValidateExceptionTimeAnnotations() argument
3176 WriteAnnotations(writer, aAnnotations); in WriteExtraFile()
3208 ReadAndValidateExceptionTimeAnnotations(prFd, aAnnotations); in ReadExceptionTimeAnnotations()
3214 MergeContentCrashAnnotations(aAnnotations); in PopulateContentProcessAnnotations()
3215 AddCommonAnnotations(aAnnotations); in PopulateContentProcessAnnotations()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/
H A DnsExceptionHandler.cpp1339 const nsCString& value = aAnnotations[key]; in WriteAnnotations()
2464 static void AddCommonAnnotations(AnnotationTable& aAnnotations) { in AddCommonAnnotations() argument
2465 AnnotateMemoryStatus(aAnnotations); in AddCommonAnnotations()
2469 aAnnotations[Annotation::CrashTime] = crashTime; in AddCommonAnnotations()
2475 aAnnotations[Annotation::UptimeTS] = uptimeStr; in AddCommonAnnotations()
3117 PRFileDesc* aFd, AnnotationTable& aAnnotations) { in ReadAndValidateExceptionTimeAnnotations() argument
3157 WriteAnnotations(writer, aAnnotations); in WriteExtraFile()
3188 ReadAndValidateExceptionTimeAnnotations(prFd, aAnnotations); in ReadExceptionTimeAnnotations()
3194 MergeContentCrashAnnotations(aAnnotations); in PopulateContentProcessAnnotations()
3195 AddCommonAnnotations(aAnnotations); in PopulateContentProcessAnnotations()
[all …]

1234