| /test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/module_fileio/members/ |
| D | readtext.test.js | 63 let str = fileio.readTextSync(fpath, { position: pos }); property 88 let str = fileio.readTextSync(fpath, { position: pos, length: len }); property 196 position: undefined, property 224 … fileio.readText(fpath, { position: pos, length: len, encoding: 'utf-8' }, function (err, str) { property 251 fileio.readText(fpath, { position: 1 }, function (err, str) { property 278 fileio.readText(fpath, { position: 1 }, function (err, str) { property 282 fileio.readText(fpath, { position: 1 }) property 367 position: undefined, property 396 position: undefined, property
|
| D | write.test.js | 326 position: undefined, property 440 position: 5, property 470 position: 5, property 601 position: 5, property 636 position: 5, property 672 let readLen = fileio.readSync(fd, new ArrayBuffer(4096), { position: 0 }); property 712 let readLen = fileio.readSync(fd, new ArrayBuffer(4096), { position: 0 }); property 754 let readLen = fileio.readSync(fd, new ArrayBuffer(4096), { position: 0 }); property 802 let readLen = fileio.readSync(fd, new ArrayBuffer(4096), { position: 0 }); property
|
| D | read.test.js | 126 position: 1, property 231 position: 1, property 260 position: invalidPos, property 319 position: undefined, property 325 position: undefined, property 556 position: invalidPos, property
|
| /test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/module_fileio/class_stream/ |
| D | write.test.js | 46 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 85 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 113 position: 1 property 202 let bytesWritten = await ss.write(content, {offset:1, position:5, encoding: 'utf-8' }); property 204 let readOut = await ss.read(new ArrayBuffer(4096), {offset:0,position: 0}); property 528 await ss.write(content, {position:-1}); property 559 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 599 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 641 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 689 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property
|
| D | all.test.js | 187 position: 1 property 270 position: invalidPos property
|
| D | read.test.js | 221 position:6 property 432 await ss.read(new ArrayBuffer(4096), {position:-1}); property 559 position: undefined, property 598 position: undefined, property
|
| /test/xts/acts/arkui/ace_c_arkui_test_api15XC/entry/src/main/cpp/render/ |
| D | egl_core.cpp | 259 GLint position = PrepareDraw(); in Background() local 281 GLint position = PrepareDraw(); in Draw() local 346 GLint position = PrepareDraw(); in ChangeColor() local 418 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsi… in ExecuteDraw() 436 GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDrawStar() 457 GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDrawNewStar()
|
| /test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/ |
| D | FileIOStream.test.js | 1358 position: 1 property 1455 position: -1 property 1670 position: 1 property 1803 position: -1 property 1853 position: 0, property
|
| D | FileIO.test.js | 1571 position: 0, property 1726 position: 1, property 1750 position: invalidPos, property 1772 position: 1, property
|
| /test/xts/hats/hdf/display/composer/common/ |
| D | display_test_utils.cpp | 108 int32_t position = y * handle.width + x; in GetPixelValue() local 141 int32_t position = y * handle.width + x; in CheckPixel() local 182 int32_t position = y * handle.stride / PIXEL_BYTES + x; in SetPixel() local
|
| D | hdi_test_render_utils.cpp | 42 int32_t position = y * handle.width + x; in SetPixel() local
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| D | OH_Drawing_TypographyTest.cpp | 154 double position[2] = {10.0, 15.0}; in PrepareCreateTextLine() local 446 double position[2] = {10.0, 15.0}; variable 648 double position[2] = {10.0, 15.0}; variable 699 double position[2] = {10.0, 15.0}; variable 922 double position[2] = {10.0, 15.0}; variable 1002 double position[2] = {10.0, 15.0}; variable 1055 double position[2] = {10.0, 15.0}; variable 1110 double position[2] = {10.0, 15.0}; variable 1162 double position[2] = {10.0, 15.0}; variable 1214 double position[2] = {10.0, 15.0}; variable [all …]
|
| D | NativeFontTest.cpp | 228 double position[2] = {10.0, 15.0}; variable 285 double position[2] = {10.0, 15.0}; variable 339 double position[2] = {10.0, 15.0}; variable 390 double position[2] = {10.0, 15.0}; variable 452 double position[2] = {10.0, 15.0}; variable
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| D | DrawingNativePathTestPart3.cpp | 153 OH_Drawing_Point2D position; variable 183 OH_Drawing_Point2D position; variable 213 OH_Drawing_Point2D position; variable 249 OH_Drawing_Point2D position; variable 301 OH_Drawing_Point2D position; variable
|
| D | DrawingRecordCmdDestroyTest.cpp | 66 void drawCircle(OH_Drawing_Canvas *canvas, int position) in drawCircle()
|
| D | DrawingCanvasDrawRecordCmdTest.cpp | 67 void drawCircle1(OH_Drawing_Canvas *canvas, int position) in drawCircle1()
|
| /test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/ohosTest/ets/test/ |
| D | AVPlayerDataSrcNoSeekReliabilityTest.test.js | 131 num = stream.readSync(buf, { offset: 0, length: length, position: pos }); property 209 … let num = fileio.readSync(fd, buf, { offset: 0, length: 1000, position: readAtCnt }); property
|
| /test/testfwk/developer_test/aw/cxx/distributed/ |
| D | distributed_cfg.cpp | 38 size_t position = 0; in OpenCfg() local
|
| /test/xts/acts/web/web_load/network_interception/ace_network_interception_web_scheme_handler_napis/entry/src/main/cpp/ |
| D | test_request.cpp | 153 std::size_t position = urlStr.rfind('/'); in Start() local
|
| /test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_five/entry/src/main/cpp/ |
| D | test_request.cpp | 153 std::size_t position = urlStr.rfind('/'); in Start() local
|
| /test/xts/acts/web/DFX/log_dotting_four/entry/src/main/cpp/ |
| D | test_request.cpp | 153 std::size_t position = urlStr.rfind('/'); in Start() local
|
| /test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_three/entry/src/main/cpp/ |
| D | rawfile_request.cpp | 97 std::size_t position = urlStr.rfind('/'); in Start() local
|
| /test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_six/entry/src/main/cpp/ |
| D | rawfile_request.cpp | 92 std::size_t position = urlStr.rfind('/'); in Start() local
|
| /test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_one/entry/src/main/cpp/ |
| D | rawfile_request.cpp | 94 std::size_t position = urlStr.rfind('/'); in Start() local
|
| /test/xts/acts/web/web_load/web_hosting/web_hosting_napis_enhance_eight/entry/src/main/cpp/ |
| D | RawfileRequestTest.cpp | 210 std::size_t position = urlStr.rfind('/'); in Start() local
|