Home
last modified time | relevance | path

Searched defs:totalSeconds (Results 1 – 4 of 4) sorted by relevance

/external/threetenbp/src/main/java/org/threeten/bp/
DZoneOffset.java145 private final int totalSeconds; field in ZoneOffset
298 int totalSeconds = totalSeconds(hours, minutes, seconds); in ofHoursMinutesSeconds() local
374 private static int totalSeconds(int hours, int minutes, int seconds) { in totalSeconds() method in ZoneOffset
388 public static ZoneOffset ofTotalSeconds(int totalSeconds) { in ofTotalSeconds()
413 private ZoneOffset(int totalSeconds) { in ZoneOffset()
419 private static String buildId(int totalSeconds) { in buildId()
/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/
DLogView.swift42 let totalSeconds = Int(timestamp) in format() variable
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DGlitchActivity.java171 double totalSeconds = (now - mTimeAtStart) / 1000.0; in getCurrentStatusReport() local
184 … message.append(String.format(Locale.getDefault(), "time.total = %4.2f seconds\n", totalSeconds)); in getCurrentStatusReport() local
/external/replicaisland/src/com/replica/replicaisland/
DGameOverActivity.java101 int totalSeconds = (int)(seconds - (totalMinuteSeconds + totalHourSeconds)); in onDraw() local