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

<<51525354555657585960>>

  /external/blktrace/btt/
inlines.h 51 static inline void update_range(struct list_head *head_p, __u64 time)
58 if (time < rip->end)
61 if (BIT_TIME(time - rip->end) < range_delta) {
62 rip->end = time;
68 rip->start = rip->end = time;
72 static inline void update_qregion(struct region_info *reg, __u64 time)
74 update_range(&reg->qranges, time);
77 static inline void update_cregion(struct region_info *reg, __u64 time)
79 update_range(&reg->cranges, time);
117 static inline void update_lq(__u64 *last_q, struct avg_info *avg, __u64 time)
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_assert.h 22 This file provides macros and functions for compile-time and run-time assertions.
26 C_ASSERT is a macro that can be used to perform compile time checks.
66 C_ASSERT() can be used to perform many compile-time assertions: type sizes, field offsets, etc.
67 An assertion failure results in compile time error C2118: negative subscript.
  /external/bluetooth/bluedroid/stack/include/
gattdefs.h 64 /* Time Profile */
65 /* Current Time Service */
66 #define GATT_UUID_CURRENT_TIME 0x2A2B /* Current Time */
67 #define GATT_UUID_LOCAL_TIME_INFO 0x2A0F /* Local time info */
68 #define GATT_UUID_REF_TIME_INFO 0x2A14 /* reference time information */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
V1TBSCertificateGenerator.java 32 Time startDate, endDate;
68 Time startDate)
76 this.startDate = new Time(startDate);
80 Time endDate)
88 this.endDate = new Time(endDate);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
bench_wsh.py 33 A client program sends a message formatted as "<time> <count> <message>" to
35 containing <message> every <time> seconds. <time> can be a floating point
40 import time namespace
57 time.sleep(wait)
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
webkit_file_stream_reader_impl.h 13 #include "base/time/time.h"
40 const base::Time& expected_modification_time);
53 // modified time, and calls |callback| with net::Error code as its result.
75 const base::Time expected_modification_time_;
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_strategy.h 11 #include "base/time/time.h"
30 // Returns time when current attempt was started.
52 // to separate detection attempts in time.
69 // Adjusts |delay| according to current attempt count and elapsed time
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data.h 16 #include "base/time/time.h"
28 // If an association is added for the first time, it is added as a primary
48 // Last update time.
49 base::Time update_time;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_info_ui.cc 10 #include "base/time/time.h"
79 // Set the last update time (the install time).
80 base::Time install_time =
  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler.h 17 #include "base/time/time.h"
54 virtual base::Time GetNow() = 0;
64 // jobs will be filled with details of all jobs in the queue, sorted by time
80 base::Time last_retry_;
  /external/chromium_org/cloud_print/gcp20/prototype/
print_job_handler.h 14 #include "base/time/time.h"
20 class Time;
59 const base::Time& create_time,
84 // TODO(maksymb): Use base::Time for expiration
  /external/chromium_org/components/metrics/proto/
sampled_profile.proto 24 // each interval, the sampled data is collected at a random time. For
37 // Fields 2-3: Time durations are given in ticks, and represent system uptime
38 // rather than wall time.
40 // Time after system boot when the collection took place, in milliseconds.
43 // Time after last login when the collection took place, in milliseconds.
  /external/chromium_org/components/policy/core/common/
policy_statistics_collector.cc 43 using base::Time;
47 Time last_update = Time::FromInternalValue(
49 TimeDelta delay = std::max(Time::Now() - last_update, TimeDelta::FromDays(0));
83 base::Time::Now().ToInternalValue());
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 187 base::Time now = base::Time::Now();
190 base::Time one_day_ago = now - base::TimeDelta::FromDays(1);
194 base::Time sixty_days_ago = now - base::TimeDelta::FromDays(60);
253 base::Time(), base::Time::Max(), loop_to_quit->QuitClosure());
260 const base::Time delete_begin,
265 base::Time::Max(), loop_to_quit->QuitClosure());
271 const base::Time delete_begin,
281 const base::Time delete_begin
317 base::Time time; local
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.cc 7 #include "base/time/time.h"
87 base::Time::FromDoubleT(timestamp) - base::Time();
89 time_delta.InMicroseconds() * base::Time::kNanosecondsPerMicrosecond;
  /external/chromium_org/media/base/android/
media_player_manager.h 9 #include "base/time/time.h"
30 // Called when time update messages need to be sent. Args: player ID,
31 // current time.
53 // Called when seek completed. Args: player ID, current time.
  /external/chromium_org/media/base/
media_log_event.h 8 #include "base/time/time.h"
25 time = event.time;
95 base::TimeTicks time; member in struct:media::MediaLogEvent
  /external/chromium_org/media/midi/
usb_midi_input_stream.h 13 #include "base/time/time.h"
34 base::TimeTicks time) = 0;
60 base::TimeTicks time);
71 base::TimeTicks time);
  /external/chromium_org/net/base/
upload_file_element_reader.h 15 #include "base/time/time.h"
34 const base::Time& expected_modification_time);
40 const base::Time& expected_modification_time() const {
86 const base::Time expected_modification_time_;
  /external/chromium_org/net/disk_cache/simple/
simple_util.h 16 class Time;
68 // Fills |out_time| with the time the file last modified time. Unlike the
69 // functions in file.h, the time resolution is milliseconds.
71 base::Time* out_mtime);
  /external/chromium_org/net/filter/
mock_filter_context.h 28 void SetRequestTime(const base::Time time) { request_time_ = time; }
50 virtual base::Time GetRequestTime() const OVERRIDE;
76 base::Time request_time_;
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 14 import time namespace
108 old_value_as_t = time.strptime(value, last_mod_format)
109 old_value_in_secs = time.mktime(old_value_as_t)
111 value = time.strftime(last_mod_format,
112 time.localtime(new_value_in_secs))
221 start_time = time.time()
227 cur_elapsed = time.time() - start_time
230 time.sleep(target_elapsed - cur_elapsed
    [all...]
  /external/chromium_org/remoting/codec/
video_encoder_verbatim.cc 9 #include "base/time/time.h"
23 base::Time encode_start_time = base::Time::Now();
68 (base::Time::Now() - encode_start_time).InMillisecondsRoundedUp());
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.h 10 #include "base/time/time.h"
76 base::Time keystore_migration_time;
92 // Time of next retry if sync scheduler is throttled or in backoff.
93 base::Time retry_time;
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.h 11 #include "base/time/time.h"
41 base::Time sync_start_time,
62 base::Time sync_start_time() const;
79 base::Time sync_start_time_;

Completed in 4485 milliseconds

<<51525354555657585960>>