Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 48) sorted by relevance

12

/test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/module_fileio/members/
Dreadtext.test.js63 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
Dwrite.test.js326 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
Dread.test.js126 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/
Dwrite.test.js46 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
Dall.test.js187 position: 1 property
270 position: invalidPos property
Dread.test.js221 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/
Degl_core.cpp259 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/
DFileIOStream.test.js1358 position: 1 property
1455 position: -1 property
1670 position: 1 property
1803 position: -1 property
1853 position: 0, property
DFileIO.test.js1571 position: 0, property
1726 position: 1, property
1750 position: invalidPos, property
1772 position: 1, property
/test/xts/hats/hdf/display/composer/common/
Ddisplay_test_utils.cpp108 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
Dhdi_test_render_utils.cpp42 int32_t position = y * handle.width + x; in SetPixel() local
/test/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_TypographyTest.cpp154 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 …]
DNativeFontTest.cpp228 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/
DDrawingNativePathTestPart3.cpp153 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
DDrawingRecordCmdDestroyTest.cpp66 void drawCircle(OH_Drawing_Canvas *canvas, int position) in drawCircle()
DDrawingCanvasDrawRecordCmdTest.cpp67 void drawCircle1(OH_Drawing_Canvas *canvas, int position) in drawCircle1()
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/ohosTest/ets/test/
DAVPlayerDataSrcNoSeekReliabilityTest.test.js131 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/
Ddistributed_cfg.cpp38 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/
Dtest_request.cpp153 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/
Dtest_request.cpp153 std::size_t position = urlStr.rfind('/'); in Start() local
/test/xts/acts/web/DFX/log_dotting_four/entry/src/main/cpp/
Dtest_request.cpp153 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/
Drawfile_request.cpp97 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/
Drawfile_request.cpp92 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/
Drawfile_request.cpp94 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/
DRawfileRequestTest.cpp210 std::size_t position = urlStr.rfind('/'); in Start() local

12