Home
last modified time | relevance | path

Searched refs:file (Results 2926 - 2950 of 8833) sorted by relevance

1...<<111112113114115116117118119120>>...354

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_internal_sync.h12 * @file mali_internal_sync.h
87 struct file *file; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline_sync_fence.c11 #include <linux/file.h>
159 /* Return file descriptor for the accumulated sync fence. */ in mali_timeline_sync_fence_create()
167 fput(sync_fence_acc->file); in mali_timeline_sync_fence_create()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_internal_sync.h13 * @file mali_internal_sync.h
88 struct file *file; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline_sync_fence.c10 #include <linux/file.h>
145 /* Return file descriptor for the accumulated sync fence. */ in mali_timeline_sync_fence_create()
153 fput(sync_fence_acc->file); in mali_timeline_sync_fence_create()
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_provider_test.cpp4 * you may not use this file except in compliance with the License.
79 * @tc.desc: if gif uri is right, but the file is broken, cannot decode the data.
108 * @tc.desc: if file uri is right, test for loadImage can load and decode the image.
116 for (auto file : fileImages) { in HWTEST_F()
126 auto data = imageLoader.LoadImageData(ImageSourceInfo(file)); in HWTEST_F()
140 * @tc.desc: if file uri is wrong, loadImageData can not load the image.
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H A Dhebc_white_list.cpp4 * you may not use this file except in compliance with the License.
102 std::unique_ptr<char[]> HebcWhiteList::ReadFile(std::string const &file, size_t &size, size_t maxSize) noexcept
105 ifs.open(file, std::ifstream::binary);
107 BLOGE("file is bad");
112 BLOGE("open file failed");
120 BLOGE("read file failed");
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dfile_metadata_stream.h4 * you may not use this file except in compliance with the License.
38 * properly handled during file read/write errors.
48 * @param file Pointer to a FILE object that specifies an output stream.
51 virtual ssize_t FWrite(const void *src, size_t size, ssize_t nmemb, FILE *file);
58 * @param file Pointer to a FILE object that specifies an input stream.
61 virtual ssize_t FRead(void *destv, size_t size, ssize_t nmemb, FILE *file);
66 * @brief A class that represents a file-based image stream.
73 * @brief Constructs a new FileMetadataStream object from a file descriptor.
74 * @param fileDescriptor The file descriptor.
79 * @brief Constructs a new FileMetadataStream object from a file pat
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/include/
H A Dfile_source_stream.h4 * you may not use this file except in compliance with the License.
34 FileSourceStream(std::FILE *file, size_t size, size_t offset, size_t original,
36 FileSourceStream(std::FILE *file, size_t size, size_t offset, size_t original,
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_security_manager_test.cpp4 * you may not use this file except in compliance with the License.
136 const std::string file = keyFile.GetKeyFile(RdbSecurityManager::KeyFileType::PUB_KEY_FILE); in HWTEST_F() local
138 bool ret = OHOS::SaveBufferToFile(file, content); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dtlv_object_mock.cpp4 * you may not use this file except in compliance with the License.
27 void TLVObject::SetFile(std::FILE *file) in SetFile() argument
29 file_ = file; in SetFile()
/third_party/eudev/src/udev/
H A Dudev-builtin-kmod.c66 _printf_(6,0) static void udev_kmod_log(void *data, int priority, const char *file, int line, const char *fn, const char *format, va_list args) { in udev_kmod_log() argument
67 log_internalv(priority, 0, file, line, fn, format, args); in udev_kmod_log()
/third_party/ffmpeg/libavutil/
H A Drandom_seed.c4 * This file is part of FFmpeg.
48 static int read_random(uint32_t *dst, const char *file) in read_random() argument
51 int fd = avpriv_open(file, O_RDONLY); in read_random()
/third_party/astc-encoder/Test/
H A Dastc_test_competitive.py7 # use this file except in compliance with the License. You may obtain a copy
90 print(f"ISPC {quality} {block_size}", file=sys.stderr)
106 print(f"ASTC {quality} {block_size}", file=sys.stderr)
/third_party/benchmark/src/
H A Dcheck.h47 CheckHandler(const char* check, const char* file, const char* func, int line) in CheckHandler() argument
49 log_ << file << ":" << line << ": " << func << ": Check `" << check in CheckHandler()
/third_party/alsa-lib/src/seq/
H A Dseq_old.c155 int file ATTRIBUTE_UNUSED) in snd_instr_iwffff_open_rom()
163 int file ATTRIBUTE_UNUSED) in snd_instr_iwffff_open_rom_file()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dfilestrm.cpp36 FILE *file = fopen(filename, mode); in T_FileStream_open() local
37 return (FileStream*)file; in T_FileStream_open()
99 FILE* file = tmpfile();
100 return (FileStream*)file;
171 goes to the end of the file before ftell*/ in T_FileStream_size()
188 putc is used on a file opened as readonly)
/third_party/gn/src/gn/
H A Dohos_components_mapping.cc3 // found in the LICENSE file.
40 base::FilePath file = base::FilePath(settings->root_path().MaybeAsASCII() + path); in GetRealImportFile() local
41 if (!base::PathExists(file)) { in GetRealImportFile()
H A Dvisual_studio_writer.h3 // found in the LICENSE file.
37 // solution file name ("all" is used if not specified). |filters| is optional
70 // Absolute project file or folder directory path.
93 SourceFileCompileTypePair(const SourceFile* file, const char* compile_type);
96 // Source file.
97 const SourceFile* file; member
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.h66 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
67 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
/third_party/alsa-lib/include/
H A Dglobal.h2 * \file include/global.h
101 void *snd_dlopen(const char *file, int mode, char *errbuf, size_t errbuflen);
135 int snd_user_file(const char *file, char **result);
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DChecker.java130 public void setMapper(InputFile file) in setMapper() argument
132 ngrams.setMapper(file); in setMapper()
/third_party/libsnd/examples/
H A Dsndfile-loopify.c34 ** A quick/rough hack to add SF_INSTRUMENT data to a file. It compiles, but
56 printf ("\nUsage : %s <input file> <output file>\n", progname) ; in usage_exit()
93 { printf ("Not able to open input file %s.\n", infilename) ; in main()
99 /* Open the output file. */ in main()
101 { printf ("Not able to open output file %s : %s\n", outfilename, sf_strerror (NULL)) ; in main()
149 add_instrument_data (SNDFILE *file, const SF_INFO *info) in add_instrument_data() argument
168 if (sf_command (file, SFC_SET_INSTRUMENT, &instr, sizeof (instr)) == SF_FALSE) in add_instrument_data()
/third_party/libsnd/Octave/
H A Dsndfile_save.m14 ## along with this file. If not, write to the Free Software Foundation,
24 ## Description: Save data as a sound file
H A Dsndfile_play.m14 ## along with this file. If not, write to the Free Software Foundation,
24 ## Description: Play the given data as a sound file
/third_party/mbedtls/tests/src/
H A Dpsa_crypto_helpers.c0 /** \file psa_crypto_helpers.c
104 /** Name of the file where return statuses are logged by #RECORD_STATUS. */
109 const char *file, int line, in mbedtls_test_record_status()
112 /* We open the log file on first use. in mbedtls_test_record_status()
113 * We never close the log file, so the record_status feature is not in mbedtls_test_record_status()
120 fprintf(log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr); in mbedtls_test_record_status()
198 /* It's ok if the file was just created, or if it already exists. */ in mbedtls_test_inject_entropy_restore()
107 mbedtls_test_record_status(psa_status_t status, const char *func, const char *file, int line, const char *expr) mbedtls_test_record_status() argument

Completed in 12 milliseconds

1...<<111112113114115116117118119120>>...354