Home
last modified time | relevance | path

Searched refs:file (Results 4576 - 4600 of 8833) sorted by relevance

1...<<181182183184185186187188189190>>...354

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_local.h7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
739 char **file, int *line);
755 const char *func, const char *file, int line,
908 OSSL_CMP_MSG *ossl_cmp_msg_load(const char *file);
/third_party/libcoap/man/
H A Dexamples-code-check.c10 * This file is part of the CoAP library libcoap. Please see README for terms
149 check_synopsis(const char *file) { in check_synopsis() argument
155 snprintf(file_name, sizeof(file_name), "tmp/%s-header.c", file); in check_synopsis()
169 fprintf(fpcode, "#include \"%s.h\"\n", file); in check_synopsis()
/third_party/openssl/crypto/cmp/
H A Dcmp_local.h7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
739 char **file, int *line);
755 const char *func, const char *file, int line,
908 OSSL_CMP_MSG *ossl_cmp_msg_load(const char *file);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp9 * you may not use this file except in compliance with the License.
21 * \file
144 std::string message = "Failed to parse Amber file: " + m_readFilename; in delayedInit()
261 de::UniquePtr<tcu::Resource> file (archive.getResource(filePath.getPath())); in LoadBufferData()
262 int numBytes = file->getSize(); in LoadBufferData()
268 file->read(bytes.data(), numBytes); in LoadBufferData()
481 std::string message = "Failed to parse Amber file: " + m_readFilename; in validateRequirements()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp9 * you may not use this file except in compliance with the License.
21 * \file
143 std::string message = "Failed to parse Amber file: " + m_readFilename; in delayedInit()
260 de::UniquePtr<tcu::Resource> file (archive.getResource(filePath.getPath())); in LoadBufferData()
261 int numBytes = file->getSize(); in LoadBufferData()
267 file->read(bytes.data(), numBytes); in LoadBufferData()
480 std::string message = "Failed to parse Amber file: " + m_readFilename; in validateRequirements()
/third_party/openssl/ohos_lite/include/openssl/
H A Dts.h5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
521 X509 *TS_CONF_load_cert(const char *file);
522 STACK_OF(X509) *TS_CONF_load_certs(const char *file);
523 EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass);
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.io.File) java.io.File file java.io.File[] arr$ int len$ ...
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-uniscribe.cc48 #include "hb-open-file.hh"
384 const OT::OpenTypeFontFile &file = * (OT::OpenTypeFontFile *) (new_sfnt_data); in _hb_rename_font() local
385 unsigned int face_count = file.get_face_count (); in _hb_rename_font()
390 const OT::OpenTypeFontFace &face = file.get_face (face_index); in _hb_rename_font()
/third_party/skia/tools/fm/
H A Dfm.cpp2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
665 SkFILEWStream file(path.c_str()); in main()
667 if (!hashAndEncode.encodePNG(&file, md5.c_str(), in main()
672 file.write(blob->data(), blob->size()); in main()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_message.cc63 : SourceGeneratorBase(descriptor->file(), options), in MessageGenerator()
148 if (IsDescriptorProto(descriptor_->file())) { in Generate()
173 // Access the message descriptor via the relevant file descriptor or containing message descriptor. in Generate()
175 vars["descriptor_accessor"] = GetReflectionClassName(descriptor_->file()) in Generate()
/third_party/skia/fuzz/
H A DFuzzMain.cpp5 * found in the LICENSE file.
33 static DEFINE_string2(bytes, b, "", "A path to a file or a directory. If a file, the "
110 "Usage: fuzz -t <type> -b <path/to/file> [-n api-to-fuzz]\n" in main()
111 " fuzz -b <path/to/file>\n" in main()
113 "fuzz will make a guess based on the name of the file.\n"); in main()
133 for (SkString file; it.next(&file); ) { in main()
134 SkString p = SkOSPath::Join(path.c_str(), file.c_str()); in main()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_nir.cpp171 if (reg->file == BAD_FILE) { in emit_system_values_block()
184 if (reg->file == BAD_FILE) in emit_system_values_block()
191 if (reg->file == BAD_FILE) in emit_system_values_block()
199 if (reg->file == BAD_FILE) in emit_system_values_block()
206 if (reg->file == BAD_FILE) in emit_system_values_block()
213 if (reg->file == BAD_FILE) { in emit_system_values_block()
267 if (reg->file == BAD_FILE) in emit_system_values_block()
1338 if (op[1].file == IMM) in nir_emit_alu()
2150 if (new_inst->src[j].file == VGRF)
2312 if (channel_mask.file !
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm505 $ERROR = "Couldn't open file $fn: $!";
627 # Use a different template file syntax:
658 # Parse template with different template file syntax:
687 You can store a template in a file outside your program. People can
696 file C<formletter.tmpl>:
882 went wrong. For example, if you try to create a template from a file
885 Couldn't open file xyz.tmpl: No such file or directory
896 The most common type of source is a file:
900 This reads the template from the specified file
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm505 $ERROR = "Couldn't open file $fn: $!";
627 # Use a different template file syntax:
658 # Parse template with different template file syntax:
687 You can store a template in a file outside your program. People can
696 file C<formletter.tmpl>:
882 went wrong. For example, if you try to create a template from a file
885 Couldn't open file xyz.tmpl: No such file or directory
896 The most common type of source is a file:
900 This reads the template from the specified file
[all...]
/third_party/libevdev/
H A Dconfigure112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
384 # Test if FILE is an executable regular file.
556 rm -f conf$$ conf$$.exe conf$$.file
558 rm -f conf$$.dir/conf$$.file
563 if (echo >conf$$.file) 2>/dev/null; then
564 if ln -s conf$$.file conf$$ 2>/dev/null; then
567 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
570 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
572 elif ln conf$$.file con
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c173 static unsigned int kbasep_vinstr_hwcnt_reader_poll(struct file *filp, poll_table *wait);
174 static long kbasep_vinstr_hwcnt_reader_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
175 static int kbasep_vinstr_hwcnt_reader_mmap(struct file *filp, struct vm_area_struct *vma);
176 static int kbasep_vinstr_hwcnt_reader_release(struct inode *inode, struct file *filp);
178 /* The timeline stream file operations structure. */
1464 * @filp: pointer to file structure
1470 static long kbasep_vinstr_hwcnt_reader_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in kbasep_vinstr_hwcnt_reader_ioctl()
1526 * @filp: pointer to file structure
1530 static unsigned int kbasep_vinstr_hwcnt_reader_poll(struct file *filp, poll_table *wait) in kbasep_vinstr_hwcnt_reader_poll()
1549 * @filp: pointer to file structur
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c188 struct file *filp,
191 struct file *filp,
195 struct file *filp,
199 struct file *filp);
201 /* The timeline stream file operations structure. */
1555 * @filp: pointer to file structure
1561 static long kbasep_vinstr_hwcnt_reader_ioctl(struct file *filp, in kbasep_vinstr_hwcnt_reader_ioctl()
1626 * @filp: pointer to file structure
1630 static unsigned int kbasep_vinstr_hwcnt_reader_poll(struct file *filp, in kbasep_vinstr_hwcnt_reader_poll()
1649 * @filp: pointer to file structur
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp4 * you may not use this file except in compliance with the License.
184 auto file = gzdopen(arg->fd, arg->mode.get()); in GZDopen()
185 if (!file) { in GZDopen()
188 std::unique_ptr<gzFile_s, Deleter<gzFile_s>> gzFile(file); in GZDopen()
233 gzFile file; in GZOpen()
235 file = gzopen64(arg->path.get(), arg->mode.get()); in GZOpen()
237 file = gzopen(arg->path.get(), arg->mode.get()); in GZOpen()
239 if (!file) { in GZOpen()
242 std::unique_ptr<gzFile_s, Deleter<gzFile_s>> gzFile(file); in GZOpen()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_state.cpp4 * you may not use this file except in compliance with the License.
221 void ScreenCaptureUnitTestCallback::DumpBuffer(FILE *file, uint8_t *buffer, int32_t size, int64_t timestamp, in DumpBuffer() argument
225 if ((file == nullptr) || (buffer == nullptr)) { in DumpBuffer()
226 cout << "DumpBuffer failed, file:" << (file == nullptr) << ", buffer:" << (buffer == nullptr) << in DumpBuffer()
230 if (fwrite(buffer, 1, size, file) != static_cast<size_t>(size)) { in DumpBuffer()
293 void ScreenCaptureUnitTestCallback::InitCaptureTrackInfo(FILE *file, int32_t flag, AVScreenCaptureBufferType bufferType) in InitCaptureTrackInfo() argument
296 videoFile_ = file; in InitCaptureTrackInfo()
300 innerAudioFile_ = file; in InitCaptureTrackInfo()
304 micAudioFile_ = file; in InitCaptureTrackInfo()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_single_kv_store.cpp4 * you may not use this file except in compliance with the License.
546 * backup(file:string, callback: AsyncCallback<void>):void;
548 * backup(file:string): Promise<void>;
553 std::string file; in Backup() member
557 // required 1 arguments :: <file> in Backup()
560 ctxt->status = JSUtil::GetValue(env, argv[0], ctxt->file); in Backup()
562 "Parameter error:param file type must be string"); in Backup()
563 ASSERT_BUSINESS_ERR(ctxt, (ctxt->file.size() != 0 && ctxt->file != AUTO_BACKUP_NAME), Status::INVALID_ARGUMENT, in Backup()
564 "Parameter error:empty file an in Backup()
589 std::string file; Restore() member
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp4 * you may not use this file except in compliance with the License.
755 Status SingleStoreImpl::Backup(const std::string &file, const std::string &baseDir) in Backup() argument
758 auto status = BackupManager::GetInstance().Backup(file, baseDir, storeId_, dbStore_); in Backup()
761 StoreUtil::Anonymous(storeId_).c_str(), file.c_str()); in Backup()
766 Status SingleStoreImpl::Restore(const std::string &file, const std::string &baseDir) in Restore() argument
773 auto status = BackupManager::GetInstance().Restore(file, baseDir, appId_, storeId_, dbStore_); in Restore()
776 StoreUtil::Anonymous(storeId_).c_str(), file.c_str()); in Restore()
792 for (auto &file : files) { in DeleteBackup()
793 results.emplace(file, DEVICE_NOT_FOUND); in DeleteBackup()
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp1426 SortedLines::SortedLines(FILE *file, UPrinter *logger, UPrinter *debug, UErrorCode &status) : in SortedLines() argument
1453 fscanf(file, "%i,%i,%i\n", &size, &newFrench, &newUpperFirst); in SortedLines()
1463 while(fgets(buff, 256, file)) { in SortedLines()
1482 SortedLines::toFile(FILE *file, UBool useLinks, UErrorCode &status) in toFile() argument
1484 fprintf(file, "%i,%i,%i\n", size, frenchSecondary, upperFirst); in toFile()
1490 fprintf(file, "%s\n", buff); in toFile()
1491 fflush(file); in toFile()
1499 fprintf(file, "%s\n", buff); in toFile()
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js344 return { file: [] };
348 return { file: Array.isArray(object?.file) ? object.file.map((e) => exports.FileDescriptorProto.fromJSON(e)) : [] };
352 if (message.file) {
353 obj.file = message.file.map((e) => e ? exports.FileDescriptorProto.toJSON(e) : undefined);
356 obj.file = [];
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs18 cmsg.file("src/cmsg.c"); in do_cc()
32 cc::Build::new().file("src/makedev.c").compile("makedev"); in do_cc()
36 cc::Build::new().file("src/errqueue.c").compile("errqueue"); in do_cc()
43 cc::Build::new().file("src/sigrt.c").compile("sigrt"); in do_cc()
103 // NOTE: Android doesn't include the unix file (or the Linux file) because in do_semver()
105 // maintain a file for Android. in do_semver()
122 fn process_semver_file<W: Write, P: AsRef<Path>>(output: &mut W, path: &mut PathBuf, file: P) { in process_semver_file()
123 // NOTE: `path` is reused between calls, so always remove the file again. in process_semver_file()
124 path.push(file); in process_semver_file()
[all...]
/third_party/python/Lib/test/
H A Dtest_sax.py44 # Either the file system encoding is None, or the file name
45 # cannot be encoded in the file system encoding.
355 self.file = os_helper.TESTFN
356 with open(self.file, "w") as tmp:
357 tmp.write("This was read from a file.")
360 os_helper.unlink(self.file)
376 src = InputSource(self.file)
386 src = InputSource(self.file)
396 src = InputSource(self.file)
[all...]

Completed in 38 milliseconds

1...<<181182183184185186187188189190>>...354