Home
last modified time | relevance | path

Searched refs:open (Results 3301 - 3325 of 9926) sorted by relevance

1...<<131132133134135136137138139140>>...398

/third_party/cups-filters/backend/
H A Dcups-brf.c67 /* Explicit file name, open it. */ in main()
69 fd = open(filename, O_RDONLY); in main()
/third_party/icu/icu4c/source/python/icutools/databuilder/test/
H A Dfiltration_test.py79 with pyio.open(os.path.join(
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_core.h93 uint8_t open:1; /* set if USB pipe has been opened */ member
H A Dusb_controller.h159 void (*open)(struct usb_xfer *); member
/third_party/FreeBSD/include/
H A Dfts.h55 #define _open(pathname, flags, mode) (open((pathname), (flags), (mode)))
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DInputFile.java58 public boolean open() in open() method in InputFile
H A DChecker.java149 dataFile.open(); in check()
/third_party/libwebsockets/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h33 open(const char *path, int oflag, ...);
/third_party/libwebsockets/lib/misc/lwsac/
H A Dcached-file.c153 fd = open(filepath, O_RDONLY); in lwsac_cached_file()
155 lwsl_err("%s: cannot open %s\n", __func__, filepath); in lwsac_cached_file()
/third_party/libuv/test/
H A Dtest-handle-fileno.c41 return open("/dev/tty", O_RDONLY, 0); in get_tty_fd()
105 fprintf(stderr, "Cannot open a TTY fd"); in TEST_IMPL()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_parsing_helper.py87 with open(filename, encoding='utf-8') as inp:
H A Dpsa_information.py123 for line in open(filename)
/third_party/mesa3d/.gitlab-ci/b2c/
H A Dgenerate_b2c.py99 f = open(path.splitext(path.basename(args.template))[0], "w")
/third_party/libdrm/intel/
H A Dtest_decode.c54 fd = open(filename, O_RDONLY); in read_file()
56 errx(1, "couldn't open `%s'", filename); in read_file()
/third_party/mesa3d/bin/
H A Dkhronos-update.py38 with open(self.file, 'wb') as f:
/third_party/lame/ACM/
H A DDecodeStream.cpp121 bool DecodeStream::open() in open() function in DecodeStream
/third_party/jerryscript/tools/runners/
H A Drun-test-suite-test262.py117 with open(os.path.join(os.path.dirname(args.engine), 'test262.report'), 'w') as output_file:
/third_party/jerryscript/tools/
H A Drun_jerry_tdd_executable.py81 with open(args.expect_file, mode='r') as file:
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv2nir.c134 int fd = open(filename, O_RDONLY); in main()
137 fprintf(stderr, "Failed to open %s\n", filename); in main()
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
H A Dcpufreq_boost.c97 fd = open(cdrv[i].file, O_RDWR); in setup()
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H A Dtmod.c61 open: tmod_open,
67 * open and close operations, just return 0 for
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
H A Dmain.c152 fd = open(p, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main()
154 lwsl_err("Can't open public key file %s\n", p); in main()
/third_party/ltp/lib/
H A Dtst_supported_fs_types.c99 ret = open("/dev/fuse", O_RDWR); in has_kernel_support()
/third_party/ltp/libs/libltpuinput/
H A Dtst_uinput.c30 fd = open(uinput_paths[i], O_WRONLY | O_NONBLOCK); in open_uinput()
38 tst_brk(TBROK | TERRNO, "open(%s)", uinput_paths[i]); in open_uinput()
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/
H A Duser_tbase.c21 * which will open the correct kernel module, find the
113 tbase_fd = open("/dev/tbase", O_RDWR); in tbaseopen()
141 /* open the module */ in main()

Completed in 13 milliseconds

1...<<131132133134135136137138139140>>...398