/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | check-externs.py | 14 with open (x, 'r', encoding='utf-8') as f: content = f.read ()
|
H A D | gen-harfbuzzcc.py | 14 with open (OUTPUT, "wb") as f:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ |
H A D | nextfree.py | 32 exec(open(file).read())
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | test_data_generator_xml.py | 37 xml_file = open(xml_path, 'w')
|
/third_party/skia/third_party/externals/tint/test/ |
H A D | extract-spvasm.py | 42 with open(test_name, 'w') as f:
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_pdeps.py | 22 with open(fn, 'w', encoding='utf-8') as stream:
|
/third_party/python/PC/layout/support/ |
H A D | catalog.py | 42 with target.open("w", encoding="utf-8") as cat:
|
/third_party/rust/crates/rustix/tests/time/ |
H A D | dynamic_clocks.rs | 14 let file = std::fs::File::open("Cargo.toml").unwrap(); in test_dynamic_clocks()
|
/third_party/selinux/libselinux/src/ |
H A D | enabled.c | 38 fd = open(path, O_RDONLY | O_CLOEXEC); in is_selinux_mls_enabled()
|
H A D | getenforce.c | 24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_getenforce()
|
H A D | policyvers.c | 25 fd = open(path, O_RDONLY | O_CLOEXEC); in security_policyvers()
|
H A D | reject_unknown.c | 24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_reject_unknown()
|
H A D | deny_unknown.c | 24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_deny_unknown()
|
H A D | disable.c | 24 fd = open(path, O_WRONLY | O_CLOEXEC); in security_disable()
|
H A D | setenforce.c | 24 fd = open(path, O_RDWR | O_CLOEXEC); in security_setenforce()
|
H A D | check_context.c | 23 fd = open(path, O_RDWR | O_CLOEXEC); in security_check_context_raw()
|
H A D | checkreqprot.c | 24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_get_checkreqprot()
|
/third_party/zlib/contrib/iostream2/ |
H A D | zstream_test.cpp | 19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results in main()
|
/third_party/python/Lib/test/ |
H A D | test_xml_etree.py | 487 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 D | drm_hal_display.h | 49 int (*open)(enum drm_hal_disp_chn disp); member
|
/device/qemu/esp32/adapter/hals/utils/file/src/ |
H A D | hal_file.c | 41 return open(tmpPath, oflag, mode); in HalFileOpen()
|
/device/qemu/SmartL_E802/adapter/hals/utils/file/src/ |
H A D | hal_file.c | 41 return open(tmpPath, oflag, mode); in HalFileOpen()
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/ |
H A D | content_parser.py | 51 with open(self.file_path, 'r') as f:
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/include/latency_control/ |
H A D | pmqos_network_latency_switcher.h | 48 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 D | debuglink.c | 43 int fd = open (file, O_RDONLY); in main() 45 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file); in main()
|