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:virtualMachine
(Results
1 - 4
of
4
) sorted by relevance
/developtools/packing_tool/adapter/ohos/
H
A
D
Distro.java
44
* Indicates the
virtualMachine
of Distro.
46
public String
virtualMachine
= "default";
field in Distro
H
A
D
ModuleInfo.java
96
* Indicates the
virtualMachine
of ModuleInfo.
98
public String
virtualMachine
= DEFAULT;
field in ModuleInfo
H
A
D
ModuleAdaption.java
140
hapInfo.distro.
virtualMachine
= moduleInfo.
virtualMachine
;
in convertToHapInfo()
H
A
D
JsonUtil.java
107
private static final String VIRTUAL_MACHINE = "
virtualMachine
";
761
if (distroObj.containsKey("
virtualMachine
")) {
in getDistro()
762
distro.
virtualMachine
= getJsonString(distroObj, "
virtualMachine
");
in getDistro()
764
distro.
virtualMachine
= "default";
in getDistro()
1090
moduleInfo.
virtualMachine
= getJsonString(moduleJson, VIRTUAL_MACHINE, DEFAULT);
in parseModuleHapInfo()
Completed in 7 milliseconds