Home
last modified time | relevance | path

Searched defs:res (Results 2151 - 2175 of 4921) sorted by relevance

1...<<81828384858687888990>>...197

/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp58 char *res = static_cast<char *>(malloc(sizeof(char) * len)); in MallocCString() local
/test/ostest/wukong/input_factory/src/
H A Drecord_input.cpp54 std::vector<std::string> res = {std::sregex_token_iterator(in.begin(), in.end(), reg, -1), in split() local
/test/xts/acts/commonlibrary/memory_utils/libpurgeablemem/entry/src/main/cpp/
H A Dmemory.cpp56 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); in CreateOne() local
66 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZENULL, FactorialFunc, &g_pData); in CreateTwo() local
76 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); in DestroyOne() local
87 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); DestroyTwo() local
101 OH_PurgeableMemory *res = nullptr; DestroyThree() local
111 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); BeginReadOne() local
126 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); BeginReadTwo() local
139 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); EndRead() local
153 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); BeginWriteOne() local
168 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); BeginWriteTwo() local
181 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); EndWrite() local
197 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); GetContentOne() local
213 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); GetContentTwo() local
228 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); ContentSizeOne() local
243 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); ContentSizeTwo() local
255 OH_PurgeableMemory *res = OH_PurgeableMemory_Create(DATASIZE, FactorialFunc, &g_pData); AppendModifyOne() local
271 OH_PurgeableMemory *res = nullptr; AppendModifyTwo() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Ddirent1ndk.cpp122 struct dirent *res; in ReaddirR() local
183 struct dirent *res; in Readdir64R() local
/test/xts/acts/commonlibrary/thirdparty/ubsan/entry/src/main/cpp/
H A Dnapi_init.cpp43 int res = -1; in MisAlign() local
80 int res = -1; in Bounds() local
117 int res = -1; in IntegerDivBy0() local
160 int res = -1; EnumSan() local
197 int res = -1; FloatCastOverflow() local
234 int res = -1; SignedIntegerOverflow() local
291 int res = -1; VptrCheck() local
329 int res = -1; NonnullAttribute() local
372 int res = -1; NullSanitize() local
427 int res = -1; PointerOverflow() local
467 int res = -1; ReturnNonnullAttribute() local
506 int res = -1; ShiftBase() local
543 int res = -1; ShiftExponent() local
578 int res = -1; UndefinedBool() local
620 int res = -1; VlaBound() local
[all...]
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
H A Dnativevsync.cpp298 int res = OH_NativeVSync_GetPeriod(nullptr, &period); in OHNativeVSyncGetPeriodNullptr() local
311 int res = OH_NativeVSync_RequestFrame(nullptr, MyFrameCallback, &param); in OHNativeVSyncRequestFrameNullptr() local
337 int res = OH_NativeVSync_RequestFrame(nativeVSync, MyFrameCallback, param); in OHNativeVSyncRequestFrameNormal() local
350 int res = OH_NativeVSync_RequestFrame(nativeVSync, MyFrameCallback, &param); OHNativeVSyncRequestFrameParamErr() local
[all...]
/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/
H A Dhello.cpp37 napi_value res; in Test_VideoDecoder_SetDecryptionConfig() local
81 napi_value res; in Test_AVDemuxer_GetMediaKeySystemInfo() local
137 napi_value res; in Test_AVDemuxer_SetMediaKeySystemInfoCallback() local
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp49 bool res = true; in CheckDecDesc() local
/test/xts/acts/multimedia/media/media_js_standard/avplayeraudiondk/entry/src/main/cpp/
H A DAudioPlayerNDK.cpp41 napi_value res; in PlayerStateSetURLSource() local
59 napi_value res; in PlayerStatePrepare() local
79 napi_value res; in PlayerStatePlayer() local
100 napi_value res; in PlayerStatePause() local
119 napi_value res; PlayerStateStop() local
136 napi_value res; PlayerStateReset() local
157 napi_value res; PlayerStateSetvolume() local
179 napi_value res; PlayerStateSeek() local
200 napi_value res; PlayerStateGetCurrentTime() local
222 napi_value res; PlayerStateSetSpeed() local
244 napi_value res; PlayerStateGetSpeed() local
265 napi_value res; PlayerStateIsPlaying() local
285 napi_value res; PlayerStateGetDuration() local
308 napi_value res; PlayerStateLoop() local
329 napi_value res; PlayerStateSetSpeed_1_25_X() local
350 napi_value res; PlayerStateSetSpeed_1_75_X() local
371 napi_value res; PlayerStateSetSpeed_2_00_X() local
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H A Dimage_packer_test.cpp97 bool CreateArrayBuffer(napi_env env, void* src, size_t srcLen, napi_value *res) in CreateArrayBuffer() argument
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_mdk_test.cpp90 int32_t res = OH_Image_Receiver_CreateImageReceiver(env, receiverInfo, &receiver); in JsCreateImageReceiver() local
120 int32_t res = OH_Image_Receiver_GetReceivingSurfaceId(native, buf, ID_SIZE); in JsGetReceivingSurfaceId() local
141 int32_t res = OH_Image_Receiver_ReadLatestImage(native, &result); in JsReadLatestImage() local
159 int32_t res = OH_Image_Receiver_ReadNextImage(native, &result); in JsReadNextImage() local
183 int32_t res = OH_Image_Receiver_On(native, OnEvent); in JsOn() local
199 int32_t res = OH_Image_Receiver_Release(native); JsReceiverRelease() local
230 int32_t res = OH_Image_Receiver_GetSize(native, &size); JsGetSize() local
251 int32_t res = OH_Image_Receiver_GetCapacity(native, &capacity); JsGetCapacity() local
269 int32_t res = OH_Image_Receiver_GetFormat(native, &format); JsGetFormat() local
308 int32_t res = OH_Image_Release(native); JsImageRelease() local
323 int32_t res = OH_Image_ClipRect(native, &rect); JsImageClipRect() local
346 int32_t res = OH_Image_Size(native, &size); JsImageSize() local
366 int32_t res = OH_Image_Format(native, &format); JsImageFormat() local
395 int32_t res = OH_Image_GetComponent(native, componentType, &component); JsImageGetComponent() local
[all...]
/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
H A Dsubscribe.cpp114 napi_value res = nullptr; in CreateSubscribeInfo() local
127 napi_value res = nullptr; in CreateSubscribeInfo() local
132 napi_value res = nullptr; in CreateSubscribeInfo() local
221 napi_value res in DestroySubscribeInfo() local
231 napi_value res = nullptr; CreateSubscriber() local
245 napi_value res = nullptr; DestroySubscriber() local
254 napi_value res = nullptr; CommonEventSubscribe() local
263 napi_value res = nullptr; CommonEventUnSubscribe() local
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_hdi_test_v1_2.cpp284 std::string res; in TranslateXMageAbilityToString() local
/third_party/curl/tests/libtest/
H A Dlib582.c231 int res = 0; in test() local
/third_party/ffmpeg/libavcodec/
H A Ddsicinvideo.c204 bitmap_frame_type, bitmap_frame_size, res = 0; in cinvideo_decode_frame() local
[all...]
H A Dmpc8.c188 int i, j, k, ch, cnt, res, t; in mpc8_decode_frame() local
[all...]
H A Dgdv.c182 int res; in read_bits2() local
203 int res = bits->queue & ((1 << nbits) - 1); in read_bits32() local
H A Djpeg2000.c44 int64_t res = 0; in tag_tree_size() local
58 Jpeg2000TgtNode *res, *t, *t2; in ff_jpeg2000_tag_tree_init() local
H A Dflashsvenc.c136 int buf_pos, res; in encode_bitstream() local
208 int res; in flashsv_encode_frame() local
H A Dkmvc.c78 int res, val; in kmvc_decode_intra_8x8() local
167 int res, val; kmvc_decode_inter_8x8() local
[all...]
H A Dlibdav1d.c175 int res; in libdav1d_parse_extradata() local
219 int res; in libdav1d_init() local
301 int res; libdav1d_receive_frame() local
[all...]
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c164 ssize_t res = process_vm_readv (pid_arg->tid_attached, in read_cached_memory() local
/third_party/elfio/elfio/
H A Delfio.hpp694 std::vector<segment*> res; variable
/third_party/elfutils/tests/
H A Daddrcfi.c165 int res = handle_cfi (dwfl, ".eh_frame", in handle_address() local
/third_party/elfutils/libelf/
H A Delf32_updatefile.c370 int res; in __elfw2() local

Completed in 31 milliseconds

1...<<81828384858687888990>>...197