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:runtimeOS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/ports/
H
A
D
SkFontMgr_win_dw_factory.cpp
15
std::string SkFontMgr::
runtimeOS
= "OHOS";
member in SkFontMgr
21
if (SkFontMgr::
runtimeOS
== "OHOS") {
in Factory()
24
if (SkFontMgr::
runtimeOS
== "OHOS_Container") {
in Factory()
H
A
D
SkFontMgr_mac_ct_factory.cpp
15
std::string SkFontMgr::
runtimeOS
= "OHOS";
member in SkFontMgr
22
if (SkFontMgr::
runtimeOS
== "OHOS") {
in Factory()
25
if (SkFontMgr::
runtimeOS
== "OHOS_Container") {
in Factory()
H
A
D
SkFontMgr_custom_directory_factory.cpp
21
std::string SkFontMgr::
runtimeOS
= "OHOS";
member in SkFontMgr
25
if (SkFontMgr::
runtimeOS
== "OHOS") {
in Factory()
/third_party/typescript/tests/verify_3rd_libs/
H
A
D
verify_3rd_libs.py
45
runtimeOS
= "OpenHarmony"
46
if '
runtimeOS
' in content['app']['products'][0]:
47
runtimeOS
= content['app']['products'][0]['
runtimeOS
']
48
return content,
runtimeOS
51
def need_update_sdk_version(buildProfileJson, buildProfileJsonContent,
runtimeOS
):
53
targetVersion = 11 if
runtimeOS
== 'OpenHarmony' else '4.1.0(11)'
100
def need_update_hvigor_version(hvigorConfigJsonContent,
runtimeOS
):
102
if
runtimeOS
== "OpenHarmony":
109
if
runtimeOS
[all...]
/third_party/skia/include/core/
H
A
D
SkFontMgr.h
72
* Indicate the
runtimeOS
of preview(OHOS_Container and OHOS)
74
static std::string
runtimeOS
;
member in SkFontMgr
161
/** Set the
runtimeOS
and container font base path */
165
runtimeOS
= runtime;
in SetFontMgrConfig()
Completed in 2 milliseconds