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:ExternSyncEntry
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H
A
D
attributes.py
83
class
ExternSyncEntry
:
class
91
self.entirely_extern_sync = (val in (
ExternSyncEntry
.TRUE_STRING,
ExternSyncEntry
.TRUE_WITH_CHILDREN_STRING))
92
self.children_extern_sync = (val ==
ExternSyncEntry
.TRUE_WITH_CHILDREN_STRING)
105
"""Get a list of
ExternSyncEntry
."""
109
return [
ExternSyncEntry
(elt) for elt in sync_str.split(',')]
113
return 'spec_tools.attributes.
ExternSyncEntry
("{}")'.format(self.full_reference)
H
A
D
consistency_tools.py
17
from .attributes import
ExternSyncEntry
, LengthEntry
namespace
278
externsyncs =
ExternSyncEntry
.parse_externsync_from_param(param)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H
A
D
hostsyncgenerator.py
8
from spec_tools.attributes import
ExternSyncEntry
namespace
101
externsyncattribs =
ExternSyncEntry
.parse_externsync_from_param(param)
H
A
D
spirvcapgenerator.py
8
from spec_tools.attributes import
ExternSyncEntry
namespace
H
A
D
formatsgenerator.py
8
from spec_tools.attributes import
ExternSyncEntry
namespace
H
A
D
validitygenerator.py
14
from spec_tools.attributes import
ExternSyncEntry
, LengthEntry
namespace
1321
externsyncattribs =
ExternSyncEntry
.parse_externsync_from_param(
Completed in 5 milliseconds