Home
last modified time | relevance | path

Searched refs:logAnnotation (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxPlatform.cpp275 std::string logAnnotation; in UpdateCrashReport() local
279 logAnnotation = "|["; in UpdateCrashReport()
282 logAnnotation = "|[C"; in UpdateCrashReport()
285 logAnnotation = "|[G"; in UpdateCrashReport()
288 logAnnotation = "|[X"; in UpdateCrashReport()
293 message << logAnnotation << Get<0>(*it) << "]" << Get<1>(*it) << " (t=" << Get<2>(*it) << ") "; in UpdateCrashReport()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxPlatform.cpp267 std::string logAnnotation; in UpdateCrashReport() local
271 logAnnotation = "|["; in UpdateCrashReport()
274 logAnnotation = "|[C"; in UpdateCrashReport()
277 logAnnotation = "|[G"; in UpdateCrashReport()
280 logAnnotation = "|[X"; in UpdateCrashReport()
285 message << logAnnotation << Get<0>(it) << "]" << Get<1>(it) in UpdateCrashReport()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp264 std::string logAnnotation; in UpdateCrashReport() local
268 logAnnotation = "|["; in UpdateCrashReport()
271 logAnnotation = "|[C"; in UpdateCrashReport()
274 logAnnotation = "|[G"; in UpdateCrashReport()
277 logAnnotation = "|[X"; in UpdateCrashReport()
282 message << logAnnotation << Get<0>(it) << "]" << Get<1>(it) in UpdateCrashReport()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxPlatform.cpp280 std::string logAnnotation; in UpdateCrashReport() local
284 logAnnotation = "|["; in UpdateCrashReport()
287 logAnnotation = "|[C"; in UpdateCrashReport()
290 logAnnotation = "|[G"; in UpdateCrashReport()
293 logAnnotation = "|[X"; in UpdateCrashReport()
298 message << logAnnotation << Get<0>(it) << "]" << Get<1>(it) in UpdateCrashReport()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxPlatform.cpp264 std::string logAnnotation; in UpdateCrashReport() local
268 logAnnotation = "|["; in UpdateCrashReport()
271 logAnnotation = "|[C"; in UpdateCrashReport()
274 logAnnotation = "|[G"; in UpdateCrashReport()
277 logAnnotation = "|[X"; in UpdateCrashReport()
282 message << logAnnotation << Get<0>(it) << "]" << Get<1>(it) in UpdateCrashReport()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp264 std::string logAnnotation; in UpdateCrashReport() local
268 logAnnotation = "|["; in UpdateCrashReport()
271 logAnnotation = "|[C"; in UpdateCrashReport()
274 logAnnotation = "|[G"; in UpdateCrashReport()
277 logAnnotation = "|[X"; in UpdateCrashReport()
282 message << logAnnotation << Get<0>(it) << "]" << Get<1>(it) in UpdateCrashReport()
/dports/math/cvc3/cvc3-2.4.1/src/vcl/
H A Dvc_cmd.cpp897 d_vc->logAnnotation(Expr(ANNOTATION, e[i][0])); in evaluateCommand()
901 d_vc->logAnnotation(Expr(ANNOTATION, e[i][0], e[i][1])); in evaluateCommand()
H A Dvcl.cpp2386 void VCL::logAnnotation(const Expr& annot) in logAnnotation() function in VCL
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dvc.h1065 virtual void logAnnotation(const Expr& annot) = 0;
H A Dvcl.h405 void logAnnotation(const Expr& annot);