Home
last modified time | relevance | path

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

12345

/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 …]
/third_party/typescript/tests/baselines/reference/
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_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.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/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/boost/tools/inspect/doc/
Dinspect.qbk10 Boost guideline violations.
38 …s common errors or [@http://www.boost.org/more/lib_guide.htm guideline violations] to creep into t…
125 [Checks for violations of the Boost min/max quidelines.] ]
/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/grpc/examples/python/errors/
Dserver.py33 error_details_pb2.QuotaFailure(violations=[
/third_party/boost/libs/type_traits/doc/
Dis_complete.qbk17 is accidentally instantiated on an incomplete type. Any other use case will cause ODR violations a…
/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/flutter/skia/third_party/externals/angle2/src/common/third_party/base/
DREADME.angle26 violations when ANGLE code is mixed with Chromium code.
/third_party/boost/libs/beast/doc/qbk/03_core/
D8_conf_macros.qbk17 failure to do so may result in violations of ODR (One Definition Rule).
/third_party/boost/libs/container_hash/doc/
Ddisable.qbk27 violations.
/third_party/selinux/secilc/test/
Dneverallow.cil76 ;; Should not call these violations
/third_party/python/Doc/c-api/
Dconcrete.rst22 access violations and immediate termination of the interpreter.
/third_party/abseil-cpp/
DFAQ.md75 violations sometimes result in linker errors, but linkers do not always catch
76 violations. Uncaught ODR violations can result in strange runtime behaviors or
/third_party/boost/libs/log/example/native_syslog/
DJamfile.v230 …<toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost co…
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Dfunction.hpp.txt25 /// units to avoid possible One-Definition-Rule(ODR) violations.
/third_party/boost/libs/log/example/syslog/
DJamfile.v230 …<toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost co…
/third_party/boost/libs/log/example/advanced_usage/
DJamfile.v230 …<toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost co…

12345