Home
last modified time | relevance | path

Searched refs:open (Results 2176 - 2200 of 2966) sorted by relevance

1...<<81828384858687888990>>...119

/third_party/python/Doc/tools/
H A Drstlint.py377 with open(fn, 'r', encoding='utf-8') as f:
380 print('%s: cannot open: %s' % (fn, err))
/third_party/skia/tools/mdbviz/
H A Dmainwindow.cpp70 if (!file.open(QFile::ReadOnly | QFile::Text)) { in loadFile()
109 const QIcon openIcon = QIcon::fromTheme("document-open", QIcon(":/images/open.png")); in createActions()
/third_party/toybox/lib/
H A Dtty.c14 return notstdio(open("/dev/tty", O_RDWR)); in tty_fd()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c234 if (-1 != (fd = open(dev, O_RDONLY))) { in mount_filesystem()
/third_party/toybox/toys/other/
H A Dblkid.c208 if (-1 == (fd = open(device, O_RDONLY))) { in blkid_main()
/third_party/toybox/toys/pending/
H A Dman.c131 if ((*fds = open(s, O_RDONLY)) == -1) return -1; in zopen()
/third_party/unity/examples/example_3/
H A Drakefile_helper.rb223 File.open(test_results, 'w') { |f| f.print output }
/third_party/vixl/tools/test_generator/
H A Dparser.py91 with open(filename, "r") as f:
/third_party/python/Lib/test/
H A Dtest_exception_hierarchy.py106 open(filename)
H A Dtest_unicode_file.py112 # and again with os.open.
113 f = os.open(filename, os.O_CREAT | os.O_WRONLY)
H A Dtest_doctest.py2734 with open(path, mode='rb') as f:
2779 >>> with open(fn, 'wb') as f:
2789 >>> with open(fn, 'wb') as f:
2799 >>> with open(fn, 'wb') as f:
2819 >>> with open(fn, 'wb') as f:
2905 ... with open(fn, 'w', encoding='utf-8') as f:
2957 ... with open(fn, 'w', encoding="utf-8") as f:
2968 ... with open(fn2, 'w', encoding='utf-8') as f:
H A Dtest_msilib.py85 self.assertEqual(str(cm.exception), 'open failed')
123 with open(filepath, 'wb'):
H A Dtest_devpoll.py92 open_file = open(__file__, "rb")
H A Dtest_pkg.py86 with open(fullname, "w") as f:
/third_party/protobuf/python/
H A Dsetup.py43 with open(os.path.join('google', 'protobuf', '__init__.py')) as version_file:
/third_party/skia/third_party/externals/abseil-cpp/absl/
H A Dabseil.podspec.gen.py203 with open(args.output, "wt") as f:
/third_party/skia/gn/
H A Dfind_headers.py23 with open(skia_h, 'w') as f:
/third_party/selinux/libselinux/utils/
H A Davcstat.c150 fd = open(avcstatfile, O_RDONLY); in main()
152 die("open: \'%s\'", avcstatfile); in main()
/third_party/skia/bench/
H A Dcheck_bench_regressions.py114 for expectation in open(filename).readlines():
/third_party/spirv-tools/test/fuzz/
H A Dfuzz_test_util.cpp139 transformations_file.open(filename, std::ios::out | std::ios::binary); in DumpTransformationsBinary()
/third_party/vk-gl-cts/scripts/log/
H A Dbottleneck_report.py167 f = open(inFile, 'rb')
H A Dlog_parser.py98 f = open(filename, 'rb')
/third_party/vk-gl-cts/scripts/verify/
H A Dverify.py41 f = open(filename, 'rt')
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmain.c140 fd[i] = open("/dev/null", O_RDWR); in wpa_supplicant_fd_workaround()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_vulkan_header.py38 currentheader = open(header).read()

Completed in 22 milliseconds

1...<<81828384858687888990>>...119