Home
last modified time | relevance | path

Searched refs:report (Results 326 - 350 of 468) sorted by relevance

1...<<111213141516171819

/third_party/ffmpeg/tests/checkasm/
H A Dvf_nlmeans.c112 report("dsp"); in checkasm_check_nlmeans()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h87 const char *report; member
160 /**< capture and report performace information */
/third_party/node/src/
H A Dnode_external_reference.h83 V(report) \
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dmod.rs24 use crate::syntax::report::Errors;
H A Dcfg.rs3 use crate::syntax::report::Errors;
/third_party/rust/crates/cxx/gen/src/
H A Dcfg.rs3 use crate::syntax::report::Errors;
H A Dmod.rs24 use crate::syntax::report::Errors;
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dcfg.rs3 use crate::syntax::report::Errors;
H A Dmod.rs24 use crate::syntax::report::Errors;
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dmod.rs24 use crate::syntax::report::Errors;
H A Dcfg.rs3 use crate::syntax::report::Errors;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDirectiveHandler.cpp108 mDiagnostics.report(angle::pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name); in handlePragma()
/third_party/node/
H A DMakefile247 coverage: coverage-test ## Run the tests and generate a coverage report.
267 $(MAKE) coverage-report-js
280 .PHONY: coverage-report-js
281 coverage-report-js:
283 $(NODE) ./node_modules/.bin/c8 report
323 $(MAKE) coverage-report-js
601 .PHONY: test-wpt-report
602 test-wpt-report:
1376 --max-warnings=0 --report-unused-disable-directives $(LINT_JS_TARGETS)
1400 --max-warnings=0 --report
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx341 /* Bug report address. */
667 void report(ostream& o) const; // defined under obatched() class below
920 void reportable_exception::report(ostream& o) const { in report() function in reportable_exception
1640 e.report (clog); in extract_section()
2047 e.report(clog); in handle_buildid_match()
2640 // get the resulting fd so we can report its size in handler_cb()
2683 e.report(clog); in handler_cb()
3023 e.report(clog); in elf_classify()
3079 e.report(clog); in scan_source_file()
3393 e.report(clo in archive_classify()
[all...]
/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_common.h254 bool report : 1; member
412 TeleserviceDeliverReport report; member
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect.cpp42 DeviceTimedCollect::DeviceTimedCollect(const sptr<IReport>& report) in DeviceTimedCollect() argument
43 : ICollectPlugin(report) in DeviceTimedCollect()
139 HILOGI("report normal:%{public}d ,persistence:%{public}d", interval, persistence); in ReportEventByTimeInfo()
144 HILOGI("report awake:%{public}d ,persistence:%{public}d", interval, persistence); in ReportEventByTimeInfo()
/test/testfwk/developer_test/src/core/command/
H A Drun.py401 report = get_plugin(plugin_type=Plugin.REPORTER, plugin_id="ALL")[0]
405 shutil.copytree(os.path.join(report.report_path, "result"), latest_corpus_path)
/third_party/benchmark/test/
H A Doutput_test_helper.cc160 void ReportRuns(const std::vector<Run>& report) override {
161 for (auto rep : reporters_) rep->ReportRuns(report);
/third_party/node/lib/internal/test_runner/
H A Drunner.js267 report() {
272 super.report();
/third_party/python/Lib/html/
H A Dparser.py276 def parse_bogus_comment(self, i, report=1):
283 if report:
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp131 void report() const { in load() function in final
187 logger->report(); in load()
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.h85 // below for implementation of the report). Based off of the original
445 // ReportModified() is used to report elements with the same key but
548 // Tells the differencer whether or not to report matches. This method must
554 // Tells the differencer whether or not to report moves (in a set or map
559 // Tells the differencer whether or not to report ignored values. This method
610 // Tells the MessageDifferencer to report differences via the specified
636 // false, will only report the individual subfields. Defaults to false.
637 void set_report_modified_aggregates(bool report) { in set_report_modified_aggregates() argument
638 report_modified_aggregates_ = report; in set_report_modified_aggregates()
765 // Compares the repeated fields, and report th
[all...]
/third_party/rust/crates/cxx/gen/build/src/
H A Dlib.rs99 use crate::gen::error::report;
139 let _ = writeln!(io::stderr(), "\n\ncxxbridge error: {}\n\n", report(err)); in bridges()
/third_party/skia/modules/skottie/src/
H A DSkottieTool.cpp216 void report() const { in report() function in __anon18533::final
282 // - we want to only report parsing errors once in main()
295 logger->report(); in main()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp428 Nucleus::setOptimizerCallback([](const Nucleus::OptimizerReport *report) {
429 EXPECT_EQ(report->allocas, 2);
430 EXPECT_EQ(report->loads, 2);
431 EXPECT_EQ(report->stores, 2);
461 Nucleus::setOptimizerCallback([](const Nucleus::OptimizerReport *report) { in TEST()
462 EXPECT_EQ(report->allocas, 1); in TEST()
463 EXPECT_EQ(report->loads, 1); in TEST()
464 EXPECT_EQ(report->stores, 1); in TEST()
597 Nucleus::setOptimizerCallback([](const Nucleus::OptimizerReport *report) { in TEST()
598 EXPECT_EQ(report in TEST()
[all...]

Completed in 22 milliseconds

1...<<111213141516171819