HomeSort by relevance Sort by last modified time
    Searched refs:endMs (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 40 public static String formatDateRange(long startMs, long endMs, int flags, String olsonId) {
49 return formatDateRange(icuLocale, icuTimeZone, startMs, endMs, flags);
55 long startMs, long endMs, int flags) {
58 if (startMs == endMs) {
61 endCalendar = DateUtilsBridge.createIcuCalendar(icuTimeZone, icuLocale, endMs);
77 if ((!showTime && startMs != endMs)
  /frameworks/base/core/java/android/util/proto/
ProtoUtils.java 45 public static void toDuration(ProtoOutputStream proto, long fieldId, long startMs, long endMs) {
48 proto.write(Duration.END_MS, endMs);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 71 public static void startTrim(File src, File dst, int startMs, int endMs)
74 genVideoUsingMuxer(src.getPath(), dst.getPath(), startMs, endMs,
77 trimUsingMp4Parser(src, dst, startMs, endMs);
121 * @param endMs end time for trimming in milliseconds. Set to negative if
128 int startMs, int endMs, boolean useAudio, boolean useVideo)
206 if (endMs > 0 && bufferInfo.presentationTimeUs > (endMs * 1000)) {
230 private static void trimUsingMp4Parser(File src, File dst, int startMs, int endMs)
240 double endTime = endMs / 1000;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateCallback.java 195 long endMs = SystemClock.elapsedRealtime();
196 timeoutLeft -= (endMs - startMs);
197 startMs = endMs;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
StateWaiter.java 147 long endMs = SystemClock.elapsedRealtime();
148 timeoutLeft -= (endMs - startMs);
149 startMs = endMs;
  /system/extras/tests/workloads/
defs.sh 176 ((endMs=endS*1000 + endNs/1000000))
177 ((diff=endMs-startMs))
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java 222 long endMs = cursor.getLong(1);
227 list.add(new PlaybackInfo(startMs, endMs, videoUrl, videoType,
  /external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
TensorFlowInferenceInterface.java 568 final long endMs = System.currentTimeMillis();
571 "Model load took " + (endMs - startMs) + "ms, TensorFlow version: " + TensorFlow.version());
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 507 milliseconds