HomeSort by relevance Sort by last modified time
    Searched full:time (Results 276 - 300 of 34351) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/ftp/
ftp_directory_listing_parser.h 13 #include "base/time/time.h"
33 // Last modified time, in local time zone.
34 base::Time last_modified;
41 const base::Time& current_time,
  /external/chromium_org/third_party/icu/source/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...]
  /external/chromium_org/third_party/libevent/sample/
time-test.c 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
17 #include <time.h>
19 #include <sys/time.h>
37 int newtime = time(NULL);
64 lasttime = time(NULL);
  /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...]
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
CompLim.h 44 LVM_INT16 Norm_Attack; /* Attack time constant of the Normaliser integrator */
45 LVM_INT16 Norm_Decay; /* Decay time constant of the Normaliser integrator */
52 LVM_INT16 Comp_Attack_S; /* Attack time constant of the slow integrator */
53 LVM_INT16 Comp_Decay_S; /* Decay time constant of slow the integrator */
54 LVM_INT16 Comp_Attack_F; /* Attack time constant of fast the integrator */
55 LVM_INT16 Comp_Decay_F; /* Decay time constant of fast the integrator */
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventFactoryTestGtk.cpp 56 firstClick.time = 0;
65 secondClick.time = firstClick.time + 100;
70 firstClick.time += 10000;
76 secondClick.time = firstClick.time + 1000;
81 firstClick.time += 10000;
87 secondClick.time = firstClick.time + 1;
93 firstClick.time += 10000
    [all...]
  /external/chromium_org/content/browser/resources/media/
