Home
last modified time | relevance | path

Searched refs:MPARAM_1 (Results 1 - 22 of 22) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmntentndk1.cpp28 #define MPARAM_1 (-1) macro
36 int fileDescribe = MPARAM_1; in GetMnTent()
38 int ret = MPARAM_1; in GetMnTent()
41 if (fileDescribe == MPARAM_1) { in GetMnTent()
45 if (ret == MPARAM_1) { in GetMnTent()
49 if (ret == MPARAM_1) { in GetMnTent()
53 fileDescribe = MPARAM_1; in GetMnTent()
55 if (ret == MPARAM_1) { in GetMnTent()
58 ret = MPARAM_1; in GetMnTent()
60 if (fileDescribe == MPARAM_1) { in GetMnTent()
[all...]
H A Dmountndk1.cpp25 #define MPARAM_1 (-1) macro
32 int ret = MPARAM_1; in Mount()
35 if (ret == MPARAM_1) { in Mount()
39 if (ret == MPARAM_1) { in Mount()
43 if (ret == MPARAM_1) { in Mount()
56 int ret = MPARAM_1; in Umount()
59 if (ret == MPARAM_1) { in Umount()
63 if (ret == MPARAM_1) { in Umount()
67 if (ret == MPARAM_1) { in Umount()
71 if (ret == MPARAM_1) { in Umount()
[all...]
H A Dmmanndk1.cpp26 #define MPARAM_1 (-1) macro
36 int fileDescribe = MPARAM_1; in Mmap()
38 int ret = MPARAM_1; in Mmap()
41 if (fileDescribe == MPARAM_1) { in Mmap()
45 if (ret == MPARAM_1) { in Mmap()
49 if (ret == MPARAM_1) { in Mmap()
54 if (ret == MPARAM_1) { in Mmap()
57 ret = MPARAM_1; in Mmap()
59 if (fileDescribe == MPARAM_1) { in Mmap()
71 if (fileDescribe != MPARAM_1) { in Mmap()
[all...]
H A Dunistdndk1.cpp38 #define MPARAM_1 (-1) macro
82 NAPI_ASSERT(env, fileDescribe != MPARAM_1, "open Error"); in PreadChk_One()
98 int ret = __pread_chk(MPARAM_1, buf, COUNT, offset, sizeof(buf)); in PreadChk_Two()
100 napi_create_int32(env, ret == MPARAM_1 && errno == EBADF, &result); in PreadChk_Two()
109 NAPI_ASSERT(env, fileDescribe != MPARAM_1, "open Error"); in ReadChk_One()
124 int ret = __read_chk(MPARAM_1, buf, BUF_SIZE, sizeof(buf)); in ReadChk_Two()
126 napi_create_int32(env, ret == MPARAM_1 && errno == EBADF, &result); in ReadChk_Two()
133 NAPI_ASSERT(env, fileDescribe != MPARAM_1, "open Error"); in PWrite_One()
144 int ret = pwrite(MPARAM_1, g_tempFileContent, strlen(g_tempFileContent), PARAM_0); in PWrite_Two()
146 napi_create_int32(env, ret == MPARAM_1 in PWrite_Two()
[all...]
H A Dtimendk1.cpp39 #define MPARAM_1 (-1) macro
55 int ret = MPARAM_1; in Futimes_One()
57 if (fd != MPARAM_1) { in Futimes_One()
108 int ret = futimesat(MPARAM_1, TEST_FILE_NAME, nullptr); in Futimesat_Two()
110 napi_create_int32(env, ret == MPARAM_1 && errno == EBADF, &result); in Futimesat_Two()
159 napi_create_int32(env, ret == MPARAM_1 && errno == EINVAL, &result); in Utimes_Two()
H A Drandomndk1.cpp22 #define MPARAM_1 1 macro
29 if (len == MPARAM_1) { in Getrandom()
30 ret = MPARAM_1; in Getrandom()
H A Dsemaphorendk1.cpp25 #define MPARAM_1 (-1) macro
34 int ret = MPARAM_1; in SemUnlink()
44 if (ret == MPARAM_1) { in SemUnlink()
H A Dstdiondk1.cpp33 #define MPARAM_1 (-1) macro
185 size_t ret = MPARAM_1; in Vsnprintf_Chk_One()
216 int ret = MPARAM_1; in Asprintf_One()
237 int ret = MPARAM_1; in ClearErr_One()
259 int ret = MPARAM_1; in Clearerr_Unlocked_One()
319 int ret = MPARAM_1; in Feof_unlocked_One()
340 int ret = MPARAM_1; in Ferror_One()
363 int ret = MPARAM_1; in Ferror_unlocked_One()
525 int ret = MPARAM_1; in Fileno_One()
540 int ret = MPARAM_1; in Fileno_unlocked_One()
[all...]
H A Dpersonalityndk.cpp29 #define MPARAM_1 (-1) macro
34 ret = personality(MPARAM_1); in Personality()
H A Dptracendk.cpp27 #define MPARAM_1 (-1) macro
41 if (MPARAM_1 == ret) { in Ptrace()
H A Dswapndk.cpp25 #define MPARAM_1 (-1) macro
46 if (checkParam != MPARAM_1) { in SwapOff()
H A Dfenvndk.cpp26 #define MPARAM_1 (-1) macro
173 case MPARAM_1: in FeClearExcept()
H A Dthreadsndk1.cpp25 #define MPARAM_1 (-1) macro
164 param.waitRet = MPARAM_1; in Cnd_signal_One()
188 param.waitRet = MPARAM_1; in Cnd_signal_Two()
477 int ret = MPARAM_1; in Thrd_detach_One()
H A Dpthreadndk1.cpp32 #define MPARAM_1 (-1) macro
399 const int testStackSize = MPARAM_1; in PThreadAttrSetStack_Two()
440 const size_t testStackSize = MPARAM_1; in PThreadAttrSetStackSize_Two()
H A Dunistdndk.cpp66 #define MPARAM_1 (-1) macro
533 if (pid == MPARAM_1) { in tcgetpgrp_handler()
755 if (df != MPARAM_1) { in Truncate()
770 if (df != MPARAM_1) { in Truncate64()
1513 if (ret != MPARAM_1) { in Nice()
H A Dwcharndk1.cpp35 #define MPARAM_1 (-1) macro
995 NAPI_ASSERT(env, ret == MPARAM_1, "wmemcmp Error"); in Wmemcmp_One()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dtimexndk32.cpp28 #define MPARAM_1 (-1) macro
52 NAPI_ASSERT(env, resultValue != MPARAM_1, "AdjTimex_time64_One failed"); in AdjTimex_time64_One()
63 NAPI_ASSERT(env, resultValue != MPARAM_1, "AdjTimex_time64_Two failed"); in AdjTimex_time64_Two()
90 NAPI_ASSERT(env, resultValue != MPARAM_1, "AdjTimex_One failed"); in AdjTimex_One()
122 napi_create_int32(env, returnValue == MPARAM_1, &result); in Clock_adjTime64_Two()
132 napi_create_int32(env, returnValue == MPARAM_1, &result); in Clock_adjTime64_Three()
142 napi_create_int32(env, returnValue == MPARAM_1, &result); in Clock_adjTime64_Four()
H A Dtimendk32.cpp39 #define MPARAM_1 (-1) macro
H A Dfnmatchndk32.cpp62 #define MPARAM_1 (-1) macro
326 int ret = MPARAM_1; in FuTimes_time64()
328 if (fileDescribe != MPARAM_1) { in FuTimes_time64()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DmultimediaCore.cpp30 #define MPARAM_1 1.0 macro
100 float floatValue = MPARAM_1;
101 double doubleValue = MPARAM_1;
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktest/entry/src/main/cpp/
H A Drdb_test.cpp37 #define MPARAM_1 (-1) macro
290 napi_create_int32(env, ((returnValueOne == PARAM_1) && (returnValueTwo == MPARAM_1)) && in InsertFive()
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp30 #define MPARAM_1 (-1) macro
1798 OH_NN_ReturnCode getDeviceName_ret = OH_NNDevice_GetType(MPARAM_1, &type); in OHNNDeviceGetTypeTwo()

Completed in 30 milliseconds