Home
last modified time | relevance | path

Searched defs:retVal (Results 51 - 75 of 131) sorted by relevance

123456

/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c348 static deFileResult mapReadWriteResult (BOOL retVal, DWORD numBytes) in mapReadWriteResult() argument
/third_party/zlib/contrib/testzlib/
H A Dtestzlib.c123 int retVal=1; in ReadFileMemory() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dctypendk.cpp48 int retVal = isalnum(static_cast<int>(ch[0])); in Isalnum() local
67 int retVal = isalnum_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); in IsalnumL() local
86 int retVal = isalpha(static_cast<int>(ch[0])); in Isalpha() local
105 int retVal = isalpha_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); in IsalphaL() local
122 int retVal = isascii(first); in Isascii() local
141 int retVal = isblank(static_cast<int>(ch[0])); Isblank() local
160 int retVal = isblank_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IsblankL() local
177 int retVal = iscntrl(first); Iscntrl() local
194 int retVal = iscntrl_l(first, INPUT_VALUE_ZERO); IscntrlL() local
213 int retVal = isdigit(static_cast<int>(ch[0])); Isdigit() local
231 int retVal = isdigit_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IsdigitL() local
250 int retVal = isgraph(static_cast<int>(ch[0])); Isgraph() local
268 int retVal = isgraph_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IsgraphL() local
287 int retVal = islower(static_cast<int>(ch[0])); Islower() local
306 int retVal = islower_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IslowerL() local
325 int retVal = isprint(static_cast<int>(ch[0])); Isprint() local
344 int retVal = isprint_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IsprintL() local
363 int retVal = ispunct(static_cast<int>(ch[0])); Ispunct() local
382 int retVal = ispunct_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IspunctL() local
401 int retVal = isspace(static_cast<int>(ch[0])); Isspace() local
419 int retVal = isspace_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IsspaceL() local
438 int retVal = isupper(static_cast<int>(ch[0])); Isupper() local
457 int retVal = isupper_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IsupperL() local
476 int retVal = isxdigit(static_cast<int>(ch[0])); Isxdigit() local
495 int retVal = isxdigit_l(static_cast<int>(ch[0]), INPUT_VALUE_ZERO); IsxdigitL() local
[all...]
H A Dmmanndk.cpp70 int retVal = PARAM_0; in MemfdCreate() local
88 int retVal = PARAM_0; in Mincore() local
116 int retVal = PARAM_0; in Mmap() local
144 int retVal = FAIL; MProtect() local
155 int retVal = FAIL; MreMap() local
174 int retVal = FAIL; MSync() local
189 int retVal = FAIL; MUnLock() local
[all...]
H A Dwctypendk.cpp61 int retVal = iswalnum((wint_t) * (char16_t *)ch); in Iswalnum() local
81 int retVal = iswalnum_l((wint_t) * (char16_t *)ch, PARAM_0); in IswalnumL() local
101 int retVal = iswalpha((wint_t) * (char16_t *)ch); in Iswalpha() local
121 int retVal = iswalpha_l((wint_t) * (char16_t *)ch, PARAM_0); in IswalphaL() local
141 int retVal = iswblank((wint_t) * (char16_t *)ch); in Iswblank() local
161 int retVal = iswblank_l((wint_t) * (char16_t *)ch, PARAM_0); IswblankL() local
179 int retVal = iswcntrl(first); Iswcntrl() local
197 int retVal = iswcntrl_l(first, PARAM_0); IswcntrlL() local
217 int retVal = iswdigit((wint_t) * (char16_t *)ch); Iswdigit() local
236 int retVal = iswdigit_l((wint_t) * (char16_t *)ch, PARAM_0); IswdigitL() local
256 int retVal = iswgraph((wint_t) * (char16_t *)ch); Iswgraph() local
275 int retVal = iswgraph_l((wint_t) * (char16_t *)ch, PARAM_0); IswgraphL() local
295 int retVal = iswlower((wint_t) * (char16_t *)ch); Iswlower() local
315 int retVal = iswlower_l((wint_t) * (char16_t *)ch, PARAM_0); IswlowerL() local
335 int retVal = iswprint((wint_t) * (char16_t *)ch); Iswprint() local
355 int retVal = iswprint_l((wint_t) * (char16_t *)ch, PARAM_0); IswprintL() local
375 int retVal = iswpunct((wint_t) * (char16_t *)ch); Iswpunct() local
395 int retVal = iswpunct_l((wint_t) * (char16_t *)ch, PARAM_0); IswpunctL() local
415 int retVal = iswspace((wint_t) * (char16_t *)ch); Iswspace() local
434 int retVal = iswspace_l((wint_t) * (char16_t *)ch, PARAM_0); IswspaceL() local
454 int retVal = iswupper((wint_t) * (char16_t *)ch); Iswupper() local
474 int retVal = iswupper_l((wint_t) * (char16_t *)ch, PARAM_0); IswupperL() local
496 int retVal = iswctype((wint_t) * (char16_t *)chFirst, wctype(chSecond)); Iswctype() local
518 int retVal = iswctype_l((wint_t) * (char16_t *)chFirst, wctype(chSecond), PARAM_0); IswctypeL() local
538 int retVal = iswxdigit((wint_t) * (char16_t *)ch); Iswxdigit() local
558 int retVal = iswxdigit_l((wint_t) * (char16_t *)ch, PARAM_0); IswxdigitL() local
[all...]
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/
H A DmediaAssetManager.cpp73 napi_value retVal = nullptr; in Callback() local
/third_party/icu/icu4c/source/i18n/
H A Dumsg.cpp94 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessage() local
135 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessageWithError() local
251 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status); in umsg_open() local
284 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone() local
[all...]
H A Dunum.cpp51 NumberFormat *retVal = NULL; in unum_open() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.c890 bool retVal; in svga_fence_finish() local
H A Dsvga_surface.c298 struct pipe_surface *retVal = NULL; in svga_create_surface_view() local
/third_party/musl/src/hilog/linux/
H A Dvsnprintf_s_p.c223 int retVal; in vsnprintfp_s() local
278 int retVal; in SecVsnprintfPImpl() local
[all...]
/third_party/musl/porting/linux/user/src/hilog/
H A Dvsnprintf_s_p.c223 int retVal; in vsnprintfp_s() local
278 int retVal; in SecVsnprintfPImpl() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp190 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status); in uCharsToChars() local
/third_party/node/deps/icu-small/source/i18n/
H A Dumsg.cpp94 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessage() local
135 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessageWithError() local
251 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status); in umsg_open() local
284 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone() local
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducbuf.cpp345 int32_t retVal = (int32_t)U_EOF; in ucbuf_getc32() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp190 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status); in uCharsToChars() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducbuf.cpp345 int32_t retVal = (int32_t)U_EOF; in ucbuf_getc32() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dumsg.cpp94 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessage() local
135 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessageWithError() local
251 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status); in umsg_open() local
284 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtjava.cpp190 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status); in uCharsToChars() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducbuf.cpp345 int32_t retVal = (int32_t)U_EOF; in ucbuf_getc32() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp62 tcu::Vector<T1, S1> retVal; in convertToTypeVec() local
215 AttributeCase* retVal = new AttributeCase(ctx, in create() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp64 tcu::Vector<T1, S1> retVal; in convertToTypeVec() local
291 AttributeCase* retVal = new AttributeCase(ctx, in create() local
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_test.cpp168 napi_value retVal; in Callback() local
/third_party/icu/icu4c/source/test/cintltst/
H A Didnatest.c525 int32_t retVal = func(s1,-1,s2,-1,UIDNA_DEFAULT,&status); in testCompareWithSrc() local
/third_party/icu/icu4c/source/common/
H A Dudata.cpp308 UDataMemory *retVal = NULL; in udata_findCachedData() local
1169 UDataMemory *retVal = NULL; in doOpenChoice() local
[all...]

Completed in 26 milliseconds

123456