Home
last modified time | relevance | path

Searched +full:- +full:- +full:report (Results 1 – 25 of 1062) sorted by relevance

12345678910>>...43

/third_party/node/test/report/
Dtest-report-config.js1 // Flags: --report-on-fatalerror --report-on-signal --report-uncaught-exception --report-compact
6 // Verify that process.report.directory behaves properly.
7 assert.strictEqual(process.report.directory, '');
8 process.report.directory = __dirname;
9 assert.strictEqual(process.report.directory, __dirname);
11 process.report.directory = {};
13 assert.strictEqual(process.report.directory, __dirname);
15 // Verify that process.report.filename behaves properly.
16 assert.strictEqual(process.report.filename, '');
17 process.report.filename = 'test-report.json';
[all …]
Dtest-report-fatal-error.js8 const helper = require('../common/report.js');
27 // Common args that will cause an out-of-memory error for child process.
29 '--max-old-space-size=20',
35 // Verify that --report-on-fatalerror is respected when set.
37 const args = ['--report-on-fatalerror', ...ARGS];
44 const report = reports[0]; constant
45 helper.validate(report);
48 // unknown. Assert this, to verify that the underlying env-less situation is
50 assert.strictEqual(require(report).header.threadId, null);
54 // Verify that --report-on-fatalerror is respected when not set.
[all …]
Dtest-report-writereport.js3 // Test producing a report via API call, using the no-hooks/no-signal interface.
9 const helper = require('../common/report');
13 process.report.directory = tmpdir.path;
25 process.report.writeReport();
31 process.report.writeReport(new Error('test error'));
39 process.report.writeReport(error);
46 process.report.writeReport(error);
52 const file = process.report.writeReport('custom-name-1.json');
55 assert.strictEqual(file, 'custom-name-1.json');
62 const file = process.report.writeReport('custom-name-2.json',
[all …]
/third_party/node/doc/api/
Dreport.md1 # Diagnostic report
3 <!--introduced_in=v11.8.0-->
4 <!-- type=misc -->
6 > Stability: 2 - Stable
8 <!-- name=report -->
10 Delivers a JSON-formatted diagnostic summary, written to a file.
12 The report is intended for development, test and production use, to capture
15 usage etc. With the report option enabled, diagnostic reports can be triggered
19 A complete example report that was generated on an uncaught exception
28 "filename": "report.20181221.005011.8974.0.001.json",
[all …]
/third_party/node/deps/npm/node_modules/npm-audit-report/
DCHANGELOG.md3 …will be documented in this file. See [standard-version](https://github.com/conventional-changelog/…
6 ## [1.3.3](https://github.com/npm/npm-audit-report/compare/v1.3.2...v1.3.3) (2020-03-26)
11 ## [1.3.2](https://github.com/npm/npm-audit-report/compare/v1.3.1...v1.3.2) (2018-12-18)
16 …tion ([#28](https://github.com/npm/npm-audit-report/issues/28)) ([5e27893](https://github.com/npm/…
17 * **security:** audit fix ([ff9faf3](https://github.com/npm/npm-audit-report/commit/ff9faf3))
18 …onse ([#34](https://github.com/npm/npm-audit-report/issues/34)) ([e2fe95b](https://github.com/npm/…
23 ## [1.3.1](https://github.com/npm/npm-audit-report/compare/v1.3.0...v1.3.1) (2018-07-10)
28 # [1.3.0](https://github.com/npm/npm-audit-report/compare/v1.2.1...v1.3.0) (2018-07-09)
33 * **deps:** remove object.values dependency ([2c5374a](https://github.com/npm/npm-audit-report/comm…
34 …il:** Fix info-level severity ([#18](https://github.com/npm/npm-audit-report/issues/18)) ([807db5a…
[all …]
DREADME.md1 # npm audit security report
5 [![Build Status](https://travis-ci.org/npm/npm-audit-report.svg?branch=master)](https://travis-ci.o…
6 …branch/master?svg=true)](https://ci.appveyor.com/project/evilpacket/npm-audit-report/branch/master)
7 …overalls.io/repos/github/npm/npm-audit-report/badge.svg?branch=master)](https://coveralls.io/githu…
9 The response is an object that contains an output string (the report) and a suggested exitCode.
12 report: 'string that contains the security report',
22 const Report = require('npm-audit-report')
27 Report(response, options, (result) => {
28 console.log(result.report)
37 | :--- | :--- | :--- |:--- |
[all …]
Dpackage.json2 "_from": "npm-audit-report@1.3.3",
3 "_id": "npm-audit-report@1.3.3",
5 …"_integrity": "sha512-8nH/JjsFfAWMvn474HB9mpmMjrnKb1Hx/oTAdjv4PT9iZBvBxiZ+wtDUapHCJwLqYGQVPaAfs+vL…
6 "_location": "/npm-audit-report",
11 "raw": "npm-audit-report@1.3.3",
12 "name": "npm-audit-report",
13 "escapedName": "npm-audit-report",
22 "_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-1.3.3.tgz",
24 "_spec": "npm-audit-report@1.3.3",
30 "url": "https://github.com/npm/npm-audit-report/issues"
[all …]
/third_party/boost/libs/geometry/doc/
Dcompiling.qbk2 Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
3 Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
4 Copyright (c) 2009-2012 Mateusz Loskot, London, UK., London, UK
20 __boost_geometry__ is a headers-only library. Users only need to include the
25 __boost_geometry__ is only dependant on headers-only __boost__ libraries.
40 * 14.0 (__msvc__ 14 CTP) [/reported by develop report on March, 2015]
41 * 12.0 (__msvc__ 2013) [/reported by develop report on March, 2015]
42 * 11.0 (__msvc__ 2012) [/reported by develop report on March, 2015]
43 * 10.0 (__msvc__ 2010) [/reported by Trunk report May 8, 2011]
44 * 9.0 (__msvc__ 2008) [/reported by Trunk report May 8, 2011]
[all …]
/third_party/node/test/common/
Dreport.js1 /* eslint-disable node-core/require-common-first, node-core/required-modules */
13 // report.<date>.<time>.<pid>.<tid>.<seq>.json
14 const format = '^report\\.\\d+\\.\\d+\\.' + pid + '\\.\\d+\\.\\d+\\.json$';
28 const report = fs.readFileSync(filepath, 'utf8');
29 if (process.report.compact) {
30 const end = report.indexOf('\n');
31 assert.strictEqual(end, report.length - 1);
33 validateContent(JSON.parse(report), fields);
36 function validateContent(report, fields = []) { argument
37 if (typeof report === 'string') {
[all …]
/third_party/boost/libs/test/doc/test_output/
Dreport_format.qbk8 [section Report formats][#ref_report_formats]
10 [section:report_human_readable_format Human readable report format]
12 The human readable report format is designed to produce the most human friendly description of the
15 Depending on the framework's report level the output looks like this:
22 [ [no report]
23 [On this level the framework does not produce result report at all. It make sense
42 …[On this level we report result for each test units hierarchically (each test unit is reported as …
43 report. Test cases are reported like this:
51 …ppear. If test case does not have failing assertions corresponding line in the report is not shown.
53 Test suite in addition to above lines also report these:
[all …]
/third_party/unity/auto/
Dunity_test_summary.rb2 # Unity Project - A Test Framework for C
17 attr_reader :report, :total_tests, :failures, :ignored accessor in UnityTestSummary
21 @report = ''
50 @report += "\n"
51 @report += "--------------------------\n"
52 @report += "UNITY IGNORED TEST SUMMARY\n"
53 @report += "--------------------------\n"
54 @report += ignore_output.flatten.join("\n")
58 @report += "\n"
59 @report += "--------------------------\n"
[all …]
Dunity_test_summary.py3 # Unity Project - A Test Framework for C
15 self.report = ''
46 self.report += "\n"
47 self.report += "--------------------------\n"
48 self.report += "UNITY IGNORED TEST SUMMARY\n"
49 self.report += "--------------------------\n"
50 self.report += "\n".join(ignore_output)
53 self.report += "\n"
54 self.report += "--------------------------\n"
55 self.report += "UNITY FAILED TEST SUMMARY\n"
[all …]
/third_party/cJSON/tests/unity/auto/
Dunity_test_summary.rb2 # Unity Project - A Test Framework for C
17 attr_reader :report, :total_tests, :failures, :ignored accessor in UnityTestSummary
21 @report = ''
50 @report += "\n"
51 @report += "--------------------------\n"
52 @report += "UNITY IGNORED TEST SUMMARY\n"
53 @report += "--------------------------\n"
54 @report += ignore_output.flatten.join("\n")
58 @report += "\n"
59 @report += "--------------------------\n"
[all …]
Dunity_test_summary.py3 # Unity Project - A Test Framework for C
15 self.report = ''
46 self.report += "\n"
47 self.report += "--------------------------\n"
48 self.report += "UNITY IGNORED TEST SUMMARY\n"
49 self.report += "--------------------------\n"
50 self.report += "\n".join(ignore_output)
53 self.report += "\n"
54 self.report += "--------------------------\n"
55 self.report += "UNITY FAILED TEST SUMMARY\n"
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Drrm.c2 * wpa_supplicant - Radio Measurements
3 * Copyright (c) 2003-2016, Jouni Malinen <j@w1.fi>
25 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler()
27 "RRM: Unexpected neighbor report timeout"); in wpas_rrm_neighbor_rep_timeout_handler()
31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE"); in wpas_rrm_neighbor_rep_timeout_handler()
32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL); in wpas_rrm_neighbor_rep_timeout_handler()
34 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
35 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
40 * wpas_rrm_reset - Clear and reset all RRM data in wpa_supplicant
45 wpa_s->rrm.rrm_used = 0; in wpas_rrm_reset()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Drrm.c2 * wpa_supplicant - Radio Measurements
3 * Copyright (c) 2003-2016, Jouni Malinen <j@w1.fi>
25 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler()
27 "RRM: Unexpected neighbor report timeout"); in wpas_rrm_neighbor_rep_timeout_handler()
31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE"); in wpas_rrm_neighbor_rep_timeout_handler()
32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL); in wpas_rrm_neighbor_rep_timeout_handler()
34 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
35 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
40 * wpas_rrm_reset - Clear and reset all RRM data in wpa_supplicant
45 wpa_s->rrm.rrm_used = 0; in wpas_rrm_reset()
[all …]
/third_party/Linux_Kernel/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci9 virtual report
25 @fix1 depends on match1 && patch && !context && !org && !report@
30 - .owner = THIS_MODULE,
34 @fix1_i2c depends on match1 && patch && !context && !org && !report@
39 - .owner = THIS_MODULE,
56 @fix2 depends on match2 && patch && !context && !org && !report@
61 - .owner = THIS_MODULE,
65 @fix2_i2c depends on match2 && patch && !context && !org && !report@
70 - .owner = THIS_MODULE,
74 // ----------------------------------------------------------------------------
[all …]
/third_party/Linux_Kernel/include/linux/
Dhid.h3 * Copyright (c) 2000-2001 Vojtech Pavlik
4 * Copyright (c) 2006-2007 Jiri Kosina
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mail:
42 * values are expanded to 32-bit signed int, long items contain a pointer
63 * HID report item format
76 * HID report descriptor item type (prefix bit 2,3)
85 * HID report descriptor main item tags
95 * HID report descriptor main item contents
109 * HID report descriptor collection item types
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveParser.cpp3 // Use of this source code is governed by a BSD-style license that can be
61 if (token->type != pp::Token::IDENTIFIER) in getDirective()
64 if (token->text == kDirectiveDefine) in getDirective()
66 if (token->text == kDirectiveUndef) in getDirective()
68 if (token->text == kDirectiveIf) in getDirective()
70 if (token->text == kDirectiveIfdef) in getDirective()
72 if (token->text == kDirectiveIfndef) in getDirective()
74 if (token->text == kDirectiveElse) in getDirective()
76 if (token->text == kDirectiveElif) in getDirective()
78 if (token->text == kDirectiveEndif) in getDirective()
[all …]
/third_party/boost/boost/test/
Dresults_reporter.hpp36 /// @brief Results report formatter interface
38 /// This is abstract interface for the report formatter used by results reporter routines.
58 /// @name report configuration
63 /// There are only four possible levels for results report:
64 /// - confirmation report (boost::unit_test::CONFIRMATION_REPORT). This report level only produces …
66 /// - short report (boost::unit_test::SHORT_REPORT). This report level produces short summary repor…
68 /// - detailed report (boost::unit_test::DETAILED_REPORT). This report level produces detailed repo…
70 /// - no report (boost::unit_test::NO_REPORT). This report level produces no results report. This i…
72 /// @param[in] l report level
83 /// The framework implements two results report formats:
[all …]
/third_party/node/tools/node_modules/eslint/lib/rules/
Did-match.js2 * @fileoverview Rule to flag non-matching identifiers
8 //------------------------------------------------------------------------------
10 //------------------------------------------------------------------------------
20 url: "https://eslint.org/docs/rules/id-match"
52 //--------------------------------------------------------------------------
54 //--------------------------------------------------------------------------
63 //--------------------------------------------------------------------------
65 //--------------------------------------------------------------------------
104 * Verifies if we should report an error or not based on the effective
117 * @param {ASTNode} node The node to report.
[all …]
Dno-extra-parens.js7 //------------------------------------------------------------------------------
9 //------------------------------------------------------------------------------
11 const { isParenthesized: isParenthesizedRaw } = require("eslint-utils");
12 const astUtils = require("./utils/ast-utils.js");
22 url: "https://eslint.org/docs/rules/no-extra-parens"
51 ignoreJSX: { enum: ["none", "all", "single-line", "multi-line"] },
133 // Exclude this JSX element if it is multi-line element
134 case "multi-line":
137 // Exclude this JSX element if it is single-line element
138 case "single-line":
[all …]
/third_party/Linux_Kernel/
DREPORTING-BUGS5 versions. Those versions include the current "release candidate" (or -rc)
14 Alternatively, you can attempt to run one of the supported stable or -rc
16 to reproduce the bug on the latest -rc kernel.
19 How to report Linux kernel bugs
24 ----------------------------------
28 generic linux-kernel mailing list (LKML) may cause your bug report to be
38 ----------------------
41 bug report. Some maintainers prefer bugs to be reported via bugzilla
45 To find out where to send an emailed bug report, find your subsystem or
47 entries, and send your bug report to the person(s) listed in the "M:"
[all …]
/third_party/node/src/
Dnode_report.cc1 #include "env-inl.h"
4 #include "debug_utils-inl.h"
5 #include "diagnosticfilename-inl.h"
28 constexpr double SEC_PER_MICROS = 1e-6;
30 namespace report { namespace
83 // External function to trigger a report, writing to file.
92 // Determine the required report filename. In order of priority: in TriggerNodeReport()
101 report_filename = per_process::cli_options->report_filename; in TriggerNodeReport()
104 // File name was supplied via start-up option. in TriggerNodeReport()
107 filename = *DiagnosticFilename(env != nullptr ? env->thread_id() : 0, in TriggerNodeReport()
[all …]
/third_party/node/tools/node_modules/eslint/lib/linter/
Dreport-translator.js2 …* @fileoverview A helper that translates context.report() calls from the rule API into generic pro…
8 //------------------------------------------------------------------------------
10 //------------------------------------------------------------------------------
13 const ruleFixer = require("./rule-fixer");
16 //------------------------------------------------------------------------------
18 //------------------------------------------------------------------------------
33 * Information about the report
49 //------------------------------------------------------------------------------
51 //------------------------------------------------------------------------------
55 * Translates a multi-argument context.report() call into a single object argument call
[all …]

12345678910>>...43