/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 195 position: undefined, property 223 … fileio.readText(fpath, { position: pos, length: len, encoding: 'utf-8' }, function (err, str) { property 250 fileio.readText(fpath, { position: 1 }, function (err, str) { property 277 fileio.readText(fpath, { position: 1 }, function (err, str) { property 281 fileio.readText(fpath, { position: 1 }) property 366 position: undefined, property 395 position: undefined, property
|
D | write.test.js | 325 position: undefined, property 439 position: 5, property 469 position: 5, property 600 position: 5, property 635 position: 5, property 671 let readLen = fileio.readSync(fd, new ArrayBuffer(4096), { position: 0 }); property 711 let readLen = fileio.readSync(fd, new ArrayBuffer(4096), { position: 0 }); property 753 let readLen = fileio.readSync(fd, new ArrayBuffer(4096), { position: 0 }); property 801 let readLen = fileio.readSync(fd, new ArrayBuffer(4096), { position: 0 }); property
|
D | read.test.js | 125 position: 1, property 230 position: 1, property 259 position: invalidPos, property 318 position: undefined, property 324 position: undefined, property 555 position: invalidPos, property
|
/test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/class_stream/ |
D | write.test.js | 45 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 84 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 112 position: 1 property 201 let bytesWritten = await ss.write(content, {offset:1, position:5, encoding: 'utf-8' }); property 203 let readOut = await ss.read(new ArrayBuffer(4096), {offset:0,position: 0}); property 527 await ss.write(content, {position:-1}); property 558 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 598 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 640 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property 688 let readLen = sr.readSync(new ArrayBuffer(4096), { position: 0 }); property
|
D | all.test.js | 186 position: 1 property 269 position: invalidPos property
|
D | read.test.js | 220 position:6 property 431 await ss.read(new ArrayBuffer(4096), {position:-1}); property 558 position: undefined, property 597 position: undefined, 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 | 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/multimedia/media/media_js_standard/avPlayer/entry/src/main/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
|
D | AVPlayerDataSrcNoSeekAPITest.test.js | 156 num = stream.readSync(buf, {offset: 0, length: length, position: pos}); property
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
D | OH_Drawing_TypographyTest.cpp | 505 double position[2] = {10.0, 15.0}; variable 566 double position[2] = {10.0, 15.0}; variable
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_cfg.cpp | 38 size_t position = 0; in OpenCfg() local
|
/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/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/js/test/ |
D | AVSessionErrorCode.test.js | 347 position:{elapsedTime:10, updateTime:(new Date()).getTime()}, property 384 position:{elapsedTime:-2, updateTime:(new Date()).getTime()}, property
|
D | AVSessionCallback.test.js | 931 position:{elapsedTime:10, updateTime:(new Date()).getTime()}, property
|
D | AVSession.test.js | 966 position: { elapsedTime: 10, updateTime: (new Date()).getTime() }, property
|
/test/xts/acts/communication/dsoftbus/rpc/src/main/js/test/ |
D | RpcClientJsunit.test.js | 505 fileio.writeSync(fd, "HELLO RPC", { position: bytesWr + 1 }); property 5640 let bytesRd = fileio.readSync(fd, buf, { position: 0, }); property 5649 let byteRd2 = fileio.readSync(dupFd, buf2, { position: 0, }); property 9544 let bytesRd = fileio.readSync(fd, buf, { position: 0, }); property 9550 let byteRd2 = fileio.readSync(dupFd, buf2, { position: 0, }); property
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
D | main.cpp | 99 static Camera_Position GetPosition(int position) in GetPosition() 145 Camera_Position position = GetPosition(x); in CreateCameraInputWithPositionAndType() local
|
D | camera_manager.cpp | 1313 Camera_ErrorCode NDKCamera::CreateCameraInputWithPositionAndType(Camera_Position position, Camera_T… in CreateCameraInputWithPositionAndType()
|
/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
|