Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:violations
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/buildtools/checkdeps/
H
A
D
results.py
31
# self.
violations
.
36
self.
violations
= []
40
self.
violations
.append(violation)
44
return not not self.
violations
80
for violation in dependee_status.
violations
:
116
'
violations
': [{
119
} for violation in dependee_status.
violations
]
146
self.
violations
= set()
149
for violation in dependee_status.
violations
:
150
self.
violations
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
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::REASON_INVALID_ALLOCATION_SCOPE));
in validateAllocationCallbacks()
392
results->
violations
.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_INVALID_ALIGNMENT));
in validateAllocationCallbacks()
438
results->
violations
.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_DIFFERENT_ALIGNMENT));
in validateAllocationCallbacks()
444
results->
violations
.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_FREED_PTR));
in validateAllocationCallbacks()
489
results->
violations
.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_NOT_ALLOCATED_PTR));
in validateAllocationCallbacks()
522
results->
violations
.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_DOUBLE_FREE));
in validateAllocationCallbacks()
525
results->
violations
.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_FREE_NOT_ALLOCATED_PTR));
in validateAllocationCallbacks()
543
results->
violations
in validateAllocationCallbacks()
[all...]
H
A
D
vkAllocationCallbackUtil.hpp
218
std::vector<AllocationCallbackViolation>
violations
;
member
/third_party/node/test/async-hooks/
H
A
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/node/deps/v8/tools/
H
A
D
v8_presubmit.py
617
violations
= 0
624
violations
+= 1
627
print("Total violating files: %s" %
violations
)
/third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/
H
A
D
index.js
206
: `Could not download ${pckg} due to policy
violations
:\n${polMsg}`
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryAllocationTests.cpp
617
TCU_CHECK(validateRes.
violations
.empty());
in iterate()
H
A
D
vktMemoryMappingTests.cpp
341
TCU_CHECK(validateRes.
violations
.empty());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H
A
D
vktMemoryAllocationTests.cpp
613
TCU_CHECK(validateRes.
violations
.empty());
in iterate()
H
A
D
vktMemoryMappingTests.cpp
302
TCU_CHECK(validateRes.
violations
.empty());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiObjectManagementTests.cpp
389
TCU_CHECK(validationResults.
violations
.empty());
in getCurrentSystemMemoryUsage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiObjectManagementTests.cpp
389
TCU_CHECK(validationResults.
violations
.empty());
in getCurrentSystemMemoryUsage()
Completed in 20 milliseconds