Searched refs:GetOffsets (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/tools/binman/etype/ |
D | intel_descriptor.py | 57 def GetOffsets(self): member in Entry_intel_descriptor
|
D | _testing.py | 92 def GetOffsets(self): member in Entry__testing
|
D | section.py | 162 def GetOffsets(self): member in Entry_section 450 offset_dict = entry.GetOffsets()
|
/external/v8/src/objects/ |
D | intl-objects.cc | 2037 bool GetOffsets(double time_ms, bool is_utc, int32_t* raw_offset, 2068 bool ICUTimezoneCache::GetOffsets(double time_ms, bool is_utc, in GetOffsets() function in v8::internal::ICUTimezoneCache 2095 if (!GetOffsets(time_ms, true, &raw_offset, &dst_offset)) return 0; in DaylightSavingsOffset() 2101 if (!GetOffsets(time_ms, is_utc, &raw_offset, &dst_offset)) return 0; in LocalTimeOffset()
|
/external/u-boot/tools/binman/ |
D | entry.py | 429 def GetOffsets(self): member in Entry
|
D | README | 329 not set the offset (with the GetOffsets() method). 681 4. GetEntryOffsets() - calls Entry.GetOffsets() for each entry. This can
|