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:TestCompare
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H
A
D
encoder32_test_2.cpp
26
bool
TestCompare
(Encoder32Test *test)
in TestCompare()
function
69
EXPECT_TRUE(
TestCompare
<int8_t>(this));
in TEST_F()
70
EXPECT_TRUE(
TestCompare
<int16_t>(this));
in TEST_F()
71
EXPECT_TRUE(
TestCompare
<int32_t>(this));
in TEST_F()
72
EXPECT_TRUE(
TestCompare
<int64_t>(this));
in TEST_F()
73
EXPECT_TRUE(
TestCompare
<uint8_t>(this));
in TEST_F()
74
EXPECT_TRUE(
TestCompare
<uint16_t>(this));
in TEST_F()
75
EXPECT_TRUE(
TestCompare
<uint32_t>(this));
in TEST_F()
76
EXPECT_TRUE(
TestCompare
<uint64_t>(this));
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H
A
D
encoder64_test_1.cpp
1921
bool
TestCompare
(Encoder64Test *test)
in TestCompare()
function
1965
EXPECT_TRUE(
TestCompare
<int32_t>(this));
in TEST_F()
1966
EXPECT_TRUE(
TestCompare
<int64_t>(this));
in TEST_F()
1967
EXPECT_TRUE(
TestCompare
<uint32_t>(this));
in TEST_F()
1968
EXPECT_TRUE(
TestCompare
<uint64_t>(this));
in TEST_F()
1969
EXPECT_TRUE(
TestCompare
<float>(this));
in TEST_F()
1970
EXPECT_TRUE(
TestCompare
<double>(this));
in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H
A
D
encoder32_test.cpp
2309
bool
TestCompare
(Encoder32Test *test)
in TestCompare()
function
2352
EXPECT_TRUE(
TestCompare
<int8_t>(this));
in TEST_F()
2353
EXPECT_TRUE(
TestCompare
<int16_t>(this));
in TEST_F()
2354
EXPECT_TRUE(
TestCompare
<int32_t>(this));
in TEST_F()
2355
EXPECT_TRUE(
TestCompare
<int64_t>(this));
in TEST_F()
2356
EXPECT_TRUE(
TestCompare
<uint8_t>(this));
in TEST_F()
2357
EXPECT_TRUE(
TestCompare
<uint16_t>(this));
in TEST_F()
2358
EXPECT_TRUE(
TestCompare
<uint32_t>(this));
in TEST_F()
2359
EXPECT_TRUE(
TestCompare
<uint64_t>(this));
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H
A
D
encoder64_test_2.cpp
77
bool
TestCompare
(Encoder64Test *test)
in TestCompare()
function
120
EXPECT_TRUE(
TestCompare
<int32_t>(this));
in TEST_F()
121
EXPECT_TRUE(
TestCompare
<int64_t>(this));
in TEST_F()
122
EXPECT_TRUE(
TestCompare
<uint32_t>(this));
in TEST_F()
123
EXPECT_TRUE(
TestCompare
<uint64_t>(this));
in TEST_F()
/arkcompiler/runtime_core/compiler/tests/amd64/
H
A
D
encoder64_test.cpp
2341
bool
TestCompare
(Encoder64Test *test)
in TestCompare()
function
2385
EXPECT_TRUE(
TestCompare
<int32_t>(this));
in TEST_F()
2386
EXPECT_TRUE(
TestCompare
<int64_t>(this));
in TEST_F()
2387
EXPECT_TRUE(
TestCompare
<uint32_t>(this));
in TEST_F()
2388
EXPECT_TRUE(
TestCompare
<uint64_t>(this));
in TEST_F()
2389
EXPECT_TRUE(
TestCompare
<float>(this));
in TEST_F()
2390
EXPECT_TRUE(
TestCompare
<double>(this));
in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H
A
D
encoder64_test.cpp
2451
bool
TestCompare
(Encoder64Test *test)
in TestCompare()
function
2494
EXPECT_TRUE(
TestCompare
<int32_t>(this));
in TEST_F()
2495
EXPECT_TRUE(
TestCompare
<int64_t>(this));
in TEST_F()
2496
EXPECT_TRUE(
TestCompare
<uint32_t>(this));
in TEST_F()
2497
EXPECT_TRUE(
TestCompare
<uint64_t>(this));
in TEST_F()
Completed in 19 milliseconds