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

<<11121314151617181920>>

  /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/
AudioParam.idl 43 void setValueAtTime(float value, double time);
44 void linearRampToValueAtTime(float value, double time);
45 void exponentialRampToValueAtTime(float value, double time);
47 // Exponentially approach the target with a rate having the given time constant.
48 void setTargetAtTime(float target, double time, double timeConstant);
50 // Sets an array of arbitrary parameter values starting at time for the given duration.
52 void setValueCurveAtTime(Float32Array values, double time, double duration);
57 [MeasureAs=LegacyWebAudio, ImplementedAs=setTargetAtTime] void setTargetValueAtTime(float targetValue, double time, double timeConstant);
AudioParamTimeline.cpp 41 void AudioParamTimeline::setValueAtTime(float value, double time)
43 insertEvent(ParamEvent(ParamEvent::SetValue, value, time, 0, 0, 0));
46 void AudioParamTimeline::linearRampToValueAtTime(float value, double time)
48 insertEvent(ParamEvent(ParamEvent::LinearRampToValue, value, time, 0, 0, 0));
51 void AudioParamTimeline::exponentialRampToValueAtTime(float value, double time)
53 insertEvent(ParamEvent(ParamEvent::ExponentialRampToValue, value, time, 0, 0, 0));
56 void AudioParamTimeline::setTargetAtTime(float target, double time, double timeConstant)
58 insertEvent(ParamEvent(ParamEvent::SetTarget, target, time, timeConstant, 0, 0));
61 void AudioParamTimeline::setValueCurveAtTime(Float32Array* curve, double time, double duration)
63 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/tools/telemetry/telemetry/core/
util.py 8 import time namespace
34 start_time = time.time()
37 res = condition(max((start_time + timeout) - time.time(), 0.0))
42 if time.time() - start_time > timeout:
52 time.sleep(poll_interval)
  /external/chromium_org/ui/base/l10n/
time_format_unittest.cc 9 #include "base/time/time.h"
53 // crbug.com/159388: This test fails when daylight savings time ends.
55 base::Time now = base::Time::Now();
59 base::Time yesterday = now - TimeDelta::FromDays(1);
63 base::Time two_days_ago = now - TimeDelta::FromDays(2);
67 base::Time a_week_ago = now - TimeDelta::FromDays(7);
  /external/chromium_org/webkit/browser/fileapi/
file_system_file_util.cc 17 base::Time FileSystemFileUtil::EmptyFileEnumerator::LastModifiedTime() {
18 return base::Time();
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_to_cc_animation_delegate_adapter.h 22 virtual void NotifyAnimationStarted(double time) OVERRIDE;
23 virtual void NotifyAnimationFinished(double time) OVERRIDE;
  /external/icu4c/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/asm-arm/
sembuf.h 16 __kernel_time_t sem_otime; /* last semop time */
18 __kernel_time_t sem_ctime; /* last change time */
  /external/kernel-headers/original/asm-x86/
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/valgrind/main/massif/tests/
long-time.vgtest 1 prog: long-time
2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
17 __kernel_time_t sem_ctime; /* last change time */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
17 __kernel_time_t sem_ctime; /* last change time */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
17 __kernel_time_t sem_ctime; /* last change time */
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.h 20 #include "base/time/time.h"
49 base::Time last_contact_update_time() const {
52 void set_current_time(const base::Time& time) {
53 store_->current_time_for_testing_ = time;
96 // Returns the current time. Uses |current_time_for_testing_| instead if it's
98 base::Time GetCurrentTime() const;
118 const base::Time& update_start_time,
148 // Most-recent time that an entry in |contacts_| has been updated (as reporte
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_unittest.cc 117 base::Time(), base::Time(), base::Time(),
135 base::Time(), base::Time::FromDoubleT(10000), base::Time(),
156 GURL(), "ABC", "DEF", "www.foobar.com", "/", base::Time(), base::Time(),
157 base::Time(), false, false, net::COOKIE_PRIORITY_DEFAULT);
163 GURL(), "ABC", "DEF", ".helloworld.com", "/", base::Time(), base::Time()
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_index.h 22 #include "base/time/time.h"
42 EntryMetadata(base::Time last_used_time, uint64 entry_size);
44 base::Time GetLastUsedTime() const;
45 void SetLastUsedTime(const base::Time& last_used_time);
60 // This is the serialized format from Time::ToInternalValue().
62 // base::Time() class. Use the GetLastUsedTime() method above.
63 // TODO(felipeg): Use Time() here.
81 void Initialize(base::Time cache_mtime);
92 // Update the last used time of the entry with the given key and return tru
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Statistics.java 76 // Timers to count average time to enter a key, first press a delete key,
110 // The last time that a tap was performed
160 public void recordChar(int codePoint, long time) {
166 recordUserAction(time, true /* isDeletion */);
178 recordUserAction(time, false /* isDeletion */);
197 public void recordGestureInput(final int numCharsEntered, final long time) {
200 recordUserAction(time, false /* isDeletion */);
208 public void recordGestureDelete(final int length, final long time) {
210 recordUserAction(time, true /* isDeletion */);
213 public void recordManualSuggestion(final long time) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
utmscale.h 17 * \brief C API: Universal Time Scale
21 * Unix time (seconds since Jan 1, 1970) think that they are safe until near the year 2038.
30 * and the epoch (origin). We'll refer to these as time scales. For example:
33 * <caption>Table 1: Binary Time Scales</caption>
112 * All of the epochs start at 00:00 am (the earliest possible time on the day in question),
164 * These functions implement a universal time scale which can be used as a 'pivot',
165 * and provide conversion functions to and from all other major time scales.
166 * This datetimes to be converted to the pivot time, safely manipulated,
167 * and converted back to any other datetime time scale.
170 * So what to use for this pivot? Java time has plenty of range, but cannot represen
    [all...]
  /external/icu4c/i18n/unicode/
utmscale.h 17 * \brief C API: Universal Time Scale
21 * Unix time (seconds since Jan 1, 1970) think that they are safe until near the year 2038.
30 * and the epoch (origin). We'll refer to these as time scales. For example:
33 * <caption>Table 1: Binary Time Scales</caption>
112 * All of the epochs start at 00:00 am (the earliest possible time on the day in question),
164 * These functions implement a universal time scale which can be used as a 'pivot',
165 * and provide conversion functions to and from all other major time scales.
166 * This datetimes to be converted to the pivot time, safely manipulated,
167 * and converted back to any other datetime time scale.
170 * So what to use for this pivot? Java time has plenty of range, but cannot represen
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 19 #include "base/time.h"
96 std::queue<base::Time>& GetPhishingReportTimes() {
100 void SetCache(const GURL& gurl, bool is_phishing, base::Time time) {
103 time));
108 base::Time now = base::Time::Now();
109 base::Time time = now - ClientSideDetectionService::kNegativeCacheInterval + local
113 time));
260 base::Time time = report_times.back(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 14 * A TimelineDataSeries collects an ordered series of (time, value) pairs,
46 * Adds a DataPoint to |this| with the specified time and value.
50 var time = timeutil.convertTimeTicksToDate(timeTicks).getTime();
51 this.dataPoints_.push(new DataPoint(time, value));
100 * seen DataPoint before each time, but other DataSeries may use some
109 var time = startTime;
112 this.dataPoints_[nextPoint].time < time) {
117 time += stepSize;
124 * A single point in a data series. Each point has a time, in the form o
    [all...]

Completed in 1046 milliseconds

<<11121314151617181920>>