Home
last modified time | relevance | path

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

/test/xts/acts/storage/storagefileiojstest/src/main/js/default/test/module_fileio/members/
DcreateStream.test.js63 await fileio.createStream(fpath, 'r+', function (err, stream) { argument
88 await fileio.createStream(fpath, 'r+', function (err, stream) { argument
/test/xts/tools/lite/reliability/
Dutils.py27 def get_decode(stream): argument
/test/xts/acts/storage/storagefileiojstest/src/main/js/default/test/module_fileio/class_stream/
Dclose.test.js110 ss.close(function (err, stream) { argument
/test/developertest/src/core/
Dutils.py165 def get_decode(stream): argument
/test/xdevice/extension/src/xdevice_extension/_core/
Dutils.py85 def get_decode(stream): argument
/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/xdevice/src/xdevice/_core/
Dutils.py102 def get_decode(stream): argument
/test/arkXtest/uitest/server/
Dsystem_ui_controller.cpp183 stringstream stream; in MarshallAccessibilityNodeInfo() local
/test/xts/acts/kernel_lite/mem_posix/src/
DMemApiTest.cpp559 FILE *stream = open_memstream(&buf, &len); variable
/test/xts/acts/compileruntime/util_lib_standard/src/main/js/test/
Dutil.test.js676 var retStr = that.decode(arr, {stream:true}) property
700 var retStr = that.decode(arr, { stream : false }) property