/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | semndk.cpp | 23 #define ONEVAL 1
macro 38 int semval = semop(semid, &sops, ONEVAL);
in Semop() 53 int semval = semtimedop(semid, &sops, ONEVAL, nullptr);
in Semtimedop() 69 int semid = semget(k, ONEVAL, IPC_CREAT | TEST_MODE);
in Semctl() 78 napi_create_int32(env, ONEVAL, &result);
in Semctl() 90 int semval = semget(k, ONEVAL, IPC_CREAT | TEST_MODE);
in Semget()
|
H A D | sendfilendk.cpp | 29 #define ONEVAL 1
macro 47 int senval = sendfile(tofd, fromfd, &off, ONEVAL);
in Sendfile() 54 int senval = sendfile(tofd, fromfd, &off, ONEVAL);
in Sendfile() 91 ret = ONEVAL;
in Sendfile64()
|
H A D | fsuidndk.cpp | 21 #define ONEVAL 1
macro 27 const gid_t fsgid = ONEVAL;
in Setfsgid() 39 const gid_t invalid_fsuid = ONEVAL;
in Setfsuid()
|
H A D | syslogndk.cpp | 21 #define ONEVAL (-1)
macro 48 napi_create_int32(env, ONEVAL, &result);
in Setlogmask() 65 int ret = ONEVAL;
in Syslog()
|
H A D | netdbndk.cpp | 32 #define ONEVAL 1
macro 315 sethostent(ONEVAL);
in Sethostent() 329 setnetent(ONEVAL);
in Setnetent() 330 while (ONEVAL) {
in Setnetent() 337 napi_create_int32(env, ONEVAL, &result);
in Setnetent() 377 setservent(ONEVAL);
in Setservent()
|
H A D | capability1ndk.cpp | 30 #define ONEVAL 1
macro 34 size_t argc = ONEVAL;
in CapGet()
|
H A D | auxv1ndk.cpp | 32 #define ONEVAL 1
macro 36 size_t argc = ONEVAL;
in Getauxval()
|
H A D | mntentndk.cpp | 30 #define ONEVAL 1
macro 44 napi_create_int32(env, ONEVAL, &result);
in Setmntent()
|
H A D | selectndk.cpp | 26 #define ONEVAL 1
macro 58 int retval = select(ONEVAL, &rfds, nullptr, nullptr, &tv);
in Select()
|
H A D | resourcendk.cpp | 41 #define ONEVAL 1
macro 171 } else if (valueFirst == ONEVAL) {
in Setrlimit() 200 } else if (valueFirst == ONEVAL) {
in Setrlimit64()
|
H A D | setjmpndk.cpp | 28 #define ONEVAL 1
macro 58 returnValue = ONEVAL;
in _Longjmp()
|
H A D | direntndk.cpp | 31 #define ONEVAL 1
macro 124 } else if (valueFirst == ONEVAL) {
in Seekdir()
|
H A D | grpndk.cpp | 29 #define ONEVAL 1
macro 86 napi_create_int32(env, ONEVAL, &result);
in Setgrent()
|
H A D | semaphorendk.cpp | 33 #define ONEVAL 1
macro 124 sem_init(&semp, PARAM_0, ONEVAL);
in SemDestroy()
|
H A D | stdiondk.cpp | 30 #define ONEVAL 1
macro 43 #define ONEVAL 1
macro 140 int i = ONEVAL;
in Vsprintf() 163 int i = ONEVAL;
in VsprintfChk()
|
H A D | fsuidndk1.cpp | 21 #define ONEVAL 1
macro
|
H A D | grp1ndk.cpp | 28 #define ONEVAL 1
macro
|
H A D | shmndk.cpp | 27 #define ONEVAL 1
macro
|
H A D | setjmpndk1.cpp | 28 #define ONEVAL 1
macro
|
H A D | utmpndk.cpp | 26 #define ONEVAL 1
macro
|
H A D | signalndk.cpp | 42 #define ONEVAL 1
macro 563 siginterrupt(sig, ONEVAL);
in Siginterrupt() 615 union sigval sigval = {.sival_int = ONEVAL};
in Sigqueue()
|
H A D | pwdndk.cpp | 28 #define ONEVAL 1
macro
|
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/ |
H A D | nativeDrawingndk.cpp | 29 #define ONEVAL 1
macro 550 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies);
in OHDrawingTypographyGetMinIntrinsicWidth() 587 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies);
in OHDrawingTypographyGetMaxIntrinsicWidth() 619 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies);
in OHDrawingTypographyGetLongestLine() 646 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies);
in OHDrawingTypographyGetLongestLineAbnormal() 671 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies);
in OHDrawingTypographyGetLongestLineWithIndent() 703 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies);
in OHDrawingTypographyGetAlphabeticBaseline() 735 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies);
in OHDrawingTypographyGetAlphabeticBaselineNormal() 767 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies);
in OHDrawingTypographyGetIdeographicBaseline() 799 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilie in OHDrawingTypographyGetIdeographicBaselineNormal() [all...] |
/test/xts/acts/multimedia/media/media_ndk_standard/AVPlayerNDK/entry/src/main/cpp/ |
H A D | avplayer_ndk_test.cpp | 37 #define ONEVAL 1 macro 136 glGenTextures(ONEVAL, &textureId); in GetAVPlayer() 268 napi_create_int32(env, ONEVAL, &result); in OhAvPlayerIsPlaying() 439 int32_t speed = getParamAtIndex(ONEVAL, env, info); in OhAvPlayerSeek()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | signalndk32.cpp | 38 #define ONEVAL 1
macro
|