/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UniversalTimeScale.java | 376 public static long from(long otherTime, int timeScale) in from() argument 378 TimeScaleData data = fromRangeCheck(otherTime, timeScale); in from() 395 public static BigDecimal bigDecimalFrom(double otherTime, int timeScale) in bigDecimalFrom() argument 397 TimeScaleData data = getTimeScaleData(timeScale); in bigDecimalFrom() 417 public static BigDecimal bigDecimalFrom(long otherTime, int timeScale) in bigDecimalFrom() argument 419 TimeScaleData data = getTimeScaleData(timeScale); in bigDecimalFrom() 439 public static BigDecimal bigDecimalFrom(BigDecimal otherTime, int timeScale) in bigDecimalFrom() argument 441 TimeScaleData data = getTimeScaleData(timeScale); in bigDecimalFrom() 489 public static long toLong(long universalTime, int timeScale) in toLong() argument 491 TimeScaleData data = toRangeCheck(universalTime, timeScale); in toLong() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | UniversalTimeScale.java | 338 public static long from(long otherTime, int timeScale) in from() argument 340 TimeScaleData data = fromRangeCheck(otherTime, timeScale); in from() 355 public static BigDecimal bigDecimalFrom(double otherTime, int timeScale) in bigDecimalFrom() argument 357 TimeScaleData data = getTimeScaleData(timeScale); in bigDecimalFrom() 375 public static BigDecimal bigDecimalFrom(long otherTime, int timeScale) in bigDecimalFrom() argument 377 TimeScaleData data = getTimeScaleData(timeScale); in bigDecimalFrom() 395 public static BigDecimal bigDecimalFrom(BigDecimal otherTime, int timeScale) in bigDecimalFrom() argument 397 TimeScaleData data = getTimeScaleData(timeScale); in bigDecimalFrom() 443 public static long toLong(long universalTime, int timeScale) in toLong() argument 445 TimeScaleData data = toRangeCheck(universalTime, timeScale); in toLong() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | utmscale.cpp | 40 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) in utmscale_getTimeScaleValue() argument 46 if (timeScale < UDTS_JAVA_TIME || UDTS_MAX_SCALE <= timeScale in utmscale_getTimeScaleValue() 53 return timeScaleTable[timeScale][value]; in utmscale_getTimeScaleValue() 57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() argument 65 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_fromInt64() 70 data = (const int64_t *)(&timeScaleTable[timeScale]); in utmscale_fromInt64() 81 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_toInt64() argument 89 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_toInt64() 94 data = (const int64_t *)(&timeScaleTable[timeScale]); in utmscale_toInt64()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | utmscale.cpp | 40 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) in utmscale_getTimeScaleValue() argument 46 if (timeScale < UDTS_JAVA_TIME || UDTS_MAX_SCALE <= timeScale in utmscale_getTimeScaleValue() 53 return timeScaleTable[timeScale][value]; in utmscale_getTimeScaleValue() 57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() argument 65 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_fromInt64() 70 data = (const int64_t *)(&timeScaleTable[timeScale]); in utmscale_fromInt64() 81 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_toInt64() argument 89 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_toInt64() 94 data = (const int64_t *)(&timeScaleTable[timeScale]); in utmscale_toInt64()
|
/third_party/icu/icu4c/source/i18n/ |
D | utmscale.cpp | 40 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) in utmscale_getTimeScaleValue() argument 46 if (timeScale < UDTS_JAVA_TIME || UDTS_MAX_SCALE <= timeScale in utmscale_getTimeScaleValue() 53 return timeScaleTable[timeScale][value]; in utmscale_getTimeScaleValue() 57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() argument 65 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_fromInt64() 70 data = (const int64_t *)(&timeScaleTable[timeScale]); in utmscale_fromInt64() 81 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_toInt64() argument 89 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_toInt64() 94 data = (const int64_t *)(&timeScaleTable[timeScale]); in utmscale_toInt64()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | utmscale.cpp | 40 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) in utmscale_getTimeScaleValue() argument 46 if (timeScale < UDTS_JAVA_TIME || UDTS_MAX_SCALE <= timeScale in utmscale_getTimeScaleValue() 53 return timeScaleTable[timeScale][value]; in utmscale_getTimeScaleValue() 57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() argument 65 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_fromInt64() 70 data = (const int64_t *)(&timeScaleTable[timeScale]); in utmscale_fromInt64() 81 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_toInt64() argument 89 if ((int32_t)timeScale < 0 || timeScale >= UDTS_MAX_SCALE) { in utmscale_toInt64() 94 data = (const int64_t *)(&timeScaleTable[timeScale]); in utmscale_toInt64()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | utmscale.h | 453 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status); 469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status); 485 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | utmscale.h | 453 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status); 469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status); 485 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | utmscale.h | 453 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status); 469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status); 485 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | utmscale.h | 453 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status); 469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status); 485 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 2405 /* [out] */ BMDTimeScale *timeScale) = 0; 2448 /* [out] */ BMDTimeScale *timeScale); 2491 #define IDeckLinkDisplayMode_GetFrameRate(This,frameDuration,timeScale) \ argument 2492 ( (This)->lpVtbl -> GetFrameRate(This,frameDuration,timeScale) ) 3087 /* [in] */ BMDTimeScale timeScale, 3232 /* [in] */ BMDTimeScale timeScale, 3409 #define IDeckLinkDeckControl_Open(This,timeScale,timeValue,timecodeIsDropFrame,error) \ argument 3410 ( (This)->lpVtbl -> Open(This,timeScale,timeValue,timecodeIsDropFrame,error) ) 5713 /* [in] */ BMDTimeScale timeScale) = 0; 5742 /* [in] */ BMDTimeScale timeScale, [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPI.h | 786 …TimeValue displayTime, /* in */ BMDTimeValue displayDuration, /* in */ BMDTimeScale timeScale) = 0; 799 …mpleFrameCount, /* in */ BMDTimeValue streamTime, /* in */ BMDTimeScale timeScale, /* out */ uint3… 808 …layback (/* in */ BMDTimeValue playbackStartTime, /* in */ BMDTimeScale timeScale, /* in */ double… 809 …e stopPlaybackAtTime, /* out */ BMDTimeValue *actualStopTime, /* in */ BMDTimeScale timeScale) = 0; 980 …DTimeValue *frameTime, /* out */ BMDTimeValue *frameDuration, /* in */ BMDTimeScale timeScale) = 0; 981 …virtual HRESULT GetHardwareReferenceTimestamp (/* in */ BMDTimeScale timeScale, /* out */ BMDTimeV… 1051 …ual HRESULT GetStreamTime (/* out */ BMDTimeValue *frameTime, /* in */ BMDTimeScale timeScale) = 0; 1064 …virtual HRESULT GetHardwareReferenceTimestamp (/* in */ BMDTimeScale timeScale, /* out */ BMDTimeV… 1103 …al HRESULT GetPacketTime (/* out */ BMDTimeValue *packetTime, /* in */ BMDTimeScale timeScale) = 0;
|
D | DeckLinkAPIModes.h | 279 …RESULT GetFrameRate (/* out */ BMDTimeValue *frameDuration, /* out */ BMDTimeScale *timeScale) = 0;
|
D | DeckLinkAPIDeckControl.h | 173 …virtual HRESULT Open (/* in */ BMDTimeScale timeScale, /* in */ BMDTimeValue timeValue, /* in */ b…
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPI.h | 791 …TimeValue displayTime, /* in */ BMDTimeValue displayDuration, /* in */ BMDTimeScale timeScale) = 0; 804 …mpleFrameCount, /* in */ BMDTimeValue streamTime, /* in */ BMDTimeScale timeScale, /* out */ uint3… 813 …layback (/* in */ BMDTimeValue playbackStartTime, /* in */ BMDTimeScale timeScale, /* in */ double… 814 …e stopPlaybackAtTime, /* out */ BMDTimeValue *actualStopTime, /* in */ BMDTimeScale timeScale) = 0; 985 …DTimeValue *frameTime, /* out */ BMDTimeValue *frameDuration, /* in */ BMDTimeScale timeScale) = 0; 986 …virtual HRESULT GetHardwareReferenceTimestamp (/* in */ BMDTimeScale timeScale, /* out */ BMDTimeV… 1056 …ual HRESULT GetStreamTime (/* out */ BMDTimeValue *frameTime, /* in */ BMDTimeScale timeScale) = 0; 1069 …virtual HRESULT GetHardwareReferenceTimestamp (/* in */ BMDTimeScale timeScale, /* out */ BMDTimeV… 1108 …al HRESULT GetPacketTime (/* out */ BMDTimeValue *packetTime, /* in */ BMDTimeScale timeScale) = 0;
|
D | DeckLinkAPIModes.h | 279 …RESULT GetFrameRate (/* out */ BMDTimeValue *frameDuration, /* out */ BMDTimeScale *timeScale) = 0;
|
D | DeckLinkAPIDeckControl.h | 173 …virtual HRESULT Open (/* in */ BMDTimeScale timeScale, /* in */ BMDTimeValue timeValue, /* in */ b…
|
/third_party/flutter/glfw/src/ |
D | cocoa_monitor.m | 115 result.refreshRate = (int) (time.timeScale / (double) time.timeValue);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoamodes.m | 142 refreshRate = (int) ((time.timeScale / (double) time.timeValue) + 0.5);
|