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:helper
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H
A
D
ohos_test.cpp
110
auto
helper
= std::make_unique<ohos::EnableAotJitListHelper>(enableListName);
in HWTEST_F_L0()
local
111
ASSERT_TRUE(
helper
->IsEnableAot(bundleScope));
in HWTEST_F_L0()
112
ASSERT_TRUE(
helper
->IsEnableJit(bundleScope));
in HWTEST_F_L0()
113
ASSERT_TRUE(
helper
->IsEnableAot(bundleScope1));
in HWTEST_F_L0()
114
ASSERT_FALSE(
helper
->IsEnableJit(bundleScope1));
in HWTEST_F_L0()
115
ASSERT_FALSE(
helper
->IsEnableAot(bundleScope2));
in HWTEST_F_L0()
116
ASSERT_TRUE(
helper
->IsEnableJit(bundleScope2));
in HWTEST_F_L0()
126
auto
helper
= std::make_unique<ohos::EnableAotJitListHelper>(enableListName);
in HWTEST_F_L0()
local
127
ASSERT_FALSE(
helper
->IsEnableAot(bundleScope));
in HWTEST_F_L0()
128
ASSERT_FALSE(
helper
in HWTEST_F_L0()
301
ohos::EnableAotJitListHelper *
helper
= new MockEnableAotJitListHelper(enableListName);
HWTEST_F_L0()
local
322
auto
helper
= std::make_unique<ohos::EnableAotJitListHelper>(enableListName);
HWTEST_F_L0()
local
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
expected_test.cpp
26
static Expected<int, ErrorCode>
helper
(int v)
in helper()
function
106
auto res1 =
helper
(0);
in TEST()
107
auto res2 =
helper
(1);
in TEST()
108
auto res3 =
helper
(2);
in TEST()
119
auto res1 =
helper
(0).ValueOr(1);
in TEST()
120
auto res2 =
helper
(res1).ValueOr(res1);
in TEST()
/arkcompiler/ets_runtime/test/fuzztest/readenablelist_fuzzer/
H
A
D
readenablelist_fuzzer.cpp
31
EnableAotJitListHelper
helper
(aotJitListName);
in ReadEnableListFuzzTest()
34
helper
.IsEnableAot(candidate);
in ReadEnableListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/ohos/
H
A
D
enable_aot_list_helper.h
42
static auto
helper
= std::make_shared<EnableAotJitListHelper>(ENABLE_LIST_NAME);
in GetInstance()
local
43
return
helper
;
in GetInstance()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H
A
D
ets_intrinsics_helpers.cpp
524
DtoaHelper
helper
(buf.begin() + 1);
in GetMinimumDigits()
525
helper
.Dtoa(d);
in GetMinimumDigits()
526
*decpt =
helper
.GetPoint();
in GetMinimumDigits()
527
return
helper
.GetDigits();
in GetMinimumDigits()
Completed in 3 milliseconds