Home
last modified time | relevance | path

Searched refs:close (Results 726 - 750 of 5587) sorted by relevance

1...<<21222324252627282930>>...224

/third_party/toybox/toys/other/
H A Dlspci.c61 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 Dftsystem.c188 /* 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 Dcompress_symbols.py41 dynsym_out.close()
53 funcsyms_out.close()
62 keep_symbols.close()
/third_party/skia/gn/
H A Dcompile_sksl_tests.py29 worklist.close()
44 open(path, 'wb').close()
108 worklist.close()
/third_party/skia/gm/
H A Dskbug1719.cpp42 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 Dmod.rs3 mod close; modules
32 pub use close::close;
/third_party/skia/docs/examples/
H A DChromeMDRefreshTab.cpp63 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 Dcheck_include_guards.py58 f.close()
69 f.close()
81 f.close()
/third_party/skia/tests/
H A DPathTest.cpp97 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 Dtest_single_audio_recorder_fast_codec_aac.h134 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 Dtest_sock_lowlevel.py67 # 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 Dtest-whatwg-readablestream.js272 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 Dfile_utils.cpp399 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 Dtinjpage.c389 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 Dtinjpage.c389 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 DNativeAudioContext.cpp91 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.c302 (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 Dextend_resource_manager_host.cpp179 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 Dbundle_stream_installer_proxy.cpp68 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 Dfile_img_decoder.cpp57 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 Dgt_extractor_util.cpp251 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 Dplugin_mgr.cpp141 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 Dperf_counter.cpp115 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 Dclient.c148 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 Dpool_test.cpp58 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()

Completed in 17 milliseconds

1...<<21222324252627282930>>...224