/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeMemoryStreamTest.cpp | 46 OH_Drawing_MemoryStream *stream = OH_Drawing_MemoryStreamCreate(data, 10, true); in HWTEST_F() local 65 OH_Drawing_MemoryStream *stream = OH_Drawing_MemoryStreamCreate(nullptr, 10, true); in HWTEST_F() local 85 OH_Drawing_MemoryStream *stream = OH_Drawing_MemoryStreamCreate(nullptr, -10, true); HWTEST_F() local 102 OH_Drawing_MemoryStream *stream = OH_Drawing_MemoryStreamCreate(data, 10, true); HWTEST_F() local [all...] |
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/ |
H A D | rawfile_request.h | 40 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function in RawfileRequest
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/ |
H A D | rawfile_request.h | 40 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function in RawfileRequest
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/ |
H A D | rawfile_request.h | 39 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function in RawfileRequest
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/ |
H A D | test_request.h | 44 ArkWeb_HttpBodyStream *stream() { return stream_; } in stream() function in TestRequest
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdioextndk.cpp | 219 FILE *stream = fopen(path, mode);
in FEof_unlocked() local 233 FILE *stream = fopen(path, mode);
in FError_unlocked() local 249 FILE *stream in FFlush_unlocked() local 263 FILE *stream = fopen(path, mode); FGetC_unlocked() local 280 FILE *stream = fopen(path, mode); FGetLn() local 299 FILE *stream = fopen(path, mode); FGetS_unlocked() local 316 FILE *stream = fopen(path, mode); FileNo_unlocked() local 331 FILE *stream = fopen(path, mode); FClose() local 346 FILE *stream = fopen(path, mode); FMemOpen() local 366 FILE *stream = fopen(path, mode); FlockFile() local 382 FILE *stream = fopen(path, mode); FileNo() local 396 FILE *stream = fopen(path, mode); FError() local 412 FILE *stream = fopen(path, mode); FGets() local 430 FILE *stream = fopen(path, mode); FGetPos64() local 445 FILE *stream = fopen(path, mode); FGetPos() local 459 FILE *stream = fopen(path, mode); FGetC() local 475 FILE *stream = fopen(path, mode); FFlush() local 490 FILE *stream = fdopen(fileDescribe, mode); FdOpen() local [all...] |
H A D | stdiondk.cpp | 178 FILE *stream = fopen(path, "r");
in Feof() local
|
H A D | otherstestndk.cpp | 290 FILE *stream = fopen(path, mode);
in EndMntEnt() local
|
H A D | wcharndk.cpp | 75 int vfwprintfTest(FILE *stream, wchar_t *fmt, ...)
in vfwprintfTest() argument
|
H A D | wcharndk1.cpp | 1036 int Vfwprintf_Test(FILE *stream, const wchar_t *format, ...)
in Vfwprintf_Test() argument
|
/test/xts/acts/kernel_lite/io_posix/src/ |
H A D | IoTestStdio.cpp | 179 int FormatVfprintf(FILE *stream, char *format, ...) in FormatVfprintf() argument 188 int FormatVfscanf(FILE *stream, const char *format, ...) in FormatVfscanf() argument
|
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
H A D | buffer_manager_utest.h | 178 std::shared_ptr<Stream> stream = nullptr; member
|
H A D | buffer_manager_utest.cpp | 100 auto stream = std::make_shared<BufferManagerTest::Stream>(); in HWTEST_F() local 353 auto stream = std::make_shared<Stream>(); in HWTEST_F() local 656 AddStream(const std::shared_ptr<Stream>& stream) AddStream() argument [all...] |