Searched refs:violations (Results 1 – 25 of 105) sorted by relevance
12345
/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 …]
|
/third_party/typescript/tests/baselines/reference/ |
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_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.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/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/boost/tools/inspect/doc/ |
D | inspect.qbk | 10 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/ |
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/grpc/examples/python/errors/ |
D | server.py | 33 error_details_pb2.QuotaFailure(violations=[
|
/third_party/boost/libs/type_traits/doc/ |
D | is_complete.qbk | 17 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/ |
D | README.angle | 26 violations when ANGLE code is mixed with Chromium code.
|
/third_party/flutter/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/boost/libs/beast/doc/qbk/03_core/ |
D | 8_conf_macros.qbk | 17 failure to do so may result in violations of ODR (One Definition Rule).
|
/third_party/boost/libs/container_hash/doc/ |
D | disable.qbk | 27 violations.
|
/third_party/selinux/secilc/test/ |
D | neverallow.cil | 76 ;; Should not call these violations
|
/third_party/python/Doc/c-api/ |
D | concrete.rst | 22 access violations and immediate termination of the interpreter.
|
/third_party/abseil-cpp/ |
D | FAQ.md | 75 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/ |
D | Jamfile.v2 | 30 …<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/ |
D | function.hpp.txt | 25 /// units to avoid possible One-Definition-Rule(ODR) violations.
|
/third_party/boost/libs/log/example/syslog/ |
D | Jamfile.v2 | 30 …<toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost co…
|
/third_party/boost/libs/log/example/advanced_usage/ |
D | Jamfile.v2 | 30 …<toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost co…
|
12345