Searched refs:violations (Results 1 – 25 of 78) sorted by relevance
1234
/third_party/skia/buildtools/checkdeps/ |
D | results.py | 36 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/ |
D | vkAllocationCallbackUtil.cpp | 325 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 …]
|
D | vkAllocationCallbackUtil.hpp | 218 std::vector<AllocationCallbackViolation> violations; member
|
/third_party/node/test/async-hooks/ |
D | init-hooks.js | 71 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/ |
D | computedPropertyNames30_ES6.types | 15 …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.
|
D | computedPropertyNames30_ES5.types | 15 …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.
|
D | computedPropertyNames30_ES5.errors.txt | 14 //treatment of other similar violations.
|
D | computedPropertyNames30_ES6.errors.txt | 14 //treatment of other similar violations.
|
D | computedPropertyNames30_ES6.symbols | 19 //treatment of other similar violations.
|
D | computedPropertyNames30_ES5.symbols | 19 //treatment of other similar violations.
|
/third_party/ltp/scripts/coccinelle/ |
D | libltp-test-macro-vars.cocci | 4 // Find violations of LTP-002
|
D | libltp-test-macro.cocci | 4 // Find and fix violations of rule LTP-002
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/ |
D | README.angle | 26 violations when ANGLE code is mixed with Chromium code.
|
/third_party/selinux/secilc/test/ |
D | neverallow.cil | 76 ;; Should not call these violations
|
/third_party/node/deps/v8/tools/ |
D | v8_presubmit.py | 617 violations = 0 624 violations += 1 627 print("Total violating files: %s" % violations)
|
/third_party/python/Doc/c-api/ |
D | concrete.rst | 22 access violations and immediate termination of the interpreter.
|
/third_party/json/docs/mkdocs/docs/api/macros/ |
D | json_diagnostics.md | 29 …One Definition Rule (ODR) violations, as the value of this macro is encoded in the namespace, resu…
|
/third_party/rust/crates/rustix/ |
D | SECURITY.md | 17 * Make a good faith effort to avoid privacy violations, destruction of data, and interruption or …
|
/third_party/rust/crates/minimal-lexical/ |
D | CODE_OF_CONDUCT.md | 42 …* 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/ |
D | FAQ.md | 78 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/ |
D | regexp-split.tq | 29 // violations (see https://crbug.com/801171).
|
/third_party/ffmpeg/doc/ |
D | issue_tracker.txt | 12 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/ |
D | EGL_NV_n_buffer.txt | 154 - Corrected line length violations.
|
/third_party/vk-gl-cts/external/amber/src/ |
D | CODE_OF_CONDUCT.md | 74 receive and address reported violations of the code of conduct. They will then
|
/third_party/skia/third_party/externals/tint/ |
D | CODE_OF_CONDUCT.md | 74 receive and address reported violations of the code of conduct. They will then
|
1234