Home
last modified time | relevance | path

Searched defs:ret (Results 1 - 25 of 2726) sorted by relevance

12345678910>>...110

/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Ddevmgr_load.c27 int ret; in DeviceManagerInit() local
/test/xts/acts/kernel_lite/math_posix/src/
H A DMathComplexApiTest.cpp35 int ret = TestCabs(); in HWTEST_F() local
44 int ret = TestCabsf(); in HWTEST_F() local
54 int ret = TestCabsl(); in HWTEST_F() local
64 int ret = TestCacos(); in HWTEST_F() local
74 int ret = TestCacosf(); in HWTEST_F() local
84 int ret = TestCacoshf(); HWTEST_F() local
94 int ret = TestCacoshl(); HWTEST_F() local
104 int ret = TestCacosl(); HWTEST_F() local
114 int ret = TestCarg(); HWTEST_F() local
124 int ret = TestCargf(); HWTEST_F() local
134 int ret = TestCargl(); HWTEST_F() local
144 int ret = TestCasin(); HWTEST_F() local
154 int ret = TestCasinf(); HWTEST_F() local
164 int ret = TestCasinh(); HWTEST_F() local
174 int ret = TestCasinhf(); HWTEST_F() local
184 int ret = TestCasinhl(); HWTEST_F() local
194 int ret = TestCasinl(); HWTEST_F() local
204 int ret = TestCatan(); HWTEST_F() local
214 int ret = TestCatanf(); HWTEST_F() local
224 int ret = TestCatanh(); HWTEST_F() local
234 int ret = TestCatanhf(); HWTEST_F() local
244 int ret = TestCatanhl(); HWTEST_F() local
254 int ret = TestCatanl(); HWTEST_F() local
264 int ret = TestCcos(); HWTEST_F() local
274 int ret = TestCcosf(); HWTEST_F() local
284 int ret = TestCcosh(); HWTEST_F() local
294 int ret = TestCcoshf(); HWTEST_F() local
304 int ret = TestCcoshl(); HWTEST_F() local
314 int ret = TestCcosl(); HWTEST_F() local
324 int ret = TestCexp(); HWTEST_F() local
334 int ret = TestCexpf(); HWTEST_F() local
344 int ret = TestCexpl(); HWTEST_F() local
354 int ret = TestCimag(); HWTEST_F() local
364 int ret = TestCimagf(); HWTEST_F() local
374 int ret = TestCimagl(); HWTEST_F() local
384 int ret = TestClog(); HWTEST_F() local
394 int ret = TestClogf(); HWTEST_F() local
404 int ret = TestClogl(); HWTEST_F() local
414 int ret = TestConj(); HWTEST_F() local
424 int ret = TestConjf(); HWTEST_F() local
434 int ret = TestConjl(); HWTEST_F() local
444 int ret = TestCpow(); HWTEST_F() local
454 int ret = TestCpowf(); HWTEST_F() local
464 int ret = TestCpowl(); HWTEST_F() local
474 int ret = TestCproj(); HWTEST_F() local
484 int ret = TestCprojf(); HWTEST_F() local
494 int ret = TestCprojl(); HWTEST_F() local
504 int ret = TestCreal(); HWTEST_F() local
514 int ret = TestCrealf(); HWTEST_F() local
524 int ret = TestCreall(); HWTEST_F() local
534 int ret = TestCsin(); HWTEST_F() local
544 int ret = TestCsinf(); HWTEST_F() local
554 int ret = TestCsinh(); HWTEST_F() local
564 int ret = TestCsinhf(); HWTEST_F() local
574 int ret = TestCsinhl(); HWTEST_F() local
584 int ret = TestCsinl(); HWTEST_F() local
594 int ret = TestCsqrt(); HWTEST_F() local
604 int ret = TestCsqrtf(); HWTEST_F() local
614 int ret = TestCsqrtl(); HWTEST_F() local
624 int ret = TestCtan(); HWTEST_F() local
634 int ret = TestCtanf(); HWTEST_F() local
644 int ret = TestCtanh(); HWTEST_F() local
654 int ret = TestCtanhf(); HWTEST_F() local
664 int ret = TestCtanhl(); HWTEST_F() local
674 int ret = TestCtanl(); HWTEST_F() local
684 int ret = TestCacosh(); HWTEST_F() local
[all...]
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestSprintf.cpp31 int ret = sprintf(str, "%d", -2147483648); in HWTEST_F() local
64 int ret = sprintf(str, "%ld", -2147483648); // 2^31-1 HWTEST_F() local
97 int ret = sprintf(str, "%lld", -9223372036854775807LL); // 2^63-1 HWTEST_F() local
130 int ret = sprintf(str, "%jd", -9223372036854775807LL); HWTEST_F() local
155 int ret = sprintf(str, "%td", 2147483647); HWTEST_F() local
172 int ret = sprintf(str, "%zd", 2147483647); HWTEST_F() local
189 int ret = sprintf(str, "%hd %hhd %hu %hhu", 32767, 127, 65535, 255); HWTEST_F() local
206 int ret = sprintf(str, "%5d %5d", 1, -1); HWTEST_F() local
251 int ret = sprintf(str, "%-5d %-5d", 1, -1); HWTEST_F() local
284 int ret = sprintf(str, "%.5d %.5d", 1, -1); HWTEST_F() local
341 int ret = sprintf(str, "%o", 4294967295); HWTEST_F() local
374 int ret = sprintf(str, "%10o", 65535); HWTEST_F() local
423 int ret = sprintf(str, "%x", 4294967295); HWTEST_F() local
456 int ret = sprintf(str, "%10x", 65535); HWTEST_F() local
505 int ret = sprintf(str, "%X", 4294967295); HWTEST_F() local
538 int ret = sprintf(str, "%10X", 65535); HWTEST_F() local
591 int ret = sprintf(str, "%f", -1.1); HWTEST_F() local
644 int ret = sprintf(str, "%a", 0.00457878e+16); HWTEST_F() local
693 int ret = sprintf(str, "%A", -0.00457878e+16); HWTEST_F() local
742 int ret = sprintf(str, "%e", 0.00457878e+16); HWTEST_F() local
791 int ret = sprintf(str, "%E", -0.00457878e+16); HWTEST_F() local
840 int ret = sprintf(str, "%g", 0.00457878e+16); HWTEST_F() local
889 int ret = sprintf(str, "%G", 0.00457878e+16); HWTEST_F() local
938 int ret = sprintf(str, "%s", "hello world"); HWTEST_F() local
1003 int ret = sprintf(str, "%c", 97); HWTEST_F() local
1036 int ret = sprintf(str, "%p", 97); HWTEST_F() local
1057 int ret = sprintf(str, "%%", 97); HWTEST_F() local
[all...]
H A DIoTestStrings.cpp29 int ret; in HWTEST_F() local
49 int ret = strncasecmp("abcdefg", "abcdEFg", 7); in HWTEST_F() local
66 int ret = strcasecmp("abcdefg", "abcdEFg"); HWTEST_F() local
84 char *ret = index(src, '1'); HWTEST_F() local
106 char *ret = rindex(src, '1'); HWTEST_F() local
[all...]
/drivers/hdf_core/framework/test/unittest/platform/entry/
H A Dhdf_mipi_csi_entry_test.c17 int32_t ret; in HdfMipiCsiEntry() local
H A Dhdf_mipi_dsi_entry_test.c17 int32_t ret; in HdfMipiDsiEntry() local
/drivers/peripheral/display/test/unittest/lite/
H A Dhdi_display_test.cpp36 int32_t ret; in SetUpTestCase() local
48 int32_t ret; in TearDownTestCase() local
65 int32_t ret; in HWTEST_F() local
84 int32_t ret; HWTEST_F() local
102 int32_t ret; HWTEST_F() local
120 int32_t ret; HWTEST_F() local
138 int32_t ret; HWTEST_F() local
156 int32_t ret; HWTEST_F() local
174 int32_t ret; HWTEST_F() local
194 int32_t ret; HWTEST_F() local
211 int32_t ret; HWTEST_F() local
228 int32_t ret; HWTEST_F() local
248 int32_t ret; HWTEST_F() local
266 int32_t ret; HWTEST_F() local
286 int32_t ret; HWTEST_F() local
304 int32_t ret; HWTEST_F() local
322 int32_t ret; HWTEST_F() local
340 int32_t ret; HWTEST_F() local
357 int32_t ret; HWTEST_F() local
375 int32_t ret; HWTEST_F() local
393 int32_t ret; HWTEST_F() local
411 int32_t ret; HWTEST_F() local
429 int32_t ret; HWTEST_F() local
447 int32_t ret; HWTEST_F() local
465 int32_t ret; HWTEST_F() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/nativexcomponent/
H A Dnative_xcomponent_test.cpp23 auto ret = OH_NativeXComponent_GetNativeXComponent(nullptr); in TestNativeXComponent001() local
/test/xts/acts/hiviewdfx_lite/hilog_hal/src/
H A Ddfx_hilog.c128 BOOL ret = TRUE; in LITE_TEST_CASE() local
143 const char * ret = HiLogGetModuleName(HILOG_MODULE_HIVIEW); in LITE_TEST_CASE() local
/test/xts/hats/hdf/hdf_lite/display/
H A Dhdi_display_test.cpp36 int32_t ret; in SetUpTestCase() local
48 int32_t ret; in TearDownTestCase() local
65 int32_t ret; in HWTEST_F() local
84 int32_t ret; HWTEST_F() local
102 int32_t ret; HWTEST_F() local
120 int32_t ret; HWTEST_F() local
138 int32_t ret; HWTEST_F() local
156 int32_t ret; HWTEST_F() local
174 int32_t ret; HWTEST_F() local
194 int32_t ret; HWTEST_F() local
211 int32_t ret; HWTEST_F() local
228 int32_t ret; HWTEST_F() local
248 int32_t ret; HWTEST_F() local
266 int32_t ret; HWTEST_F() local
286 int32_t ret; HWTEST_F() local
304 int32_t ret; HWTEST_F() local
322 int32_t ret; HWTEST_F() local
340 int32_t ret; HWTEST_F() local
357 int32_t ret; HWTEST_F() local
375 int32_t ret; HWTEST_F() local
393 int32_t ret; HWTEST_F() local
411 int32_t ret; HWTEST_F() local
429 int32_t ret; HWTEST_F() local
447 int32_t ret; HWTEST_F() local
465 int32_t ret; HWTEST_F() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A Dplugin.cpp34 bool ret = NativeRender::GetInstance()->Export(env, exports); in Init() local
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/
H A Dmodule.cpp38 bool ret = NapiManager::GetInstance()->Export(env, exports); in Init() local
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/
H A Dmodule.cpp37 bool ret = NapiManager::GetInstance()->Export(env, exports); in Init() local
/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_module.c28 int32_t ret; in InitFeatures() local
56 int32_t ret; in DeInitFeatures() local
80 int32_t ret; InitWifiModule() local
[all...]
/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_block.c19 int32_t ret; in MmcBlockInit() local
[all...]
/drivers/hdf_core/framework/model/storage/src/mtd/
H A Dmtd_block.c25 int32_t ret; in MtdBlockInit() local
/drivers/hdf_core/framework/sample/platform/uart/dev/
H A Dhello_uart_dev.c19 int ret; in main() local
/drivers/hdf_core/framework/sample/platform/uart/dispatch/
H A Dhello_uart_dispatch.c27 int ret = UartWrite(handle, (uint8_t *)info, strlen(info)); in main() local
/drivers/hdf_core/framework/test/fuzztest/uhdf2_utils_fuzzer/hdfxcollie_fuzzer/
H A Dhdfxcollie_fuzzer.cpp25 int ret = HDF_FAILURE; in LLVMFuzzerTestOneInput() local
/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_flashlight_uttest_v1_2.cpp44 int32_t ret; in HWTEST_F() local
63 int32_t ret; in HWTEST_F() local
82 int32_t ret; in HWTEST_F() local
107 int32_t ret; in HWTEST_F() local
132 int32_t ret; HWTEST_F() local
165 int32_t ret; HWTEST_F() local
200 int32_t ret; HWTEST_F() local
[all...]
/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_death_test.cpp46 auto ret = displayComposer_->AddDeathRecipient(recipient); in HWTEST_F() local
58 auto ret = displayComposer_->AddDeathRecipient(recipient); in HWTEST_F() local
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_device_interface.cpp27 int ret; in DiscoveryDevice() local
/drivers/peripheral/vibrator/test/fuzztest/vibratorstopv1_2_fuzzer/
H A Dvibratorstopv1_2_fuzzer.cpp32 int ret = g_vibratorInterface->StartOnce(*(uint32_t *)data); in VibratorStopV1_2FuzzTest() local
/drivers/peripheral/usb/test/fuzztest/usbcommonfunction_fuzzer/
H A Dusbcommonfunction_fuzzer.cpp26 int32_t ret = usbInterface->SetPortRole(DEFAULT_PORT_ID, DEFAULT_ROLE_HOST, DEFAULT_ROLE_HOST); in UsbFuzzTestHostModeInit() local
[all...]
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth_funcs.c36 ResultCode ret = RegisterExecutorToPool(&executorInfo); in RegisterExecutor() local
47 ResultCode ret = UnregisterExecutorToPool(executorIndex); in UnRegisterExecutor() local

Completed in 7 milliseconds

12345678910>>...110