| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_internal_sync.h | 12 * @file mali_internal_sync.h 87 struct file *file; member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_timeline_sync_fence.c | 11 #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 D | mali_internal_sync.h | 13 * @file mali_internal_sync.h 88 struct file *file; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_timeline_sync_fence.c | 10 #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 D | image_provider_test.cpp | 4 * 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 D | hebc_white_list.cpp | 4 * 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 D | file_metadata_stream.h | 4 * 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 D | file_source_stream.h | 4 * 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 D | rdb_security_manager_test.cpp | 4 * 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 D | tlv_object_mock.cpp | 4 * 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 D | udev-builtin-kmod.c | 66 _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 D | random_seed.c | 4 * 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 D | astc_test_competitive.py | 7 # 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 D | check.h | 47 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 D | seq_old.c | 155 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 D | filestrm.cpp | 36 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 D | ohos_components_mapping.cc | 3 // 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 D | visual_studio_writer.h | 3 // 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 D | regextst.h | 66 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 D | global.h | 2 * \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 D | Checker.java | 130 public void setMapper(InputFile file) in setMapper() argument 132 ngrams.setMapper(file); in setMapper()
|
| /third_party/libsnd/examples/ |
| H A D | sndfile-loopify.c | 34 ** 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 D | sndfile_save.m | 14 ## along with this file. If not, write to the Free Software Foundation, 24 ## Description: Save data as a sound file
|
| H A D | sndfile_play.m | 14 ## 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 D | psa_crypto_helpers.c | 0 /** \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
|