Home
last modified time | relevance | path

Searched refs:MIN_TIME (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DEnvelopeADSR.java31 private static final float MIN_TIME = 0.001f; field in EnvelopeADSR
52 if (time < MIN_TIME) in setAttackTime()
53 time = MIN_TIME; in setAttackTime()
58 if (time < MIN_TIME) in setDecayTime()
59 time = MIN_TIME; in setDecayTime()
70 if (time < MIN_TIME) in setReleaseTime()
71 time = MIN_TIME; in setReleaseTime()
/third_party/glib/tests/
Dasyncqueue-test.c18 #define MIN_TIME 5 /* seconds */ macro
112 ms = g_random_int_range (MIN_TIME * 1000, MAX_TIME * 1000); in enter_thread()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java411 private static final long MIN_TIME = Long.MIN_VALUE; field in VTimeZone
1024 if (until[0] != MIN_TIME) { in createRuleByRRULE()
1072 long untilTime = MIN_TIME;
1258 long t = MIN_TIME; in writeZone()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DVTimeZone.java382 private static final long MIN_TIME = Long.MIN_VALUE; field in VTimeZone
995 if (until[0] != MIN_TIME) { in createRuleByRRULE()
1043 long untilTime = MIN_TIME;
1229 long t = MIN_TIME; in writeZone()
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js79 var MIN_TIME = 0; // 31-bit min variable
951 return new Date(MIN_TIME);