/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][TW in Invert() [all...] |
H A D | least_square_impl.cpp | 23 if (tVals_.size() <= ONE || (paramsNum_ != Matrix3::DIMENSION)) {
in GetLSMParams() 37 int32_t size = countNum - ONE;
in GetLSMParams() 45 size = countNum - ONE;
in GetLSMParams() 58 matrixn3[i][TWO] = ONE;
in GetLSMParams() 59 matrixn3[i][ONE] = value;
in GetLSMParams()
|
H A D | velocity_tracker.cpp | 58 xVelocity = linearParam * xAxis[ZERO] * xValue + xAxis[ONE]; in UpdateVelocity() 64 yVelocity = linearParam * yAxis[ZERO] * yValue + yAxis[ONE]; in UpdateVelocity()
|
H A D | pointer_tracker.cpp | 51 auto preEventTime = velocityTracker.GetPreTime(ONE); in IsRecentSpeedLimit() 54 auto preX = velocityTracker.GetPreX(ONE); in IsRecentSpeedLimit() 55 auto preY = velocityTracker.GetPreY(ONE); in IsRecentSpeedLimit()
|
H A D | ui_record.cpp | 366 std::cout << "Current ForAbility :" << names[ZERO] << ", " << names[ONE] << std::endl; in RecordInitEnv() 375 outFile << names[ONE] << ',' << std::endl; in RecordInitEnv()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | inetndk.cpp | 33 #define ONE 1
macro 39 size_t argc = ONE;
in InetAddr() 60 size_t argc = ONE;
in InetAton() 86 size_t argc = ONE;
in InetLnaof() 102 size_t argc = ONE;
in InetMakeaddr() 117 size_t argc = ONE;
in InetNetof() 131 size_t argc = ONE;
in InetNetwork() 152 size_t argc = ONE;
in InetNtoa() 167 size_t argc = ONE;
in InetNtop() 187 size_t argc = ONE;
in InetPton() [all...] |
H A D | statvfsndk.cpp | 19 #define ONE 1
macro 35 if (value == ONE) {
in Statvfs() 54 if (value == ONE) {
in Statvfs64()
|
H A D | statfsndk.cpp | 23 #define ONE 1
macro 41 if (value == ONE) {
in Statfs() 62 if (value == ONE) {
in Statfs64()
|
H A D | timendk.cpp | 49 #define ONE 1
macro 229 size_t argc = ONE;
in Timer_delete() 245 its.it_value.tv_sec = ONE;
in Timer_delete() 263 size_t argc = ONE;
in Timer_gettime() 284 size_t argc = ONE;
in Timer_settime() 300 its.it_value.tv_sec = ONE;
in Timer_settime() 316 size_t argc = ONE;
in Timer_getoverrun() 330 size_t argc = ONE;
in Strptime()
|
H A D | inotifyndk.cpp | 29 #define ONE 1
macro 46 size_t argc = ONE;
in InotifyInit1()
|
H A D | regexndk.cpp | 24 #define ONE 1
macro 51 const size_t nMatch = ONE;
in Regexec()
|
H A D | resourcendk1.cpp | 36 #define ONE 1
macro 78 int ret = setpriority(PRIO_PROCESS, pid, ONE);
in Setpriority1() 85 int ret = setpriority(PRIO_PROCESS, MINUSONE, ONE);
in Setpriority2()
|
H A D | semaphorendk.cpp | 29 #define ONE 1
macro 66 sem_t *semFirst = sem_open(name, O_CREAT, TEST_MODE, ONE);
in SemOpen() 73 sem_t *semSecond = sem_open(name, O_CREAT | O_EXCL, TEST_MODE, ONE);
in SemOpen()
|
H A D | stringndk.cpp | 31 #define ONE 1
macro 36 #define ONE 1
macro 100 } else if (valueFirst == ONE) {
in Strerror() 127 } else if (valueFirst == ONE) {
in Strerror_l() 148 } else if (valueFirst == ONE) {
in Strerror_r() 588 napi_create_int32(env, ONE, &result);
in MemrChr2() 595 ret = static_cast<char *>(malloc(sizeof(char) * ONE));
in MemSet() 596 ret = static_cast<char *>(memset(ret, '2', sizeof(char) * ONE));
in MemSet() 601 napi_create_int32(env, ONE, &result);
in MemSet() 650 napi_create_int32(env, ONE, in MemCmp() [all...] |
H A D | resourcendk.cpp | 36 #define ONE 1
macro 74 size_t length = ONE;
in GetRLimit()
|
H A D | statndk.cpp | 33 #define ONE 1
macro 72 if (value == ONE) {
in Stat() 90 if (value == ONE) {
in Stat64()
|
H A D | langinfondk.cpp | 31 #define ONE 1
macro
|
H A D | timerfdndk.cpp | 25 #define ONE 1
macro
|
H A D | fcntlndk.cpp | 29 #define ONE 1
macro 65 if (value == ONE) {
in Splice()
|
H A D | signalndk.cpp | 40 #define ONE 1
macro 423 union sigval sigval = {.sival_int = ONE};
in SigSend() 479 if (siginfo.si_value.sival_int != ONE) {
in SigMainWaitinfo()
|
/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() 156 t2 = mesg[j + ONE] << lenList[TWO]; in CalcSha256() 157 t3 = mesg[j + TWO] << lenList[ONE]; in CalcSha256() 163 unsigned int s1 = CalcSigma1(word[i - pos[ONE]]); in CalcSha256()
|
/test/ostest/wukong/input_factory/src/ |
H A D | rotate_input.cpp | 25 const int ONE = 1;
member 46 uint32_t orientation = static_cast<uint32_t>((rand() % FOUR) + ONE);
in OrderInput() 48 case ONE:
in OrderInput() 79 uint32_t orientation = static_cast<uint32_t>((rand() % FOUR) + ONE);
in RandomInput() 81 case ONE:
in RandomInput()
|
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
H A D | distribute_demo.cpp | 69 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH); in HWTEST_F() 77 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH, in HWTEST_F() 89 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH); in HWTEST_F() 98 RunCmdOnAgent(AGENT_NO::ONE, command, cmdArgs, expectValue); in HWTEST_F()
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_cfg.h | 29 ONE = 1,
enumerator
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | signalndk32.cpp | 36 #define ONE 1
macro
|