HomeSort by relevance Sort by last modified time
    Searched full:time (Results 376 - 400 of 43060) sorted by null

<<11121314151617181920>>

  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 32 import android.text.format.Time;
67 * This sets one of the days in this view as selected {@link Time#SUNDAY}
68 * through {@link Time#SATURDAY}.
72 * Which day the week should start on. {@link Time#SUNDAY} through
73 * {@link Time#SATURDAY}.
77 * How many days to display at a time. Days will be displayed starting with
82 * Which month is currently in focus, as defined by {@link Time#month}
94 protected static final int DEFAULT_WEEK_START = Time.SUNDAY;
118 // Cache the number strings so we don't have to recompute them each time
159 protected String mTimeZone = Time.getCurrentTimezone()
247 Time time = new Time(tz); local
377 Time time = new Time(mTimeZone); local
    [all...]
  /external/chromium_org/base/time/
time_posix.cc 5 #include "base/time/time.h"
8 #include <sys/time.h>
9 #include <time.h>
86 (static_cast<int64>(ts.tv_sec) * base::Time::kMicrosecondsPerSecond) +
87 (static_cast<int64>(ts.tv_nsec) / base::Time::kNanosecondsPerMicrosecond);
103 if (microseconds >= Time::kMicrosecondsPerSecond) {
105 microseconds -= seconds * Time::kMicrosecondsPerSecond;
109 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)};
114 // The Time routines in this file use standard POSIX routines, or almost
    [all...]
  /external/iptables/extensions/
libxt_time.man 1 This matches if the packet arrival time/date is within a given range. All
8 Only match during the given time, which must be in ISO 8601 "T" notation.
9 The possible time range is 1970-01-01T00:00:00 to 2038-01-19T04:17:07.
17 Only match during the given daytime. The possible time range is 00:00:00 to
35 this as a single time period instead distinct intervals. See EXAMPLES.
39 time regulations.
41 About kernel timezones: Linux keeps the system time in UTC, and always does so.
42 On boot, system time is initialized from a referential time source. Where this
43 time source has no timezone information, such as the x86 CMOS RTC, UTC will b
    [all...]
  /external/bison/lib/
timevar.h 24 /* Timing variables are used to measure elapsed time in various
26 wall-clock time, as appropriate to and supported by the host
36 Timing variables may be pushed onto the stack; elapsed time is
42 All time elapsed between the two calls is attributed to the
46 /* This structure stores the various varieties of time that can be
47 measured. Times are stored in seconds. The time may be an
48 absolute time or a time difference; in the former case, the time
50 produces a valid time difference. *
    [all...]
  /external/chromium_org/net/cert/
x509_util.h 12 #include "base/time/time.h"
37 NET_EXPORT_PRIVATE bool IsSupportedValidityRange(base::Time not_valid_before,
38 base::Time not_valid_after);
50 base::Time not_valid_before,
51 base::Time not_valid_after,
60 base::Time not_valid_before,
61 base::Time not_valid_after,
84 base::Time not_valid_before,
85 base::Time not_valid_after
    [all...]
  /external/lldb/test/attic/
tester.py 4 import math, os.path, re, sys, time, unittest namespace
49 self.m_start = time.time()
51 e = time.time()
62 for time in self.m_times[key]:
63 if time > sampleMax:
64 sampleMax = time
65 if time < sampleMin:
66 sampleMin = time
    [all...]
  /external/markdown/markdown/extensions/
rss.py 32 def rdftime(time):
34 time = time.replace(":", " ")
35 time = time.replace("/", " ")
36 time = time.split()
37 return "%s-%s-%sT%s:%s:%s-08:00" % (time[0], time[1], time[2]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.h 24 /* Timing variables are used to measure elapsed time in various
26 wall-clock time, as appropriate to and supported by the host
36 Timing variables may be pushed onto the stack; elapsed time is
42 All time elapsed between the two calls is attributed to the
46 /* This structure stores the various varieties of time that can be
47 measured. Times are stored in seconds. The time may be an
48 absolute time or a time difference; in the former case, the time
50 produces a valid time difference. *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
time_hashlib.py 4 import sys, time namespace
16 start = time.time()
19 end = time.time()
24 start = time.time()
27 end = time.time()
32 start = time.time(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
time_hashlib.py 4 import sys, time namespace
16 start = time.time()
19 end = time.time()
24 start = time.time()
27 end = time.time()
32 start = time.time(
    [all...]
  /system/core/toolbox/
uptime.c 32 #include <sys/time.h>
38 #include <time.h>
41 static void format_time(int time, char* buffer) {
44 seconds = time % 60;
45 time /= 60;
46 minutes = time % 60;
47 time /= 60;
48 hours = time % 24;
49 days = time / 24;
105 fprintf(stderr, "Could not get monotonic time\n")
    [all...]
  /external/bison/m4/
time_h.m4 1 # Configure a more-standard replacement for <time.h>.
24 gl_NEXT_HEADERS([time.h])
29 dnl in time.h, sys/time.h, or pthread.h.
33 AC_CHECK_HEADERS_ONCE([sys/time.h])
34 AC_CACHE_CHECK([for struct timespec in <time.h>],
38 [[#include <time.h>
50 AC_CACHE_CHECK([for struct timespec in <sys/time.h>],
54 [[#include <sys/time.h>
  /external/blktrace/btt/
trace_issue.c 37 aqd_issue(d_iop->dip->aqd_handle, BIT_TIME(d_iop->t.time));
44 update_i2d(q_iop, tdelta(q_iop->i_time, d_iop->t.time));
46 update_m2d(q_iop, tdelta(q_iop->m_time, d_iop->t.time));
51 q_iop->d_time = d_iop->t.time;
57 d_iop->t.time - q_iop->t.time);
58 latency_q2d(q_iop->dip, d_iop->t.time,
59 d_iop->t.time - q_iop->t.time);
  /external/chromium_org/base/timer/
hi_res_timer_manager_unittest.cc 11 #include "base/time/time.h"
38 // But the Time class has it off, because it hasn't been activated.
39 EXPECT_FALSE(base::Time::IsHighResolutionTimerInUse());
42 base::Time::ActivateHighResolutionTimer(true);
43 EXPECT_TRUE(base::Time::IsHighResolutionTimerInUse());
48 EXPECT_FALSE(base::Time::IsHighResolutionTimerInUse());
53 EXPECT_TRUE(base::Time::IsHighResolutionTimerInUse());
56 base::Time::ActivateHighResolutionTimer(false);
  /external/chromium_org/chrome/browser/media/
webrtc_log_util_unittest.cc 10 #include "base/time/time.h"
31 base::Time time_expect_to_keep =
32 base::Time::Now() -
36 base::Time time_expect_to_delete =
37 base::Time::Now() -
47 EXPECT_LT(base::Time::Now() - files.GetInfo().GetLastModifiedTime(),
65 base::Time time_begin_delete =
66 base::Time::Now() - base::TimeDelta::FromDays(1);
  /external/chromium_org/components/precache/core/
precache_url_table.cc 38 const base::Time& precache_time) {
41 "INSERT OR REPLACE INTO precache_urls (url, time) VALUES(?,?)"));
50 SQL_FROM_HERE, "SELECT time FROM precache_urls WHERE url=?"));
64 void PrecacheURLTable::DeleteAllPrecachedBefore(const base::Time& delete_end) {
66 SQL_FROM_HERE, "DELETE FROM precache_urls WHERE time < ?"));
72 void PrecacheURLTable::GetAllDataForTesting(std::map<GURL, base::Time>* map) {
76 SQL_FROM_HERE, "SELECT url, time FROM precache_urls"));
80 (*map)[url] = base::Time::FromInternalValue(statement.ColumnInt64(1));
86 "CREATE TABLE IF NOT EXISTS precache_urls (url TEXT PRIMARY KEY, time "
  /external/chromium_org/content/renderer/media/
cache_util.cc 11 #include "base/time/time.h"
18 using base::Time;
74 Time date;
75 Time expires;
76 if (Time::FromString(response.httpHeaderField("Date").utf8().data(), &date) &&
77 Time::FromString(response.httpHeaderField("Expires").utf8().data(),
79 date > Time() && expires > Time() &&
  /external/chromium_org/net/ftp/
ftp_util.h 14 class Time;
35 // Converts a "ls -l" date listing to time. The listing comes in three
37 // of month. The third one is either a time (and then we guess the year based
38 // on |current_time|), or is a year (and then we don't know the time).
42 const base::Time& current_time,
43 base::Time* result);
45 // Converts a Windows date listing to time. Returns true on success.
47 const base::string16& time,
48 base::Time* result);
  /external/chromium_org/third_party/webrtc/base/
timeutils.h 14 #include <time.h>
36 // Returns the current time in milliseconds.
37 uint32 Time();
38 // Returns the current time in microseconds.
40 // Returns the current time in nanoseconds.
43 // Stores current time in *tm and microseconds in *microseconds.
49 // Comparisons between time values, which can wrap around.
70 return TimeDiff(Time(), earlier);
75 return TimeDiff(later, Time());
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 44 __u16 mpc_p2; /* Shortcut-Setup Frame Time */
46 __u16 mpc_p4; /* MPC Initial Retry Time */
47 __u16 mpc_p5; /* MPC Retry Time Maximum */
48 __u16 mpc_p6; /* Hold Down Time */
85 #define MPC_P2 1 /* Shortcut-Setup Frame Time */
87 #define MPC_P4 5 /* MPC Initial Retry Time */
88 #define MPC_P5 40 /* MPC Retry Time Maximum */
89 #define MPC_P6 160 /* Hold Down Time */
94 #define MPC_C1 2 /* Retry Time Multiplier */
  /frameworks/base/core/java/android/view/
FrameStats.java 27 * Undefined time.
58 * Gets the start time of the interval for which these statistics
59 * apply. The start interval is the time when the first frame was
62 * @return The start time in nanoseconds or {@link #UNDEFINED_TIME_NANO}
73 * Gets the end time of the interval for which these statistics
74 * apply. The end interval is the time when the last frame was
77 * @return The end time in nanoseconds or {@link #UNDEFINED_TIME_NANO}
88 * Get the time a frame at a given index was presented.
91 * @return The presented time in nanoseconds or {@link #UNDEFINED_TIME_NANO}
  /pdk/apps/CameraITS/tests/scene0/
test_unified_timestamps.py 18 import time namespace
21 """Test if image and motion sensor events are in the same time domain.
40 time.sleep(0.5)
45 ts_gyro0 = events["gyro"][0]["time"]
46 ts_gyro1 = events["gyro"][-1]["time"]
47 ts_accel0 = events["accel"][0]["time"]
48 ts_accel1 = events["accel"][-1]["time"]
49 ts_mag0 = events["mag"][0]["time"]
50 ts_mag1 = events["mag"][-1]["time"]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atmmpc.h 44 __u16 mpc_p2; /* Shortcut-Setup Frame Time */
46 __u16 mpc_p4; /* MPC Initial Retry Time */
47 __u16 mpc_p5; /* MPC Retry Time Maximum */
48 __u16 mpc_p6; /* Hold Down Time */
85 #define MPC_P2 1 /* Shortcut-Setup Frame Time */
87 #define MPC_P4 5 /* MPC Initial Retry Time */
88 #define MPC_P5 40 /* MPC Retry Time Maximum */
89 #define MPC_P6 160 /* Hold Down Time */
94 #define MPC_C1 2 /* Retry Time Multiplier */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmmpc.h 44 __u16 mpc_p2; /* Shortcut-Setup Frame Time */
46 __u16 mpc_p4; /* MPC Initial Retry Time */
47 __u16 mpc_p5; /* MPC Retry Time Maximum */
48 __u16 mpc_p6; /* Hold Down Time */
85 #define MPC_P2 1 /* Shortcut-Setup Frame Time */
87 #define MPC_P4 5 /* MPC Initial Retry Time */
88 #define MPC_P5 40 /* MPC Retry Time Maximum */
89 #define MPC_P6 160 /* Hold Down Time */
94 #define MPC_C1 2 /* Retry Time Multiplier */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
datetime.so 

Completed in 826 milliseconds

<<11121314151617181920>>