HomeSort by relevance Sort by last modified time
    Searched refs:time (Results 226 - 250 of 2859) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/emulator/qtools/
trace_reader_base.h 29 uint64_t time; member in struct:BBEvent
39 uint64_t time; member in struct:PidEvent
61 uint64_t time; member in struct:MethodRec
95 inline bool ReadAddr(uint64_t *time, uint32_t *addr, int *flags);
96 inline bool ReadExc(uint64_t *time, uint32_t *current_pc,
113 virtual int FindCurrentPid(uint64_t time);
214 bool ReadAddr(uint64_t *time, uint32_t *addr);
230 bool ReadExc(uint64_t *time, uint32_t *current_pc,
286 inline bool TraceReaderBase::ReadAddr(uint64_t *time, uint32_t *addr, int *flags)
292 *time = load_time_
    [all...]
  /external/chromium/chrome/browser/net/
load_timing_observer.cc 7 #include "base/time.h"
15 using base::Time;
29 static Time TimeTicksToTime(const TimeTicks& time_ticks) {
34 int64 cur_time = (Time::Now() - Time()).InMicroseconds();
36 // If we add this number to a time tick value, it gives the timestamp.
40 return Time::FromInternalValue(time_ticks.ToInternalValue() +
83 const base::TimeTicks& time,
91 OnAddURLRequestEntry(type, time, source, phase, params);
93 OnAddHTTPStreamJobEntry(type, time, source, phase, params)
    [all...]
net_log_logger.cc 25 const base::TimeTicks& time,
29 scoped_ptr<Value> value(net::NetLog::EntryToDictionaryValue(type, time,
  /external/blktrace/btt/
trace_remap.c 55 update_q2a(q_iop, tdelta(q_iop->t.time, a_iop->t.time));
  /external/chromium/chrome/browser/sync/glue/
app_data_type_controller.cc 48 void AppDataTypeController::RecordAssociationTime(base::TimeDelta time) {
49 UMA_HISTOGRAM_TIMES("Sync.AppAssociationTime", time);
extension_data_type_controller.cc 48 void ExtensionDataTypeController::RecordAssociationTime(base::TimeDelta time) {
49 UMA_HISTOGRAM_TIMES("Sync.ExtensionAssociationTime", time);
preference_data_type_controller.cc 40 void PreferenceDataTypeController::RecordAssociationTime(base::TimeDelta time) {
41 UMA_HISTOGRAM_TIMES("Sync.PreferenceAssociationTime", time);
session_data_type_controller.cc 44 void SessionDataTypeController::RecordAssociationTime(base::TimeDelta time) {
45 UMA_HISTOGRAM_TIMES("Sync.SessionAssociationTime", time);
theme_data_type_controller.cc 48 void ThemeDataTypeController::RecordAssociationTime(base::TimeDelta time) {
49 UMA_HISTOGRAM_TIMES("Sync.ThemeAssociationTime", time);
  /external/chromium/net/base/
mock_filter_context.h 23 void SetRequestTime(const base::Time time) { request_time_ = time; }
38 virtual base::Time GetRequestTime() const;
60 base::Time request_time_;
  /external/icu4c/i18n/unicode/
tztrans.h 12 * \brief C++ API: Time zone transition
27 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
28 * An instance has a time of transition and rules for both before and after the transition.
34 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
37 * @param time The time of transition in milliseconds since the base time.
38 * @param from The time zone rule used before the transition.
39 * @param to The time zone rule used after the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
    [all...]
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 31 #include <time.h>
37 #include <sys/time.h>
  /external/nist-sip/java/gov/nist/core/
ServerLogger.java 34 void logMessage(SIPMessage message, String from, String to, boolean sender, long time);
37 boolean sender, long time);
  /external/proguard/src/proguard/gui/splash/
LinearColor.java 56 public Color getColor(long time)
58 double t = timing.getTiming(time);
  /external/strace/
strace-graph 10 # It will add elapsed time for each process in that case.
44 my ($pid, $call, $args, $result, $time);
51 $time = $1 * 3600 + $2 * 60 + $3;
53 $time = $time + $4 / 1000000;
57 $time = $1 + ($2 / 1000000);
83 handle_killed($pid, $time);
93 handle_trace($pid, $call, $args, $result, $time);
211 my ($pid, $call, $args, $result, $time) = @_;
214 if (defined $time and not defined $pr{$pid}{start})
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerProxy.h 89 - (void)_setCurrentTime:(double)time;
92 - (void)_setEndTime:(double)time;
  /external/webrtc/src/system_wrappers/source/
event_linux.cc 18 #include <sys/time.h>
55 // Set start time to zero
208 bool EventLinux::StartTimer(bool periodic, unsigned long time)
218 _time = time;
231 _time = time;
267 unsigned long long time = _time * ++_count; local
268 tEnd.tv_sec = _tCreate.tv_sec + time/1000;
269 tEnd.tv_nsec = _tCreate.tv_nsec + (time - (time/1000)*1000)*E6;
319 // Set time to zero to force new reference time for the timer
    [all...]
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Clock.c 26 #include <sys/time.h>
27 #include <time.h>
39 * @brief This function gets an absolute time to an unknown reference with
41 * @note It means it can only be used to get a relative time by computing
43 * It is to the caller to allocate time. Time is expressed in
47 * @param time: (IN/OUT) time
48 * @param timescale: (IN) The timescale (time unit per second)
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 23 // Animation calculates a value according to the current input time.
27 // 2. Then we should call start(). The actual start time is the first value
29 // 3. Each time we want to get an animation value, we call
68 public void setStartTime(long time) {
69 mStartTime = time;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatMessage.java 24 * generating the message, the time at which the message was generated, and
39 String tag, String time, String msg) {
44 mTime = time;
  /system/extras/tests/sdcard/
stopwatch.h 34 #include <time.h>
51 // If the time measure is associated with some volume of data, use
55 // To capture the time accurately and since the runs are not too long,
56 // we collect the raw start and stop time in an array that get
77 // Time of the snapshot and its nature (start of the interval or end of it).
94 // A StopWatch instance measures time intervals. Use setDataSize
99 // Starts and stops the timer. The time between the 2 calls is an
106 // is a pair (time, duration). The 1st sample is always at time
126 double timespecToDouble(const struct timespec& time);
    [all...]
  /bionic/libc/bionic/
utime.c 36 #include <sys/time.h>
  /bionic/libc/include/sys/
select.h 32 #include <sys/time.h>
  /bionic/libc/kernel/common/linux/
resource.h 15 #include <linux/time.h>
  /development/ndk/platforms/android-3/include/linux/
resource.h 15 #include <linux/time.h>

Completed in 941 milliseconds

1 2 3 4 5 6 7 8 91011>>