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

<<31323334353637383940>>

  /external/icu4c/common/
wintz.c 48 static const char STANDARD_TIME_REGKEY[] = " Standard Time";
55 * NT, but on XP has become "GMT Standard Time". We need to
60 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones",
63 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT"
69 * The time zone root subkeys (under HKLM) for different flavors of
74 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones\\",
77 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\"
82 * but rather the flavor of the layout of the time zone information in
103 Standard Time". */
136 /* Remove " Standard Time" */
    [all...]
  /external/chromium/chrome/browser/history/
visit_database.h 58 // Fills all visits in the time range [begin, end) to the given vector. Either
59 // time can be is_null(), in which case the times in that direction are
67 void GetAllVisitsInRange(base::Time begin_time, base::Time end_time,
70 // Fills all visits with specified transition in the time range [begin, end)
71 // to the given vector. Either time can be is_null(), in which case the times
79 void GetVisitsInRangeForTransition(base::Time begin_time,
80 base::Time end_time,
85 // Fills all visits in the given time range into the given vector that should
87 // begin time is inclusive, the end time is exclusive. Either time can b
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_win.cc 13 #include "base/time/time.h"
77 // Keep track of the last modified time of the file. We use nulltime
79 base::Time last_modified_;
81 // The time at which we processed the first notification with the
82 // |last_modified_| time stamp.
83 base::Time first_notification_;
156 first_notification_ = base::Time::Now();
159 // The target's last modification time is equal to what's on record. This
164 // late. Moreover, there's no guarantee that file modification time and wal
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_timeout.py 9 import time namespace
112 # Use a dotted IP address to avoid including the DNS lookup time
113 # with the connect time. This avoids failing the assertion that
121 _t1 = time.time()
123 _t2 = time.time()
138 _t1 = time.time()
140 _t2 = time.time(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_timeout.py 9 import time namespace
112 # Use a dotted IP address to avoid including the DNS lookup time
113 # with the connect time. This avoids failing the assertion that
121 _t1 = time.time()
123 _t2 = time.time()
138 _t1 = time.time()
140 _t2 = time.time(
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 405 self.time = (wx.TextCtrl(parent, -1, str(value[0]), pos=(p1, top), size=(w1, -1), style=wx.TE_NOHIDESEL),
409 h = self.time[2].GetSize().height
410 w = self.time[2].GetSize().width + self.time[2].GetPosition().x + 8
419 self.time[0].Bind(wx.EVT_SET_FOCUS, self.OnFocusMeasure, self.time[0] )
420 self.time[1].Bind(wx.EVT_SET_FOCUS, self.OnFocusBeat, self.time[1] )
421 self.time[2].Bind(wx.EVT_SET_FOCUS, self.OnFocusTick, self.time[2] )
    [all...]
  /external/icu4c/i18n/
olsontz.h 27 * A time zone based on the Olson tz database. Olson time zones change
28 * behavior over time. The raw offset, rules, presence or absence of
29 * daylight savings time, and even the daylight savings amount can all
60 * Each time is represented by a pair of 32bit integer.
65 * time (transPre32/trans/transPost32) and its corresponding offset
71 * after the final transition time, finalRule represents the rule
100 * cessation lists consist of the month, dowim, dow, time, and time
120 * @param tzid the time zone I
    [all...]
  /external/bison/lib/
timevar.c 37 # include <sys/time.h>
118 _constants_ variable at run time, anyway? */
143 /* Elapsed time for this variable. */
147 using timevar_start, this contains the start time. */
162 /* An element on the timing stack. Elapsed time is attributed to the
185 /* The time at which the topmost element on the timing stack was
186 pushed. Time elapsed since then is attributed to the topmost
195 /* Fill the current times into TIME. The definition of this function
276 /* Push TIMEVAR onto the timing stack. No further elapsed time is
278 subsequent elapsed time is attributed to TIMEVAR, until it i
    [all...]
  /external/chromium/chrome/browser/instant/
promo_counter.cc 47 bool PromoCounter::ShouldShow(base::Time current_time) {
63 (base::Time::Now() - initial_show_).InHours(),
69 void PromoCounter::Init(base::Time current_time) {
84 initial_show_ = base::Time(base::Time::FromInternalValue(initial_show_int));
86 initial_show_ = base::Time::Now();
91 // Time check is handled in ShouldShow.
99 void PromoCounter::MaxSessionsEncountered(base::Time current_time) {
108 void PromoCounter::MaxTimeLapsed(base::Time current_time) {
  /external/chromium/chrome/browser/password_manager/
password_store_x.h 12 #include "base/time.h"
41 virtual bool RemoveLoginsCreatedBetween(const base::Time& delete_begin,
42 const base::Time& delete_end) = 0;
45 virtual bool GetLoginsCreatedBetween(const base::Time& get_begin,
46 const base::Time& get_end,
68 virtual void RemoveLoginsCreatedBetweenImpl(const base::Time& delete_begin,
69 const base::Time& delete_end);
86 // time we call it when falling back is necessary. See |allow_fallback_|.
101 // be the first time we try to use it and we should allow falling back. If
  /external/chromium/chrome/browser/policy/
cloud_policy_cache_base.h 13 #include "base/time.h"
60 // Returns the time at which the policy was last fetched.
61 base::Time last_policy_refresh_time() const {
84 base::Time* timestamp,
87 void SetUnmanagedInternal(const base::Time& timestamp);
100 base::Time* timestamp,
111 void set_last_policy_refresh_time(base::Time timestamp) {
131 // The time at which the policy was last refreshed. Is updated both upon
133 base::Time last_policy_refresh_time_;
file_based_policy_loader.cc 14 // Amount of time we wait for the files on disk to settle before trying to load
19 // The time interval for rechecking policy. This is our fallback in case the
75 // Check the directory time in order to see whether a reload is required.
77 base::Time now = base::Time::Now();
106 // There might have been changes to the directory in the time between
120 const base::Time& now,
124 // A null modification time indicates there's no data.
127 base::Time last_modification(provider_delegate->GetLastModification());
  /external/chromium/net/base/
backoff_entry.h 10 #include "base/time.h"
30 // Factor by which the waiting time will be multiplied.
34 // between 90%-100% of the calculated time.
37 // Maximum amount of time we are willing to delay our request.
40 // Time to keep an entry from being discarded even when it
55 // be rejected at the present time due to exponential back-off policy.
58 // Returns the absolute time after which this entry (given its present
62 // Causes this object reject requests until the specified absolute time.
73 // TODO(joi): Switch to constructor-time dependency injection?
  /external/chromium/webkit/glue/
resource_loader_bridge.h 31 #include "base/time.h"
49 // offsets with respect to the given base time.
55 // this base time.
56 base::Time base_time;
58 // The time that proxy processing started. For requests with no proxy phase,
59 // this time is -1.
62 // The time that proxy processing ended. For reused sockets this time
66 // The time that DNS lookup started. For reused sockets this time is -1
    [all...]
  /external/chromium_org/ash/system/date/
date_view.h 28 // Updates the displayed text for the current time and calls SetTimer().
36 void SetTimer(const base::Time& now);
38 // Updates labels to display the current time.
39 virtual void UpdateTextInternal(const base::Time& now) = 0;
45 // Invokes UpdateText() when the displayed time should change.
64 virtual void UpdateTextInternal(const base::Time& now) OVERRIDE;
80 // Tray view used to display the current time.
92 // Updates the format of the displayed time.
100 virtual void UpdateTextInternal(const base::Time& now) OVERRIDE;
  /external/chromium_org/base/profiler/
tracked_time_unittest.cc 8 #include "base/time/time.h"
25 // Now create a big time, to check that it is wrapped modulo 2^32.
59 // Then get a bracketing time.
63 // Now make sure that we bracketed our tracked time nicely.
71 // Check to be sure disabling the collection of data induces a null time
96 // ThreadData::Now(). It can sometimes return the null time.
99 // Then get a bracketing time.
103 // Now make sure that we bracketed our tracked time nicely.
  /external/chromium_org/chrome/browser/policy/
async_policy_loader.cc 12 using base::Time;
20 // Amount of time to wait for the files on disk to settle before trying to load
25 // The time interval for rechecking policy. This is the fallback in case the
36 base::Time AsyncPolicyLoader::LastModificationTime() {
37 return base::Time();
44 Time now = Time::Now();
113 bool AsyncPolicyLoader::IsSafeToReload(const Time& now, TimeDelta* delay) {
114 Time last_modification = LastModificationTime();
  /external/chromium_org/chrome/common/extensions/docs/server2/
preview.py 38 import time namespace
64 parser.add_option('-t', '--time', action='store_true',
65 help='Print the time taken rendering rather than the result.')
77 if opts.time:
78 start_time = time.time()
88 if opts.time:
89 print('Took %s seconds' % (time.time() - start_time))
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry.cc 57 const std::vector<base::Time>& timestamps)
71 std::set<base::Time> other_timestamps(entry.timestamps().begin(),
86 base::Time time = ExpirationTime(); local
89 return (timestamps_.empty() || timestamps_.back() < time);
93 base::Time AutofillEntry::ExpirationTime() {
94 return base::Time::Now() - base::TimeDelta::FromDays(kExpirationPeriodInDays);
108 bool AutofillEntry::CullTimeStamps(const std::vector<base::Time>& source,
109 std::vector<base::Time>* result) {
  /external/chromium_org/content/public/test/
mock_download_manager.h 34 base::Time start_time;
35 base::Time end_time;
51 const base::Time& start_time,
52 const base::Time& end_time,
86 MOCK_METHOD2(RemoveDownloadsBetween, int(base::Time remove_begin,
87 base::Time remove_end));
88 MOCK_METHOD1(RemoveDownloads, int(base::Time remove_begin));
104 const base::Time& start_time,
105 const base::Time& end_time,
  /external/chromium_org/media/audio/
fake_audio_consumer_unittest.cc 7 #include "base/time/time.h"
26 params_.frames_per_buffer() * base::Time::kMicrosecondsPerSecond /
105 // Ensure the time between callbacks is sane.
116 // Ensure callback time is no faster than the expected time between callbacks.
119 // Softly check if the callback time is no slower than twice the expected time
123 LOG(ERROR) << "Time between fake audio callbacks is too large!";
  /external/chromium_org/media/base/
video_renderer.h 10 #include "base/time/time.h"
25 // Used to update the pipeline's clock time. The parameter is the time that
32 // Used to query the current time or duration of the media.
44 // |time_cb| is executed whenever time has advanced by way of video rendering.
53 // |get_time_cb| is used to query the current media playback time.
77 // Start prerolling video data for samples starting at |time|, executing
81 virtual void Preroll(base::TimeDelta time,
  /external/chromium_org/net/cert/
x509_util.h 11 #include "base/time/time.h"
30 NET_EXPORT_PRIVATE bool IsSupportedValidityRange(base::Time not_valid_before,
31 base::Time not_valid_after);
44 base::Time not_valid_before,
45 base::Time not_valid_after,
69 base::Time not_valid_before,
70 base::Time not_valid_after,
92 base::Time now_;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.h 47 void setValueAtTime(float value, double time);
48 void linearRampToValueAtTime(float value, double time);
49 void exponentialRampToValueAtTime(float value, double time);
50 void setTargetAtTime(float target, double time, double timeConstant);
51 void setValueCurveAtTime(Float32Array* curve, double time, double duration);
58 // Given the time range, calculates parameter values into the values buffer
79 ParamEvent(Type type, float value, double time, double timeConstant, double duration, PassRefPtr<Float32Array> curve)
82 , m_time(time)
91 double time() const { return m_time; } function in class:WebCore::AudioParamTimeline::ParamEvent
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.h 27 * A time zone based on the Olson tz database. Olson time zones change
28 * behavior over time. The raw offset, rules, presence or absence of
29 * daylight savings time, and even the daylight savings amount can all
60 * Each time is represented by a pair of 32bit integer.
65 * time (transPre32/trans/transPost32) and its corresponding offset
71 * after the final transition time, finalRule represents the rule
100 * cessation lists consist of the month, dowim, dow, time, and time
196 * over time, so this API is not useful. In order to approximat
    [all...]

Completed in 2719 milliseconds

<<31323334353637383940>>