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:additional_env
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H
A
D
retrace_restricted_traces.py
171
additional_env
= {
178
additional_env
['ANGLE_CAPTURE_VALIDATION'] = '1'
181
additional_env
['ANGLE_FEATURE_OVERRIDES_ENABLED'] = 'forceInitShaderOutputVariables'
183
additional_env
['ANGLE_CAPTURE_VALIDATION_EXPR'] = args.validation_expr
185
env = {**os.environ.copy(), **
additional_env
}
201
(' '.join(run_args), str(
additional_env
)))
/third_party/vulkan-loader/loader/
H
A
D
loader.c
2943
char *
additional_env
= NULL;
in read_data_files_in_search_paths()
local
3057
additional_env
= loader_secure_getenv(VK_ADDITIONAL_DRIVER_FILES_ENV_VAR, inst);
in read_data_files_in_search_paths()
3072
additional_env
= loader_secure_getenv(VK_ADDITIONAL_LAYER_PATH_ENV_VAR, inst);
in read_data_files_in_search_paths()
3105
if (NULL !=
additional_env
) {
in read_data_files_in_search_paths()
3106
search_path_size += determine_data_file_path_size(
additional_env
, 0) + 2;
in read_data_files_in_search_paths()
3169
if (NULL !=
additional_env
) {
3170
copy_data_file_info(
additional_env
, NULL, 0, &cur_path_ptr);
3316
loader_free_getenv(
additional_env
, inst);
Completed in 10 milliseconds