HomeSort by relevance Sort by last modified time
    Searched defs:MILLIS_PER_SECOND (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio.h 23 #define MILLIS_PER_SECOND 1000
24 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * MILLIS_PER_SECOND)
  /system/media/audio_utils/include/audio_utils/
clock.h 30 #define MILLIS_PER_SECOND 1000LL
  /cts/tests/leanbackjank/src/android/leanbackjank/cts/
CtsDeviceLeanback.java 31 private static final int MILLIS_PER_SECOND = 1000;
32 private static final long WAIT_TIMEOUT = 5 * MILLIS_PER_SECOND;
36 private static final int PRE_SCROLL_IDLE_TIME = 2 * MILLIS_PER_SECOND;
39 SAMPLING_DURATION_SECONDS * MILLIS_PER_SECOND;
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
Constant.java 27 public static final int MILLIS_PER_SECOND = 1000;
GlitchAndCallbackHeatMapView.java 43 private static final int MILLIS_PER_SECOND = 1000;
221 int lastFilledGlitchBucket = bucketGlitches(glitchTimes, bucketSize * MILLIS_PER_SECOND,
424 int bucketSizeMS = bucketSizeSeconds * MILLIS_PER_SECOND;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Grego.java 39 public static final int MILLIS_PER_SECOND = 1000;
40 public static final int MILLIS_PER_MINUTE = 60*MILLIS_PER_SECOND;
232 int sec = millis / MILLIS_PER_SECOND;
233 millis = millis % MILLIS_PER_SECOND;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Grego.java 37 public static final int MILLIS_PER_SECOND = 1000;
38 public static final int MILLIS_PER_MINUTE = 60*MILLIS_PER_SECOND;
230 int sec = millis / MILLIS_PER_SECOND;
231 millis = millis % MILLIS_PER_SECOND;
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
TimeUtil.java 58 private static final long MILLIS_PER_SECOND = 1000;
102 Date date = new Date(timestamp.getSeconds() * MILLIS_PER_SECOND);
155 long seconds = date.getTime() / MILLIS_PER_SECOND;
263 return normalizedTimestamp(milliseconds / MILLIS_PER_SECOND,
264 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND));
271 return normalizedDuration(milliseconds / MILLIS_PER_SECOND,
272 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND));
283 return timestamp.getSeconds() * MILLIS_PER_SECOND + timestamp.getNanos()
293 return duration.getSeconds() * MILLIS_PER_SECOND + duration.getNanos()
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsRttTextHandler.java 47 private static final int MILLIS_PER_SECOND = 1000;
173 MILLIS_PER_SECOND);
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
FileTime.java 195 private static final long MILLIS_PER_SECOND = 1000L;
251 secs = Math.floorDiv(value, MILLIS_PER_SECOND);
252 nanos = (int)Math.floorMod(value, MILLIS_PER_SECOND)
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.h 120 #define MILLIS_PER_SECOND 1000
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackLatencyTest.java 56 private final static int MILLIS_PER_SECOND = 1000;
57 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;
226 + (several * framesWrittenTotal * MILLIS_PER_SECOND / setup.sampleRate);
262 Thread.sleep(MILLIS_PER_SECOND);
AudioTrackSurroundTest.java 61 private final static int MILLIS_PER_SECOND = 1000;
62 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;
258 double expectedMillis = elapsedFrames * (double) MILLIS_PER_SECOND
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 349 private static final int MILLIS_PER_SECOND = 1000;
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 125 static const int32_t MILLIS_PER_SECOND = 1000;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 385 private static final int MILLIS_PER_SECOND = 1000;
    [all...]
  /frameworks/av/media/libaaudio/examples/loopback/src/
LoopbackAnalyzer.h 39 #define MILLIS_PER_SECOND 1000
  /frameworks/base/media/java/android/media/
AudioTrack.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/
protobuf-java-util-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.2/
protobuf-java-util-3.0.2.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 

Completed in 562 milliseconds

1 2 3 4