/third_party/ffmpeg/libavcodec/ |
H A D | pthread_frame.c | 70 UNINITIALIZED, ///< Thread has not been created, AVCodec->close mustn't be called 71 NEEDS_CLOSE, ///< FFCodec->close needs to be called 746 if (codec->close && p->thread_init != UNINITIALIZED) in ff_frame_thread_free() 747 codec->close(ctx); in ff_frame_thread_free()
|
H A D | wmadec.c | 1009 .close = ff_wma_end, 1026 .close = ff_wma_end,
|
H A D | pngenc.c | 1201 .close = png_enc_close, 1224 .close = png_enc_close,
|
H A D | omx.c | 947 .close = omx_encode_end, 968 .close = omx_encode_end,
|
H A D | proresenc_anatoliy.c | 951 .close = prores_encode_close, 967 .close = prores_encode_close,
|
/third_party/backends/backend/ |
H A D | dll.c | 213 extern void BE_ENTRY(name,close) (SANE_Handle); \ 235 BE_ENTRY(name,close), \ 283 "init", "exit", "get_devices", "open", "close", "get_option_descriptor",
|
H A D | canon630u-common.c | 943 close(fd); in plugin_cal() 1592 close(fd); in CANON_start_scan()
|
H A D | p5_device.c | 550 close (fd); in open_pp() 559 /** close low level device 560 * release and close low level hardware device 571 close (fd); in close_pp()
|
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 745 close(fd); in main() 1167 close(fd2); in main()
|
/third_party/curl/lib/ |
H A D | connect.c | 313 /* close if a connection, or a stream that isn't multiplexed. */ in Curl_conncontrol() 325 ; /* stream signal on multiplex conn never affects close state */ in Curl_conncontrol() 326 else if((bit)closeit != conn->bits.close) { in Curl_conncontrol() 327 conn->bits.close = closeit; /* the only place in the source code that in Curl_conncontrol() 460 /* Don't close a previous cfilter yet to ensure that the next IP's in baller_initiate() 593 * succeeded and, if so, close any ongoing other ones. in is_connected() 903 * close/free all others. */ in cf_he_connect() 930 CURL_TRC_CF(data, cf, "close"); in cf_he_close() 1285 CURL_TRC_CF(data, cf, "close"); in cf_setup_close()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 786 close(fd); in mkfs_msdos() 788 close(fd1); in mkfs_msdos()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRegressionTest.java | 162 ostream.close(); in Test4096952() 163 baos.close(); in Test4096952()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBManager.java | 394 fw.close(); in writeToFile() 451 fw.close(); in writeToFile()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 181 reader.close(); in TestUTF8() 354 is.close(); in TestDetection()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRegressionTest.java | 159 ostream.close(); in Test4096952() 160 baos.close(); in Test4096952()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 178 reader.close(); in TestUTF8() 351 is.close(); in TestDetection()
|
/third_party/lame/ACM/ |
H A D | ACM.cpp | 1145 if (the_stream->close(a_StreamHeader->pbDst, &OutputSize) && (OutputSize <= a_StreamHeader->cbDstLength)) in OnStreamUnPrepareHeader() 1158 if (the_stream->close(a_StreamHeader->pbDst, &OutputSize) && (OutputSize <= a_StreamHeader->cbDstLength)) in OnStreamUnPrepareHeader()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.c | 500 close(fd); in radv_load_meta_pipeline() 543 close(fd); in radv_store_meta_pipeline()
|
/third_party/ltp/lib/ |
H A D | tst_cgroup.c | 627 close(mnt_dfd); in cgroup_root_scan() 1131 close((*dir)->dir_fd); in tst_cg_group_rm()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_memory_helper.c | 726 close(memfd_file->fd); in nine_memfd_allocator() 1053 close(allocator->memfd_pool[i].fd); in nine_allocator_destroy()
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 617 close(psc->fd); in dri2DestroyScreen() 1235 close(psc->fd); in dri2CreateScreen()
|
/third_party/mesa3d/src/intel/common/tests/ |
H A D | mi_builder_test.cpp | 163 close(fd); in ~mi_builder_test() 200 close(fd); in SetUp()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 864 f.close() 1223 f.close()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 365 close(f); in ntfs_pkcs12_load_pfxfile() 373 close(f); in ntfs_pkcs12_load_pfxfile()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | externalobjects.c | 83 close(fd); in import_memoryobj_fd() 641 close(fd); in import_semaphoreobj_fd()
|