Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 26) sorted by relevance

12

/test/xts/acts/graphic/acts_drawing_native/
DDrawingNativeMemoryStreamTest.cpp62 OH_Drawing_MemoryStream *stream = OH_Drawing_MemoryStreamCreate(data, 10, true); variable
89 OH_Drawing_MemoryStream *stream = OH_Drawing_MemoryStreamCreate(nullptr, 10, true); variable
110 OH_Drawing_MemoryStream *stream = OH_Drawing_MemoryStreamCreate(nullptr, -10, true); variable
131 OH_Drawing_MemoryStream *stream = OH_Drawing_MemoryStreamCreate(data, 10, true); variable
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dstdioextndk.cpp219 FILE *stream = fopen(path, mode); in FEof_unlocked() local
233 FILE *stream = fopen(path, mode); in FError_unlocked() local
249 FILE *stream = fopen(path, mode); in FFlush_unlocked() local
263 FILE *stream = fopen(path, mode); in FGetC_unlocked() local
280 FILE *stream = fopen(path, mode); in FGetLn() local
299 FILE *stream = fopen(path, mode); in FGetS_unlocked() local
316 FILE *stream = fopen(path, mode); in FileNo_unlocked() local
331 FILE *stream = fopen(path, mode); in FClose() local
346 FILE *stream = fopen(path, mode); in FMemOpen() local
366 FILE *stream = fopen(path, mode); in FlockFile() local
[all …]
Dstdiondk.cpp178 FILE *stream = fopen(path, "r"); in Feof() local
Dotherstestndk.cpp290 FILE *stream = fopen(path, mode); in EndMntEnt() local
Dwcharndk1.cpp1042 int Vfwprintf_Test(FILE *stream, const wchar_t *format, ...) in Vfwprintf_Test()
/test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/module_fileio/members/
DcreateStream.test.js65 fileio.createStream(fpath, 'r+', function (err, stream) { argument
90 fileio.createStream(fpath, 'r+', function (err, stream) { argument
/test/xts/tools/lite/reliability/
Dutils.py27 def get_decode(stream): argument
/test/xts/acts/web/web_net/web_error_code/entry/src/main/cpp/
DWebRequestTest.h43 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function
/test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_eight/entry/src/main/cpp/
Drawfile_request.h47 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function
/test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_one/entry/src/main/cpp/
Drawfile_request.h40 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function
/test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_three/entry/src/main/cpp/
Drawfile_request.h40 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function
/test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_six/entry/src/main/cpp/
Drawfile_request.h39 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function
/test/testfwk/developer_test/src/core/
Dutils.py183 def get_decode(stream): argument
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.h178 std::shared_ptr<Stream> stream = nullptr; member
Dbuffer_manager_utest.cpp100 auto stream = std::make_shared<BufferManagerTest::Stream>(); variable
353 auto stream = std::make_shared<Stream>(); variable
656 bool BufferManagerTest::Pipeline::AddStream(const std::shared_ptr<Stream>& stream) in AddStream()
/test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_five/entry/src/main/cpp/
Dtest_request.h44 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function
/test/xts/acts/web/DFX/log_dotting_four/entry/src/main/cpp/
Dtest_request.h44 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function
/test/xts/acts/web/web_load/network_interception/ace_network_interception_web_scheme_handler_napis/entry/src/main/cpp/
Dtest_request.h44 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function
/test/xts/hats/powermgr/battery/hdi_battery/common/
Dhdi_battery_test.cpp80 std::ofstream stream(path.c_str()); in CreateFile() local
/test/xts/acts/kernel_lite/io_posix/src/
DIoTestStdio.cpp179 int FormatVfprintf(FILE *stream, char *format, ...) in FormatVfprintf()
188 int FormatVfscanf(FILE *stream, const char *format, ...) in FormatVfscanf()
/test/xts/hats/powermgr/battery/hdi_battery_additional/common/
Dhdi_battery_test.cpp69 std::ofstream stream(path.c_str()); in CreateFile() local
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py110 def get_decode(stream): argument
/test/xts/acts/kernel_lite/mem_posix/src/
DMemApiTest.cpp566 FILE *stream = open_memstream(&buf, &len); variable
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
Dutil.test.js1225 let retStr = that.decode(arr, {stream:false}) property
1251 let retStr = that.decode(arr, { stream : false }) property
1397 let retStr = that.decodeWithStream(arr, { stream : false }); property
1421 let retStr = that.decodeWithStream(arr, {stream:true}) property
/test/xts/acts/commonlibrary/ets_utils/util2_lib_standard/entry/src/ohosTest/js/test/
Dutil.test.js7760 let retStr = textDecoder.decodeToString(uint8, {stream: true}); property
7763 let resStr = textDecoder.decodeToString(uint8arr, {stream: true}); property

12