| /test/xts/acts/multimedia/av_codec/demuxer/src/ |
| D | func2_test.cpp | 207 static void InitFile(const char *file, int32_t trackNum, int &fd) in InitFile() 334 const char *file = "/data/test/media/vtt_6100.vtt"; variable 383 const char *file = "/data/test/media/audio/wav_alaw_410_8b_1.wav"; variable 400 const char *file = "/data/test/media/audio/wav_alaw_410_8b_1.wav"; variable 417 const char *file = "/data/test/media/audio/wav_alaw_8K_8b_2.wav"; variable 435 const char *file = "/data/test/media/audio/wav_alaw_8K_8b_2.wav"; variable 452 const char *file = "/data/test/media/audio/wav_alaw_16K_8b_2.wav"; variable 470 const char *file = "/data/test/media/audio/wav_alaw_16K_8b_2.wav"; variable 487 const char *file = "/data/test/media/audio/wav_alaw_48K_8b_1.wav"; variable 505 const char *file = "/data/test/media/audio/wav_alaw_48K_8b_1.wav"; variable [all …]
|
| D | func_test.cpp | 200 const char *file = "/data/media/noPermission.mp4"; variable 219 const char *file = "/data/test/media/invalid.mp4"; variable 239 const char *file = "/data/test/media/01_video_audio.mp4"; variable 290 const char *file = "/data/test/media/avcc_10sec.mp4"; variable 349 const char *file = "/data/test/media/hvcc.mp4"; variable 407 const char *file = "/data/test/media/mpeg2.mp4"; variable 465 const char *file = "/data/test/media/audio/M4A_48000_1.m4a"; variable 516 const char *file = "/data/test/media/audio/AAC_48000_1.aac"; variable 565 const char *file = "/data/test/media/audio/MP3_48000_1.mp3"; variable 614 const char *file = "/data/test/media/audio/OGG_48000_1.ogg"; variable [all …]
|
| D | proc_test.cpp | 161 const char *file = "/data/test/media/video_2audio.mp4"; variable 218 const char *file = "/data/test/media/video_9audio.mp4"; variable 272 const char *file = "/data/test/media/avc_mp3.flv"; variable 324 const char *file = "/data/test/media/hevc_pcm_a.flv"; variable 376 const char *file = "/data/test/media/avc_mp3_error.flv"; variable 424 const char *file = "/data/test/media/audio/ape.ape"; variable 465 const char *file = "/data/test/media/h264_mp3_3mevx_fmp4.mp4"; variable 517 const char *file = "/data/test/media/h265_aac_1mvex_fmp4.mp4"; variable 569 const char *file = "/data/test/media/audiovivid_hdrvivid_1s_fmp4.mp4"; variable 618 const char *file = "/data/test/media/m4a_fmp4.mp4"; variable [all …]
|
| /test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/ |
| D | HiAppEventCPPTest.cpp | 78 std::vector<std::string> file; variable 114 std::vector<std::string> file; variable 149 std::vector<std::string> file; variable 184 std::vector<std::string> file; variable 221 std::vector<std::string> file; variable 256 std::vector<std::string> file; variable 291 std::vector<std::string> file; variable 326 std::vector<std::string> file; variable 361 std::vector<std::string> file; variable 396 std::vector<std::string> file; variable [all …]
|
| /test/xts/acts/kernel_lite/mem_posix/src/ |
| D | MmapApiTest.cpp | 322 char file[] = MMAP_TESTFILE; variable 368 char file[] = MMAP_TESTFILE; variable 414 char file[] = MMAP_TESTFILE; variable 454 char file[] = MMAP_TESTFILE; variable 500 char file[] = MMAP_TESTFILE; variable 547 char file[] = MMAP_TESTFILE; variable 594 char file[] = MMAP_TESTFILE; variable 708 char file[] = MMAP_TESTFILE; variable 767 char file[] = MMAP_TESTFILE; variable 807 char file[] = MMAP_TESTFILE; variable [all …]
|
| D | MprotectApiTest.cpp | 225 char file[] = MPROTECT_TESTFILE; variable 275 char file[] = MPROTECT_TESTFILE; variable 328 char file[] = MPROTECT_TESTFILE; variable 374 char file[] = MPROTECT_TESTFILE; variable 416 char file[] = MPROTECT_TESTFILE; variable 458 char file[] = MPROTECT_TESTFILE; variable
|
| D | MremapApiTest.cpp | 239 char file[] = MREMAP_TESTFILE; variable 291 char file[] = MREMAP_TESTFILE; variable 343 char file[] = MREMAP_TESTFILE; variable 399 char file[] = MREMAP_TESTFILE; variable
|
| /test/xts/dcts/filemanagement/fileio/server/entry/src/main/ets/serviceability/ |
| D | ServiceAbility.ts | 167 let file = fs.openSync(path); variable 201 let file = fs.openSync(path); variable 248 let file = fs.openSync(path, fs.OpenMode.READ_WRITE); variable
|
| /test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
| D | zlibndk.cpp | 1077 gzFile file; in GzWrite() local 1086 static int TestGzPrintf(gzFile file, const char *format, ...) in TestGzPrintf() 1100 gzFile file; in GzvPrintf() local 1113 gzFile file; in GzUnGetC() local 1125 gzFile file; in GzTell64() local 1147 gzFile file; in GzTell() local 1161 gzFile file; in GzSetParams() local 1175 gzFile file; in GzSeek64() local 1192 gzFile file; in GzSeek() local 1206 gzFile file; in GzRewind() local [all …]
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| D | stdioextndk.cpp | 54 FILE *file = fopen("/data/storage/el2/base/files/fzl.txt", "a+"); in Flbf() local 71 FILE *file = fopen("/data/storage/el2/base/files/fzl.txt", "a+"); in Fwriting() local 88 FILE *file = fopen("/data/storage/el2/base/files/fzl.txt", "a+"); in Fpending() local 105 FILE *file = fopen("/data/storage/el2/base/files/fzl.txt", "a+"); in FBufSize() local 122 FILE *file = fopen("/data/storage/el2/base/files/fzl.txt", "a+"); in Fpurge() local 139 FILE *file = fopen("/data/storage/el2/base/files/fzl.txt", "a+"); in Freadable() local 156 FILE *file = fopen("/data/storage/el2/base/files/fzl.txt", "a+"); in Freading() local 187 FILE *file = fopen("/data/storage/el2/base/files/fzl.txt", "a+"); in Fwritable() local 205 FILE *file = fopen(path, mode); in DPrintf() local
|
| /test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck4/entry/src/main/cpp/ |
| D | napi_init.cpp | 58 char file[MAX_BUFFER_SIZE]; in FindDirAndCheck() local 79 char file[MAX_BUFFER_SIZE]; in GetBuffer() local
|
| /test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck3/entry/src/main/cpp/ |
| D | napi_init.cpp | 57 char file[MAX_BUFFER_SIZE]; in FindDirAndCheck() local 78 char file[MAX_BUFFER_SIZE]; in GetBuffer() local
|
| /test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck2/entry/src/main/cpp/ |
| D | napi_init.cpp | 57 char file[MAX_BUFFER_SIZE]; in FindDirAndCheck() local 78 char file[MAX_BUFFER_SIZE]; in GetBuffer() local
|
| /test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck1/entry/src/main/cpp/ |
| D | napi_init.cpp | 56 char file[MAX_BUFFER_SIZE]; in FindDirAndCheck() local 77 char file[MAX_BUFFER_SIZE]; in GetBuffer() local
|
| /test/xts/acts/bundlemanager/zlib/actszlibtest/ |
| D | ActsZlibTest.cpp | 67 static int TestGzPrintf(gzFile file, const char *format, ...) in TestGzPrintf() 1042 gzFile file; variable 1059 gzFile file; variable 1075 gzFile file; variable 1211 gzFile file; variable 1256 gzFile file; variable 1268 gzFile file; variable
|
| /test/xts/acts/validator/acts_validator/entry/src/main/ets/pages/model/ |
| D | AudioCapturer.ts | 30 private file: fs.File = undefined; property in AudioCapturer
|
| /test/xts/device_attest/services/core/include/utils/ |
| D | attest_utils_memleak.h | 37 char* file; member
|
| /test/xts/device_attest_lite/services/core/include/utils/ |
| D | attest_utils_memleak.h | 37 char* file; member
|
| /test/xts/hats/kernel/syscalls/process/processid/ |
| D | ProcessApiTest.cpp | 136 char file[] = "/data/local/tmp/exec_test.txt"; variable 160 char file[] = "/data/local/tmp/exec_test.txt"; variable
|
| /test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
| D | AudioRenderCommonTest.cpp | 3700 FILE *file = fopen(pathBuf, "wb+"); variable 3727 FILE *file = fopen(pathBuf, "wb+"); variable 3755 FILE *file = fopen(pathBuf, "wb+"); variable 3783 FILE *file = fopen(pathBuf, "wb+"); variable 3811 FILE *file = fopen(pathBuf, "wb+"); variable 3839 FILE *file = fopen(pathBuf, "wb+"); variable 3863 FILE *file = fopen(pathBuf, "wb+"); variable 3887 FILE *file = fopen(pathBuf, "wb+"); variable 3911 FILE *file = fopen(pathBuf, "wb+"); variable 3935 FILE *file = fopen(pathBuf, "wb+"); variable [all …]
|
| /test/xts/hats/hdf/audio/idl/common/capture_additional/src/ |
| D | AudioCaptureCommonTestAdditional.cpp | 2220 FILE *file = fopen("/data/local/tmp/CaptureDump.log", "wb+"); variable 2247 FILE *file = fopen("/data/local/tmp/CaptureDump.log", "w+"); variable 2274 FILE *file = fopen("/data/local/tmp/CaptureDump.log", "w"); variable 2305 FILE *file = fopen("/data/local/tmp/CaptureDump.log", "wb+"); variable 2326 FILE *file = fopen("/data/local/tmp/CaptureDump.log", "wb+"); variable 2351 FILE *file = fopen("/data/local/tmp/CaptureDump.log", "wb+"); variable 2376 FILE *file = fopen("/data/local/tmp/CaptureDump.log", "wb+"); variable 2626 FILE *file = fopen("/data/local/tmp/CaptureDump.log", "wb+"); variable
|
| /test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/entry/src/ohosTest/js/test/ |
| D | KvStoreBackupPromiseJsTest.test.js | 102 function publicBackup(kvStore,file){ argument 137 function publicRestoreSp(kvStore,file){ argument 176 let file = ''; variable
|
| D | KvStoreBackupCallbackJsTest.test.js | 105 function publicBackup(kvStore,file){ argument 144 function publicRestoreSp(kvStore,file){ argument 184 let file = ''; variable
|
| /test/xts/acts/ai/mindspore/mindsporectest/src/ |
| D | ohos_common.cpp | 199 fstream file; in allclose() local 291 fstream file; in allclose_int8() local 402 char *ReadFile(const char *file, size_t* size) { in ReadFile()
|
| /test/testfwk/developer_test/src/core/ |
| D | utils.py | 27 def get_filename_extension(file): argument
|