Home
last modified time | relevance | path

Searched defs:position (Results 1 – 22 of 22) 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
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
Dwrite.test.js325 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
Dread.test.js125 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/
Dwrite.test.js45 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
Dall.test.js186 position: 1 property
269 position: invalidPos property
Dread.test.js220 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/
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/multimedia/media/media_js_standard/avPlayer/entry/src/main/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
DAVPlayerDataSrcNoSeekAPITest.test.js156 num = stream.readSync(buf, {offset: 0, length: length, position: pos}); property
/test/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_TypographyTest.cpp505 double position[2] = {10.0, 15.0}; variable
566 double position[2] = {10.0, 15.0}; variable
/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_cfg.cpp38 size_t position = 0; in OpenCfg() local
/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/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/js/test/
DAVSessionErrorCode.test.js347 position:{elapsedTime:10, updateTime:(new Date()).getTime()}, property
384 position:{elapsedTime:-2, updateTime:(new Date()).getTime()}, property
DAVSessionCallback.test.js931 position:{elapsedTime:10, updateTime:(new Date()).getTime()}, property
DAVSession.test.js966 position: { elapsedTime: 10, updateTime: (new Date()).getTime() }, property
/test/xts/acts/communication/dsoftbus/rpc/src/main/js/test/
DRpcClientJsunit.test.js505 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/
Dmain.cpp99 static Camera_Position GetPosition(int position) in GetPosition()
145 Camera_Position position = GetPosition(x); in CreateCameraInputWithPositionAndType() local
Dcamera_manager.cpp1313 Camera_ErrorCode NDKCamera::CreateCameraInputWithPositionAndType(Camera_Position position, Camera_T… in CreateCameraInputWithPositionAndType()
/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