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:ckr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H
A
D
test_check_spec_links.py
29
self.
ckr
= makeMacroChecker(set())
34
self.
ckr
.enabled_messages = set(enabled_messages)
44
f = self.
ckr
.processString(string + '\n')
52
def
ckr
(capsys):
function
53
"""Fixture - add an arg named
ckr
to your test function to automatically get one passed to you."""
85
def test_missing_macro(
ckr
):
87
ckr
.enabled([MessageId.MISSING_MACRO])
90
assert(
ckr
.check('with %s by' % PROTO).numDiagnostics() == 1)
94
assert(not
ckr
.check('<<%s' % PROTO).messages)
96
assert(not
ckr
[all...]
H
A
D
test_check_spec_links_api_specific.py
22
def
ckr
(capsys):
function
23
"""Fixture - add an arg named
ckr
to your test function to automatically get one passed to you."""
27
def test_vulkan_refpage_mismatch(
ckr
):
29
ckr
.enabled([MessageId.REFPAGE_MISMATCH])
31
assert(
ckr
.check(
35
assert(
ckr
.check(
41
assert(
ckr
.check(
47
def test_vulkan_refpage_missing(
ckr
):
49
ckr
.enabled([MessageId.REFPAGE_MISSING])
52
assert(
ckr
[all...]
H
A
D
xml_consistency.py
806
ckr
= Checker(args)
variable in Checker
807
ckr
.check()
809
if
ckr
.fail:
Completed in 2 milliseconds