Home
last modified time | relevance | path

Searched refs:offsets (Results 1 - 10 of 10) sorted by relevance

/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DResourceConfiguration.java76 int offsets; field in ResourceConfiguration.ConfigItem
111 * get offsets
113 * @return offsets
116 return offsets; in getOffsets()
/base/powermgr/battery_manager/charger/src/dev/
H A Ddrm_driver.cpp58 uint32_t offsets[offsetNumber] = {0}; in ModesetCreateFb() local
74 offsets[0] = 0; in ModesetCreateFb()
75 int ret = drmModeAddFB2(fd_, bo->width, bo->height, DRM_FORMAT_ARGB8888, handles, pitches, offsets, &bo->fbId, 0); in ModesetCreateFb()
/base/update/updater/services/ui/driver/
H A Ddrm_driver.cpp56 uint32_t offsets[offsetNumber] = {0}; in ModesetCreateFb() local
72 offsets[0] = 0; in ModesetCreateFb()
73 int ret = drmModeAddFB2(fd_, bo->width, bo->height, DRM_FORMAT_ARGB8888, handles, pitches, offsets, &bo->fbId, 0); in ModesetCreateFb()
/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_performance_test.cpp85 int32_t offsets[] = { 3600 * 1000 * 8, -3600 * 1000 * 5 }; in HWTEST_F() local
92 string out = util.GetDefaultZone(countries[i].c_str(), offsets[i]); in HWTEST_F()
H A Dzone_util_test.cpp72 int32_t offsets[] = { 3600 * 1000 * 8, -3600 * 1000 * 5, 1234 * 789 * 7 }; in HWTEST_F() local
77 string out = util.GetDefaultZone(countries[i].c_str(), offsets[i]); in HWTEST_F()
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp123 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() argument
125 (void)offsets; in InjectOffsets()
/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp124 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() argument
126 (void)offsets; in InjectOffsets()
/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp125 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() argument
127 (void)offsets; in InjectOffsets()
/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp123 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() argument
125 (void)offsets; in InjectOffsets()
/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp123 void Parcel::InjectOffsets(binder_size_t offsets, size_t offsetSize) in InjectOffsets() argument
125 (void)offsets; in InjectOffsets()

Completed in 9 milliseconds