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:default_env
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ninja/misc/
H
A
D
output_test.py
15
default_env
= dict(os.environ)
variable
16
default_env
.pop('NINJA_STATUS', None)
17
default_env
.pop('CLICOLOR_FORCE', None)
18
default_env
['TERM'] = ''
21
def run(build_ninja, flags='', pipe=False, env=
default_env
):
105
env =
default_env
.copy()
141
env=
default_env
,
/third_party/skia/infra/bots/recipe_modules/vars/
H
A
D
api.py
35
self.
default_env
= self.m.context.env
36
self.
default_env
['CHROME_HEADLESS'] = '1'
37
self.
default_env
['PATH'] = self.m.path.pathsep.join([
38
self.
default_env
.get('PATH', '%(PATH)s'),
/third_party/musl/src/fenv/m68k/
H
A
D
fenv.c
71
static const fenv_t
default_env
= { 0 };
in fesetenv()
local
73
envp = &
default_env
;
in fesetenv()
/third_party/skia/infra/bots/recipes/
H
A
D
infra.py
41
for k, v in api.vars.
default_env
.items():
44
# This works because the value for PATH in go_env and
default_env
includes
/third_party/skia/infra/bots/recipe_modules/run/
H
A
D
api.py
73
with self.m.env(self.m.vars.
default_env
):
Completed in 2 milliseconds