Searched refs:EIGHT (Results 1 - 8 of 8) sorted by relevance
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 40 static int EIGHT = 8;
member 169 if (gzprintf(file, ", %s!", "hello") != EIGHT) {
in HWTEST_F() 651 int windowBits = EIGHT;
in HWTEST_F() 652 int memLevel = EIGHT;
in HWTEST_F() 660 deflateTune(&c_stream, ONE, FOUR, EIGHT, ONE);
in HWTEST_F() 677 err = deflatePrime(&c_stream, EIGHT, ONE);
in HWTEST_F() 807 if (gzprintf(file, ", %s!", "hello") != EIGHT) {
in HWTEST_F() 863 if (gzprintf(file, ", %s!", "hello") != EIGHT) {
in HWTEST_F() 1047 if (gzprintf(file, ", %s!", "hello") != EIGHT) {
in HWTEST_F() 1064 if (gzprintf(file, ", %s!", "hello") != EIGHT) {
in HWTEST_F() [all...] |
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_cfg.h | 36 EIGHT = 8,
enumerator
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | common_utilities_hpp.h | 49 constexpr int32_t EIGHT = 8; member
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 29 constexpr int32_t EIGHT = 8; member 502 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in ReadData()
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 29 constexpr int32_t EIGHT = 8; member 532 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in PushData()
|
/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.cpp | 153 auto stepLength = (uint32_t)atoi(argv[EIGHT]); in FlingActionInput()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/ |
H A D | hdi_common_v1_2.h | 61 EIGHT,
enumerator
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/ |
H A D | hdi_common_v1_3.h | 59 EIGHT,
enumerator
|
Completed in 8 milliseconds