/test/ostest/wukong/component_event/src/ |
H A D | wukong_tree.cpp | 63 size_t pos = name.find(target); in GetClearnAbility() local
|
/test/xts/hats/kernel/syscalls/fileio/lseek/ |
H A D | LseekApiTest.cpp | 75 off_t pos = lseek(fd, offset, SEEK_SET); in HWTEST_F() local 113 off_t pos = lseek(fd, offset, SEEK_SET); in HWTEST_F() local 139 off_t pos = lseek(fd, offset, SEEK_CUR); HWTEST_F() local 173 off_t pos = lseek(fd, offset, SEEK_CUR); HWTEST_F() local 193 off_t pos = lseek(fd, 0, SEEK_END); HWTEST_F() local 210 off_t pos = lseek(-1, 0, SEEK_SET); HWTEST_F() local [all...] |
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeRoundRectTest.cpp | 282 OH_Drawing_CornerPos pos = static_cast<OH_Drawing_CornerPos>(dis2(gen)); in HWTEST_F() local
|
H A D | DrawingNativeBrushTest.cpp | 514 float pos[] = {0., 1.0}; in HWTEST_F() local 540 float pos[] = {0., 1.0}; in HWTEST_F() local
|
H A D | DrawingNativePenTest.cpp | 965 float pos[] = {0., 1.0}; in HWTEST_F() local 992 float pos[] = {0., 1.0}; in HWTEST_F() local
|
H A D | DrawingNativeShaderEffectTest.cpp | 127 float pos[3] = {0.0f, 0.5f, 1.0f}; in HWTEST_F() local 168 float pos[3] = {0.0f, 0.5f, 1.0f}; in HWTEST_F() local 210 float pos[3] = {0.0f, 0.5f, 1.0f}; in HWTEST_F() local 256 float pos[3] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 303 float pos[3] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 327 float pos[3] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 360 float pos[3] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 396 float pos[3] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 437 float pos[3] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 478 float pos[3] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 501 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 533 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 563 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 596 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 629 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 648 float pos[] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color points HWTEST_F() local 688 float pos[] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color points HWTEST_F() local 724 float pos[] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 763 float pos[] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 802 float pos[] = {0.0f, 0.5f, 1.0f}; HWTEST_F() local 825 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 856 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 882 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 915 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 948 float pos[] = {0, 0.5, 1.0}; HWTEST_F() local 1059 float pos[3] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color points HWTEST_F() local 1110 float pos[3] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color points HWTEST_F() local 1159 float pos[3] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color points HWTEST_F() local 1207 float pos[3] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color points HWTEST_F() local 1255 float pos[3] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color points HWTEST_F() local 1279 float pos[3] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color points HWTEST_F() local [all...] |
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_cfg.cpp | 79 size_t pos = 0;
in GetValueInString() local
|
H A D | distributed_major.cpp | 62 std::string::size_type pos = 0;
in Init() local
|
/test/xts/acts/kernel_lite/mem_posix/src/ |
H A D | ActsMemApiTest.cpp | 243 char *pos = nullptr;
in HWTEST_F() local 251 << " --> return pos:='" << pos << "'";
in HWTEST_F() local 261 char *pos = nullptr;
in HWTEST_F() local 268 << " --> return pos:='" << pos << "'"; HWTEST_F() local 278 char *pos = nullptr; HWTEST_F() local 285 << " --> return pos:='" << pos << "'"; HWTEST_F() local 296 char *pos = nullptr; HWTEST_F() local 319 char *pos = nullptr; HWTEST_F() local [all...] |
/test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
H A D | huks_attest_test_common.cpp | 36 void FreeCertChain(struct OH_Huks_CertChain **certChain, const uint32_t pos) in FreeCertChain() argument
|
/test/xts/hats/kernel/syscalls/fileio/splice/ |
H A D | SpliceApiTest.cpp | 123 off_t pos = lseek(fdOut, 0, SEEK_SET); in HWTEST_F() local
|
/test/xts/hats/hdf/wlan/hdi_service/ |
H A D | wlan_callback_impl.c | 40 uint8_t *pos = NULL; in PrintSsid() local
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | common_utilities_hpp.h | 73 size_t pos = fp.find_last_of('/'); in GenLogTag() local
|
/test/xts/hats/powermgr/power/hdi_power_additional/common/ |
H A D | hdi_power_test.cpp | 1257 auto pos = unLockValue.find(testName);
in HWTEST_F() local 1284 auto pos = unLockValue.find(testName);
in HWTEST_F() local 1311 auto pos = unLockValue.find(testName);
in HWTEST_F() local 1338 auto pos = unLockValue.find(testName);
in HWTEST_F() local 1365 auto pos = unLockValue.find(testName);
in HWTEST_F() local 1392 auto pos = unLockValue.find(testName); HWTEST_F() local 1422 auto pos = unLockValue.find(testName); HWTEST_F() local 1452 auto pos = unLockValue.find(testName); HWTEST_F() local 1482 auto pos = unLockValue.find(testName); HWTEST_F() local 1512 auto pos = unLockValue.find(testName); HWTEST_F() local 1541 auto pos = unLockValue.find(testName); HWTEST_F() local 1571 auto pos = unLockValue.find(testName); HWTEST_F() local 1598 auto pos = lockValue.find(testName); HWTEST_F() local 1625 auto pos = lockValue.find(testName); HWTEST_F() local 1652 auto pos = lockValue.find(testName); HWTEST_F() local 1679 auto pos = lockValue.find(testName); HWTEST_F() local 1706 auto pos = lockValue.find(testName); HWTEST_F() local 1733 auto pos = lockValue.find(testName); HWTEST_F() local 1763 auto pos = lockValue.find(testName); HWTEST_F() local 1793 auto pos = lockValue.find(testName); HWTEST_F() local 1823 auto pos = lockValue.find(testName); HWTEST_F() local 1853 auto pos = lockValue.find(testName); HWTEST_F() local 1883 auto pos = lockValue.find(testName); HWTEST_F() local 1913 auto pos = lockValue.find(testName); HWTEST_F() local [all...] |
/test/xts/tools/lite/checksum/src/ |
H A D | checksum_sha256.c | 151 int pos[] = {15, 2, 7, 16}; in CalcSha256() local
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | mock_element_node_iterator.h | 51 size_t pos = strs.find(split); in StringSplit() local
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdioextndk.cpp | 363 fpos_t pos;
in FlockFile() local 432 fpos_t pos;
in FGetPos64() local 447 fpos_t pos;
in FGetPos() local
|
/test/xts/acts/kernel_lite/io_posix/src/ |
H A D | IoTestStdio.cpp | 398 fpos_t pos; in HWTEST_F() local
|
/test/xts/acts/multimedia/av_codec/demuxer/src/ |
H A D | func_test.cpp | 1142 int pos = rand() % 250; in HWTEST_F() local 1204 int pos = rand() % 250; in HWTEST_F() local 1265 int pos = rand() % 250; in HWTEST_F() local 1478 int pos = rand() % 250; in HWTEST_F() local [all...] |
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 1263 z_off64_t pos;
in HWTEST_F() local 1275 z_off_t pos; HWTEST_F() local [all...] |
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeDrawingCanvasTest.cpp | 488 float pos[] = {0., 1.0}; in HWTEST_F() local 514 float pos[] = {0., 1.0}; in HWTEST_F() local 569 float pos[] = {0., 1.0}; in HWTEST_F() local 1201 float pos[] = {0., 1.0}; HWTEST_F() local [all...] |
/test/xts/acts/multimedia/av_codec/audio_encoder/src/ |
H A D | avcodec_audio_avbuffer_encoder_demo.cpp | 104 std::string::size_type pos = 0; in StringReplace() local
|
/test/xts/acts/multimedia/av_codec/audio_decoder/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 120 std::string::size_type pos = 0; in StringReplace() local
|
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/ |
H A D | huksndk.cpp | 505 void FreeCertChain(struct OH_Huks_CertChain** certChain, const uint32_t pos)
in FreeCertChain() argument
|
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | zlibndk.cpp | 1132 z_off_t pos;
in GzTell64() local
|