/third_party/toybox/toys/other/ |
H A D | lspci.c | 61 close(dirfd); in do_lspci() 67 close(fd); in do_lspci() 71 close(dirfd); in do_lspci()
|
/third_party/skia/third_party/externals/freetype/builds/vms/ |
H A D | ftsystem.c | 188 /* The function to close a stream. */ 256 close( file ); in FT_BASE_DEF() 261 stream->close = ft_close_stream; in FT_BASE_DEF() 271 close( file ); in FT_BASE_DEF()
|
/third_party/skia/third_party/externals/angle2/android/ |
H A D | compress_symbols.py | 41 dynsym_out.close() 53 funcsyms_out.close() 62 keep_symbols.close()
|
/third_party/skia/gn/ |
H A D | compile_sksl_tests.py | 29 worklist.close() 44 open(path, 'wb').close() 108 worklist.close()
|
/third_party/skia/gm/ |
H A D | skbug1719.cpp | 42 clipPath.close(); in DEF_SIMPLE_GM_BG() 51 drawPath.close(); in DEF_SIMPLE_GM_BG() 61 drawPath.close(); in DEF_SIMPLE_GM_BG()
|
/third_party/rust/crates/rustix/src/io/ |
H A D | mod.rs | 3 mod close; modules 32 pub use close::close;
|
/third_party/skia/docs/examples/ |
H A D | ChromeMDRefreshTab.cpp | 63 path.close(); in REG_FIDDLE() 109 right_path.close(); in REG_FIDDLE() 132 left_path.close(); in REG_FIDDLE()
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | check_include_guards.py | 58 f.close() 69 f.close() 81 f.close()
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 97 path->close(); in make_path_crbug364224() 103 path->close(); in make_path_crbug364224_simplified() 198 path.close(); in test_fuzz_crbug_662780() 223 path.close(); in test_fuzz_crbug_668907() 241 path->close(); in make_path_crbugskia2820() 270 path->close(); in make_path0() 313 // This test checks that r{Line,Quad,Conic,Cubic}To following a close() in test_path_close_issue1474() 314 // are relative to the point we close to, not relative to the point we close from. in test_path_close_issue1474() 321 path.close(); // Return in test_path_close_issue1474() [all...] |
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_audio_recorder_fast_codec_aac.h | 134 ASSERT_EQ(0, close(fd)); in FIXTURE() 165 ASSERT_EQ(0, close(fd)); in FIXTURE() 196 ASSERT_EQ(0, close(fd)); in FIXTURE() 227 ASSERT_EQ(0, close(fd)); in FIXTURE() 258 ASSERT_EQ(0, close(fd)); in FIXTURE() 289 ASSERT_EQ(0, close(fd)); in FIXTURE() 320 ASSERT_EQ(0, close(fd)); in FIXTURE() 351 ASSERT_EQ(0, close(fd)); in FIXTURE() 382 ASSERT_EQ(0, close(fd)); in FIXTURE() 413 ASSERT_EQ(0, close(f in FIXTURE() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sock_lowlevel.py | 67 # just in case if we have transport close callbacks 108 sock.close() 125 sock.close() 321 sock.close() 376 sock.close() 472 s.close() 479 sock.close() 494 client.close() 495 conn.close() 496 listener.close() [all...] |
/third_party/node/test/parallel/ |
H A D | test-whatwg-readablestream.js | 272 controller.close(); 290 controller.close(); 407 controller.close(); 425 controller.close(); 437 controller.close(); 451 controller.close(); 472 controller.close(); 498 c.close(); 514 controller.close(); 542 c.close(); [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 399 infile.close(); in ReadFile() 434 (void)close(pipe_fd[0]); in ForkExec() 439 (void)close(pipe_fd[1]); in ForkExec() 444 (void)close(pipe_fd[1]); in ForkExec() 453 (void)close(pipe_fd[0]); in ForkExec() 458 (void)close(pipe_fd[0]); in ForkExec() 482 (void)close(fd); in TraverseDirUevent() 656 inputStream.close(); in IsPathMounted() 660 inputStream.close(); in IsPathMounted()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tinjpage.c | 389 close(fd); in do_file_clean() 424 close(fd); in do_file_dirty() 432 close(fd); in do_file_dirty() 439 close(fd); in do_file_dirty() 444 /* the earlier close has eaten the error */ in do_file_dirty() 448 close(fd); in do_file_dirty() 478 close(fd); in file_hole() 506 close(fd); in nonlinear() 580 close(fd); in under_io_dirty() 605 close(f in under_io_clean() [all...] |
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tinjpage.c | 389 close(fd); in do_file_clean() 424 close(fd); in do_file_dirty() 432 close(fd); in do_file_dirty() 439 close(fd); in do_file_dirty() 444 /* the earlier close has eaten the error */ in do_file_dirty() 448 close(fd); in do_file_dirty() 478 close(fd); in file_hole() 506 close(fd); in nonlinear() 580 close(fd); in under_io_dirty() 605 close(f in under_io_clean() [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.cpp | 91 void ActivityContext::close(int32_t streamIndex) { in close() function in ActivityContext 95 oboeStream->close(); in close() 274 writer.close(); in saveWaveFile() 279 myfile.close(); in saveWaveFile() 286 void ActivityTestOutput::close(int32_t streamIndex) { in close() function in ActivityTestOutput 287 ActivityContext::close(streamIndex); in close() 461 playbackStream->close(); in stopPlayback() 594 void ActivityTestDisconnect::close(int32_t streamIndex) { in close() function in ActivityTestDisconnect 595 ActivityContext::close(streamIndex); in close()
|
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 302 (void)close(i); in _brute_force_closer() 308 * Do not close any in the sorted fds_to_keep list. 353 close(fd); in _close_open_fds_safe() 357 close(fd_dir_fd); in _close_open_fds_safe() 373 * Do not close any in the sorted fds_to_keep tuple. 396 * reuse that fd otherwise we might close opendir's file descriptor in in _close_open_fds_maybe_unsafe() 399 close(start_fd); in _close_open_fds_maybe_unsafe() 428 close(fd); in _close_open_fds_maybe_unsafe() 580 POSIX_CALL(close(p2cwrite)); in child_exec() 582 POSIX_CALL(close(c2prea in child_exec() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/ |
H A D | extend_resource_manager_host.cpp | 179 close(fd); in HandleCreateFd() 185 close(fd); in HandleCreateFd() 190 close(fd); in HandleCreateFd() 194 close(fd); in HandleCreateFd()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_stream_installer_proxy.cpp | 68 close(sharedFd); in CreateStream() 109 close(sharedFd); in CreateSignatureFileStream() 150 close(sharedFd); in CreateSharedBundleStream() 191 close(sharedFd); in CreatePgoFileStream()
|
/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | file_img_decoder.cpp | 57 close(dsc.fd); in Close() 78 close(fd); in GetHeader() 134 close(dsc.fd); in ReadToCache() 139 close(dsc.fd); in ReadToCache()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_extractor_util.cpp | 251 close(dfp); in HasCopiedData() 258 close(dfp); in HasCopiedData() 265 close(dfp); in HasCopiedData() 273 close(dfp); in HasCopiedData()
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | plugin_mgr.cpp | 141 metadata.close(); in CheckPluginMetaFile() 198 metadata.close(); in RegisterPlugin() 206 metadata.close(); in RegisterPlugin() 209 metadata.close(); in RegisterPlugin()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | perf_counter.cpp | 115 file.close(); in perf_init() 121 file.close(); in perf_init() 127 file.close(); in perf_init() 137 file.close(); in perf_init()
|
/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | client.c | 148 close(fd); in CreateRpcClient() 154 close(fd); in CreateRpcClient() 175 close(fd); in CreateRpcClient() 196 close(client->context->fd); in ReleaseRpcClient()
|
/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | pool_test.cpp | 58 auto close = [](std::shared_ptr<PoolTest::Node> data) {
in TearDown() local 62 pool_.Clean(close);
in TearDown() 298 * @tc.desc: test the int32_t Clean(std::function<void(std::shared_ptr<T>)> close) noexcept function.
317 auto close = [](std::shared_ptr<PoolTest::Node> data) {
in HWTEST_F() local 321 auto retClean = pool_.Clean(close);
in HWTEST_F()
|