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:json5
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_frontend/test/scripts/sdk_test/
H
A
D
options.py
27
import
json5
namespace
162
profile_file = os.path.join(task_path, 'build-profile.
json5
')
164
profile_data =
json5
.load(file)
H
A
D
execution.py
33
import
json5
namespace
239
oh_package_json_path = os.path.join(task.path, *task.hap_module_path, 'oh-package.
json5
')
243
json_data =
json5
.load(json_file)
532
# modify build-profile.
json5
533
profile_file = os.path.join(task.path, 'build-profile.
json5
')
538
profile_data =
json5
.load(file)
546
json5
.dump(profile_data, file)
548
# modify module.
json5
for stage mode
550
config_file = os.path.join(config_file_dir, 'module.
json5
')
555
config_data =
json5
[all...]
/arkcompiler/ets_frontend/test/scripts/performance_test/
H
A
D
performance_build.py
26
import
json5
namespace
173
event_obj =
json5
.load(report)['events']
Completed in 3 milliseconds