/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | bmp_to_nv12.py | 18 bmp_file = open(sys.argv[1], "rb") 75 nv12_file = open(sys.argv[2], "w")
|
/third_party/skia/third_party/externals/angle2/src/compiler/ |
H A D | generate_parser_tools.py | 82 with open(output_source, 'r') as flex_output: 95 with open(output_source, 'w') as flex_output_patched:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
H A D | generate-core-block.rb | 15 file = File.open("vk.xml") 99 File.open('vk.xml', 'w') do |out|
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | copyright.py | 107 open(file, 'a').write(copyright + licensed) 122 with open(file) as contents:
|
/third_party/skia/third_party/externals/brotli/python/ |
H A D | bro.py | 125 with open(options.infile, 'rb') as infile: 137 outfile = open(options.outfile, 'wb')
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | pshints.h | 88 * - Open a new hint recording session by calling the 'open' method. 322 * open :: 323 * The function to open a recording session. 344 T1_Hints_OpenFunc open; member 375 * - Open a new hint recording session by calling the 'open' method. 635 * open :: 636 * The function to open a recording session. 657 T2_Hints_OpenFunc open; member
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | chktrcmp.py | 62 for src_line in open( src_pathname, 'r' ): 82 for hdr_line in open( f, 'r' ):
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | run-tests.py | 41 f = open (filename, encoding='utf8') 66 with open (fontfile, 'rb') as ff:
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | generate_font_list_cc.py | 54 doc = minidom.parseString(open(xml_path, 'r').read()) 108 h_file = open(h_file_name, 'w')
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementInclude.py | 89 with open(href, 'rb') as file: 94 with open(href, 'r', encoding=encoding) as file:
|
/third_party/python/Lib/distutils/command/ |
H A D | build_scripts.py | 72 # Always open the file, but ignore failures in dry-run mode -- 76 f = open(script, "rb") 129 with open(outfile, "wb") as outf:
|
/third_party/skia/tools/rebaseline/ |
H A D | toggle_legacy_flag.py | 69 with open(config_file) as f: 87 with open(config_file, 'w') as f:
|
/third_party/skia/tools/skottie-wasm-perf/ |
H A D | parse_perf_csvs.py | 27 with open(csv_file, 'rb') as f: 81 with open(output_csv, 'w') as f:
|
/third_party/unity/test/spec/ |
H A D | generate_module_existing_file_spec.rb | 14 File.open("sandbox/src/#{file}", "w") {|f| f.write("the original #{file}")} 18 File.open("sandbox/test/#{file}", "w") {|f| f.write("the original #{file}")}
|
/third_party/vixl/tools/ |
H A D | generate_tests.py | 712 with open(template_file, "r") as f: 766 with open(
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_pathfix.py | 31 with open(filename, 'w', encoding='utf8') as f: 47 with open(filename, 'r', encoding='utf8') as f:
|
/third_party/python/Lib/zoneinfo/ |
H A D | _tzpath.py | 110 This may attempt to open a large number of files, since the best way to 111 determine if a given file on the time zone search path is to open it 121 with resources.files("tzdata").joinpath("zones").open("r") as f: 131 with open(fpath, "rb") as f:
|
/third_party/skia/gn/ |
H A D | compile_sksl_tests.py | 19 with open(sys.argv[4], 'r') as reader: 44 open(path, 'wb').close()
|
/third_party/skia/infra/bots/ |
H A D | zip_utils.py | 53 with open(filepath, 'rb') as f: 75 with open(dst_path, 'wb') as f:
|
/third_party/rust/crates/nix/test/ |
H A D | test_dir.rs | 24 let mut dir = Dir::open(tmp.path(), flags(), Mode::empty()).unwrap(); in read() 44 let mut dir = Dir::open(tmp.path(), flags(), Mode::empty()).unwrap(); in rewind()
|
/third_party/vk-gl-cts/scripts/ |
H A D | convert_case_list_to_xml.py | 72 lines = open(packageName + ".cases").readlines() 95 open(packageName + "-cases.xml", "wt").write(xml)
|
/third_party/zlib/contrib/iostream/ |
H A D | zfstream.h | 15 gzfilebuf *open( const char *name, int io_mode ); 55 void open( const char *name, int io_mode );
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 137 /* Flag indicating if the CA device is open */ 138 unsigned int open:1; member 240 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus() 1006 if (ca->open) in dvb_ca_en50221_frda_irq() 1073 if (ca->open) { in dvb_ca_en50221_thread_update_delay() 1260 if (!ca->open) in dvb_ca_en50221_thread_state_machine() 1266 if (!ca->open) in dvb_ca_en50221_thread_state_machine() 1701 * Implementation of file open syscall. 1743 * because ca->open == 0. Data is not read in in dvb_ca_en50221_io_open() 1751 ca->open in dvb_ca_en50221_io_open() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | open.c | 3 * linux/fs/open.c 765 int (*open)(struct inode *, struct file *)) in do_dentry_open() 812 /* normally all 3 are set; ->open() can clear them if needed */ in do_dentry_open() 814 if (!open) in do_dentry_open() 815 open = f->f_op->open; in do_dentry_open() 816 if (open) { in do_dentry_open() 817 error = open(inode, f); in do_dentry_open() 836 /* NB: we're sure to have correct a_ops only after f_op->open */ in do_dentry_open() 871 * @open [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | open.c | 3 * linux/fs/open.c 875 int (*open)(struct inode *, struct file *)) in do_dentry_open() 924 /* normally all 3 are set; ->open() can clear them if needed */ in do_dentry_open() 926 if (!open) in do_dentry_open() 927 open = f->f_op->open; in do_dentry_open() 928 if (open) { in do_dentry_open() 929 error = open(inode, f); in do_dentry_open() 1005 * @open: open callbac [all...] |