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:IsPrime
(Results
1 - 5
of
5
) sorted by relevance
/test/testfwk/developer_test/examples/detector/test/unittest/common/
H
A
D
detector_prime_test.cpp
57
EXPECT_FALSE(
IsPrime
(6));
in HWTEST_F()
68
EXPECT_TRUE(
IsPrime
(3)) << "This is the test information.";
in HWTEST_F()
80
EXPECT_FALSE(
IsPrime
(0));
in HWTEST_F()
92
EXPECT_FALSE(
IsPrime
(-5));
in HWTEST_F()
103
EXPECT_FALSE(
IsPrime
(-100));
in HWTEST_F()
114
EXPECT_FALSE(
IsPrime
(INT_MIN));
in HWTEST_F()
H
A
D
detector_depend_test.cpp
58
EXPECT_TRUE(
IsPrime
(7));
in HWTEST_F()
61
EXPECT_TRUE(
IsPrime
(3));
in HWTEST_F()
/test/testfwk/developer_test/examples/detector/include/
H
A
D
detector.h
20
bool
IsPrime
(int n);
/test/testfwk/developer_test/examples/detector/src/
H
A
D
detector.cpp
30
bool
IsPrime
(int n)
in IsPrime()
function
/test/xts/acts/sample_lite/hcpptest_posix/src/
H
A
D
IsPrimeParamTest.cpp
45
TEST_P(IsPrimeParamTest,
IsPrime
)
in TEST_P()
Completed in 2 milliseconds