Home
last modified time | relevance | path

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

/test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/members/
Dreadtext.test.js62 let str = fileio.readTextSync(fpath, { position: pos }); property
87 let str = fileio.readTextSync(fpath, { position: pos, length: len }); property
174 … fileio.readText(fpath, { position: pos, length: len, encoding: 'UTF-8' }, function (err, str) { property
201 fileio.readText(fpath, { position: 1 }, function (err, str) { property
228 fileio.readText(fpath, { position: 1 }, function (err, str) { property
232 fileio.readText(fpath, { position: 1 }) property
Dread.test.js125 position: 1, property
230 position: 1, property
259 position: invalidPos, property
489 position: invalidPos, property
Dwrite.test.js380 position: 5, property
410 position: 5, property
541 position: 5, property
576 position: 5, property
DcreateRandomAccessFile.test.js307 let number = randomaccessfile.readSync(new ArrayBuffer(4096), { position: 0 }); property
733 let number = randomaccessfile.readSync(new ArrayBuffer(4096), { position: 0 }); property
/test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/class_stream/
Dall.test.js186 position: 1 property
269 position: invalidPos property
Dwrite.test.js42 position: 1 property
131 let bytesWritten = await ss.write(content, {offset:1, position:5, encoding: 'utf-8' }); property
133 let readOut = await ss.read(new ArrayBuffer(4096), {offset:0,position: 0}); property
456 await ss.write(content, {position:-1}); property
Dread.test.js156 position:6 property
364 await ss.read(new ArrayBuffer(4096), {position:-1}); property
/test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/class_randomAccessFile/
Dread.test.js71 let number = randomaccessfile.readSync(new ArrayBuffer(length), { position: 1 }); property
181 … let number = randomaccessfile.readSync(new ArrayBuffer(length), { offset: 1, position: 6 }); property
356 randomaccessfile.readSync(new ArrayBuffer(4096), { position: -1 }); property
438 let readOut = await randomaccessfile.read(new ArrayBuffer(length), { position: 1 }); property
558 … let readOut = await randomaccessfile.read(new ArrayBuffer(length), { offset: 1, position: 6 }); property
741 await randomaccessfile.read(new ArrayBuffer(4096), { position: -1 }); property
Dwrite.test.js90 let num = randomaccessfile.writeSync(new ArrayBuffer(length), { position: 1 }); property
143 position:5 property
370 randomaccessfile.writeSync(new ArrayBuffer(4096), { position: -1 }); property
450 let num = await randomaccessfile.write(new ArrayBuffer(length), { position: 1 }); property
505 position:5 property
737 await randomaccessfile.write(new ArrayBuffer(4096), { position: -1 }); property
/test/xts/acts/storage/storagefileiojstest/src/main/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.js1569 position: 0, property
1724 position: 1, property
1748 position: invalidPos, property
1770 position: 1, property
/test/xts/hats/hdf/display/common/
Ddisplay_test_utils.cpp86 int32_t position = y * handle.width + x; in GetPixelValue() local
116 int32_t position = y * handle.width + x; in CheckPixel() local
154 int32_t position = y * handle.width + x; in SetPixel() local
/test/xts/hats/hdf/display/device/
Dhdi_test_render_utils.cpp42 int32_t position = y * handle.width + x; in SetPixel() local
/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_cfg.cpp39 size_t position = 0; in OpenCfg() local
/test/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_TypographyTest.cpp319 double position[2] = {10.0, 15.0}; variable
/test/xts/acts/arkui/ace_ets_webView/entry/src/main/resources/rawfile/js/
Dmain.js80 $frS.css({position: 'fixed', top: '-541px', right: rW, marginTop: ''}); property
83 $frS.css({position: '', marginTop: 1728}); property
86 $frS.css({position: ''}); property
/test/xts/acts/communication/dsoftbus/rpc/src/main/js/test/
DRpcClientJsunit.test.js507 fileio.writeSync(fd, "HELLO RPC", {position: bytesWr + 1}); property
5055 let bytesRd = fileio.readSync(fd, buf, {position:0,}); property
5064 let byteRd2 = fileio.readSync(dupFd, buf2, {position:0,}); property
9390 let bytesRd = fileio.readSync(fd, buf, {position:0,}); property
9396 let byteRd2 = fileio.readSync(dupFd, buf2, {position:0,}); property
/test/xts/acts/storage/storagefilejstest/src/main/js/test/
DFile.test.js869 position: 10, property
1351 position: 0, property
1441 position: 100, property
1572 position: 0, property