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:DOUBLE_VALUE
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/media_foundation/tests/unittest/format/
H
A
D
avformat_unit_test.cpp
37
constexpr double
DOUBLE_VALUE
= 666.625;
member
102
EXPECT_TRUE(format_->PutDoubleValue(DOUBLE_TESTKEY,
DOUBLE_VALUE
));
in HWTEST_F()
104
EXPECT_TRUE(fabs(
DOUBLE_VALUE
- getDoubleValue) < EPSINON_DOUBLE);
in HWTEST_F()
153
EXPECT_TRUE(format_->PutDoubleValue(DOUBLE_TESTKEY,
DOUBLE_VALUE
));
in HWTEST_F()
165
dumpStream << DOUBLE_TESTKEY << " = " <<
DOUBLE_VALUE
;
in HWTEST_F()
local
200
EXPECT_TRUE(format->PutDoubleValue(DOUBLE_TESTKEY,
DOUBLE_VALUE
));
in HWTEST_F()
208
dumpStream << DOUBLE_TESTKEY << " = " <<
DOUBLE_VALUE
;
in HWTEST_F()
259
meta->SetData(DOUBLE_TESTKEY,
DOUBLE_VALUE
);
in HWTEST_F()
268
dumpStream << DOUBLE_TESTKEY << " = " <<
DOUBLE_VALUE
;
in HWTEST_F()
493
EXPECT_EQ(iter->second.val.doubleVal,
DOUBLE_VALUE
);
in CheckFormatMap()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_relational_result_set_test.cpp
40
const double
DOUBLE_VALUE
= 1.123456; // 1.123456 for test
member
56
g_doubleValue =
DOUBLE_VALUE
;
in InitGlobalValue()
177
EXPECT_EQ(desDoub,
DOUBLE_VALUE
);
in HWTEST_F()
394
EXPECT_EQ(std::get<double>(data["column 2"]),
DOUBLE_VALUE
);
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H
A
D
textpicker_layout_algorithm.cpp
26
const float
DOUBLE_VALUE
= 2.0f;
member
86
gradientheightValue = frameSize.Height() * gradientheight.Value() /
DOUBLE_VALUE
;
in GetGradientPercent()
90
if ((frameSize.Height() /
DOUBLE_VALUE
) < gradientheightValue) {
in GetGradientPercent()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
pro_renderer_stream_impl.cpp
34
constexpr uint32_t
DOUBLE_VALUE
= 2;
member
329
currentRate *=
DOUBLE_VALUE
;
in SetRate()
332
currentRate /=
DOUBLE_VALUE
;
in SetRate()
H
A
D
pa_renderer_stream_impl.cpp
40
const uint32_t
DOUBLE_VALUE
= 2;
member
571
currentRate *=
DOUBLE_VALUE
;
in SetRate()
574
currentRate /=
DOUBLE_VALUE
;
in SetRate()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H
A
D
player_unit_test.cpp
2612
const double
DOUBLE_VALUE
= 2.5;
in HWTEST_F()
local
2619
(void)format.PutDoubleValue(PlayerKeys::AUDIO_EFFECT_MODE,
DOUBLE_VALUE
);
in HWTEST_F()
Completed in 12 milliseconds