Searched refs:THREE (Results 1 - 14 of 14) sorted by relevance
/test/ostest/wukong/input_factory/src/ |
H A D | rotate_input.cpp | 27 const int THREE = 3;
member 54 case THREE:
in OrderInput() 87 case THREE:
in RandomInput()
|
/test/xts/tools/lite/checksum/src/ |
H A D | checksum_sha256.c | 41 ZERO = 0, ONE, TWO, THREE, FOUR enumerator 155 t1 = mesg[j] << lenList[THREE]; in CalcSha256() 158 t4 = mesg[j + THREE]; in CalcSha256() 164 word[i] = s1 + word[i - pos[TWO]] + s0 + word[i - pos[THREE]]; in CalcSha256()
|
/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.cpp | 87 auto from_x = atoi(argv[THREE]); in GetPoints() 102 auto from_x = atoi(argv[THREE]); in GetPoint() 133 direction = (Direction)atoi(argv[THREE]); in FlingActionInput() 198 std::string key = argv[THREE]; in KeyEventActionInput() 205 } else if (atoi(argv[THREE]) != 0) { in KeyEventActionInput() 206 int32_t codeZero_ = atoi(argv[THREE]); in KeyEventActionInput()
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 268 modeOpt = argv[THREE]; in UiRecord() 296 if ((string)argv[THREE] == "help") { in UiInput() 317 _Exit(StartDaemon(token, argc - THREE, argv + THREE)); in main()
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_cfg.h | 31 THREE = 3,
enumerator
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | fcntl1ndk.cpp | 32 #define THREE 3
macro 343 ret = fallocate(fd, FALLOC_FL_KEEP_SIZE, SIZE_4096, SIZE_4096 * THREE);
in FalLocate() 367 ret = fallocate64(fd, FALLOC_FL_KEEP_SIZE, SIZE_4096, SIZE_4096 * THREE);
in FalLocate64()
|
H A D | fcntlndk.cpp | 31 #define THREE 3
macro 74 } else if (value == THREE) {
in Splice()
|
H A D | stringndk.cpp | 37 #define THREE 3
macro 155 } else if (valueFirst == THREE) {
in Strerror_r() 696 } else if (valueSecond == THREE) {
in Strchrnul()
|
H A D | timendk.cpp | 44 #define THREE 3
macro
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 28 constexpr int32_t THREE = 3; member 534 if (bufferSize >= DEFAULT_WIDTH * DEFAULT_HEIGHT * THREE >> 1) { in PushData() 680 if (size >= DEFAULT_WIDTH * DEFAULT_HEIGHT * THREE >> 1) { in ProcessOutputData()
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | common_utilities_hpp.h | 44 constexpr int32_t THREE = 3; member
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | extension_test.cpp | 163 ASSERT_STREQ(argv[THREE], argvCapture[1]); in TEST_F()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/ |
H A D | hdi_common_v1_2.h | 56 THREE,
enumerator
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/ |
H A D | hdi_common_v1_3.h | 54 THREE,
enumerator
|
Completed in 13 milliseconds