Home
last modified time | relevance | path

Searched defs:offset (Results 1751 – 1775 of 4307) sorted by relevance

1...<<71727374757677787980>>...173

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/
H A Dfile_fd_source_plugin.cpp120 Status FileFdSourcePlugin::SeekTo(uint64_t offset) in SeekTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp653 Offset offset; in ApplyObjectPosition() local
823 Offset offset; in CalculateImageRenderPosition() local
1029 Offset offset = info.GetGlobalPoint() - GetLocalPoint(); in PanOnActionUpdate() local
1089 Offset offset = info.GetGlobalPoint() - GetLocalPoint(); in PanOnActionEnd() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp92 auto offset = geometryNode->GetMarginFrameOffset(); in OffsetNodeToSafeArea() local
180 OffsetF offset {}; in GetParentGlobalOffsetWithSafeArea() local
516 void LayoutWrapper::AdjustChildren(const OffsetF& offset, bool parentScrollable) in AdjustChildren()
529 void LayoutWrapper::AdjustChild(RefPtr<UINode> childUI, const OffsetF& offset, bool parentScrollabl… in AdjustChild()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp107 void TimeSyncPacket::SetRequestLocalOffset(TimeOffset offset) in SetRequestLocalOffset()
117 void TimeSyncPacket::SetResponseLocalOffset(TimeOffset offset) in SetResponseLocalOffset()
462 TimeOffset offset = (offset1 / TRIP_DIV_HALF) + (offset2 / TRIP_DIV_HALF); in CalculateTimeOffset() local
844 TimeOffset offset = -systemOffset + senderLocalOffset - metadata_->GetLocalTimeOffset(); in GenerateTimeOffsetIfNeed() local
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dpayload.h52 const std::size_t offset = buffer_.size(); in Extend() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
H A DAudioTrackWrapper.java150 public int handleBuffer(ByteBuffer buffer, int offset, int size, long presentationTimeUs) in handleBuffer()
/aosp12/packages/apps/Tag/src/com/android/apps/tag/record/
H A DVCardRecord.java83 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { in getView()
/aosp12/system/update_engine/
H A Ddownload_action.cc207 void DownloadAction::SeekToOffset(off_t offset) { in SeekToOffset()
/aosp12/system/update_engine/payload_generator/
H A Dpayload_generation_config_android.cc94 for (uint64_t offset = part.verity.hash_tree_data_extent.start_block() * in VerifyVerityConfig() local
/aosp12/system/chre/host/common/
H A Dlog_message_parser_base.cc44 int offset = 0; in dump() local
/aosp12/system/unwinding/libunwindstack/benchmarks/
H A DSymbolBenchmark.cpp54 uint64_t offset; in BenchmarkSymbolLookup() local
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp59 uint64_t BranchIsland::offset() const { in offset() function in mcld::BranchIsland
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dspirv_cross_helper_structs_gles.h68 size_t offset; in RENDER_BEGIN_NAMESPACE() member
/aosp12/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc517 void X86JNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset) { in Jump()
523 void X86JNIMacroAssembler::Call(ManagedRegister mbase, Offset offset) { in Call()
530 void X86JNIMacroAssembler::Call(FrameOffset base, Offset offset) { in Call()
536 void X86JNIMacroAssembler::CallFromThread(ThreadOffset32 offset) { in CallFromThread()
545 void X86JNIMacroAssembler::GetCurrentThread(FrameOffset offset) { in GetCurrentThread()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp308 Offset offset(globalPoint_.GetX(), globalPoint_.GetY()); in OnTouchTestHit() local
1095 Offset offset = info.GetGlobalPoint() - GetLocalPoint(); in PanOnActionUpdate() local
1165 Offset offset = info.GetGlobalPoint() - GetLocalPoint(); in PanOnActionEnd() local
1239 Offset offset(info.GetGlobalPoint().GetX(), info.GetGlobalPoint().GetY()); in CreateSelectRecognizer() local
1250 Offset offset(info.GetGlobalPoint().GetX(), info.GetGlobalPoint().GetY()); in CreateSelectRecognizer() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file.cpp883 uint32_t offset, bool isEncrypt) in DoDlpBlockCryptOperation()
1308 int32_t DlpFile::DlpFileRead(uint32_t offset, void* buf, uint32_t size, bool& hasRead, int32_t uid) in DlpFileRead()
1361 int32_t DlpFile::WriteFirstBlockData(uint32_t offset, void* buf, uint32_t size) in WriteFirstBlockData()
1416 int32_t DlpFile::DoDlpFileWrite(uint32_t offset, void* buf, uint32_t size) in DoDlpFileWrite()
1535 int32_t DlpFile::DlpFileWrite(uint32_t offset, void* buf, uint32_t size) in DlpFileWrite()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.h65 float offset; // offset to add after scaling for normalization member
/aosp12/hardware/interfaces/cas/1.0/default/
H A DDescramblerImpl.cpp87 uint64_t offset, uint64_t length, uint64_t size) { in validateRangeForSize()
/aosp12/hardware/interfaces/cas/1.1/default/
H A DDescramblerImpl.cpp81 static inline bool validateRangeForSize(uint64_t offset, uint64_t length, uint64_t size) { in validateRangeForSize()
/aosp12/hardware/interfaces/cas/1.2/default/
H A DDescramblerImpl.cpp81 static inline bool validateRangeForSize(uint64_t offset, uint64_t length, uint64_t size) { in validateRangeForSize()
/aosp12/frameworks/base/core/java/android/util/
H A DMonthDisplayHelper.java207 int offset = firstDayOfMonth - mWeekStartDay; in recalculate() local
/aosp12/frameworks/base/core/proto/android/view/inputmethod/
H A Dinputconnection.proto77 optional int32 offset = 4; field
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dint_array_view.h113 void copyToArray(std::array<int, N> *const buffer, const size_t offset) const { in copyToArray()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/util/
H A DTetheringUtilsTest.java120 int offset = Struct.getSize(EthernetHeader.class); in writePacket() local
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
H A Dringbuffer.cpp86 size_t ringbuffer_peek(const ringbuffer_t* rb, off_t offset, uint8_t* p, in ringbuffer_peek()

1...<<71727374757677787980>>...173