Home
last modified time | relevance | path

Searched refs:violations (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/buildtools/checkdeps/
Dresults.py36 self.violations = []
40 self.violations.append(violation)
44 return not not self.violations
80 for violation in dependee_status.violations:
119 } for violation in dependee_status.violations]
146 self.violations = set()
149 for violation in dependee_status.violations:
150 self.violations.add(violation.include_path)
153 return [' "!%s",' % path for path in sorted(self.violations)]
172 self.count += len(dependee_status.violations)
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp325 violations.clear(); in clear()
367 DE_ASSERT(results->liveAllocations.empty() && results->violations.empty()); in validateAllocationCallbacks()
384 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
392 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
438 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
444 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
489 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
522 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
525 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
543 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
[all …]
DvkAllocationCallbackUtil.hpp218 std::vector<AllocationCallbackViolation> violations; member
/third_party/node/test/async-hooks/
Dinit-hooks.js71 const violations = [];
74 function v(msg) { violations.push(msg); }
121 if (violations.length) {
122 console.error(violations.join('\n\n') + '\n');
123 assert.fail(`${violations.length} failed sanity checks`);
/third_party/typescript/tests/baselines/reference/
DcomputedPropertyNames30_ES6.types15 …ng this is consistent with //treatment of other similar violations. …
19 …ng this is consistent with //treatment of other similar violations. …
23 //treatment of other similar violations.
DcomputedPropertyNames30_ES5.types15 …ng this is consistent with //treatment of other similar violations. …
19 …ng this is consistent with //treatment of other similar violations. …
23 //treatment of other similar violations.
DcomputedPropertyNames30_ES5.errors.txt14 //treatment of other similar violations.
DcomputedPropertyNames30_ES6.errors.txt14 //treatment of other similar violations.
DcomputedPropertyNames30_ES6.symbols19 //treatment of other similar violations.
DcomputedPropertyNames30_ES5.symbols19 //treatment of other similar violations.
/third_party/ltp/scripts/coccinelle/
Dlibltp-test-macro-vars.cocci4 // Find violations of LTP-002
Dlibltp-test-macro.cocci4 // Find and fix violations of rule LTP-002
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/
DREADME.angle26 violations when ANGLE code is mixed with Chromium code.
/third_party/selinux/secilc/test/
Dneverallow.cil76 ;; Should not call these violations
/third_party/node/deps/v8/tools/
Dv8_presubmit.py617 violations = 0
624 violations += 1
627 print("Total violating files: %s" % violations)
/third_party/python/Doc/c-api/
Dconcrete.rst22 access violations and immediate termination of the interpreter.
/third_party/json/docs/mkdocs/docs/api/macros/
Djson_diagnostics.md29 …One Definition Rule (ODR) violations, as the value of this macro is encoded in the namespace, resu…
/third_party/rust/crates/rustix/
DSECURITY.md17 * Make a good faith effort to avoid privacy violations, destruction of data, and interruption or …
/third_party/rust/crates/minimal-lexical/
DCODE_OF_CONDUCT.md42 …* Any attempt to present "reverse-ism" versions of the above as violations. Examples of reverse-is…
52 Depending on the violation, the maintainers may decide that violations of this code of conduct that…
58 Enforcement of those guidelines after violations overlapping with the above are the responsibility …
/third_party/skia/third_party/externals/abseil-cpp/
DFAQ.md78 violations sometimes result in linker errors, but linkers do not always catch
79 violations. Uncaught ODR violations can result in strange runtime behaviors or
/third_party/node/deps/v8/src/builtins/
Dregexp-split.tq29 // violations (see https://crbug.com/801171).
/third_party/ffmpeg/doc/
Dissue_tracker.txt12 bug reports, feature requests and license violations. We
43 Ticket to keep track of (L)GPL violations of ffmpeg by others.
/third_party/EGL/extensions/NV/
DEGL_NV_n_buffer.txt154 - Corrected line length violations.
/third_party/vk-gl-cts/external/amber/src/
DCODE_OF_CONDUCT.md74 receive and address reported violations of the code of conduct. They will then
/third_party/skia/third_party/externals/tint/
DCODE_OF_CONDUCT.md74 receive and address reported violations of the code of conduct. They will then

1234