| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfscat.h | 21 * distribution in the file COPYING); if not, write to the Free Software 33 char *file; /* File to display */ member
|
| /third_party/musl/src/linux/ |
| H A D | flock.c | 1 #include <sys/file.h>
|
| /third_party/ltp/testcases/network/rpc/basic_tests/rpc01/datafiles/ |
| H A D | Makefile | 27 INSTALL_TARGETS := file*
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | untypedModuleImport_vsAmbient.js | 6 This file is not processed.
|
| H A D | untypedModuleImport_withAugmentation.js | 6 This file is not processed.
|
| /third_party/python/PC/ |
| H A D | invalid_parameter_handler.c | 14 wchar_t const* file, in _silent_invalid_parameter_handler() 11 _silent_invalid_parameter_handler( wchar_t const* expression, wchar_t const* function, wchar_t const* file, unsigned int line, uintptr_t pReserved) _silent_invalid_parameter_handler() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 392 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers, in si_add_arg_checked() argument 396 ac_add_arg(args, file, registers, type, arg); in si_add_arg_checked() 962 FILE *file) in si_shader_dump_disassembly() 1009 if (file) { in si_shader_dump_disassembly() 1010 fprintf(file, "Shader %s disassembly:\n", name); in si_shader_dump_disassembly() 1011 fprintf(file, "%*s", (int)nbytes, disasm); in si_shader_dump_disassembly() 1097 static void si_shader_dump_stats(struct si_screen *sscreen, struct si_shader *shader, FILE *file, in si_shader_dump_stats() argument 1104 fprintf(file, in si_shader_dump_stats() 1111 fprintf(file, in si_shader_dump_stats() 1166 struct util_debug_callback *debug, FILE *file, boo in si_shader_dump() 958 si_shader_dump_disassembly(struct si_screen *screen, const struct si_shader_binary *binary, gl_shader_stage stage, unsigned wave_size, struct util_debug_callback *debug, const char *name, FILE *file) si_shader_dump_disassembly() argument 1165 si_shader_dump(struct si_screen *sscreen, struct si_shader *shader, struct util_debug_callback *debug, FILE *file, bool check_debug_option) si_shader_dump() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 191 sm1_dump_reg(BYTE file, INT index) in sm1_dump_reg() argument 193 switch (file) { in sm1_dump_reg() 213 DUMP("%c%i", sm1_file_char[file], index); in sm1_dump_reg() 222 BYTE file; member 240 BYTE file; member 281 if (param->file == NINED3DSPR_IMMEDIATE) { in sm1_dump_src_param() 292 DUMP("%c[", sm1_file_char[param->file]); in sm1_dump_src_param() 296 sm1_dump_reg(param->file, param->idx); in sm1_dump_src_param() 321 DUMP("%c[", sm1_file_char[param->file]); in sm1_dump_dst_param() 325 sm1_dump_reg(param->file, para in sm1_dump_dst_param() 988 nine_ureg_dst_register(unsigned file, int index) nine_ureg_dst_register() argument [all...] |
| /third_party/gn/src/gn/ |
| H A D | function_set_default_toolchain.cc | 3 // found in the LICENSE file. 27 configuration file. Since the build configuration file is processed 34 config file for the 64-bit toolchain to reset the default toolchain to 62 "file.");
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | CodeGenerator.java | 6 import java.nio.file.Path;
|
| /third_party/ltp/include/ |
| H A D | tst_mkfs.h | 15 void tst_mkfs_(const char *file, const int lineno, void (cleanup_fn)(void),
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_strings.h | 69 tgsi_file_name(unsigned file);
|
| /third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
| H A D | ftw.c | 4 * you may not use this file except in compliance with the License. 22 int fn(const char *file, const struct stat *sb, int flag) in fn() argument
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| H A D | copyright.pm | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 15 my $file = shift; 20 # common case is that someone unpacked a tarfile and the file dates 26 "git log -1 --date=short --format=format:%cd $file 2>/dev/null|"
|
| /third_party/openssl/util/perl/OpenSSL/ |
| H A D | copyright.pm | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 15 my $file = shift; 20 # common case is that someone unpacked a tarfile and the file dates 26 "git log -1 --date=short --format=format:%cd $file 2>/dev/null|"
|
| /third_party/rust/crates/regex/bench/ |
| H A D | build.rs | 11 .file("src/ffi/re2.cpp") in main()
|
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | debug.rs | 1 use crate::{cfg, file, lookup}; 185 file::write( in generate()
|
| /third_party/curl/src/ |
| H A D | tool_operate.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. 149 * get_vms_file_size does what it takes to get the real size of the file 153 * For all others, have to read the entire file in, discarding the contents. 164 FILE * file; in vms_realfilesize() local 167 file = fopen(name, "r"); /* VMS */ in vms_realfilesize() 168 if(!file) { in vms_realfilesize() 174 ret_stat = fread(buffer, 1, sizeof(buffer), file); in vms_realfilesize() 178 fclose(file); in vms_realfilesize() 279 * a fixed file wit in pre_transfer() 888 FILE *file = fopen(config->etag_compare_file, FOPEN_READTEXT); single_transfer() local 1141 FILE *file = fopen(outfile, "ab", single_transfer() local [all...] |
| /third_party/python/Lib/ |
| H A D | inspect.py | 287 __cached__ pathname to byte compiled file 489 co_filename name of file in which this code object was created 897 """Work out which source or compiled file an object was defined in.""" 925 """Return the module name for a given file, or None.""" 927 # Check for paths that look like an actual module file 962 """Return an absolute path to the source or compiled file for an object. 982 # Try the cache again with the absolute file name 984 file = getabsfile(object, _filename) 987 if file in modulesbyfile: 988 return sys.modules.get(modulesbyfile[file]) [all...] |
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_base_events.py | 1985 self.file = open(os_helper.TESTFN, 'rb') 1986 self.addCleanup(self.file.close) 2034 self.run_loop(self.loop._sock_sendfile_native(sock, self.file, 2038 self.assertEqual(self.file.tell(), 0) 2045 self.run_loop(self.loop.sock_sendfile(sock, self.file, 2048 self.assertEqual(self.file.tell(), 0) 2054 ret = self.run_loop(self.loop.sock_sendfile(sock, self.file)) 2059 self.assertEqual(self.file.tell(), len(self.DATA)) 2065 ret = self.run_loop(self.loop.sock_sendfile(sock, self.file, 2071 self.assertEqual(self.file [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| H A D | mod.rs | 477 /// An identifier of the format of a certificate or key file. 909 /// Loads trusted root certificates from a file. 911 /// The file should contain a sequence of PEM-formatted CA certificates. 913 pub fn set_ca_file<P: AsRef<Path>>(&mut self, file: P) -> Result<(), ErrorStack> { in set_ca_file() 914 let file = CString::new(file.as_ref().as_os_str().to_str().unwrap()).unwrap(); in set_ca_file() 918 file.as_ptr() as *const _, in set_ca_file() 965 /// Loads a leaf certificate from a file. 969 /// single file. 973 file in set_certificate_file() [all...] |
| /third_party/alsa-lib/src/ucm/ |
| H A D | utils.c | 17 * command line tool and file parser was kindly sponsored by 353 int uc_mgr_config_load_into(int format, const char *file, snd_config_t *top) in uc_mgr_config_load_into() argument 360 fp = fopen(file, "r"); in uc_mgr_config_load_into() 364 uc_error("could not open configuration file %s", file); in uc_mgr_config_load_into() 375 uc_error("could not load configuration file %s", file); in uc_mgr_config_load_into() 386 int uc_mgr_config_load(int format, const char *file, snd_config_t **cfg) in uc_mgr_config_load() argument 394 err = uc_mgr_config_load_into(format, file, top); in uc_mgr_config_load()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | units_test.cpp | 782 * see the documentation at the top of that file for details. 806 * Parse an expected output field from the test data file. 1022 FileStream *file; in parsePreferencesTests() local 1038 file = T_FileStream_stdin(); in parsePreferencesTests() 1040 file = T_FileStream_open(filename, "r"); in parsePreferencesTests() 1042 if (file == NULL) { in parsePreferencesTests() 1047 while (T_FileStream_readLine(file, line, sizeof(line)) != NULL) { in parsePreferencesTests() 1109 T_FileStream_close(file); in parsePreferencesTests()
|
| /third_party/icu/icu4c/source/test/iotest/ |
| H A D | iotest.cpp | 8 * file name: iotest.cpp 87 /* On Windows, the file name obtained from __FILE__ includes a full path. in pathToDataDirectory() 88 * This file is "wherever\icu\source\test\cintltst\cintltst.c" in pathToDataDirectory() 115 FILE *file = fopen(".." U_FILE_SEP_STRING".." U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); in pathToDataDirectory() local 116 if (file) { in pathToDataDirectory() 117 fclose(file); in pathToDataDirectory() 239 log_err("Can't open test file - %s\n", in DataDrivenPrintf() 323 log_err("Can't open test file - %s\n", in DataDrivenPrintf() 333 log_err("FAILURE file test case %d \"%s\" - Got: \"%s\" Expected: \"%s\"\n", in DataDrivenPrintf() 442 log_err("Can't open test file in DataDrivenScanf() 793 FILE *file = fopen(".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); ctest_dataOutDir() local [all...] |
| /third_party/libsnd/src/ |
| H A D | ogg_vorbis.c | 203 { psf_log_printf (psf, "End of file before finding all Vorbis headers!\n") ; in vorbis_read_header() 207 { psf_log_printf (psf, "Error reading file while finding Vorbis headers!\n") ; in vorbis_read_header() 248 ** Find the end of the stream, save it. Only works if the file is seekable. in vorbis_read_header() 412 if (psf->file.mode == SFM_WRITE) in vorbis_close() 469 if (psf->file.mode == SFM_RDWR) in ogg_vorbis_open() 474 if (psf->file.mode == SFM_READ) in ogg_vorbis_open() 485 if (psf->file.mode == SFM_WRITE) in ogg_vorbis_open() 876 /* Can't bisect a file we don't know the end of (cannot seek). */ in vorbis_seek_trysearch() 931 if (psf->file.mode == SFM_READ) in vorbis_seek() 959 if (psf->file in vorbis_byterate() [all...] |