| /kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
| H A D | uvc_queue.h | 11 struct file; 82 struct file *file, poll_table *wait);
|
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | epoll.c | 4 #include <linux/file.h> 17 struct file *file; member
|
| H A D | statx.c | 4 #include <linux/file.h> 15 struct file *file; member
|
| /kernel/linux/linux-6.6/kernel/locking/ |
| H A D | qspinlock_stat.h | 36 ssize_t lockevent_read(struct file *file, char __user *user_buf, in lockevent_read() argument 44 * Get the counter ID stored in file->f_inode->i_private in lockevent_read() 46 id = (long)file_inode(file)->i_private; in lockevent_read()
|
| /kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/ |
| H A D | centrino-decode.c | 32 char file[20]; in rdmsr() local 41 sprintf(file, "/dev/cpu/%d/msr", cpu); in rdmsr() 42 fd = open(file, O_RDONLY); in rdmsr()
|
| /kernel/liteos_a/drivers/char/quickstart/src/ |
| H A D | quickstart.c | 36 #include "fs/file.h" 43 static int QuickstartOpen(struct file *filep) in QuickstartOpen() 48 static int QuickstartClose(struct file *filep) in QuickstartClose() 108 static ssize_t QuickstartIoctl(struct file *filep, int cmd, unsigned long arg) in QuickstartIoctl() 140 return register_driver(QUICKSTART_NODE, &g_quickstartDevOps, 0644, 0); /* 0644: file mode */ in QuickstartDevRegister()
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | Makefile | 10 hostprogs-always-$(CONFIG_MODULE_SIG_FORMAT) += sign-file 29 HOSTCFLAGS_sign-file.o = $(shell $(HOSTPKG_CONFIG) --cflags libcrypto 2> /dev/null) 30 HOSTLDLIBS_sign-file = $(shell $(HOSTPKG_CONFIG) --libs libcrypto 2> /dev/null || echo -lcrypto)
|
| /test/xts/tools/lite/ |
| H A D | runtest.sh | 4 # you may not use this file except in compliance with the License. 130 for file in $MODULE_FILES; do 131 echo "sync $file to nfs server" 132 sshpass -p $NFS_PWD scp -P $NFS_PORT $file $NFS_USER@$NFS_IP:$NFS_DIR
|
| /third_party/curl/scripts/ |
| H A D | nroff2cd | 11 # This software is licensed as described in the file COPYING, which 17 # furnished to do so, under the terms of the COPYING file. 28 This script converts an nroff file to curldown 30 Example: cd2nroff [options] <file.md> > <file.3>
|
| /third_party/gn/misc/vim/autoload/ |
| H A D | gn.vim | 3 " found in the LICENSE file. 12 " Append 'BUILD.gn', only if this is a directory and not a file 15 " Check if the last part of the path appears to be a file
|
| /third_party/freetype/ |
| H A D | install.py | 5 # you may not use this file except in compliance with the License. 45 for file in files: 46 src_file = os.path.join(src_path, file) 47 dst_file = os.path.join(dst_path, file)
|
| /third_party/alsa-utils/bat/tests/ |
| H A D | alsabat_main.sh | 22 #alsabat test log file, path+filename 45 for file in `ls` 47 if [[ $file == codec* ]]; then 50 Platform_ID=`cat $file |grep "Codec:" |cut -d " " -f 3` 66 #printf the "pass" info in the file 74 #printf the "fail" info in the file 104 #record the test result to the log file 137 #the the result also will be saved on the log file
|
| /third_party/curl/docs/examples/ |
| H A D | anyauthput.c | 10 * This software is licensed as described in the file COPYING, which 16 * furnished to do so, under the terms of the COPYING file. 48 * type. It PUTs a file given as a command line argument to the URL also given 77 fprintf(stderr, "*** We read %lu bytes from file\n", (unsigned long)nread); in read_callback() 90 char *file; in main() local 96 file = argv[1]; in main() 99 /* get the file size of the local file */ in main() 100 fp = fopen(file, "rb"); in main() 112 /* which file t in main() [all...] |
| /third_party/cups/ |
| H A D | install.py | 5 # you may not use this file except in compliance with the License. 46 "ohos-multi-file-print.patch", 55 for file in files: 56 src_file = os.path.join(src_path, file) 57 dst_file = os.path.join(dst_path, file) 77 "ohos-multi-file-print.patch",
|
| /third_party/googletest/googletest/src/ |
| H A D | gtest-typed-test.cc | 57 const char* test_suite_name, const char* file, int line, in VerifyRegisteredTestNames() 59 RegisterTypeParameterizedTestSuite(test_suite_name, CodeLocation(file, line)); in VerifyRegisteredTestNames() 94 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames() 56 VerifyRegisteredTestNames( const char* test_suite_name, const char* file, int line, const char* registered_tests) VerifyRegisteredTestNames() argument
|
| /third_party/gn/src/gn/ |
| H A D | ninja_outputs_writer_unittest.cc | 3 // found in the LICENSE file. 22 static void WriteFile(const base::FilePath& file, const std::string& data) { in WriteFile() argument 24 base::WriteFile(file, data.data(), data.size())); in WriteFile() 33 // Called on worker thread to write the ninja file. 115 cmdline.AppendSwitch("--ninja-outputs-file", 140 // Verify that the generated file is here.
|
| /third_party/icu/icu4j/perf-tests/ |
| H A D | collationperf.pl | 76 # Run ICU Test for this (locale, data file) pair. 78 $iStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch`; 80 doKeyTimes("java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen", 85 # Run Windows test for this (locale, data file) pair. Only do if 90 $wStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch -java`; 92 doKeyTimes("java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen -java", 103 # Write the line of results for this (locale, data file). 126 Locale Data file strcoll keygen keylen strcoll keygen keylen coll keygen keylen
|
| /third_party/libsnd/src/ |
| H A D | ogg_pcm.c | 71 if (psf->file.mode == SFM_RDWR) in ogg_pcm_open() 74 if (psf->file.mode == SFM_READ) in ogg_pcm_open() 92 if (psf->file.mode == SFM_WRITE) in ogg_pcm_open()
|
| /third_party/mesa3d/src/compiler/glsl/tests/ |
| H A D | optimization_test.py | 102 file=sys.stdout) 109 print(l, file=sys.stderr) 123 print('Skipping due to inability to run host binaries', file=sys.stderr)
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir_opt_small_immediates.c | 25 * @file v3d_opt_small_immediates.c 51 if (inst->src[i].file == QFILE_SMALL_IMM) in vir_opt_small_immediates() 58 if (inst->src[i].file != QFILE_TEMP) in vir_opt_small_immediates() 95 inst->src[i].file = QFILE_SMALL_IMM; in vir_opt_small_immediates()
|
| /third_party/ltp/testcases/kernel/controllers/libcontrollers/ |
| H A D | libcontrollers.c | 25 /* Description: This file contains the definitions for the functions/apis */ 62 * Check if we can get stat of the file in scan_shares_files() 65 error_function("Can not read stat for file ", fullpath); in scan_shares_files() 128 * Each file under a group contains some diff parameter/s 147 error_function("Could not open file", filepath); in read_file() 154 error_function("Could not close file", filepath); in read_file() 179 * Reads shares value from a given shares file and writes them to 189 error_function("Could not open file", filepath); in read_shares_file() 194 error_function("Could not close file", filepath); in read_shares_file() 201 * writes value to shares file o 204 write_to_file(char *file, const char *mode, unsigned int value) write_to_file() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_peephole_sf.c | 25 * @file vc4_opt_peephole_sf.c 63 switch (writer->dst.file) { in inst_srcs_updated() 66 if (inst->src[i].file == QFILE_TEMP && in inst_srcs_updated() 80 switch (reg.file) { in src_file_varies_on_reread()
|
| /third_party/node/lib/internal/main/ |
| H A D | mksnapshot.js | 125 const file = process.argv[1]; 127 const filename = path.resolve(file); 129 const source = readFileSync(file, 'utf-8');
|
| /third_party/node/test/parallel/ |
| H A D | test-tls-enable-keylog-cli.js | 18 const file = path.resolve(tmpdir.path, 'keylog.log'); 21 execArgv: ['--tls-keylog=' + file] 27 const log = fs.readFileSync(file, 'utf8').trim().split('\n');
|
| /third_party/node/deps/googletest/src/ |
| H A D | gtest-typed-test.cc | 61 const char* test_suite_name, const char* file, int line, in VerifyRegisteredTestNames() 63 RegisterTypeParameterizedTestSuite(test_suite_name, CodeLocation(file, line)); in VerifyRegisteredTestNames() 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames() 60 VerifyRegisteredTestNames( const char* test_suite_name, const char* file, int line, const char* registered_tests) VerifyRegisteredTestNames() argument
|