Home
last modified time | relevance | path

Searched refs:test_01 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-soundpool-for-playback.md85 await fs.open('/test_01.mp3', fs.OpenMode.READ_ONLY).then((file: fs.File) => {
88 }); // '/test_01.mp3' 作为样例,使用时需要传入文件对应路径。
250 await fs.open('/test_01.mp3', fs.OpenMode.READ_ONLY).then((file: fs.File) => {
253 }); // '/test_01.mp3' 作为样例,使用时需要传入文件对应路径。
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Djs-apis-inner-multimedia-soundPool.md98 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
109 }); // '/test_01.mp3' 作为样例,使用时需要传入文件对应路径。
173 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
183 }); // '/test_01.mp3' 作为样例,使用时需要传入文件对应路径。
244 //获取fd的描述信息,test_01.mp3不是rawfile目录资源下面的音频
257 }); // '/test_01.mp3' 作为样例,使用时需要传入文件对应路径。
284 //test_01.mp3为rawfile目录资源下面的音频
285 let fileDescriptor = getContext().resourceManager.getRawFd('test_01.mp3');
359 //获取fd的描述信息,test_01.mp3不是rawfile目录资源下面的音频
397 //test_01.mp3为rawfile目录资源下面的音频
[all …]
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-soundpool-for-playback.md85 await fs.open('/test_01.mp3', fs.OpenMode.READ_ONLY).then((file: fs.File) => {
88 }); // '/test_01.mp3' here is only an example. You need to pass in the actual URI.
250 await fs.open('/test_01.mp3', fs.OpenMode.READ_ONLY).then((file: fs.File) => {
253 }); // '/test_01.mp3' here is only an example. You need to pass in the actual URI.
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Djs-apis-inner-multimedia-soundPool.md98 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
109 }); // '/test_01.mp3' here is only an example. You need to pass in the actual URI.
173 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
183 }); // '/test_01.mp3' here is only an example. You need to pass in the actual URI.
244 // Obtain the FD. The test_01.mp3 file is not an audio file in the rawfile directory.
245 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
257 }); // '/test_01.mp3' here is only an example. You need to pass in the actual URI.
284 // The test_01.mp3 file is an audio file in the rawfile directory.
285 let fileDescriptor = getContext().resourceManager.getRawFd('test_01.mp3');
397 // The test_01.mp3 file is an audio file in the rawfile directory.
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_pool_test.cpp65 HWTEST_F(UtilsThreadPoolTest, test_01, TestSize.Level0)
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/
H A Dthread_pool_benchmark_test.cpp59 BENCHMARK_F(BenchmarkThreadPoolTest, test_01)(benchmark::State& state) in BENCHMARK_F() argument