Home
last modified time | relevance | path

Searched refs:MAX_TIME (Results 1 – 8 of 8) sorted by relevance

/third_party/glib/tests/
Dasyncqueue-test.c17 #define MAX_TIME 20 /* seconds */ macro
112 ms = g_random_int_range (MIN_TIME * 1000, MAX_TIME * 1000); in enter_thread()
219 sort_interval = ((MAX_TIME / sort_multiplier) + 2) * 1000; in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java412 private static final long MAX_TIME = Long.MAX_VALUE; field in VTimeZone
582 long firstStart = MAX_TIME; // the earliest rule start time in parse()
1427 dstMonth, dstWeekInMonth, dstDayOfWeek, dstStartTime, MAX_TIME); in writeZone()
1462 stdMonth, stdWeekInMonth, stdDayOfWeek, stdStartTime, MAX_TIME); in writeZone()
1550 if (untilTime != MAX_TIME) { in writeZonePropsByDOM()
1571 if (untilTime != MAX_TIME) { in writeZonePropsByDOW()
1611 …EQ_DOM_sub(writer, prevMonth, -prevMonthDays, dayOfWeek, prevMonthDays, MAX_TIME /* Do not use UNT… in writeZonePropsByDOW_GEQ_DOM()
1623 …ePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, MAX_TIME /* Do not use UNT… in writeZonePropsByDOW_GEQ_DOM()
1656 if (untilTime != MAX_TIME) { in writeZonePropsByDOW_GEQ_DOM_sub()
1709 dtrule.getRuleMonth(), dtrule.getRuleDayOfMonth(), startTime, MAX_TIME); in writeFinalRule()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DVTimeZone.java383 private static final long MAX_TIME = Long.MAX_VALUE; field in VTimeZone
553 long firstStart = MAX_TIME; // the earliest rule start time in parse()
1398 dstMonth, dstWeekInMonth, dstDayOfWeek, dstStartTime, MAX_TIME); in writeZone()
1433 stdMonth, stdWeekInMonth, stdDayOfWeek, stdStartTime, MAX_TIME); in writeZone()
1521 if (untilTime != MAX_TIME) { in writeZonePropsByDOM()
1542 if (untilTime != MAX_TIME) { in writeZonePropsByDOW()
1582 …EQ_DOM_sub(writer, prevMonth, -prevMonthDays, dayOfWeek, prevMonthDays, MAX_TIME /* Do not use UNT… in writeZonePropsByDOW_GEQ_DOM()
1594 …ePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, MAX_TIME /* Do not use UNT… in writeZonePropsByDOW_GEQ_DOM()
1627 if (untilTime != MAX_TIME) { in writeZonePropsByDOW_GEQ_DOM_sub()
1680 dtrule.getRuleMonth(), dtrule.getRuleDayOfMonth(), startTime, MAX_TIME); in writeFinalRule()
[all …]
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js78 var MAX_TIME = 2147483647000; // 31-bit max variable
639 var aTime = a.creation ? a.creation.getTime() : MAX_TIME;
640 var bTime = b.creation ? b.creation.getTime() : MAX_TIME;
949 return new Date(MAX_TIME);
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c31 #define MAX_TIME (2 * GST_SECOND) macro
598 if (G_UNLIKELY (send_diff >= MAX_TIME || pos >= MAX_WINDOW)) { in calculate_skew()
612 perc_time = send_diff * 100 / MAX_TIME; in calculate_skew()
/third_party/libxml2/
Dtestlimits.c43 #define MAX_TIME 2 /* seconds */ macro
55 if (((tnow - t0) / CLOCKS_PER_SEC) > MAX_TIME) { in check_time()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp239 template <ElapsedTime MAX_TIME, qpTestResult FAIL_RESULT = QP_TEST_RESULT_FAIL>
252 static constexpr microseconds ALLOWED_TIME = microseconds{MAX_TIME}; in checkElapsedTime()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtspacketizer.c32 #define MAX_TIME (2 * GST_SECOND) macro
1499 if (G_UNLIKELY (send_diff >= MAX_TIME || pos >= MAX_WINDOW)) { in calculate_skew()
1513 perc_time = send_diff * 100 / MAX_TIME; in calculate_skew()