| /test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/members/ |
| D | readtext.test.js | 62 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
|
| D | read.test.js | 125 position: 1, property 230 position: 1, property 259 position: invalidPos, property 489 position: invalidPos, property
|
| D | write.test.js | 380 position: 5, property 410 position: 5, property 541 position: 5, property 576 position: 5, property
|
| D | createRandomAccessFile.test.js | 307 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/ |
| D | all.test.js | 186 position: 1 property 269 position: invalidPos property
|
| D | write.test.js | 42 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
|
| D | read.test.js | 156 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/ |
| D | read.test.js | 71 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
|
| D | write.test.js | 90 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/ |
| 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 | 1569 position: 0, property 1724 position: 1, property 1748 position: invalidPos, property 1770 position: 1, property
|
| /test/xts/hats/hdf/display/common/ |
| D | display_test_utils.cpp | 86 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/ |
| D | hdi_test_render_utils.cpp | 42 int32_t position = y * handle.width + x; in SetPixel() local
|
| /test/testfwk/developer_test/aw/cxx/distributed/ |
| D | distributed_cfg.cpp | 39 size_t position = 0; in OpenCfg() local
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| D | OH_Drawing_TypographyTest.cpp | 319 double position[2] = {10.0, 15.0}; variable
|
| /test/xts/acts/arkui/ace_ets_webView/entry/src/main/resources/rawfile/js/ |
| D | main.js | 80 $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/ |
| D | RpcClientJsunit.test.js | 507 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/ |
| D | File.test.js | 869 position: 10, property 1351 position: 0, property 1441 position: 100, property 1572 position: 0, property
|