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:metaCondition
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/scripts/
H
A
D
gen_framework.py
3200
metaCondition
= ''
variable in writeMandatoryFeatures.StructFoundContinue
3205
metaCondition
= 'defined(CTS_USES_' + mandatoryVariant.upper() + ')'
variable in writeMandatoryFeatures.StructFoundContinue
3206
stream.append('#if ' +
metaCondition
)
3240
if len(
metaCondition
) > 0:
3241
stream.append('#endif // ' +
metaCondition
)
3254
metaCondition
= ''
variable in writeMandatoryFeatures.StructFoundContinue
3257
metaCondition
=
metaCondition
+ ' || defined(CTS_USES_' + v[3][0].upper() + ')'
variable in writeMandatoryFeatures.StructFoundContinue
3258
stream.extend(['#if ' +
metaCondition
[4:]])
3292
if
metaCondition
!
3299
metaCondition
= ''
global()
variable in writeMandatoryFeatures.StructFoundContinue
3301
metaCondition
=
metaCondition
+ ' || defined(CTS_USES_' + mandatory_variant[0].upper() + ')'
global()
variable in writeMandatoryFeatures.StructFoundContinue
[all...]
H
A
D
gen_framework_sc.py
2814
metaCondition
= ''
2816
metaCondition
=
metaCondition
+ ' || defined(CTS_USES_' + v[1][0].upper() + ')'
2817
stream.extend(['#if ' +
metaCondition
[4:]])
2844
if
metaCondition
!= '':
2845
stream.extend(['#endif // ' +
metaCondition
[4:],
2859
metaCondition
= ''
2862
metaCondition
=
metaCondition
+ ' || defined(CTS_USES_' + v[3][0].upper() + ')'
2863
stream.extend(['#if ' +
metaCondition
[
[all...]
H
A
D
ohos_gen_framework.py
2848
metaCondition
= ''
variable in writeMandatoryFeatures.StructFoundContinue
2853
metaCondition
= 'defined(CTS_USES_' + mandatoryVariant.upper() + ')'
variable in writeMandatoryFeatures.StructFoundContinue
2854
stream.append('#if ' +
metaCondition
)
2889
if len(
metaCondition
) > 0:
2890
stream.append('#endif // ' +
metaCondition
)
2903
metaCondition
= ''
variable in writeMandatoryFeatures.StructFoundContinue
2906
metaCondition
=
metaCondition
+ ' || defined(CTS_USES_' + v[3][0].upper() + ')'
variable in writeMandatoryFeatures.StructFoundContinue
2907
stream.extend(['#if ' +
metaCondition
[4:]])
2941
if
metaCondition
!
[all...]
Completed in 13 milliseconds