HomeSort by: relevance | last modified time | path
    Searched refs:open (Results 1 - 25 of 585) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/bin/
git_sha1_gen.py 21 ], stderr=open(os.devnull, 'w')).decode("ascii")
34 with open(args.output, 'r') as file:
37 with open(args.output, 'w') as file:
meson_get_version.py 28 with open(filename) as f:
post_version.py 33 with open(p, 'r') as f:
48 with open(p, 'w') as f:
58 with p.open('r') as f:
71 with p.open('w') as f:
  /xsrc/external/mit/MesaLib.old/dist/bin/
git_sha1_gen.py 23 ], stderr=open(os.devnull, 'w')).decode("ascii")
35 with open(args.output, 'r') as file:
38 with open(args.output, 'w') as file:
meson_get_version.py 29 with open(filename) as f:
  /xsrc/external/mit/xf86-video-ati/dist/src/pcidb/
parse_pci_ids.pl 21 open (CSV, "<", $file) or die $!;
23 open (ATIOUT, ">", $atioutfile) or die;
24 open (PCICHIPSET, ">", $radeonpcichipsetfile) or die;
25 open (PCIDEVICEMATCH, ">", $radeonpcidevicematchfile) or die;
26 open (RADEONCHIPSET, ">", $radeonchipsetfile) or die;
27 open (RADEONCHIPINFO, ">", $radeonchipinfofile) or die;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/pcidb/
parse_pci_ids.pl 25 open (CSV, "<", $file) or die $!;
27 open (ATIOUT, ">", $atioutfile) or die;
28 open (PCICHIPSET, ">", $radeonpcichipsetfile) or die;
29 open (PCIDEVICEMATCH, ">", $radeonpcidevicematchfile) or die;
30 open (RADEONCHIPSET, ">", $radeonchipsetfile) or die;
31 open (RADEONCHIPINFO, ">", $radeonchipinfofile) or die;
  /xsrc/external/mit/brotli/dist/python/tests/
compress_test.py 22 with open(temp_uncompressed, 'wb') as out_file:
23 with open(temp_compressed, 'rb') as in_file:
29 with open(temp_compressed, 'wb') as out_file:
30 with open(test_data, 'rb') as in_file:
compressor_test.py 28 with open(temp_uncompressed, 'wb') as out_file:
29 with open(temp_compressed, 'rb') as in_file:
36 with open(temp_compressed, 'wb') as out_file:
37 with open(test_data, 'rb') as in_file:
45 with open(temp_compressed, 'wb') as out_file:
46 with open(test_data, 'rb') as in_file:
56 with open(temp_compressed, 'wb') as out_file:
57 with open(test_data, 'rb') as in_file:
  /xsrc/external/mit/fontconfig/dist/doc/
run-quiet.py 35 with open(os.devnull, 'w') as out:
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
bios_devmem.c 49 if ((fd = open(DEV_MEM, O_RDONLY | O_SYNC)) < 0)
51 if ((fd = open(DEV_MEM, O_RDONLY)) < 0)
54 xf86Msg(X_WARNING, "xf86ReadBIOS: Failed to open %s (%s)\n",
  /xsrc/external/mit/bdftopcf/dist/
fileio.c 3 Copyright 1991, 1998 The Open Group
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
21 Except as contained in this notice, the name of The Open Group shall not be
23 in this Software without prior written authorization from The Open Group.
49 fd = open(name, O_BINARY | O_CLOEXEC);
filewr.c 3 Copyright 1991, 1998 The Open Group
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
21 Except as contained in this notice, the name of The Open Group shall not be
23 in this Software without prior written authorization from The Open Group.
48 fd = open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY | O_CLOEXEC, 0666);
  /xsrc/external/mit/xdm/dist/xdm/
daemon.c 3 Copyright 1988, 1998 The Open Group
17 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
22 Except as contained in this notice, the name of The Open Group shall
25 from The Open Group.
86 (void) open ("/dev/null", O_RDWR);
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/fossils/
query_fossils_yaml.py 30 with open(args.file, 'r') as f:
35 with open(args.file, 'r') as f:
40 with open(args.file, 'r') as f:
  /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
decode.py 301 with open(glue_h, 'w') as f:
305 with open(dst_c, 'w') as f:
308 with open(dst_h, 'w') as f:
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
arm_video.c 100 if ((fd = open(DEV_MEM, O_RDWR)) >= 0) {
120 xf86Msg(X_WARNING, "checkDevMem: failed to open %s (%s)\n",
143 if ((IoFd = open("/dev/io", O_RDWR)) == -1) {
145 "Failed to open /dev/io for extended I/O\n");
177 if ((fd = open("/dev/ttyC0", O_RDWR)) >= 0) {
192 xf86Msg("EnableIO: failed to open %s (%s)\n",
bsd_init.c 175 if ((i = open("/dev/tty", O_RDWR)) >= 0) {
214 if ((devConsoleFd = open("/dev/console", O_WRONLY, 0)) < 0) {
216 "xf86OpenConsole: couldn't open /dev/console (%s)\n",
319 if ((fd = open(PCCONS_CONSOLE_DEV1, PCCONS_CONSOLE_MODE, 0))
320 >= 0 || (fd = open(PCCONS_CONSOLE_DEV2, PCCONS_CONSOLE_MODE, 0))
349 if ((fd = open(SYSCONS_CONSOLE_DEV1, SYSCONS_CONSOLE_MODE, 0)) >= 0
350 || (fd = open(SYSCONS_CONSOLE_DEV2, SYSCONS_CONSOLE_MODE, 0)) >= 0) {
414 if ((fd = open(vtname, SYSCONS_CONSOLE_MODE, 0)) < 0) {
415 FatalError("xf86OpenSyscons: Cannot open %s (%s)",
460 fd = open(PCVT_CONSOLE_DEV, PCVT_CONSOLE_MODE, 0)
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
makealias.py 12 with open(fname, 'r', encoding='utf-8') as f:
53 with open(args.head, 'w') as head:
54 with open(args.tail, 'w') as tail:
  /xsrc/external/mit/MesaLib/dist/src/amd/registers/
mergedbs.py 41 with open(filename, 'r') as filp:
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_check_va.py 15 with open(bo_history) as f:
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_intrinsics_h.py 64 with open(path, 'w') as f:
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_generator_ids_h.py 62 with open(pargs.out, 'w') as f:
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_icd.py 46 with open(args.out, 'w') as f:
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_intrinsics_h.py 55 with open(path, 'wb') as f:

Completed in 12 milliseconds

1 2 3 4 5 6 7 8 91011>>