Searched refs:open (Results 2176 - 2200 of 2966) sorted by relevance
1...<<81828384858687888990>>...119
/third_party/python/Doc/tools/ |
H A D | rstlint.py | 377 with open(fn, 'r', encoding='utf-8') as f: 380 print('%s: cannot open: %s' % (fn, err))
|
/third_party/skia/tools/mdbviz/ |
H A D | mainwindow.cpp | 70 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 D | tty.c | 14 return notstdio(open("/dev/tty", O_RDWR)); in tty_fd()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 234 if (-1 != (fd = open(dev, O_RDONLY))) { in mount_filesystem()
|
/third_party/toybox/toys/other/ |
H A D | blkid.c | 208 if (-1 == (fd = open(device, O_RDONLY))) { in blkid_main()
|
/third_party/toybox/toys/pending/ |
H A D | man.c | 131 if ((*fds = open(s, O_RDONLY)) == -1) return -1; in zopen()
|
/third_party/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 223 File.open(test_results, 'w') { |f| f.print output }
|
/third_party/vixl/tools/test_generator/ |
H A D | parser.py | 91 with open(filename, "r") as f:
|
/third_party/python/Lib/test/ |
H A D | test_exception_hierarchy.py | 106 open(filename)
|
H A D | test_unicode_file.py | 112 # and again with os.open. 113 f = os.open(filename, os.O_CREAT | os.O_WRONLY)
|
H A D | test_doctest.py | 2734 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 D | test_msilib.py | 85 self.assertEqual(str(cm.exception), 'open failed') 123 with open(filepath, 'wb'):
|
H A D | test_devpoll.py | 92 open_file = open(__file__, "rb")
|
H A D | test_pkg.py | 86 with open(fullname, "w") as f:
|
/third_party/protobuf/python/ |
H A D | setup.py | 43 with open(os.path.join('google', 'protobuf', '__init__.py')) as version_file:
|
/third_party/skia/third_party/externals/abseil-cpp/absl/ |
H A D | abseil.podspec.gen.py | 203 with open(args.output, "wt") as f:
|
/third_party/skia/gn/ |
H A D | find_headers.py | 23 with open(skia_h, 'w') as f:
|
/third_party/selinux/libselinux/utils/ |
H A D | avcstat.c | 150 fd = open(avcstatfile, O_RDONLY); in main() 152 die("open: \'%s\'", avcstatfile); in main()
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 114 for expectation in open(filename).readlines():
|
/third_party/spirv-tools/test/fuzz/ |
H A D | fuzz_test_util.cpp | 139 transformations_file.open(filename, std::ios::out | std::ios::binary); in DumpTransformationsBinary()
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | bottleneck_report.py | 167 f = open(inFile, 'rb')
|
H A D | log_parser.py | 98 f = open(filename, 'rb')
|
/third_party/vk-gl-cts/scripts/verify/ |
H A D | verify.py | 41 f = open(filename, 'rt')
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | main.c | 140 fd[i] = open("/dev/null", O_RDWR); in wpa_supplicant_fd_workaround()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_vulkan_header.py | 38 currentheader = open(header).read()
|
Completed in 22 milliseconds
1...<<81828384858687888990>>...119