HomeSort by relevance Sort by last modified time
    Searched full:time (Results 51 - 75 of 8931) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/tools/zoneinfo/tzdata2009s/
factory 6 # For companies who don't want to put time zone specification in
11 Zone Factory 0 - "Local time zone must be set--see zic manual page"
  /external/clearsilver/python/examples/base/
profiler.py 2 import time namespace
15 PROFILER_START = time.time()
32 hdf.setValue("%s.%d.time" % (prefix, n), "%5.2f" % (p.length))
44 self.when = time.time() - PROFILER_START
58 self.length = time.time() - self.when - PROFILER_START
  /external/e2fsprogs/tests/f_dup4/
expect.1 17 File /dir/foo (inode #16, mod time Tue Apr 10 21:00:00 2007)
19 /dir/quux1 (inode #19, mod time Tue Apr 10 21:00:00 2007)
20 /dir3/baz (inode #18, mod time Tue Apr 10 21:00:00 2007)
21 /dir2/bar (inode #17, mod time Tue Apr 10 21:00:00 2007)
24 File /dir2/bar (inode #17, mod time Tue Apr 10 21:00:00 2007)
26 /dir/quux1 (inode #19, mod time Tue Apr 10 21:00:00 2007)
27 /dir3/baz (inode #18, mod time Tue Apr 10 21:00:00 2007)
28 /dir/foo (inode #16, mod time Tue Apr 10 21:00:00 2007)
31 File /dir3/baz (inode #18, mod time Tue Apr 10 21:00:00 2007)
33 /dir/quux1 (inode #19, mod time Tue Apr 10 21:00:00 2007
    [all...]
  /external/e2fsprogs/tests/
filter_dumpe2fs 5 /^Last write time:/d
6 /^Last mount time:/d
  /frameworks/base/core/java/android/webkit/
EventLogTags.logtags 6 70101 browser_zoom_level_change (start level|1|5),(end level|1|5),(time|2|3)
7 70102 browser_double_tap_duration (duration|1|3),(time|2|3)
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 21 import android.text.format.Time;
31 Time t = new Time(Time.TIMEZONE_UTC);
180 Time local = new Time("America/Los_Angeles");
271 Time t = new Time(Time.TIMEZONE_UTC);
279 Time t = new Time(Time.TIMEZONE_UTC)
525 Time time = new Time(); local
567 Time time = new Time(); local
    [all...]
  /prebuilt/android-arm/gdbserver/
gdbserver 
  /external/icu4c/i18n/unicode/
tztrans.h 12 * \brief C++ API: Time zone transition
27 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
28 * An instance has a time of transition and rules for both before and after the transition.
34 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
37 * @param time The time of transition in milliseconds since the base time.
38 * @param from The time zone rule used before the transition.
39 * @param to The time zone rule used after the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
    [all...]
timezone.h 49 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
54 * which creates a <code>TimeZone</code> based on the time zone where the program
56 * creates a <code>TimeZone</code> object based on Japanese Standard Time.
60 * with a time zone ID. For instance, the time zone ID for the US Pacific
61 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object
69 * all the supported time zone IDs. You can then choose a
71 * If the time zone you want is not represented by one of the
72 * supported IDs, then you can create a custom time zone ID wit
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 30 import android.text.format.Time;
52 public static void startActivity(Context context, String className, long time) {
56 intent.putExtra(EVENT_BEGIN_TIME, time);
90 public static final Time timeFromIntent(Intent intent) {
91 Time time = new Time(); local
92 time.set(timeFromIntentInMillis(intent));
93 return time;
144 * If the given intent specifies a time (in milliseconds since the epoch)
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 25 * The Time class is a faster replacement for the java.util.Calendar and
26 * java.util.GregorianCalendar classes. An instance of the Time class represents
27 * a moment in time, specified with second precision. It is modelled after
31 public class Time {
46 * all zero, and the date is displayed the same in all time zones.
91 * This time is in daylight savings time. One of:
106 * The timezone for this Time. Should not be null.
149 * Construct a Time object in the timezone named by the string
150 * argument "timezone". The time is initialized to Jan 1, 1970
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
timers.sgml 5 keep track of elapsed time
9 #GTimer records a start time, and counts microseconds elapsed since that time.
30 Opaque datatype that records a start time.
45 Marks a start time, so that future calls to g_timer_elapsed() will report the
46 time since g_timer_start() was called. g_timer_new() automatically marks the
47 start time, so no need to call g_timer_start() immediately after creating the
56 Marks an end time, so calls to g_timer_elapsed() will return the difference
57 between this end time and the start time
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Other.h 68 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time,
69 time deltas, etc */
107 /** Structure representing a time stamp used with the following configs
111 * time
113 * time
116 * clock sending SC its reference time
137 /** Enumeration of possible reference clocks to the media time. */
139 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */
147 /** Enumeration of possible reference clocks to the media time. */
162 * start time. *
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 51 OMX_OTHER_FormatTime = 0, /**< Transmission of various timestamps, elapsed time,
52 time deltas, etc */
90 /** Structure representing a time stamp used with the following configs
94 * time
96 * time
99 * clock sending SC its reference time
120 /** Enumeration of possible reference clocks to the media time. */
122 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */
130 /** Enumeration of possible reference clocks to the media time. */
145 * start time. */
    [all...]
  /external/blktrace/btt/
trace_im.c 31 q_iop->g_time = g_iop->t.time;
32 update_q2g(q_iop, tdelta(q_iop->t.time, g_iop->t.time));
34 update_s2g(q_iop, tdelta(q_iop->s_time, g_iop->t.time));
43 q_iop->s_time = s_iop->t.time;
51 q_iop->i_time = i_iop->t.time;
53 update_g2i(q_iop, tdelta(q_iop->g_time, i_iop->t.time));
65 q_iop->m_time = m_iop->t.time;
66 update_q2m(q_iop, tdelta(q_iop->t.time, m_iop->t.time));
    [all...]
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/netperf/
hist.h 2 # include <sys/time.h>
3 # include <time.h>
6 # include <sys/time.h>
8 # include <time.h>
14 Given a time difference in microseconds, increment one of 61
27 This will allow any time to be recorded to within an accuracy of
29 distribution of a large number of time differences (e.g.
39 #include <sys/time.h>
74 HIST_add - add a time difference to a histogram. Time should be i
    [all...]
  /frameworks/base/common/java/com/android/common/
OperationScheduler.java 21 import android.text.format.Time;
127 * Compute the time of the next operation. Does not modify any state
131 * @return the wall clock time ({@link System#currentTimeMillis()}) when the
133 * before the current time.
144 // clipped to the current time so we don't languish forever.
155 long time = triggerTimeMillis; local
157 time = Math.min(time, lastSuccessTimeMillis + options.periodicIntervalMillis);
160 time = Math.max(time, moratoriumTimeMillis)
200 long time = mStorage.getLong(name, 0); local
327 Time time = new Time(); local
    [all...]
  /external/bison/lib/
timevar.def 2 measure run-time performance of the compiler.
33 /* The total execution time. */
34 DEFTIMEVAR (TV_TOTAL , "total time")
36 /* Time spent in the reader. */
41 /* Time spent handling the grammar. */
48 /* Time spent outputing results. */
55 /* Time spent by freeing the memory :). */
timevar.h 22 /* Timing variables are used to measure elapsed time in various
24 wall-clock time, as appropriate to and supported by the host
34 Timing variables may be pushed onto the stack; elapsed time is
40 All time elapsed between the two calls is attributed to the
44 /* This structure stores the various varieties of time that can be
45 measured. Times are stored in seconds. The time may be an
46 absolute time or a time difference; in the former case, the time
48 produces a valid time difference. *
    [all...]
  /external/proguard/src/proguard/gui/splash/
LinearTiming.java 24 * This Timing ramps up linearly from 0 to 1 in a given time interval.
36 * @param fromTime the time at which the timing starts ramping up from 0.
37 * @param toTime the time at which the timing stops ramping up at 1.
48 public double getTiming(long time)
51 return time <= fromTime ? 0.0 :
52 time >= toTime ? 1.0 :
53 (double)(time - fromTime) / (double)(toTime - fromTime);
SmoothTiming.java 24 * This Timing ramps up smoothly from 0 to 1 in a given time interval.
36 * @param fromTime the time at which the timing starts ramping up from 0.
37 * @param toTime the time at which the timing stops ramping up at 1.
48 public double getTiming(long time)
50 if (time <= fromTime)
55 if (time >= toTime)
61 double timing = (double) (time - fromTime) / (double) (toTime - fromTime);
  /external/skia/src/images/
SkMovie.cpp 5 // We should never see this in normal operation since our time values are
46 bool SkMovie::setTime(SkMSec time)
49 if (time > dur)
50 time = dur;
53 if (time != fCurrTime)
55 fCurrTime = time;
56 changed = this->onSetTime(time);
  /external/opencore/fileformats/mp4/parser/src/
moviefragmentrandomaccess.cpp 158 int32 MovieFragmentRandomAccessAtom::getSyncSampleInfoClosestToTime(uint32 trackID, uint32 &time, uint32 &moof_offset,
163 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "MovieFragmentRandomAccessAtom::getSyncSampleInfoClosestToTime Input Time =%d", time));
186 if (time < (*tfraEntries)[idy]->getTimeStamp())
189 uint32 diffwithbeforeTS = time - prevTime;
190 uint32 diffwithafterTS = tmp - time;
193 time = tmp;
198 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "MovieFragmentRandomAccessAtom::getSyncSampleInfoClosestToTime Return Time =%d", time));
203 time = prevTime
354 uint32 time = ts; local
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
TBSCertList.java 20 * thisUpdate Time,
21 * nextUpdate Time OPTIONAL,
24 * revocationDate Time,
42 Time revocationDate;
56 revocationDate = Time.getInstance(seq.getObjectAt(1));
68 public Time getRevocationDate()
89 Time thisUpdate;
90 Time nextUpdate;
139 thisUpdate = Time.getInstance(seq.getObjectAt(seqPos++));
144 || seq.getObjectAt(seqPos) instanceof Time))
    [all...]

Completed in 73 milliseconds

1 23 4 5 6 7 8 91011>>