/aosp12/frameworks/base/core/java/android/util/apk/ |
H A D | ZipUtils.java | 222 ByteBuffer zipEndOfCentralDirectory, long offset) { in setZipEocdCentralDirectoryOffset() 248 private static int getUnsignedInt16(ByteBuffer buffer, int offset) { in getUnsignedInt16() 252 private static long getUnsignedInt32(ByteBuffer buffer, int offset) { in getUnsignedInt32() 256 private static void setUnsignedInt32(ByteBuffer buffer, int offset, long value) { in setUnsignedInt32()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_capsule_track.cpp | 29 void RosenRenderCapsuleTrack::DrawShape(RenderContext& context, const Offset& offset) in DrawShape() 71 const Offset& offset) in DrawCapsuleProgressAnimation() 140 …derCapsuleTrack::DrawCapsuleProgressVerticalAnimation(RenderContext& context, const Offset& offset) in DrawCapsuleProgressVerticalAnimation() 210 void RosenRenderCapsuleTrack::Paint(RenderContext& context, const Offset& offset) in Paint()
|
/aosp12/packages/apps/TV/src/com/android/tv/license/ |
H A D | Licenses.java | 83 long offset = license.getLicenseOffset(); in getLicenseText() local 89 Context context, @RawRes int resourcesIdentifier, long offset, int length) { in getTextFromResource() 95 private static String getTextFromInputStream(InputStream stream, long offset, int length) { in getTextFromInputStream()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | cow_writer_file_descriptor.cc | 57 const auto offset = cow_reader_->Seek(0, SEEK_CUR); in Read() local 81 auto offset = cow_reader_->Seek(0, SEEK_CUR); in Write() local 95 off64_t CowWriterFileDescriptor::Seek(const off64_t offset, int whence) { in Seek()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_scroll_fade_painter.cpp | 29 void RosenScrollFadePainter::Paint(SkCanvas* canvas, const Size& size, const Offset& offset) in Paint() 54 void RosenScrollFadePainter::Paint(RSCanvas* canvas, const Size& size, const Offset& offset) in Paint() 84 …d RosenScrollFadePainter::PaintSide(RenderContext& context, const Size& size, const Offset& offset) in PaintSide()
|
/aosp12/frameworks/base/core/java/com/android/internal/alsa/ |
H A D | LineTokenizer.java | 34 int offset = startIndex; in nextToken() local 47 int offset = startIndex; in nextDelimiter() local
|
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
H A D | NetworkSliceSelectionAssistanceInformation.java | 74 private static int getSST(@NonNull byte[] snssai, int offset) { in getSST() 85 private static int getSD(byte[] snssai, int offset) { in getSD()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Reorderable.java | 29 void getReorderBounceOffset(PointF offset); in getReorderBounceOffset() 36 void getReorderPreviewOffset(PointF offset); in getReorderPreviewOffset()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | gsm_cb_pdu_decode_buffer.cpp | 62 void GsmCbPduDecodeBuffer::IncreasePointer(uint32_t offset) in IncreasePointer() 67 void GsmCbPduDecodeBuffer::SetPointer(uint32_t offset) in SetPointer()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/include/restore/ |
H A D | photo_album_dao_test.h | 59 for (int32_t offset = 0; offset < maxReadTimes; offset++) { in RunPhotoAlbumCache() local 65 for (int32_t offset = 0; offset < maxWriteTimes; offset++) { in RunPhotoAlbumCache() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_acl.c | 348 uint16_t offset = 0; in ProcessHciConnInfo() local 414 uint16_t offset = 0; in ProcessL2capConnectionRequest() local 451 uint16_t offset = 0; in ProcessL2capConnectionResponse() local 491 uint16_t offset = 0; in ProcessL2capConfigurationRequest() local 532 uint16_t offset = 0; in ProcessL2capConfigurationResponse() local 578 uint16_t offset = 0; in ProcessL2capDisconnectionResponse() local 593 uint16_t offset = 0; in ProcessL2capConnInfo() local 701 uint16_t offset; in RfcommDataFilterUseHfp() local 744 uint16_t offset; in RfcommDataFilterUseOther() local 756 uint16_t offset = 0; in IsL2capSignalingChannelData() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_test_update.cpp | 270 auto offset = DimensionOffset(MENU_OFFSET); variable 315 auto offset = DimensionOffset(MENU_OFFSET); variable 354 auto offset = DimensionOffset(MENU_OFFSET); variable 398 auto offset = DimensionOffset(MENU_OFFSET); variable 441 auto offset = DimensionOffset(MENU_OFFSET); variable 489 auto offset = DimensionOffset(MENU_OFFSET); variable 539 auto offset = DimensionOffset(MENU_OFFSET); variable 589 auto offset = DimensionOffset(MENU_OFFSET); variable 633 auto offset = DimensionOffset(MENU_OFFSET); variable 688 auto offset = DimensionOffset(MENU_OFFSET); variable [all …]
|
/aosp12/frameworks/base/core/java/com/android/internal/midi/ |
H A D | MidiEventScheduler.java | 39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() 62 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent() 82 private MidiEvent createScheduledEvent(byte[] msg, int offset, int count, in createScheduledEvent()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/ |
H A D | Licenses.java | 65 long offset = license.getLicenseOffset(); in getLicenseText() local 71 Context context, String filename, long offset, int length) { in getTextFromResource() 82 private static String getTextFromInputStream(InputStream stream, long offset, int length) { in getTextFromInputStream()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | render_focus_animation.cpp | 84 void RenderFocusAnimation::SetFocusAnimationProperties(const RRect& rrect, const Offset& offset) in SetFocusAnimationProperties() 104 const RRect& rrect, const Color& color, const Offset& offset, bool isIndented) in SetFocusAnimationProperties() 124 const RRect& rrect, const Color& color, const Offset& offset, const Rect& clipRect) in SetFocusAnimationProperties()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_painter.cpp | 19 void ImagePainter::DrawImage(RSCanvas& canvas, const OffsetF& offset, const SizeF& contentSize) con… in DrawImage() argument 21 void ImagePainter::DrawSVGImage(RSCanvas& canvas, const OffsetF& offset, const SizeF& svgContainerS… in DrawSVGImage() argument 23 void ImagePainter::DrawStaticImage(RSCanvas& canvas, const OffsetF& offset, const SizeF& contentSiz… in DrawStaticImage() argument
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/ |
H A D | wbmp_format_agent.cpp | 41 bool WbmpFormatAgent::read_byte(uint8_t *stream, uint8_t &value, uint32_t &offset, uint32_t dataSiz… in read_byte() 56 bool WbmpFormatAgent::read_mbf(uint8_t *stream, uint64_t &value, uint32_t &offset, uint32_t dataSiz… in read_mbf() 78 uint32_t offset = 0; in read_header() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/ |
H A D | softbusserverstub_fuzzer.cpp | 116 uint32_t offset = 0; in CreateSessionServerFuzzTest() local 148 uint32_t offset = 0; in RemoveSessionServerFuzzTest() local 182 uint32_t offset = 0; in OpenSessionFuzzTest() local 231 uint32_t offset = 0; in OpenAuthSessionFuzzTest() local 262 uint32_t offset = 0; in NotifyAuthSuccessFuzzTest() local 285 uint32_t offset = 0; in CloseChannelFuzzTest() local 318 uint32_t offset = 0; in SendMessageFuzzTest() local 358 uint32_t offset = 0; in QosReportFuzzTest() local 387 uint32_t offset = 0; in GrantPermissionFuzzTest() local 449 uint32_t offset = 0; in StreamStatsFuzzTest() local [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mtp_set_object_prop_test.cpp | 159 size_t offset; variable 180 size_t offset = 0; variable 203 size_t offset = 0; variable 226 size_t offset = 0; variable 249 size_t offset = 0; variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 249 int offset = 0; in SendData() local 342 int offset = 0; in BnepBuildEthernetPacketHeader() local 891 int offset = 0; in ProcessBnepExtensionData() local 921 int offset = 0; in ProcessBnepControlData() local 974 int offset = 0; in ProcessBnepControlCommandNotUnderstood() local 987 int offset = 0; in ProcessBnepSetupConnectionRequest() local 1030 int offset = 0; in ProcessBnepSetupConnectionResponse() local 1044 int offset = 0; in ProcessBnepFilterNetTypeSet() local 1092 int offset = 0; in ProcessBnepFilterNetTypeResponse() local 1106 int offset = 0; in ProcessBnepFilterMultiAddrSet() local [all …]
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
H A D | BlobCache.java | 488 private boolean getBlob(RandomAccessFile file, int offset, in getBlob() 555 int offset = hashStart + slot * 12; in lookupInternal() local 606 int offset = mActiveHashStart + i * 12; in getActiveCount() local 625 int checkSum(byte[] data, int offset, int nbytes) { in checkSum() 640 static int readInt(byte[] buf, int offset) { in readInt() 647 static long readLong(byte[] buf, int offset) { in readLong() 655 static void writeInt(byte[] buf, int offset, int value) { in writeInt() 662 static void writeLong(byte[] buf, int offset, long value) { in writeLong()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | global_utils.c | 114 uint8_t offset = 0; in ConvertUint8ArrayToUint32() local 129 uint32_t offset = 0; in GetValueFromLocale() local 181 uint32_t offset = INVALID_OFFSET; in FindOffsetByLangWithScriptOrRegion() local 216 uint32_t offset = INVALID_OFFSET; in FindOffsetByAllParam() local 263 uint32_t offset = INVALID_OFFSET; in GetIdHeaderOffsetByCount() local 390 uint32_t offset = GetIdHeaderOffsetByLocale(locale, keys, resConfigNum); in GetOffsetByLocale() local 425 static int32_t GetIdItem(int32_t file, uint32_t offset, IdItem *idItem) in GetIdItem() 496 static int32_t GetIdHeaderByOffset(int32_t file, uint32_t offset, IdHeader *idHeader) in GetIdHeaderByOffset()
|
/aosp12/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
H A D | ApkArchive.java | 58 final long offset; field in ApkArchive.Location 61 public Location(long offset, long size) { in Location() 140 long offset = buf.getInt() & 0xffffffffL; in findCDRecord() local 182 long offset = cdRecordOffset - size - 8; in getSignatureLocation() local
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | MidiIoWrapper.cpp | 50 MidiIoWrapper::MidiIoWrapper(int fd, off64_t offset, int64_t size) { in MidiIoWrapper() 74 virtual ssize_t readAt(off64_t offset, void *data, size_t size) { in readAt() 128 int MidiIoWrapper::readAt(void *buffer, int offset, int size) { in readAt() 189 int MidiIoWrapper::unbufferedReadAt(void *buffer, int offset, int size) { in unbufferedReadAt()
|
/ohos5.0/base/update/updater/test/unittest/diffpatch/ |
H A D | image_patch_unittest.cpp | 39 int32_t TestStartReadHeader(const PatchParam ¶m, PatchHeader &header, size_t &offset) in TestStartReadHeader() 50 int32_t ReadHeader(const PatchParam ¶m, PatchHeader &header, size_t &offset) override in ReadHeader() 84 size_t offset = 0; variable 119 size_t offset = 0; variable
|