/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...] |
/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()
|
H A D | dwarf-ranges.c | 37 int fd = open (name, O_RDONLY); in main()
|
H A D | dwarf-getstring.c | 40 int fd = open (argv[cnt], O_RDONLY); in main() 43 printf ("cannot open '%s': %m\n", argv[cnt]); in main()
|
/third_party/eudev/test/ |
H A D | rule-syntax-check.py | 37 for line in open(path):
|
/third_party/eudev/src/shared/ |
H A D | terminal-util.c | 60 fd = open(name, mode, 0); in open_terminal()
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-btrfs.c | 43 fd = open("/dev/btrfs-control", O_RDWR|O_CLOEXEC); in builtin_btrfs()
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
H A D | generate_umbrella_header.py | 49 with open(args.output, 'w') as output:
|