Searched refs:initOffset (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | partition_record.cpp | 167 off_t initOffset = 0; in ClearRecordPartitionOffset() local 168 if (write(fd, &initOffset, sizeof(off_t)) != static_cast<ssize_t>(sizeof(off_t))) { in ClearRecordPartitionOffset()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/ |
H A D | jsi_interface_tdd_test.cpp | 674 size_t initOffset = 2; in JSIInterfaceTest019() local 684 ptr[initOffset] = value1; in JSIInterfaceTest019() 685 ptr[initOffset + 1] = value2; in JSIInterfaceTest019() 691 …ypedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, byteLength, buffer, initOffset); in JSIInterfaceTest019() 716 …(offset == initOffset) && ptr2 != nullptr && (ptr2[offset] == value1) && (ptr2[offset + 1] == valu… in JSIInterfaceTest019() 722 …(offset == initOffset) && ptr2 != nullptr && (ptr2[offset] == value1) && (ptr2[offset + 1] == valu… in JSIInterfaceTest019()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 2215 auto initOffset = offset; in HandleScroll() local 2236 initOffset, offset, source, state, GetCanOverScroll(), in HandleScroll()
|