Home
last modified time | relevance | path

Searched refs:Uninit (Results 1 – 23 of 23) sorted by relevance

/third_party/e2fsprogs/tests/d_fallocate/
Dexpect.gz
/third_party/e2fsprogs/tests/d_fallocate_bigalloc/
Dexpect.gz
/third_party/e2fsprogs/tests/d_punch/
Dexpect22 1/ 1 1/ 5 0 - 9 1313 - 1322 10 Uninit
23 1/ 1 2/ 5 11 - 12 1324 - 1325 2 Uninit
24 1/ 1 3/ 5 14 - 25 1327 - 1338 12 Uninit
25 1/ 1 4/ 5 27 - 28 1340 - 1341 2 Uninit
26 1/ 1 5/ 5 30 - 39 1343 - 1352 10 Uninit
30 1/ 1 1/ 4 0 - 0 1326 - 1326 1 Uninit
31 1/ 1 2/ 4 1 - 1 1339 - 1339 1 Uninit
32 1/ 1 3/ 4 2 - 2 1342 - 1342 1 Uninit
33 1/ 1 4/ 4 3 - 7 1353 - 1357 5 Uninit
37 1/ 1 1/ 1 0 - 8 1358 - 1366 9 Uninit
[all …]
/third_party/e2fsprogs/tests/d_punch_bigalloc/
Dexpect20 1/ 1 1/ 5 0 - 9 1144 - 1153 10 Uninit
21 1/ 1 2/ 5 11 - 12 1155 - 1156 2 Uninit
22 1/ 1 3/ 5 14 - 25 1158 - 1169 12 Uninit
23 1/ 1 4/ 5 27 - 28 1171 - 1172 2 Uninit
24 1/ 1 5/ 5 30 - 39 1174 - 1183 10 Uninit
28 1/ 1 1/ 1 0 - 7 1192 - 1199 8 Uninit
32 1/ 1 1/ 1 0 - 8 1200 - 1208 9 Uninit
36 1/ 1 1/ 1 0 - 9 1216 - 1225 10 Uninit
40 1/ 1 1/ 2 0 - 7 1240 - 1247 8 Uninit
41 1/ 1 2/ 2 8 - 9 1256 - 1257 2 Uninit
[all …]
/third_party/openh264/codec/processing/src/common/
DWelsFrameWorkEx.cpp42 EResult Uninit (void* pCtx, int32_t iType) { in Uninit() function
43 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Uninit (iType) : RET_INVALIDPARAM; in Uninit()
72 pVPc->Uninit = Uninit; in CreateSpecificVpInterface()
DWelsFrameWork.cpp105 Uninit (m_pStgChain[i]->m_eMethod); in ~CVpFrameWork()
117 Uninit (iType); in Init()
130 EResult CVpFrameWork::Uninit (int32_t iType) { in Uninit() function in CVpFrameWork
138 eReturn = pStrategy->Uninit (0); in Uninit()
DWelsFrameWork.h74 virtual EResult Uninit (int32_t iType) { in Uninit() function
106 EResult Uninit (int32_t iType);
/third_party/mindspore/mindspore/lite/src/runtime/gpu/cuda/
Dcuda_runtime.cc48 cuda_runtime_instance_->Uninit(); in DeleteInstance()
66 int CudaRuntime::Uninit() { in Uninit() function in mindspore::lite::cuda::CudaRuntime
74 CudaRuntime::~CudaRuntime() { Uninit(); } in ~CudaRuntime()
Dcuda_runtime.h42 int Uninit() override;
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp33 void Uninit();
124 void DecoderInterfaceTest::Uninit() { in Uninit() function in DecoderInterfaceTest
398 Uninit(); in TestEndOfStream()
440 Uninit(); in TestVclNal()
497 Uninit(); in TestErrorConIdc()
548 Uninit(); in TestGetDecStatistics()
567 Uninit(); in TestGetDecStatistics()
589 Uninit(); in TestGetDecStatistics()
611 Uninit(); in TestGetDecStatistics()
638 Uninit(); in TestGetDecSarInfo()
[all …]
DDecUT_ParseSyntax.cpp139 void Uninit();
214 void DecoderParseSyntaxTest::Uninit() { in Uninit() function in DecoderParseSyntaxTest
402 Uninit(); in TestScalingList()
416 Uninit(); in TestScalingList()
434 Uninit(); in TestSpecificBsError()
/third_party/e2fsprogs/tests/f_uninit_cat/
Dexpect11 0/ 0 1/ 3 0 - 0 58 - 58 1 Uninit
13 0/ 0 3/ 3 2 - 2 60 - 60 1 Uninit
/third_party/openh264/codec/common/src/
DWelsThreadPool.cpp68 Uninit(); in ~CWelsThreadPool()
98 m_pThreadPoolSelf->Uninit(); in AddReference()
118 Uninit(); in RemoveInstance()
204 WELS_THREAD_ERROR_CODE CWelsThreadPool::Uninit() { in Uninit() function in WelsCommon::CWelsThreadPool
/third_party/openh264/codec/processing/interface/
DIWelsVP.h246 EResult (*Uninit) (void* pCtx, int iType); member
262 virtual EResult Uninit (int iType) = 0;
272 #define IWelsVPFunc_Uninit(p, a) (p)->Uninit(a)
288 #define IWelsVPFunc_Uninit(p, a) (p)->Uninit(p->h, a)
/third_party/openh264/codec/console/dec/inc/
Dd3d9_utils.h72 HRESULT Uninit (void);
102 HRESULT Uninit (void);
/third_party/openh264/codec/encoder/core/inc/
Dwels_task_management.h56 virtual void Uninit() = 0;
115 void Uninit();
/third_party/openh264/codec/encoder/core/src/
Dwels_task_management.cpp69 pTaskManage->Uninit(); in CreateTaskManage()
93 Uninit(); in ~CWelsTaskManageBase()
122 void CWelsTaskManageBase::Uninit() { in Uninit() function in WelsEnc::CWelsTaskManageBase
/third_party/openh264/codec/common/inc/
DWelsThreadPool.h81 WELS_THREAD_ERROR_CODE Uninit();
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp85 Uninit(); in ~CD3D9Utils()
104 HRESULT CD3D9Utils::Uninit() { in Uninit() function in CD3D9Utils
266 Uninit(); in ~CD3D9ExUtils()
285 HRESULT CD3D9ExUtils::Uninit() { in Uninit() function in CD3D9ExUtils
/third_party/mindspore/mindspore/lite/src/runtime/gpu/
Dgpu_runtime.h75 virtual int Uninit() { return RET_ERROR; } in Uninit() function
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.cc60 ocl_runtime_instance_->Uninit(); in DeleteInstance()
310 int OpenCLRuntime::Uninit() { in Uninit() function in mindspore::lite::opencl::OpenCLRuntime
332 OpenCLRuntime::~OpenCLRuntime() { Uninit(); } in ~OpenCLRuntime()
Dopencl_runtime.h52 int Uninit();
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c539 voaacenc->codec_api.Uninit (voaacenc->handle); in voaacenc_core_uninit()