Searched refs:time (Results 201 - 225 of 3443) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkOperandInterpolator.h26 @param index The index of this frame (frames must be ordered by time)
27 @param time The millisecond time for this frame
35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
36 Result timeToValues(SkMSec time, SkOperand values[]) const;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DTrackFragmentRandomAccessBox.java41 * unsigned int(64) time;
44 * unsigned int(32) time;
99 entry.time = IsoTypeReader.readUInt64(content);
102 entry.time = IsoTypeReader.readUInt32(content);
129 IsoTypeWriter.writeUInt64(byteBuffer, entry.time);
132 IsoTypeWriter.writeUInt32(byteBuffer, entry.time);
192 private long time; field in class:TrackFragmentRandomAccessBox.Entry
201 public Entry(long time, long moofOffset, long trafNumber, long trunNumber, long sampleNumber) { argument
204 this.time = time;
229 setTime(long time) argument
[all...]
/external/chromium_org/v8/src/
H A Ddateparser-inl.h21 TimeComposer time; local
25 // Accept ES5 ISO 8601 date-time-strings or legacy dates compatible
43 // (following Safari, ISO actually demands local time).
51 // An unsigned number followed by ':' is a time value, and is
53 // zero as well. A number followed by '.' is also a time and must be
58 // A word recognizable as a time-zone is recorded as such, as is
65 // parsed as an ES5 date-time string - which means it will default
66 // to UTC time-zone. That's unavoidable if following the ES5
73 DateToken next_unhandled_token = ParseES5DateTime(&scanner, &day, &time, &tz);
86 if (!time
198 ParseES5DateTime( DateStringTokenizer<Char>* scanner, DayComposer* day, TimeComposer* time, TimeZoneComposer* tz) argument
[all...]
/external/chromium_org/base/
H A Dos_compat_nacl.cc8 #include <time.h>
/external/chromium_org/base/process/
H A Dprocess_metrics.cc57 TimeTicks time = TimeTicks::Now(); local
61 last_idle_wakeups_time_ = time;
67 int64 time_delta = (time - last_idle_wakeups_time_).InMicroseconds();
73 last_idle_wakeups_time_ = time;
/external/chromium_org/cc/blink/
H A Dweb_float_animation_curve_impl.cc35 keyframe.time, keyframe.value, CreateTimingFunction(type)));
44 keyframe.time,
50 float WebFloatAnimationCurveImpl::getValue(double time) const {
51 return curve_->GetValue(time);
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_data_collector.h12 #include "base/time/time.h"
36 base::Time time; member in struct:chromeos::PowerDataCollector::PowerSupplySample
38 // True if connected to external power at the time of the sample.
53 base::Time time; member in struct:chromeos::PowerDataCollector::SystemResumedSample
112 if (sample.time - first.time >
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_web_app.h22 // Generates a version number for an extension from a time. The goal is to make
24 // while maintaining high enough resolution to change each time an app is
31 std::string ConvertTimeToExtensionVersion(const base::Time& time);
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.h14 #include "base/time/time.h"
67 Payload(const base::Time& time, argument
69 : time(time), result(result) {}
72 base::Time time; member in struct:app_list::WebserviceCache::Payload
/external/chromium_org/chrome/common/media/
H A Dwebrtc_logging_message_data.h10 #include "base/time/time.h"
12 // A struct representing a logging message with its creation time.
15 WebRtcLoggingMessageData(base::Time time, const std::string& message);
/external/chromium_org/components/history/core/browser/
H A Dkeyword_search_term.h9 #include "base/time/time.h"
16 // gives the time and search term of the keyword visit.
23 base::Time time; // The time of the most recent visit. member in struct:history::KeywordSearchTermVisit
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_event_details.h10 #include "base/time/time.h"
19 // The time when this event was created.
20 base::Time time; member in struct:translate::TranslateEventDetails
/external/chromium_org/components/translate/core/common/
H A Dlanguage_detection_details.h11 #include "base/time/time.h"
20 // The time when this was created.
21 base::Time time; member in struct:translate::LanguageDetectionDetails
/external/chromium_org/media/base/
H A Dtime_source.h8 #include "base/time/time.h"
13 // A TimeSource is capable of providing the current media time.
19 // Signal the time source to start ticking. It is expected that values from
23 // Signal the time source to stop ticking. It is expected that values from
29 // media time will advance at half speed if the rate was set to 0.5f).
32 // Sets the media time to start ticking from. Only valid to call while the
33 // time source is not ticking.
34 virtual void SetMediaTime(base::TimeDelta time) = 0;
36 // Returns the current media time
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dtime.h5 #include_next <sys/time.h>
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControls.h44 static String formatMediaControlsTime(float time);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioUtilities.h37 // timeConstant is the time it takes a first-order linear time-invariant system
39 // discreteTimeConstantForSampleRate() will return the discrete time-constant for the specific sampleRate.
42 // Convert the time to a sample frame at the given sample rate.
43 PLATFORM_EXPORT size_t timeToSampleFrame(double time, double sampleRate);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFloatAnimationCurve.h47 virtual float getValue(double time) const = 0;
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dtime_support.h63 #include <time.h>
/external/chromium_org/third_party/libevent/sample/
H A Dtime-test.c3 * 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/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Devent_wrapper.h35 // either immediately or some time in the future.
52 // drift over time relative to the system clock.
53 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsleep.cc19 #include <time.h>
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dtrace_to_stderr.h24 // Set |override_time| to true to control the time printed with each trace
25 // through SetTimeSeconds(). Otherwise, the trace's usual wallclock time is
28 // This is useful for offline test tools, where the file time is much more
29 // informative than the real time.
33 // Every subsequent trace printout will use |time|. Has no effect if
37 // time updating. In tests, since traces will normally be triggered by the
38 // main thread doing the time updating, this should be of no concern.
39 virtual void SetTimeSeconds(float time);
/external/chromium_org/ui/events/test/
H A Dmock_motion_event.h8 #include "base/time/time.h"
20 MockMotionEvent(Action action, base::TimeTicks time, float x, float y);
22 base::TimeTicks time,
28 base::TimeTicks time,
36 base::TimeTicks time,
/external/compiler-rt/test/asan/TestCases/Linux/
H A Drlimit_mmap_test.cc5 #include <sys/time.h>

Completed in 1322 milliseconds

1234567891011>>