Home
last modified time | relevance | path

Searched refs:open (Results 1126 - 1150 of 3993) sorted by relevance

1...<<41424344454647484950>>...160

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-externs.py14 with open (x, 'r', encoding='utf-8') as f: content = f.read ()
H A Dgen-harfbuzzcc.py14 with open (OUTPUT, "wb") as f:
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dnextfree.py32 exec(open(file).read())
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dtest_data_generator_xml.py37 xml_file = open(xml_path, 'w')
/third_party/skia/third_party/externals/tint/test/
H A Dextract-spvasm.py42 with open(test_name, 'w') as f:
/third_party/python/Lib/test/test_tools/
H A Dtest_pdeps.py22 with open(fn, 'w', encoding='utf-8') as stream:
/third_party/python/PC/layout/support/
H A Dcatalog.py42 with target.open("w", encoding="utf-8") as cat:
/third_party/rust/crates/rustix/tests/time/
H A Ddynamic_clocks.rs14 let file = std::fs::File::open("Cargo.toml").unwrap(); in test_dynamic_clocks()
/third_party/selinux/libselinux/src/
H A Denabled.c38 fd = open(path, O_RDONLY | O_CLOEXEC); in is_selinux_mls_enabled()
H A Dgetenforce.c24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_getenforce()
H A Dpolicyvers.c25 fd = open(path, O_RDONLY | O_CLOEXEC); in security_policyvers()
H A Dreject_unknown.c24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_reject_unknown()
H A Ddeny_unknown.c24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_deny_unknown()
H A Ddisable.c24 fd = open(path, O_WRONLY | O_CLOEXEC); in security_disable()
H A Dsetenforce.c24 fd = open(path, O_RDWR | O_CLOEXEC); in security_setenforce()
H A Dcheck_context.c23 fd = open(path, O_RDWR | O_CLOEXEC); in security_check_context_raw()
H A Dcheckreqprot.c24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_get_checkreqprot()
/third_party/zlib/contrib/iostream2/
H A Dzstream_test.cpp19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results in main()
/third_party/python/Lib/test/
H A Dtest_xml_etree.py487 with open(SIMPLE_XMLFILE) as f:
599 with open(SIMPLE_XMLFILE, "rb") as f:
632 with open(TESTFN, "wb") as f:
672 with open(SIMPLE_XMLFILE) as f:
695 with open(SIMPLE_NS_XMLFILE) as f:
764 with open(SIMPLE_XMLFILE, "rb") as f:
1768 with open(href, 'rb') as f:
2267 with open(UTF8_BUG_XMLFILE, 'rb') as fp:
3712 with open(TESTFN, 'rb') as f:
3719 with open(TESTF
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/drm_hal/
H A Ddrm_hal_display.h49 int (*open)(enum drm_hal_disp_chn disp); member
/device/qemu/esp32/adapter/hals/utils/file/src/
H A Dhal_file.c41 return open(tmpPath, oflag, mode); in HalFileOpen()
/device/qemu/SmartL_E802/adapter/hals/utils/file/src/
H A Dhal_file.c41 return open(tmpPath, oflag, mode); in HalFileOpen()
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/
H A Dcontent_parser.py51 with open(self.file_path, 'r') as f:
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/include/latency_control/
H A Dpmqos_network_latency_switcher.h48 UniqueFd fd(open(PMQOS_PATH.data(), O_WRONLY));
50 RESSCHED_LOGE("%{public}s: cannot open device file: %{public}d", __func__, errno);
/third_party/elfutils/tests/
H A Ddebuglink.c43 int fd = open (file, O_RDONLY); in main()
45 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file); in main()

Completed in 10 milliseconds

1...<<41424344454647484950>>...160