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

<<21222324252627282930>>

  /external/chromium_org/components/gcm_driver/
gcm_activity.cc 10 : time(base::Time::Now()) {
  /external/chromium_org/components/metrics/proto/
profiler_event.proto 24 // The source based upon which "time" measurements are made.
25 // We currently only measure wall clock time; but we are exploring other
26 // measurement sources as well, such as CPU time or TCMalloc statistics.
29 WALL_CLOCK_TIME = 1; // Total time elapsed between the start and end of
54 // The total execution time for instances this task.
57 // The execution time for a uniformly randomly sampled instance of this
61 // The total time instances this task spent waiting (e.g. in a message loop)
65 // The time that a uniformly randomly sampled instance of this task spent
  /external/chromium_org/components/variations/
study_filtering.h 12 #include "base/time/time.h"
42 // Checks whether a study is applicable for the given date/time per |filter|.
44 const base::Time& date_time);
50 // Checks whether |study| is expired using the given date/time.
51 bool IsStudyExpired(const Study& study, const base::Time& date_time);
57 const base::Time& reference_date,
70 const base::Time& reference_date,
  /external/chromium_org/content/browser/frame_host/
navigator.cc 7 #include "base/time/time.h"
  /external/chromium_org/content/browser/renderer_host/input/
timeout_monitor.cc 7 using base::Time;
24 Time requested_end_time = Time::Now() + delay;
33 // CheckTimedOut handles that that by calling Start with the remaining time.
48 time_when_considered_timed_out_ = Time();
55 time_when_considered_timed_out_ = Time();
64 Time now = Time::Now();
  /external/chromium_org/content/public/android/java/resource_map/
OWNERS 3 # review gives us time to prepare a matching change ahead of time so that our
  /external/chromium_org/media/base/
audio_renderer.h 10 #include "base/time/time.h"
20 // First parameter is the current time that has been rendered.
21 // Second parameter is the maximum time value that the clock cannot exceed.
37 // |time_cb| is executed whenever time has advanced by way of audio rendering.
51 // |time_cb| will eventually start being run with time updates.
61 // Start prerolling audio data for samples starting at |time|, executing
65 virtual void Preroll(base::TimeDelta time,
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_ls.h 14 class Time;
24 const base::Time& current_time,
ftp_directory_listing_parser_netware.h 14 class Time;
24 const base::Time& current_time,
  /external/chromium_org/net/quic/test_tools/
mock_clock.h 12 #include "base/time/time.h"
  /external/chromium_org/net/url_request/
url_request_throttler_entry_interface.h 12 #include "base/time/time.h"
35 // Calculates a recommended sending time for the next request and reserves it.
36 // The sending time is not earlier than the current exponential back-off
37 // release time or |earliest_time|. Moreover, the previous results of
39 // properly over time.
47 // Returns the time after which requests are allowed.
50 // This method needs to be called each time a response is received.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.cpp 43 void AudioParamTimeline::setValueAtTime(float value, double time)
45 insertEvent(ParamEvent(ParamEvent::SetValue, value, time, 0, 0, nullptr));
48 void AudioParamTimeline::linearRampToValueAtTime(float value, double time)
50 insertEvent(ParamEvent(ParamEvent::LinearRampToValue, value, time, 0, 0, nullptr));
53 void AudioParamTimeline::exponentialRampToValueAtTime(float value, double time, ExceptionState& exceptionState)
63 insertEvent(ParamEvent(ParamEvent::ExponentialRampToValue, value, time, 0, 0, nullptr));
66 void AudioParamTimeline::setTargetAtTime(float target, double time, double timeConstant)
68 insertEvent(ParamEvent(ParamEvent::SetTarget, target, time, timeConstant, 0, nullptr));
71 void AudioParamTimeline::setValueCurveAtTime(Float32Array* curve, double time, double duration)
73 insertEvent(ParamEvent(ParamEvent::SetValueCurve, 0, time, 0, duration, curve))
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
wintzimpl.h 20 * \brief C API: Utilities for dealing w/ Windows time zones.
29 * needed to get the Windows time zone information without using static tables.
  /external/chromium_org/third_party/skia/tools/
DumpRecord.h 15 * printing each draw command and run time in microseconds to stdout.
17 * @param timeWithCommand If true, print time next to command, else in
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
mainthread_jank_stats.py 9 # 100ms, but since we use thread time instead of wall-time, we reduce the
31 slices whose thread time ranges overlapped with (thread_start, thread_end)
36 top slices whose thread time ranges overlapped with
59 slices whose thread time ranges overlapped with any thread time ranges of
64 top slices whose thread time ranges overlapped with any of records' thread
65 time ranges.
  /external/chromium_org/ui/android/java/resource_map/
OWNERS 3 # review gives us time to prepare a matching change ahead of time so that our
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.cc 10 #include "base/time/time.h"
15 const int64 kMinVsyncIntervalUs = base::Time::kMicrosecondsPerSecond / 400;
16 const int64 kMaxVsyncIntervalUs = base::Time::kMicrosecondsPerSecond / 10;
41 // The actual clock used for the system time returned by glXGetSyncValuesOML
43 // CLOCK_REALTIME or CLOCK_MONOTONIC, so we compare the returned time to the
44 // current time according to both clocks, and assume that the returned time
45 // was produced by the clock whose current time is closest to it, subject
46 // to the restriction that the returned time must not be in the futur
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_system_file_util.cc 17 base::Time FileSystemFileUtil::EmptyFileEnumerator::LastModifiedTime() {
18 return base::Time();
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_e_a_d.py 6 import time namespace
43 self.modified = int(time.time() - mac_epoch_diff)
55 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff)))
57 value = time.asctime(time.gmtime(0))
72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
  /external/icu/icu4c/source/i18n/
wintzimpl.h 20 * \brief C API: Utilities for dealing w/ Windows time zones.
29 * needed to get the Windows time zone information without using static tables.
  /external/kernel-headers/original/uapi/asm-x86/asm/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
17 __kernel_time_t sem_ctime; /* last change time */
  /external/llvm/test/Other/
ResponseFile.ll 1 ; Test that we can recurse, at least a little bit. The -time-passes flag here
5 ; RUN: echo "-time-passes @%t.list1" > %t.list2
  /external/ltrace/testsuite/ltrace.minor/
time-record-T.exp 3 set testfile "time-record"
29 # Get the time of nanosleep in C source file.
39 # Verify the time for calling sleep.
43 # match the line with sleep and extract the spent time in sleep and sleep argument.
48 pass "Correct Time spent inside call."
62 # Verify the time for calling nanosleep.
66 # match the line with nanosleep and extract spent time and nanosleep argument.
71 pass "Correct Time spent inside call."
  /external/proguard/src/proguard/
UpToDateChecker.java 77 // Update the input modification time.
122 * Updates the input modification time based on the given file or
135 * Updates the input modification time based on the given file or
148 * Updates the specified modification time based on the given file or
156 // Ignore the directory's modification time; just recurse on
174 // Update with the file's modification time.
181 * Updates the specified modification time.
183 public void updateModificationTime(long time, boolean isOutput)
187 updateOutputModificationTime(time);
191 updateInputModificationTime(time);
    [all...]
  /external/skia/tools/
DumpRecord.h 15 * printing each draw command and run time in microseconds to stdout.
17 * @param timeWithCommand If true, print time next to command, else in

Completed in 1511 milliseconds

<<21222324252627282930>>