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:parse_gn_list
(Results
1 - 6
of
6
) sorted by relevance
/build/scripts/
H
A
D
copy_ex.py
138
build_utils.
parse_gn_list
(f) for f in options.files))
159
build_utils.
parse_gn_list
(f) for f in options.renaming_sources))
163
build_utils.
parse_gn_list
(f)
H
A
D
merge_profile.py
39
options.resources_dir = build_utils.
parse_gn_list
(options.resources_dir)
H
A
D
build_js_assets.py
58
options.js_assets_dir = build_utils.
parse_gn_list
(options.js_assets_dir)
59
options.ets_assets_dir = build_utils.
parse_gn_list
(options.ets_assets_dir)
60
options.js_forms_dir = build_utils.
parse_gn_list
(options.js_forms_dir)
61
options.testrunner_dir = build_utils.
parse_gn_list
(options.testrunner_dir)
H
A
D
compile_resources.py
42
options.resources_dir = build_utils.
parse_gn_list
(options.resources_dir)
H
A
D
hapbuilder.py
195
options.assets = build_utils.
parse_gn_list
(options.assets)
/build/scripts/util/
H
A
D
build_utils.py
89
def
parse_gn_list
(gn_string):
function
112
ret.extend(
parse_gn_list
(arg))
663
# This should match
parse_gn_list
. The output is either a GN-formatted list
Completed in 4 milliseconds