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:m_dbFloatRange
(Results
1 - 2
of
2
) sorted by relevance
/test/testfwk/developer_test/aw/cxx/hwext/
H
A
D
perf.cpp
216
m_dbFloatRange
= -1.0;
in ResetValues()
240
m_bHasFloatRange = m_pManager->GetExtraValueDouble(m_strCaseName, "floatrange",
m_dbFloatRange
);
in Initialize()
242
if (m_bHasFloatRange && (
m_dbFloatRange
< 0 ||
m_dbFloatRange
>= 1)) {
in Initialize()
243
DBG_MSG("[ ERROR ] %s has invalid float range: %f.\n", m_strCaseName.c_str(),
m_dbFloatRange
);
in Initialize()
248
m_dbFloatRange
= 0.0;
in Initialize()
293
EXPECT_GE(testValue, (baseValue * (1.0 -
m_dbFloatRange
)));
in ExpectValue()
294
m_bTestResult = (testValue >= (baseValue * (1.0 -
m_dbFloatRange
))) ? true : false;
in ExpectValue()
297
EXPECT_LE(testValue, (baseValue * (1.0 +
m_dbFloatRange
)));
in ExpectValue()
298
m_bTestResult = (testValue <= (baseValue * (1.0 +
m_dbFloatRange
)))
in ExpectValue()
[all...]
H
A
D
perf.h
128
return
m_dbFloatRange
;
in GetFloatRange()
162
double
m_dbFloatRange
; // 0.0~1.0
member in OHOS::TestAW::GtestPerfTestCase
Completed in 2 milliseconds