Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 15 of 15) sorted by relevance

/test/xts/hats/kernel/syscalls/mem/mincore/
DMincoreApiTest.cpp57 static int CheckStatus(unsigned char *vec) in CheckStatus()
100 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); variable
134 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); variable
155 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); variable
179 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); variable
214 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); variable
257 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); variable
/test/xts/hats/kernel/syscalls/fileio/writev/
DWritevApiTest.cpp76 struct iovec vec[VEC_LEN]; variable
122 struct iovec vec[VEC_LEN]; variable
167 struct iovec vec[VEC_LEN]; variable
206 struct iovec vec[VEC_LEN]; variable
240 struct iovec vec[VEC_LEN]; variable
/test/xts/hats/hdf/vibrator/hdi_adapter/hdi_impl/
Dhdi_vibrator_impl_test.cpp94 std::vector<CompositeEffect> vec; variable
128 std::vector<CompositeEffect> vec; variable
194 std::vector<CompositeEffect> vec; variable
/test/xts/hats/hdf/motion/motionBenchmarkTest/
Dhdf_motion_benchmark_test.cpp127 vector<int32_t> vec; in BENCHMARK_F() local
159 vector<int32_t> vec; in BENCHMARK_F() local
/test/xts/hats/hdf/codec/hdi_idlomx/
Dcodec_function_utils.h103 void ObjectToVector(T &param, std::vector<int8_t> &vec) in ObjectToVector()
111 int32_t VectorToObject(std::vector<int8_t> &vec, T &param) in VectorToObject()
/test/testfwk/arkxtest/uitest/record/
Dpointer_tracker.h171 void RemoveTypeJudge(std::vector<T>& vec, Args&&... args) in RemoveTypeJudge()
/test/xts/hats/hdf/motion/hdi/
Dhdf_motion_hdi_test.cpp141 vector<int32_t> vec; variable
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/imageAnimator/
DimageAnimator_event_test.cpp41 std::vector<ArkUI_ImageAnimatorFrameInfo*> vec; in CreateChildNode() local
/test/xts/hats/hdf/vibrator/hdiService_additional/
Dhdf_vibrator_hdiService_test.cpp881 std::vector<CompositeEffect> vec; variable
/test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/
Dhdf_vibrator_benchmark_test.cpp236 std::vector<CompositeEffect> vec; in BENCHMARK_F() local
/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_common.cpp458 std::map<std::string, float> CalculateIntVector(std::vector<float> vec) { in CalculateIntVector()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dmmanndk.cpp103 unsigned char vec[TEST_SIZE]; in Mincore() local
/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
Dcrypto_framework_agreement_test.cpp353 static OH_CryptoKeyPair *OHTEST_ConvertX25519AsymKey(VectorAgreementSpec *vec, bool isLocal) in OHTEST_ConvertX25519AsymKey()
/test/xts/hats/hdf/codec/benchmarktest/
Dcodec_benchmark_omx_test.cpp156 void ObjectToVector(T &param, std::vector<int8_t> &vec) in ObjectToVector()
/test/xts/hats/hdf/codec/hdi_component_additional/
Dcodec_component_test.cpp65 void ObjectToVector(T &param, std::vector<int8_t> &vec) in ObjectToVector()