/test/testfwk/arkxtest/uitest/record/ |
H A D | matrix3.cpp | 23 double val1 = matrix3X3_[ZERO][ZERO] * matrix3X3_[ONE][ONE] * matrix3X3_[TWO][TWO]; in Invert() 24 double val2 = matrix3X3_[ZERO][ZERO] * matrix3X3_[ONE][TWO] * matrix3X3_[TWO][ONE]; in Invert() 25 double val3 = matrix3X3_[ONE][ZERO] * matrix3X3_[ZERO][ONE] * matrix3X3_[TWO][TWO]; in Invert() 26 double val4 = matrix3X3_[ONE][ZERO] * matrix3X3_[ZERO][TWO] * matrix3X3_[TWO][ONE]; in Invert() 27 double val5 = matrix3X3_[TWO][ZERO] * matrix3X3_[ZERO][ONE] * matrix3X3_[ONE][TWO]; in Invert() [all...] |
H A D | least_square_impl.cpp | 58 matrixn3[i][TWO] = ONE;
in GetLSMParams()
|
H A D | offset.h | 134 ss << "Offset (" << std::fixed << std::setprecision(TWO) << deltaX_ << ", " << deltaY_ << ")"; in ToString()
|
H A D | size.h | 205 ss << "[" << std::fixed << std::setprecision(TWO); in ToString()
|
/test/xts/tools/lite/checksum/src/ |
H A D | checksum_sha256.c | 41 ZERO = 0, ONE, TWO, THREE, FOUR enumerator 76 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ ShiftRight(x, shift[TWO]); in CalcSigma0() 85 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ ShiftRight(x, shift[TWO]); in CalcSigma1() 110 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ RotateRight(x, shift[TWO]); in CalcEp0Value() 119 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ RotateRight(x, shift[TWO]); in CalcEp1Value() 154 if (i < lenList[TWO]) { in CalcSha256() 156 t2 = mesg[j + ONE] << lenList[TWO]; in CalcSha256() 157 t3 = mesg[j + TWO] << lenList[ONE]; in CalcSha256() 164 word[i] = s1 + word[i - pos[TWO]] + s0 + word[i - pos[THREE]]; in CalcSha256()
|
/test/ostest/wukong/input_factory/src/ |
H A D | rotate_input.cpp | 26 const int TWO = 2;
member 51 case TWO:
in OrderInput() 84 case TWO:
in RandomInput()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | statvfsndk.cpp | 20 #define TWO 2
macro 37 } else if (value == TWO) {
in Statvfs() 56 } else if (value == TWO) {
in Statvfs64()
|
H A D | statfsndk.cpp | 24 #define TWO 2
macro 43 } else if (value == TWO) {
in Statfs() 64 } else if (value == TWO) {
in Statfs64()
|
H A D | inotifyndk.cpp | 28 #define TWO 2
macro 52 int inNonblock = TWO;
in InotifyInit1()
|
H A D | inotify1ndk.cpp | 27 #define TWO 2
macro
|
H A D | statndk.cpp | 34 #define TWO 2
macro 74 } else if (value == TWO) {
in Stat() 92 } else if (value == TWO) {
in Stat64()
|
H A D | stringndk.cpp | 32 #define TWO 2
macro 103 } else if (valueFirst == TWO) {
in Strerror() 129 } else if (valueFirst == TWO) {
in Strerror_l() 151 } else if (valueFirst == TWO) {
in Strerror_r() 684 size_t argc = TWO;
in Strchrnul() 694 } else if (valueSecond == TWO) {
in Strchrnul() 707 size_t argc = TWO;
in Strcasestr()
|
H A D | timerfdndk.cpp | 26 #define TWO 2
macro
|
H A D | fcntlndk.cpp | 30 #define TWO 2
macro 69 } else if (value == TWO) {
in Splice()
|
H A D | stat1ndk.cpp | 33 #define TWO 2
macro
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_model.h | 136 return (left_ + right_) / TWO; in GetCenterX() 141 return (top_ + bottom_) / TWO; in GetCenterY()
|
H A D | common_utilities_hpp.h | 43 constexpr int32_t TWO = 2; member
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_cfg.h | 30 TWO = 2,
enumerator
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | extension_test.cpp | 161 ASSERT_EQ(argc - TWO, argcCapture); in TEST_F() 162 ASSERT_STREQ(argv[TWO], argvCapture[0]); in TEST_F()
|
/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.cpp | 171 opt = argv[TWO]; in SwipeActionInput() 279 opt = argv[TWO]; in UiActionInput()
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 265 std::string opt = argv[TWO]; in UiRecord()
|
/test/testfwk/arkxtest/uitest/addon/ |
H A D | extension_executor.cpp | 275 used_argc = TWO; // argv0,1 is consumed, donot pass down
in ExecuteExtension()
|
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/ |
H A D | week_plural_number_test.cpp | 166 int expect = PluralRuleType::TWO;
in HWTEST_F()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/ |
H A D | hdi_common_v1_2.h | 55 TWO,
enumerator
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/ |
H A D | hdi_common_v1_3.h | 53 TWO,
enumerator
|