| /third_party/curl/docs/examples/ |
| H A D | threaded-ssl.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. 52 static void lock_callback(int mode, int type, char *file, int line) in lock_callback() argument 54 (void)file; in lock_callback()
|
| /third_party/gn/src/gn/ |
| H A D | ninja_tools.cc | 3 // found in the LICENSE file. 60 for (const base::FilePath& file : files_to_restat) { in InvokeNinjaRestatTool() 61 cmdline.AppendArgPath(file); in InvokeNinjaRestatTool()
|
| /third_party/googletest/googletest/scripts/ |
| H A D | release_docs.py | 59 $ svn status # verify the file list 60 $ svn diff # verify the file contents 118 """Returns a list of .wiki file names that need to be branched.""" 143 text = file(source_file, 'r').read() 145 file(versioned_file, 'w').write(new_text)
|
| /third_party/NuttX/fs/vfs/ |
| H A D | fs_read.c | 8 * you may not use this file except in compliance with the License. 51 * - It accepts a file structure instance instead of file descriptor. 60 * end-of-file condition, or a negated errno value on any failure. 64 ssize_t file_read(struct file *filep, void *buf, size_t nbytes) in file_read() 73 /* Was this file opened for read access? */ in file_read() 122 * end-of-file condition, or -1 on failure with errno set appropriately. 133 /* Did we get a valid file descriptor? */ in read() 136 struct file *filep = NULL; in read() 196 /* The descriptor is in a valid range to file descripto in read() [all...] |
| H A D | fs_write.c | 8 * you may not use this file except in compliance with the License. 46 * struct file instance instead of a file descriptor. It is functionally 55 * filep - Instance of struct file to use with the write 66 ssize_t file_write(struct file *filep, const void *buf, size_t nbytes) in file_write() 77 /* Was this file opened for write access? */ in file_write() 113 * write() writes up to nytes bytes to the file referenced by the file 117 * fd - file descriptor (or socket descriptor) to write to 130 * fd is not a valid file descripto [all...] |
| /third_party/icu/tools/colprobe/ |
| H A D | uprinter.cpp | 22 UPrinter::UPrinter(FILE *file, const char *locale, const char *encoding, UBool transliterateNonPrintable) { in UPrinter() argument 24 out = u_finit(file, locale, encoding); in UPrinter()
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | uobject.h | 10 * file name: uobject.h 29 * \file 180 * @param file The file where the allocation was requested 183 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NOEXCEPT; 188 * @param file The file where the allocation was requested 191 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NOEXCEPT;
|
| /third_party/libuv/tools/ |
| H A D | vswhere_usability_wrapper.cmd | 3 :: See accompanying file LICENSE at https://github.com/node4good/windows-autoconf 4 :: or libuv LICENSE file at https://github.com/libuv/libuv
|
| /third_party/mbedtls/scripts/ |
| H A D | ecp_comb_table.py | 13 # not use this file except in compliance with the License. 208 Unable to compile and run utility.""", file=sys.stderr) 239 file=sys.stderr)
|
| /third_party/mesa3d/ohos/ |
| H A D | meson_cross_process.py | 94 with open("cross_file", 'w+') as file:
97 file.write(result)
|
| /third_party/libwebsockets/lib/tls/openssl/ |
| H A D | openssl-tls.c | 60 lws_openssl_lock_callback(int mode, int type, const char *file, int line) in lws_openssl_lock_callback() argument 62 (void)file; in lws_openssl_lock_callback()
|
| /third_party/ltp/testcases/commands/cp/ |
| H A D | cp_tests.sh | 28 ROD touch $dirname/file$fcnt 38 ROD echo LTP > file 85 1) cp_test "" "file" "file_copy";; 86 2) cp_test -l "file" "file_copy";; 87 3) cp_test -s "file" "file_copy";;
|
| /third_party/ltp/testcases/kernel/fs/fs_inod/ |
| H A D | fs_inod | 93 echo "$0: touch files [0-$numsubdirs]/file$numsubdirs[0-$numfiles]" 101 >file$j$k || err_log ">file$j$k FAILED" 122 echo "$0: rm files [0-$numsubdirs]/file$numsubdirs[0-$numfiles]" 130 rm -f file$j$k || err_log "rm -f file$j$k FAILED"
|
| /third_party/ltp/include/lapi/syscalls/ |
| H A D | regen.sh | 20 * change your arch specific .in file instead * 27 * Licensed under the GPLv2 or later, see the COPYING file.
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest-typed-test.cc | 61 const char* file, int line, const char* registered_tests) { in VerifyRegisteredTestNames() 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames() 60 VerifyRegisteredTestNames( const char* file, int line, const char* registered_tests) VerifyRegisteredTestNames() argument
|
| /third_party/node/deps/v8/third_party/zlib/google/ |
| H A D | zip_writer.h | 3 // found in the LICENSE file. 27 // A class used to write entries to a ZIP file and buffering the reading of 36 // Creates a writer that will write a ZIP file to |zip_file_fd| or |zip_file| 38 // All file reads are performed using |file_accessor|. 78 // Adds the entries at |paths| to the ZIP file. These can be a mixed bag of 83 // Closes the ZIP file. 94 // Adds file content to currently open file entry. 95 bool AddFileContent(const base::FilePath& path, base::File file); 97 // Adds a file entr [all...] |
| /third_party/node/deps/zlib/google/ |
| H A D | zip_writer.h | 3 // found in the LICENSE file. 27 // A class used to write entries to a ZIP file and buffering the reading of 36 // Creates a writer that will write a ZIP file to |zip_file_fd| or |zip_file| 38 // All file reads are performed using |file_accessor|. 78 // Adds the entries at |paths| to the ZIP file. These can be a mixed bag of 83 // Closes the ZIP file. 94 // Adds file content to currently open file entry. 95 bool AddFileContent(const base::FilePath& path, base::File file); 97 // Adds a file entr [all...] |
| /third_party/node/deps/v8/tools/ |
| H A D | regexp-sequences.py | 4 # found in the LICENSE file. 7 python %prog trace-file 19 def parse(file, seqlen): 30 with open(file) as f:
|
| /third_party/node/test/addons/openssl-client-cert-engine/ |
| H A D | testengine.cc | 43 std::ifstream file(filename); in LoadFile() 44 return std::string(std::istreambuf_iterator<char>(file), in LoadFile()
|
| /third_party/node/test/addons/openssl-key-engine/ |
| H A D | testkeyengine.cc | 42 std::ifstream file(filename); in LoadFile() 43 return std::string(std::istreambuf_iterator<char>(file), in LoadFile()
|
| /third_party/node/tools/ |
| H A D | mkssldef.py | 52 print('EXPORTS', file=out) 53 for name in sorted(exported): print(' ', name, file=out)
|
| /third_party/node/tools/zos/ |
| H A D | sdwrap.py | 33 print("Error: input line invalid (longer than 80 characters)", file=sys.stderr) 36 print("Error: continuation line not start with blank", file=sys.stderr)
|
| /third_party/musl/libc-test/src/math/ |
| H A D | frexpf.c | 32 p->file, p->line, rstr(p->r), p->x, p->y, p->i, estr(p->e)); in main() 39 p->file, p->line, rstr(p->r), p->x, p->y, p->i, y, yi, d, d-p->dy, p->dy); in main()
|
| H A D | frexp.c | 32 p->file, p->line, rstr(p->r), p->x, p->y, p->i, estr(p->e)); in main() 39 p->file, p->line, rstr(p->r), p->x, p->y, p->i, y, yi, d, d-p->dy, p->dy); in main()
|
| H A D | hypotl.c | 38 p->file, p->line, rstr(p->r), p->x, p->x2, p->y, estr(p->e)); in main() 45 p->file, p->line, rstr(p->r), p->x, p->x2, p->y, y, d, d-p->dy, p->dy); in main()
|