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:api_version
(Results
1 - 5
of
5
) sorted by relevance
/build/ohos/sdk/
H
A
D
generate_all_types_sdk.py
108
"$root_out_dir/{{ sdk_class }}-current-sdk/$os/$
api_version
/{{ sdk_type }}/oh-uni-package.json"
111
"$root_out_dir/{{ sdk_class }}-current-sdk/$os/$
api_version
/{{ sdk_type }}/uni-package.json"
119
apiVersion = "{{
api_version
}}"
157
api_version
=options.
api_version
,
variable
/build/build_scripts/
H
A
D
build.sh
197
api_version
=$(grep apiVersion toolchains/oh-uni-package.json | awk '{print $2}' | sed -r 's/\",?//g') ||
api_version
="11"
198
mkdir -p $
api_version
200
if [ -d "$i" ] && [ "$i" != "$
api_version
/" ]; then
201
mv $i $
api_version
/build/scripts/
H
A
D
merge_profile.py
56
if str(all_data.get('app').get('targetAPIVersion')) == options.
api_version
:
H
A
D
download_sdk.py
87
sdk_unzip_dir = os.path.join(sdk_zip_file_dir, args.
api_version
)
/build/hb/util/preloader/
H
A
D
preloader_process_data.py
123
api_version
= self._config.get('
api_version
')
124
if
api_version
is None:
125
api_version
= 0
129
self._syscap_info = {'product': product_name, '
api_version
':
api_version
,
Completed in 3 milliseconds