Home
last modified time | relevance | path

Searched refs:types (Results 1 - 25 of 191) sorted by relevance

12345678

/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js7189 let proc = new util.types();
7203 let proc = new util.types();
7217 let proc = new util.types();
7231 let proc = new util.types();
7246 let proc = new util.types();
7262 let proc = new util.types();
7278 let proc = new util.types();
7294 let proc = new util.types();
7310 let proc = new util.types();
7326 let proc = new util.types();
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_module_test.cpp254 std::vector<uint32_t> types; in DumpImageInfo() local
257 GetImageComponentTypes(image, &types) != IMAGE_SUCCESS) { in DumpImageInfo()
263 IMG_TST_LOGI("Get %{public}lu components.", static_cast<unsigned long>(types.size())); in DumpImageInfo()
264 for (uint32_t i = 0; i < types.size(); i++) { in DumpImageInfo()
269 if (GetImageByteBuffer(image, types[i], &nativeBuffer) != IMAGE_SUCCESS || in DumpImageInfo()
270 GetImageBufferSize(image, types[i], &bufferSize) != IMAGE_SUCCESS || in DumpImageInfo()
271 GetImageRowStride(image, types[i], &rowStride) != IMAGE_SUCCESS || in DumpImageInfo()
272 GetImagePixelStride(image, types[i], &pixelStride) != IMAGE_SUCCESS) { in DumpImageInfo()
278 types[i], nativeBuffer, static_cast<unsigned long>(bufferSize), rowStride, pixelStride); in DumpImageInfo()
353 Image_ErrorCode ImageReceiverModuleTest::GetImageComponentTypes(OH_ImageNative *image, std::vector<uint32_t> *types) in GetImageComponentTypes() argument
[all...]
/test/testfwk/xdevice/src/xdevice/_core/driver/
H A Dparser_lite.py18 import types namespace
64 if isinstance(func, types.FunctionType):
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeMaskFilterTest.cpp43 OH_Drawing_BlurType types[] = { in HWTEST_F() local
50 for (OH_Drawing_BlurType type : types) { in HWTEST_F()
/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_display.cpp116 std::vector<int32_t> types; in RefreshLayersCompType() local
117 ret = device_->GetDisplayCompChange(id_, layers, types); in RefreshLayersCompType()
119 DISPLAY_TEST_LOGE("GetDisplayCompChange get layers and types failed")); in RefreshLayersCompType()
124 layer->SetCompType(static_cast<Composer::V1_0::CompositionType>(types[i])); in RefreshLayersCompType()
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dstring_utils_test.cpp20 #include <types.h>
/test/xts/acts/multimedia_lite/utils_posix/common/include/
H A DActsTestMediaUtils.h29 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/getegid/
H A DGetegidApiTest.cpp25 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/getgid/
H A DGetgidApiTest.cpp24 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/getcwd/
H A DGetcwdApiTest.cpp24 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/schedule/schedyield/
H A DSchedYieldApiTest.cpp28 #include <sys/types.h>
/test/xts/tools/lite/checksum/src/
H A Dmain.c26 #include <sys/types.h>
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsStdioTest.cpp21 #include <sys/types.h>
H A DFsStdlibTest.cpp21 #include <sys/types.h>
/test/xts/acts/security_lite/permission_posix/pms/src/
H A DActsPMSTest.h26 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/close/
H A DCloseApiTest.cpp24 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/getdents64/
H A DGetdents64ApiTest.cpp25 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/uname/
H A DUnameApiTest.cpp26 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/mem/brk/
H A DBrkApiTest.cpp31 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/schedule/schedgetprioritymin/
H A DSchedgetpriorityminApiTest.cpp28 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/schedule/schedgetprioritymax/
H A DSchedgetprioritymaxApiTest.cpp28 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/schedule/schedrrgetinterval/
H A DSchedrrgetintervalApiTest.cpp29 #include <sys/types.h>
/test/xts/hats/useriam/pinauth/src/
H A Dpin_auth_hdi.cpp112 void FillTestGetPropertyTypeVector(Parcel &parcel, std::vector<int32_t> &types) in FillTestGetPropertyTypeVector() argument
117 types.push_back(static_cast<HdiGetPropertyType>(val)); in FillTestGetPropertyTypeVector()
/test/xts/acts/hiviewdfx/utils/native/
H A Dfile_utils.h26 #include <sys/types.h>
/test/xts/hats/kernel/syscall_ipc/msgget/
H A DMsggetApiTest.cpp28 #include <sys/types.h>

Completed in 14 milliseconds

12345678