data_series.js 6 * A TimelineDataSeries collects an ordered series of (time, value) pairs,
45 startTime: this.dataPoints_[0].time,
46 endTime: this.dataPoints_[this.dataPoints_.length - 1].time,
52 * Adds a DataPoint to |this| with the specified time and value.
56 var time = new Date(timeTicks);
57 this.dataPoints_.push(new DataPoint(time, value));
101 * Returns the cached |values| in the specified time period.
107 var time = startTime;
110 this.dataPoints_[nextPoint].time < time) {
    [all...]
  /external/chromium_org/media/
PRESUBMIT.py 16 """Return true if the file could contain code referencing base::Time."""
21 # base::Time type (or base::Clock/DefaultClock), whether in using decls,
23 base_time_type_pattern = r'(^|\W)base::(Time|Clock|DefaultClock)(\W|$)'
25 # Regular expression that should detect references to the base::Time class
26 # members, such as a call to base::Time::Now.
27 base_time_member_pattern = r'(^|\W)(Time|Clock|DefaultClock)::'
29 # Regular expression to detect "using base::Time" declarations. We want to
33 # using base::Time;
35 # int64 foo_us = foo_s * Time::kMicrosecondsPerSecond;
36 using_base_time_decl_pattern = r'^\s*using\s+(::)?base::Time\s*;
    [all...]
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 28 * Used for configuring and controlling the status of the android common time service.
97 * non-deterministic native resource reclamation and may cause the common time service to remain
112 * Gets the current priority of the common time service used in the master election protocol.
114 * @return an 8 bit value indicating the priority of this common time service relative to other
115 * common time services operating in the same domain.
125 * Sets the current priority of the common time service used in the master election protocol.
127 * @param priority priority of the common time service used in the master election protocol.
139 * Gets the IP endpoint used by the time service to participate in the master election protocol.
142 * system's common time service to participate in the master election protocol.
152 * Sets the IP endpoint used by the common time service to participate in the master electio
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structseq.py 4 import time namespace
9 t = time.gmtime()
30 t = time.gmtime()
32 t = time.gmtime(0)
34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, "
38 t1 = time.gmtime()
44 t1 = time.gmtime()
51 t1 = time.gmtime()
57 t1 = time.gmtime()
61 t1 = time.gmtime(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structseq.py 4 import time namespace
9 t = time.gmtime()
30 t = time.gmtime()
32 t = time.gmtime(0)
34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, "
38 t1 = time.gmtime()
44 t1 = time.gmtime()
51 t1 = time.gmtime()
57 t1 = time.gmtime()
61 t1 = time.gmtime(
    [all...]
  /external/chromium/base/third_party/nspr/
prtime.cc 42 * NSPR date and time functions
76 #include <time.h>
80 static void localtime_r(const time_t* secs, struct tm* time) {
81 (void) localtime_s(time, secs);
102 // Create the system struct representing our exploded time.
117 NOTREACHED() << "Unable to convert time";
127 // Adjust for time zone and dst. Convert from seconds to microseconds.
132 // Create the system struct representing our exploded time.
164 // If timegm returned -1. Since we don't pass it a time zone, the only
253 * 'time' should point to a normalized PRExplodedTime
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc 42 * NSPR date and time functions
81 #include <time.h>
85 static void localtime_r(const time_t* secs, struct tm* time) {
86 (void) localtime_s(time, secs);
107 // Create the system struct representing our exploded time.
122 NOTREACHED() << "Unable to convert time";
132 // Adjust for time zone and dst. Convert from seconds to microseconds.
137 // Create the system struct representing our exploded time.
169 // If timegm returned -1. Since we don't pass it a time zone, the only
258 * 'time' should point to a normalized PRExplodedTime
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 373 var time = new Date();
374 equals(base.relativizeTime(time), "Just now");
375 time.setMinutes(time.getMinutes() - 1);
376 equals(base.relativizeTime(time), "1 minute ago");
377 time.setMinutes(time.getMinutes() - 1);
378 equals(base.relativizeTime(time), "2 minutes ago");
379 time.setMinutes(time.getMinutes() - 1)
    [all...]
  /external/chromium_org/base/time/
time_win.cc 33 // message loop waits have the same resolution that our time measurements
37 #include "base/time/time.h"
49 using base::Time;
65 DCHECK_GE(us, 0LL) << "Time is less than 0, negative values are not "
79 // Time between resampling the un-granular clock for this API. 60 seconds.
80 const int kMaxMillisecondsToAvoidDrift = 60 * Time::kMillisecondsPerSecond;
92 // Time -----------------------------------------------------------------------
94 // The internal representation of Time uses FILETIME, whose epoch is 1601-01-01
99 const int64 Time::kTimeTToMicrosecondsOffset = GG_INT64_C(11644473600000000)
    [all...]
  /frameworks/base/core/java/android/animation/
Keyframe.java 20 * This class holds a time/value pair for an animation. The Keyframe class is used
22 * of the animation. As the time proceeds from one keyframe to the other, the value of the
25 * object, which defines the time interpolation over the intervalue preceding the keyframe.
38 * The time at which mValue will hold true.
43 * The type of the value in this Keyframe. This type is determined at construction time,
49 * The optional time interpolator for the interval preceding this keyframe. A null interpolator
62 * Constructs a Keyframe object with the given time and value. The time defines the
63 * time, as a proportion of an overall animation's duration, at which the value will hold true
67 * @param fraction The time, expressed as a value between 0 and 1, representing the fractio
    [all...]
  /frameworks/native/include/media/openmax/
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/qcom/media/mm-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...]
  /hardware/qcom/media/mm-core/omxcore/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...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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...]
  /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...]
  /hardware/ti/omap4xxx/domx/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/chromium_org/third_party/icu/source/i18n/
ztrans.h 12 * \brief C API: Time zone transition classes
32 * Constructs a time zone transition with the time and the rules before/after
35 * @param time The time of transition in milliseconds since the base time.
36 * @param from The time zone rule used before the transition.
37 * @param to The time zone rule used after the transition.
41 ztrans_open(UDate time, const void* from, const void* to);
80 * Returns the time of transition in milliseconds
    [all...]
  /external/icu4c/i18n/
ztrans.h 12 * \brief C API: Time zone transition classes
31 * Constructs a time zone transition with the time and the rules before/after
34 * @param time The time of transition in milliseconds since the base time.
35 * @param from The time zone rule used before the transition.
36 * @param to The time zone rule used after the transition.
39 ztrans_open(UDate time, const void* from, const void* to);
74 * Returns the time of transition in milliseconds
    [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...]

Completed in 1869 milliseconds

<<11121314151617181920>>