Home
last modified time | relevance | path

Searched refs:file (Results 3176 - 3200 of 8131) sorted by relevance

1...<<121122123124125126127128129130>>...326

/third_party/libsnd/src/
H A Drf64.c60 ** The file size limit in bytes below which we can, if requested, write this
61 ** file as a RIFF/WAVE file.
101 if (psf->file.mode == SFM_READ || (psf->file.mode == SFM_RDWR && psf->filelength > 0)) in rf64_open()
115 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in rf64_open()
190 /* Set position to start of file to begin reading header. */ in rf64_read_header()
314 { psf_log_printf (psf, "%M : 0x%x\n**** Weird, RF64 file without a 'ds64' chunk and no valid 'data' size.\n", marker, chunk_size) ; in rf64_read_header()
323 { psf_log_printf (psf, " *** Looks like a WAV file whic in rf64_read_header()
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c87 fail_if(fwrite(data, 1, size, aub->file) == 0, in data_out()
155 aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, const char *app_name) in aub_file_init() argument
160 aub->file = file; in aub_file_init()
187 fclose(aub->file); in aub_file_finish()
841 fflush(aub->file); in aub_write_exec()
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.cc3 // found in the LICENSE file.
338 PrintF(scope.file(), "[discarding compiled metadata for "); in DiscardCompiledMetadata()
339 ShortPrint(scope.file()); in DiscardCompiledMetadata()
340 PrintF(scope.file(), "]\n"); in DiscardCompiledMetadata()
482 PrintF(scope.file(), "[disabled optimization for "); in DisableOptimization()
483 ShortPrint(scope.file()); in DisableOptimization()
484 PrintF(scope.file(), ", reason: %s]\n", GetBailoutReason(reason)); in DisableOptimization()
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs49 /// C or C++ header file.
183 /// Dump graphviz dot file.
263 /// Preprocess and dump the input header files to disk. Useful when debugging bindgen, using C-Reduce, or when filing issues. The resulting file will be named something like `__bindgen.i` or `__bindgen.ii`.
281 /// The absolute path to the rustfmt configuration file. The configuration file will be used for formatting the bindings. This parameter is incompatible with --no-rustfmt-bindings.
359 /// Sets the path for the source file that must be created due to the presence of `static` and
594 for file in blocklist_file { in builder_from_flags()
595 builder = builder.blocklist_file(file); in builder_from_flags()
794 for file in allowlist_file { in builder_from_flags()
795 builder = builder.allowlist_file(file); in builder_from_flags()
[all...]
/third_party/python/Lib/asyncio/
H A Dproactor_events.py288 # we got end-of-file so no need to reschedule a new read
637 self._accept_futures = {} # socket file descriptor => Future
641 # wakeup fd can only be installed to a file descriptor from the main thread
731 async def _sock_sendfile_native(self, sock, file, offset, count):
733 fileno = file.fileno()
735 raise exceptions.SendfileNotAvailableError("not a regular file")
739 raise exceptions.SendfileNotAvailableError("not a regular file")
742 return 0 # empty file
753 await self._proactor.sendfile(sock, file, offset, blocksize)
758 file
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go4 // you may not use this file except in compliance with the License.
72 // create a log file in the executable's directory.
83 files: map[string]*file{},
99 files map[string]*file
103 // file represents a source file
104 type file struct { type
110 func (f *file) tokAt(lp lsp.Position) *parser.Token {
240 return nil, fmt.Errorf("Unknown file")
417 // Every good file end
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go4 // you may not use this file except in compliance with the License.
72 // create a log file in the executable's directory.
83 files: map[string]*file{},
99 files map[string]*file
103 // file represents a source file
104 type file struct { type
110 func (f *file) tokAt(lp lsp.Position) *parser.Token {
240 return nil, fmt.Errorf("Unknown file")
417 // Every good file end
[all...]
/third_party/skia/tests/
H A DStreamTest.cpp5 * found in the LICENSE file.
61 ERRORF(reporter, "Failed to create tmp file %s\n", path.c_str()); in test_filestreams()
80 FILE* file = ::fopen(path.c_str(), "rb"); in test_filestreams() local
81 SkFILEStream stream(file); in test_filestreams()
295 // This test uses file system operations that don't work out of the
304 // Test an arbitrary file stream. file streams do not support peeking. in DEF_TEST()
310 auto path = SkOSPath::Join(tmpdir.c_str(), "file"); in DEF_TEST()
320 ERRORF(reporter, "error wrtiting to file %s", path.c_str()); in DEF_TEST()
503 // Seek halfway through the file in DEF_TEST()
514 FILE* file = sk_fopen(filename.c_str(), kRead_SkFILE_Flag); DEF_TEST() local
[all...]
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go4 // you may not use this file except in compliance with the License.
72 // create a log file in the executable's directory.
83 files: map[string]*file{},
99 files map[string]*file
103 // file represents a source file
104 type file struct { type
110 func (f *file) tokAt(lp lsp.Position) *parser.Token {
240 return nil, fmt.Errorf("Unknown file")
417 // Every good file end
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp4 * you may not use this file except in compliance with the License.
332 std::ofstream file(keyDir + "/test.txt"); in HWTEST_F()
383 std::ofstream file(keyDir + "/test.txt"); in HWTEST_F()
447 std::ofstream file(UECE_PATH); in HWTEST_F()
610 ASSERT_TRUE(ret != -1) << "Failed to delete file in KeyManager_UpdateKeyContext_001! " << errno; in HWTEST_F()
630 std::ofstream file(UECE_PATH); in HWTEST_F()
1289 FileList file = { 100, "/test/path" }; in HWTEST_F() local
1291 vec.push_back(file); in HWTEST_F()
1321 FileList file = { 100, "/test/path" }; in HWTEST_F() local
1323 vec.push_back(file); in HWTEST_F()
1346 FileList file = { 100, "/test/path" }; HWTEST_F() local
1379 FileList file = { 100, "/test/path" }; HWTEST_F() local
1549 FileList file = { 100, "/test/path" }; HWTEST_F() local
1567 FileList file = { 100, "/data/test" }; HWTEST_F() local
[all...]
/third_party/curl/src/
H A Dtool_operate.c10 * 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 Dinspect.py287 __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 Dtest_base_events.py1985 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 Dmod.rs477 /// 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...]
/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Djson_content_loader.h4 * you may not use this file except in compliance with the License.
38 bool SetFile(CORE_NS::IFile::Ptr file) override;
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H A Dhebc_white_list.h4 * you may not use this file except in compliance with the License.
45 std::unique_ptr<char[]> ReadFile(std::string const &file, size_t &size, size_t maxSize) noexcept;
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_type_file.h4 * you may not use this file except in compliance with the License.
27 MtpFsTypeFile(LIBMTP_file_t *file);
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_message.h4 * you may not use this file except in compliance with the License.
63 uint8_t file[DHCP_BOOT_FILE_LENGTH]; member
/test/xts/device_attest_lite/services/core/include/utils/
H A Dattest_utils.h4 * you may not use this file except in compliance with the License.
40 void *AttestMemAlloc(uint32_t size, const char* file, uint32_t line, const char* func);
/test/xts/hats/kernel/syscalls/fileio/uname/
H A DUnameApiTest.cpp4 * you may not use this file except in compliance with the License.
24 #include <sys/file.h>
/test/xts/tools/lite/hctest/include/
H A Dhctest_internal.h4 * you may not use this file except in compliance with the License.
130 const char* file; member
/third_party/curl/tests/
H A Dtest1167.pl11 # This software is licensed as described in the file COPYING, which
17 # furnished to do so, under the terms of the COPYING file.
44 # Set default values if configure has not generated a configurehelp.pm file.
74 my ($file)=@_;
77 open H_IN, "-|", "$Cpreprocessor -DCURL_DISABLE_DEPRECATION $i$file" ||
78 die "Cannot preprocess $file";
82 # if the included file isn't in our incdir, then we skip this section
109 print "Source: $Cpreprocessor $i$file\n";
117 close H_IN || die "Error preprocessing $file";
/third_party/elfutils/libasm/
H A Dasm_addsleb128.c3 This file is part of elfutils.
6 This file is free software; you can redistribute it and/or modify
53 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num); in asm_addsleb128()
H A Dasm_adduleb128.c3 This file is part of elfutils.
6 This file is free software; you can redistribute it and/or modify
53 fprintf (asmscn->ctx->out.file, "\t.uleb128\t%" PRIu32 "\n", num); in asm_adduleb128()
/third_party/backends/backend/
H A Dhp5400_xfer.h12 This file is part of the SANE package.
37 the executable file might be covered by the GNU General Public
66 HP5400_SANE_STATIC int hp5400_bulk_read (int iHandle, size_t size, int block, FILE * file);

Completed in 23 milliseconds

1...<<121122123124125126127128129130>>...326