/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 467 if ((fd = open(DEVRANDOM_WAIT, O_RDONLY)) != -1) { in wait_random_seeded() 508 * uncommon for daemons to close all open file handles when daemonizing. 536 /* open the random device ... */ in get_random_device() 537 if ((rd->fd = open(random_device_paths[n], O_RDONLY)) == -1) in get_random_device()
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | tables.py | 86 _open=open, 122 _open=open,
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _capi.py | 336 with open(filename) as infile: 364 infile = open(filename)
|
/third_party/python/Tools/scripts/ |
H A D | stable_abi.py | 610 with filename.open('rb') as file: 688 file = args.file.open('rb')
|
H A D | summarize_stats.py | 89 with open(os.path.join(DEFAULT_DIR, filename)) as fd: 235 with open(spec_path) as spec_src:
|
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 269 with open(self.src_file, "wb") as f: 279 tf = tarfile.open(self.src_file)
|
/third_party/python/Lib/ |
H A D | compileall.py | 227 with open(cfile, 'rb') as chandle: 410 open(args.flist, encoding="utf-8")) as f:
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_archive_util.py | 123 tar = tarfile.open(path) 384 archive = tarfile.open(archive_name)
|
/third_party/python/Lib/distutils/command/ |
H A D | sdist.py | 397 fp = open(self.manifest) 410 with open(self.manifest) as manifest:
|
/third_party/python/Lib/test/ |
H A D | multibytecodec_support.py | 379 with open(os.path.join(dir, name + '.txt'), 'rb') as f: 381 with open(os.path.join(dir, name + '-utf8.txt'), 'rb') as f:
|
H A D | test_zipapp.py | 187 with target.open('rb') as f: 198 with target.open('rb') as f: 265 # Test that we can copy an archive using an open file object.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 298 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXT() 327 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXTInvalidFd() 334 int invalidFd = open("/", O_RDONLY | O_PATH); in testGetDrmDisplayEXTInvalidFd() 355 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXTInvalidConnectorId() 386 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXTNotMaster() 388 TCU_THROW(NotSupportedError, "Did not open 2 different fd."); in testGetDrmDisplayEXTNotMaster() 425 TCU_THROW(NotSupportedError, "Could not open DRM."); in testGetDrmDisplayEXTUnownedConnectorId() 473 TCU_THROW(NotSupportedError, "Could not open DRM."); in testAcquireDrmDisplayEXT() 509 TCU_THROW(NotSupportedError, "Could not open DRM."); in testAcquireDrmDisplayEXTInvalidFd() 524 int invalidFd = open("/", O_RDONL in testAcquireDrmDisplayEXTInvalidFd() [all...] |
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | mustpass.py | 137 with open(filename, 'rt') as f: 148 with open(filename, 'rt') as f:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | antora-prep.py | 420 fp = open(path, 'w', encoding='utf8') 422 raise RuntimeError(f'Cannot open output file {path}') 562 fp = open(args.pagemappath, 'w', encoding='utf8') 564 raise RuntimeError(f'Cannot open output pageMap.cjs file {args.pagemappath}')
|
H A D | reflow.py | 480 fp = open(outFilename, 'w', encoding='utf8', newline=newline_string) 482 logWarn('Cannot open output file', outFilename, ':', sys.exc_info()[0]) 651 reflow_count_file = open(reflow_count_file_path, 'w', encoding='utf8') 664 logWarn('Cannot open output count file vuidCounts.py', ':', sys.exc_info()[0])
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | AttributeLayoutTest.cpp | 73 void open(void) { memset(mMemory, 0xff, kSize); } in open() function in __anon20169::Container 112 void openContainer(void) const { mContainer->open(); } in openContainer()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 467 if ((fd = open(DEVRANDOM_WAIT, O_RDONLY)) != -1) { in wait_random_seeded() 508 * uncommon for daemons to close all open file handles when daemonizing. 536 /* open the random device ... */ in get_random_device() 537 if ((rd->fd = open(random_device_paths[n], O_RDONLY)) == -1) in get_random_device()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | demo.c | 541 /* open file */ in process_upload_data() 550 uc->fd = open (fn, in process_upload_data() 698 fd = open (&url[1], O_RDONLY); in generate_page()
|
H A D | demo_https.c | 542 /* open file */ in process_upload_data() 551 uc->fd = open (fn, in process_upload_data() 699 fd = open (&url[1], O_RDONLY); in generate_page()
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
H A D | crash_handler_posix.cpp | 188 int fd(HANDLE_EINTR(open("/proc/self/maps", O_RDONLY))); 191 fprintf(stderr, "Couldn't open /proc/self/maps\n"); 305 int mem_fd(HANDLE_EINTR(open("/proc/self/mem", O_RDONLY | O_CLOEXEC)));
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-blob.cc | 577 int fd = open (rsrc_name, O_RDONLY | O_BINARY, 0); in _open_resource_fork() 636 int fd = open (file_name, O_RDONLY | O_BINARY, 0); in hb_blob_create_from_file_or_fail()
|
/third_party/typescript/tests/ts_extra_tests/tool/ |
H A D | testcfg.py | 99 with open(self.path, 'a') as file_added:
254 with open(self.target_js_path, 'a') as fileAdded:
|
/third_party/unity/auto/ |
H A D | generate_test_runner.rb | 91 File.open(output_file, 'w') do |output| 107 File.open(@options[:header_file], 'w') do |output|
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | importer.cc | 67 using google::protobuf::io::win32::open; 428 // Verify that we can open the file. Note that this also has the side-effect in DiskFileToVirtualFile() 504 file_descriptor = open(filename.c_str(), O_RDONLY); in OpenDiskFile()
|
/third_party/python/PC/layout/support/ |
H A D | appxmanifest.py | 225 with open(sccd, "rb") as f: 242 with open(sccd, "wb") as f:
|