/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
D | RandomAccessFileZipDataOutput.java | 31 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()
|
D | MessageDigestZipDataOutput.java | 43 int position = buffer.position(); in write() local 45 buffer.position(position); in write()
|
D | ByteBufferZipDataInput.java | 60 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()
|
D | ZipUtils.java | 126 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()
|
D | RandomAccessFileZipDataInput.java | 105 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/ |
D | HapUtils.java | 318 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/ |
D | lit-tabs.ts | 401 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/ |
D | option.cpp | 60 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/ |
D | LitTabs.test.ts | 22 litTabs.position = 'position' 110 expect(litTabs.position).toBe('position');
|
/developtools/packing_tool/adapter/ohos/ |
D | ResourcesParser.java | 176 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/ |
D | README.md | 74 …<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/ |
D | lit-table.ts | 273 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/ |
D | VerifyHap.java | 288 …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/ |
D | showcaseCovid19.ets | 42 // adjust the cross position according to the textBaseline, only used in CrossAxisAlign.
|