Home
last modified time | relevance | path

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

/test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/members/
DcreateStream.test.js64 fileio.createStream(fpath, 'r+', function (err, stream) { argument
89 fileio.createStream(fpath, 'r+', function (err, stream) { argument
/test/xts/tools/lite/reliability/
Dutils.py27 def get_decode(stream): argument
/test/testfwk/developer_test/src/core/
Dutils.py171 def get_decode(stream): argument
/test/xts/hats/hdf/camera/buffer_manager/
Dbuffer_manager_utest.h178 std::shared_ptr<Stream> stream = nullptr; member
Dbuffer_manager_utest.cpp98 auto stream = std::make_shared<BufferManagerTest::Stream>(); variable
351 auto stream = std::make_shared<Stream>(); variable
652 bool BufferManagerTest::Pipeline::AddStream(std::shared_ptr<Stream>& stream) in AddStream()
/test/xts/acts/storage/storagefileiov9jstest/src/main/js/test/members/
Dread.test.js325 let resultPut = textDecoder.decode(new Uint8Array(buf), { stream: true }); property
940 let resultPut = textDecoder.decodeWithStream(new Uint8Array(buf), { stream: true }); property
/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/testfwk/xdevice/src/xdevice/_core/
Dutils.py106 def get_decode(stream): argument
/test/testfwk/arkxtest/uitest/test/
Dui_model_test.cpp328 stringstream stream; in CheckMergedTree() local
/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/src/main/js/test/
Dutil.test.js745 var retStr = that.decode(arr, {stream:true}) property
767 var retStr = that.decode(arr, { stream : false }) property
849 var retStr = that.decodeWithStream(arr, { stream : false }); property
869 var retStr = that.decodeWithStream(arr, {stream:true}) property
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp174 stringstream stream; in MarshalAccessibilityNodeAttributes() local
/test/testfwk/arkxtest/uitest/core/
Dui_model.cpp328 stringstream stream; in DfsMarshalWidget() local