Home
last modified time | relevance | path

Searched refs:reported (Results 1 – 25 of 1057) sorted by relevance

12345678910>>...43

/third_party/libabigail/tests/data/test-abidiff/
Dtest-PR18791-report0.txt48 unqualified underlying type 'struct sigc::connection' changed, as reported earlier
52 pointed to type 'struct sigc::connection' changed, as reported earlier
55 unqualified underlying type 'struct sigc::connection' changed, as reported earlier
59 pointed to type 'struct sigc::connection' changed, as reported earlier
63 pointed to type 'struct sigc::connection' changed, as reported earlier
65 referenced type 'class sigc::slot_base' changed, as reported earlier
69 pointed to type 'struct sigc::connection' changed, as reported earlier
74 unqualified underlying type 'struct sigc::connection' changed, as reported earlier
78 pointed to type 'struct sigc::connection' changed, as reported earlier
82 referenced type 'struct sigc::connection' changed, as reported earlier
[all …]
Dtest-struct1-report.txt9 pointed to type 'class s0' changed, as being reported
21 unqualified underlying type 'class s0' changed, as reported earlier
24 unqualified underlying type 'class s0' changed, as reported earlier
26 referenced type 'class s0' changed, as reported earlier
28 pointed to type 'class s0' changed, as reported earlier
Dtest-qual-type0-report.txt7 unqualified underlying type 'class S0' changed, as reported earlier
10 unqualified underlying type 'class S0' changed, as reported earlier
15 unqualified underlying type 'class S0' changed, as reported earlier
/third_party/node/test/parallel/
Dtest-runner-v8-deserializer.mjs26 let reported; variable
28 reported = [];
30 fileTest.reporter.on('data', (data) => reported.push(data));
39 return reported;
43 const reported = await collectReported([]);
44 assert.deepStrictEqual(reported, []);
48 const reported = await collectReported([Buffer.from('unknown')]);
49 assert.deepStrictEqual(reported, [
55 const reported = await collectReported(chunks);
56 assert.deepStrictEqual(reported, [
[all …]
/third_party/libabigail/tests/data/test-diff-dwarf/
DPR25058-liblttng-ctl-report-1.txt97 pointed to type 'struct lttng_action' changed, as being reported
106 pointed to type 'struct lttng_action' changed, as being reported
115 pointed to type 'struct lttng_action' changed, as being reported
119 pointed to type 'struct lttng_action' changed, as reported earlier
123 pointed to type 'struct lttng_action' changed, as reported earlier
153 … unqualified underlying type 'struct lttng_condition' changed, as being reported
163 … unqualified underlying type 'struct lttng_condition' changed, as being reported
173 … unqualified underlying type 'struct lttng_condition' changed, as being reported
176 … unqualified underlying type 'struct lttng_condition' changed, as being reported
181 pointed to type 'struct lttng_condition' changed, as being reported
[all …]
Dtest30-vtable-changes-report-0.txt20 pointed to type 'struct S' changed, as being reported
23 pointed to type 'struct S' changed, as being reported
26 pointed to type 'struct S' changed, as being reported
29 pointed to type 'struct S' changed, as being reported
34 pointed to type 'struct S' changed, as being reported
40 pointed to type 'struct S' changed, as reported earlier
44 pointed to type 'struct S' changed, as reported earlier
48 pointed to type 'struct S' changed, as reported earlier
Dtest41-PR20476-hidden-report-0.txt15 pointed to type 'class Interface' changed, as being reported
18 pointed to type 'class Interface' changed, as being reported
21 pointed to type 'class Interface' changed, as being reported
24 pointed to type 'class Interface' changed, as being reported
29 pointed to type 'class Interface' changed, as being reported
33 pointed to type 'class Interface' changed, as reported earlier
37 pointed to type 'class Interface' changed, as reported earlier
Dtest29-vtable-changes-report-0.txt20 pointed to type 'struct S' changed, as being reported
23 pointed to type 'struct S' changed, as being reported
26 pointed to type 'struct S' changed, as being reported
29 pointed to type 'struct S' changed, as being reported
33 pointed to type 'struct S' changed, as reported earlier
37 pointed to type 'struct S' changed, as reported earlier
Dtest31-vtable-changes-report-0.txt22 pointed to type 'struct S' changed, as being reported
25 pointed to type 'struct S' changed, as being reported
28 pointed to type 'struct S' changed, as being reported
33 pointed to type 'struct S' changed, as being reported
37 pointed to type 'struct S' changed, as reported earlier
41 pointed to type 'struct S' changed, as reported earlier
Dtest36-ppc64-aliases-report-0.txt15 pointed to type 'struct S' changed, as reported earlier
19 pointed to type 'struct S' changed, as reported earlier
23 referenced type 'struct S' changed, as reported earlier
/third_party/libabigail/tests/data/test-diff-pkg/
Dspice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt42 … underlying type 'struct QXLInstance' changed, as being reported
47 … underlying type 'struct QXLInstance' changed, as being reported
52 … underlying type 'struct QXLInstance' changed, as being reported
57 … underlying type 'struct QXLInstance' changed, as being reported
62 … underlying type 'struct QXLInstance' changed, as being reported
67 … underlying type 'struct QXLInstance' changed, as being reported
72 … underlying type 'struct QXLInstance' changed, as being reported
77 … underlying type 'struct QXLInstance' changed, as being reported
82 … underlying type 'struct QXLInstance' changed, as being reported
87 … underlying type 'struct QXLInstance' changed, as being reported
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fImplementationLimitTests.cpp51 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare() argument
122 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare() argument
124 return !min.value || (min.value && reported.value); in compare()
128 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() argument
131 return reported.value <= min.value; in compare()
135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare() argument
137 return reported.min <= min.min && min.max <= reported.max; in compare()
/third_party/jerryscript/tools/vera++/scripts/rules/
Djerry_no_consecutive_empty_lines.tcl22 set reported false
26 if {$emptyCount > $maxEmptyLines && $reported == "false"} {
28 set reported true
32 set reported false
/third_party/node/lib/internal/test_runner/reporter/
Dspec.js41 #reported = []; field in SpecReporter
105 ArrayPrototypeUnshift(this.#reported, msg);
109 …if (this.#reported[0] && this.#reported[0].nesting === data.nesting && this.#reported[0].name === …
110 ArrayPrototypeShift(this.#reported);
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fImplementationLimitTests.cpp60 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare() argument
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare() argument
163 return !min.value || (min.value && reported.value); in compare()
167 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() argument
170 return reported.value <= min.value; in compare()
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare() argument
176 return reported.min <= min.min && min.max <= reported.max; in compare()
180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported) in compare() argument
183 return reported.value <= min.value; in compare()
/third_party/libabigail/tests/data/test-diff-filter/
Dtest28-redundant-and-filtered-children-nodes-report-1.txt15 referenced type 'class s' changed, as reported earlier
20 pointed to type 'class s' changed, as reported earlier
23 unqualified underlying type 'class s' changed, as reported earlier
27 pointed to type 'class s' changed, as reported earlier
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_device_address_binding_report.adoc30 region of the GPU virtual address space that was previously reported as
66 These should be reported via multiple calls to the reporting callback.
69 such as memory pools be reported?
72 should only be reported when they become associated with a specific Vulkan
74 In the case of internal pool allocations, a bind event should be reported
76 event should be reported when those resources are returned to the pool.
85 Virtual address range binding should be reported at the appropriate point at
95 object should be reported as close as possible to where they occur within
Dvulkanscdeviations.adoc184 |Note |This is reported for every `char` and `float` variable used in the
196 |Note |This is reported for any unused type definitions.
205 |Note |This is reported for each instance of
222 |Note |This is reported for every unused macro defined in the header.
232 |Note |This is reported for identifiers with names that do not differ in
247 |Note |This is reported for many code:typedef statements with long
259 |Note |This is reported for macros with names that do not differ in the
274 |Note |This is reported for every API entry point declaration, and the
284 |Note |This is reported on the slink:VkClearColorValue,
295 |Note |This is reported because the entire Vulkan SC API definition is
[all …]
/third_party/lz4/
DNEWS12 cli : fix: support skippable frames when passed via `stdin`, reported by @davidmankin
59 …tions were reading a few bytes beyond input size (introduced in v1.9.0, reported by @ppodolsky and…
60 api : fix : lz4frame initializers compatibility with c++, reported by @degski
101 perf : fix bad degenerative case, reported by @c-morgenstern
102 …failed when using a combination of extDict + low memory address (#397), reported and fixed by Juli…
107 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
109 install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore)
112 cli : fix : do not modify /dev/null permissions, reported by @Maokaman1
118 API : fix : expose obsolete decoding functions, reported by Chen Yufei
128 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
[all …]
/third_party/curl/docs/
DBUG-BOUNTY.md12 After you have reported a security issue, it has been deemed credible, and a
19 The curl project offers monetary compensation for reported and published
34 that has not already been reported can ask for a bounty.
58 The curl security team is the sole arbiter if a reported flaw is subject to a
63 The grading of each reported vulnerability that makes a reward claim will be
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_external_objects_fuchsia.txt48 If the GL_ANGLE_memory_object_fuchsia string is reported, the following
56 If the GL_ANGLE_semaphore_fuchsia string is reported, the following commands
66 If the GL_ANGLE_memory_object_fuchsia string is reported, the following
73 If the GL_ANGLE_semaphore_fuchsia string is reported, the following
/third_party/typescript/tests/baselines/reference/
DclassExpressionExtendingAbstractClass.types9 var C = class extends A { // no error reported!
11 >class extends A { // no error reported!} : typeof C
/third_party/node/lib/internal/main/
Dwatch_mode.js83 let reported = false;
86 reported = true;
91 if (reported) {
/third_party/node/test/fixtures/test-runner/output/
Darbitrary-output.js9 const reported = v8_reporter([
13 for await (const chunk of reported) {
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dminimal-http-server-eventlib-foreign.c31 int lifetime = 5, reported; variable
176 if (sequence == TEST_STATE_EXIT && !context && !reported) { in foreign_timer_service()
182 reported = 1; in foreign_timer_service()

12345678910>>...43