Home
last modified time | relevance | path

Searched refs:position (Results 1 – 14 of 14) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DRandomAccessFileZipDataOutput.java31 private long position; field in RandomAccessFileZipDataOutput
46 this.position = startPosition; in RandomAccessFileZipDataOutput()
61 file.seek(position); in write()
63 position += length; in write()
74 file.seek(position); in write()
78 position += length; in write()
DMessageDigestZipDataOutput.java43 int position = buffer.position(); in write() local
45 buffer.position(position); in write()
DByteBufferZipDataInput.java60 int position = (int) offset; in createByteBuffer() local
61 int limit = position + size; in createByteBuffer()
63 buffer.position(0); in createByteBuffer()
65 buffer.position(position); in createByteBuffer()
DZipUtils.java126 return getUInt32FromBuffer(eocd, eocd.position() + ZIP_CENTRAL_DIR_OFFSET_IN_EOCD); in getCentralDirectoryOffset()
137 setUInt32ToBuffer(eocd, eocd.position() + ZIP_CENTRAL_DIR_OFFSET_IN_EOCD, offset); in setCentralDirectoryOffset()
148 return getUInt32FromBuffer(eocd, eocd.position() + ZIP_CENTRAL_DIR_SIZE_OFFSET_IN_EOCD); in getCentralDirectorySize()
159 return getUInt16FromBuffer(eocd, eocd.position() + ZIP_CENTRAL_DIR_COUNT_OFFSET_IN_EOCD); in getCentralDirectoryCount()
181 buffer.putInt(buffer.position() + offset, (int) value); in setUInt32ToBuffer()
244 searchEocdBuffer.position(eocdOffsetInSearchBuffer); in findEocdInHap()
DRandomAccessFileZipDataInput.java105 buffer.limit(buffer.position() + size); in copyTo()
109 fileChannel.position(offsetInFile); in copyTo()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java318 int position = source.position(); in sliceBuffer() local
319 int targetLimit = position + targetSize; in sliceBuffer()
320 if ((targetLimit < position) || (targetLimit > limit)) { in sliceBuffer()
330 source.position(targetLimit); in sliceBuffer()
342 int position = source.position(); in sliceBuffer() local
344 source.position(0); in sliceBuffer()
346 source.position(startPos); in sliceBuffer()
352 source.position(position); in sliceBuffer()
/developtools/profiler/host/smartperf/ide/src/base-ui/tabs/
Dlit-tabs.ts401 get position() { method in LitTabs
405 set position(value) { method in LitTabs
495 if (this.position.startsWith('left')) {
497 } else if (this.position.startsWith('top')) {
501 } else if (this.position.startsWith('right')) {
503 } else if (this.position.startsWith('bottom')) {
/developtools/hiperf/src/
Doption.cpp60 std::string::size_type position; in FindOption() local
62 position = (*tmpit).find("hiperf"); in FindOption()
63 if (position != (*tmpit).npos && (*tmpit)[(position + strlen("hiperf"))] == '\0') { in FindOption()
/developtools/profiler/host/smartperf/ide/test/base-ui/tabs/
DLitTabs.test.ts22 litTabs.position = 'position'
110 expect(litTabs.position).toBe('position');
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java176 buf.position(configIndex.offset); in readBaseItem()
185 buf.position(offset); in readBaseItem()
254 buf.position(index.offset); in readAllItem()
263 buf.position(offset); in readAllItem()
/developtools/bytrace_standard/
DREADME.md74 …<a name="p148077595245"></a>Dumps traced data to a specified position (the default position is the…
79 …>Stops capturing traces and dumps traced data to a specified position (the default position is the…
/developtools/profiler/host/smartperf/ide/src/base-ui/table/
Dlit-table.ts273 h.style.position = "relative"
397 td.style.position = 'sticky';
654 this.meauseRowElement!.style.position = 'absolute'
674 this.meauseRowElement!.style.position = 'absolute'
832 newTableElement.style.position = 'absolute';
938 newTableElement.style.position = 'absolute';
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java288 …header.position(ZIP_HEAD_OF_SIGNING_BLOCK_COUNT_OFFSET_REVERSE); // position to the block count of… in getHapSignatureSchemeBlockAndOptionalBlocks()
291 value.position(current); in getHapSignatureSchemeBlockAndOptionalBlocks()
/developtools/ace-ets2bundle/compiler/sample/pages/testcases/
DshowcaseCovid19.ets42 // adjust the cross position according to the textBaseline, only used in CrossAxisAlign.