/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | TimeLineGraphItem.java | 27 long timestamp; field in TimeLineGraphItem 33 …itle, String description,double value,Color color,boolean display, long timestamp, boolean isSpeci… in TimeLineGraphItem() argument 34 this(title, description, value, color,display, timestamp,isSpecial); in TimeLineGraphItem() 38 …itle, String description,double value,Color color,boolean display, long timestamp, boolean isSpeci… in TimeLineGraphItem() argument 39 this(title, description, value, color,display, timestamp); in TimeLineGraphItem() 43 …phItem(String title, String description,double value,Color color,boolean display, long timestamp) { in TimeLineGraphItem() argument 44 this(title, description, value, color,timestamp); in TimeLineGraphItem() 48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { in TimeLineGraphItem() argument 53 this.timestamp=timestamp; in TimeLineGraphItem() 64 long ts1=((TimeLineGraphItem)o1).timestamp; in compare() [all …]
|
D | TimeLineGraph.java | 148 …upName,String name, String description, double value, Color col, boolean display, long timestamp) { in addItem() argument 149 addItem(groupName, name, description, value, col, display, timestamp,false); in addItem() 152 …ame, String description, double value, Color col, boolean display, long timestamp,boolean isSpecia… in addItem() argument 154 timestamp,isSpecial,false); in addItem() 157 …ame, String description, double value, Color col, boolean display, long timestamp,boolean isSpecia… in addItem() argument 164 timestamp,isSpecial,drawBaseline)); in addItem() 212 if (graphItem.timestamp > mostRecentTimestamp) { in getMostRecent() 213 mostRecentTimestamp = graphItem.timestamp; in getMostRecent() 250 if (thisItem.timestamp==-1) in setCoordinates() 267 long minimumTimeDiffPreceding=thisItem.timestamp; in setRelativeXPosition() [all …]
|
/external/srec/portable/src/ |
D | ptimestamp.c | 27 void PTimeStampSet(PTimeStamp *timestamp) in PTimeStampSet() argument 31 timestamp->secs = 0; in PTimeStampSet() 32 timestamp->msecs = 0; in PTimeStampSet() 39 timestamp->secs = now.time; in PTimeStampSet() 40 timestamp->msecs = now.millitm; in PTimeStampSet() 44 timestamp->secs = now.tv_sec; in PTimeStampSet() 45 timestamp->msecs = now.tv_nsec / MSECOND2NSECOND; in PTimeStampSet()
|
/external/webkit/Source/WebCore/page/ |
D | GeolocationPosition.h | 39 …ion> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRe… in create() argument 41 …timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altit… in create() argument 43 double timestamp() const { return m_timestamp; } in timestamp() function 59 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy) in GeolocationPosition() argument 60 : m_timestamp(timestamp) in GeolocationPosition() 75 …GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool pro… in GeolocationPosition() argument 76 : m_timestamp(timestamp) in GeolocationPosition()
|
D | Geoposition.h | 38 … static PassRefPtr<Geoposition> create(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) in create() argument 40 return adoptRef(new Geoposition(coordinates, timestamp)); in create() 48 DOMTimeStamp timestamp() const { return m_timestamp; } in timestamp() function 52 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) in Geoposition() argument 54 , m_timestamp(timestamp) in Geoposition()
|
/external/speex/libspeex/ |
D | jitter.c | 380 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter… in jitter_buffer_put() 394 if (!jitter->reset_state && LT32(packet->timestamp, jitter->next_stop)) in jitter_buffer_put() 396 …update_timings(jitter, ((spx_int32_t)packet->timestamp) - ((spx_int32_t)jitter->next_stop) - jitte… in jitter_buffer_put() 410 …if (jitter->reset_state || GE32(packet->timestamp+packet->span+jitter->delay_step, jitter->pointer… in jitter_buffer_put() 423 int earliest=jitter->packets[0].timestamp; in jitter_buffer_put() 427 if (!jitter->packets[i].data || LT32(jitter->packets[j].timestamp,earliest)) in jitter_buffer_put() 429 earliest = jitter->packets[j].timestamp; in jitter_buffer_put() 450 jitter->packets[i].timestamp=packet->timestamp; in jitter_buffer_put() 483 if (jitter->packets[i].data && (!found || LT32(jitter->packets[i].timestamp,oldest))) in jitter_buffer_get() 485 oldest = jitter->packets[i].timestamp; in jitter_buffer_get() [all …]
|
/external/linux-tools-perf/ |
D | builtin-sched.c | 82 u64 timestamp; member 234 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event() argument 240 event->timestamp = timestamp; in get_new_event() 262 add_sched_event_run(struct task_desc *task, u64 timestamp, u64 duration) in add_sched_event_run() argument 276 event = get_new_event(task, timestamp); in add_sched_event_run() 285 add_sched_event_wakeup(struct task_desc *task, u64 timestamp, in add_sched_event_wakeup() argument 290 event = get_new_event(task, timestamp); in add_sched_event_wakeup() 313 add_sched_event_sleep(struct task_desc *task, u64 timestamp, in add_sched_event_sleep() argument 316 struct sched_atom *event = get_new_event(task, timestamp); in add_sched_event_sleep() 769 u64 timestamp, [all …]
|
D | builtin-lock.c | 371 u64 timestamp, 377 u64 timestamp, 383 u64 timestamp, 389 u64 timestamp, 431 u64 timestamp __used, in report_lock_acquire_event() 486 seq->prev_event_time = timestamp; in report_lock_acquire_event() 495 u64 timestamp __used, in report_lock_acquired_event() 517 contended_term = timestamp - seq->prev_event_time; in report_lock_acquired_event() 542 seq->prev_event_time = timestamp; in report_lock_acquired_event() 551 u64 timestamp __used, in report_lock_contended_event() [all …]
|
D | builtin-timechart.c | 116 u64 timestamp; member 213 static void pid_fork(int pid, int ppid, u64 timestamp) in pid_fork() argument 222 p->start_time = timestamp; in pid_fork() 224 p->current->start_time = timestamp; in pid_fork() 225 p->current->state_since = timestamp; in pid_fork() 229 static void pid_exit(int pid, u64 timestamp) in pid_exit() argument 233 p->end_time = timestamp; in pid_exit() 235 p->current->end_time = timestamp; in pid_exit() 371 static void c_state_start(int cpu, u64 timestamp, int state) in c_state_start() argument 373 cpus_cstate_start_times[cpu] = timestamp; in c_state_start() [all …]
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebGeolocationPosition.h | 44 double timestamp; member 50 …static PassRefPtr<WebGeolocationPosition> create(double timestamp, double latitude, double longitu… in create() argument 52 return adoptRef(new WebGeolocationPosition(timestamp, latitude, longitude, accuracy)); in create() 57 double timestamp() const { return m_data.timestamp; } in timestamp() function 65 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy);
|
D | WebGeolocationPosition.cpp | 34 WebGeolocationPosition::WebGeolocationPosition(double timestamp, double latitude, double longitude,… in WebGeolocationPosition() argument 36 m_data.timestamp = timestamp; in WebGeolocationPosition() 48 encoder->encode(CoreIPC::In(timestamp, latitude, longitude, accuracy)); in encode() 53 …return decoder->decode(CoreIPC::Out(data.timestamp, data.latitude, data.longitude, data.accuracy)); in decode()
|
D | WebEvent.h | 95 double timestamp() const { return m_timestamp; } in timestamp() function 100 WebEvent(Type, Modifiers, double timestamp); 123 …alPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp); 125 …t deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp, bool didActivat… 178 …:FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Modifiers, double timestamp); 180 …ity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifiers, double timestamp); 217 … int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers, double timestamp); 252 …WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, Modifiers, double timestamp); 312 …mTouchPoint>, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers, double timestamp);
|
D | WebWheelEvent.cpp | 36 …delta, const FloatSize& wheelTicks, Granularity granularity, Modifiers modifiers, double timestamp) in WebWheelEvent() argument 37 : WebEvent(type, modifiers, timestamp) in WebWheelEvent() 52 … phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, Modifiers modifiers, double timestamp) in WebWheelEvent() argument 53 : WebEvent(type, modifiers, timestamp) in WebWheelEvent()
|
/external/chromium/chrome/browser/policy/ |
D | cloud_policy_cache_base.cc | 88 base::Time* timestamp, in SetPolicyInternal() argument 103 if (timestamp) { in SetPolicyInternal() 104 *timestamp = temp_timestamp; in SetPolicyInternal() 130 void CloudPolicyCacheBase::SetUnmanagedInternal(const base::Time& timestamp) { in SetUnmanagedInternal() argument 136 last_policy_refresh_time_ = timestamp; in SetUnmanagedInternal() 157 base::Time* timestamp, in DecodePolicyResponse() argument 165 if (timestamp) { in DecodePolicyResponse() 166 *timestamp = base::Time::UnixEpoch() + in DecodePolicyResponse() 167 base::TimeDelta::FromMilliseconds(policy_data.timestamp()); in DecodePolicyResponse()
|
D | cloud_policy_cache_base.h | 84 base::Time* timestamp, 87 void SetUnmanagedInternal(const base::Time& timestamp); 100 base::Time* timestamp, 111 void set_last_policy_refresh_time(base::Time timestamp) { in set_last_policy_refresh_time() argument 112 last_policy_refresh_time_ = timestamp; in set_last_policy_refresh_time()
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
D | RevokedOffer.java | 37 private Date timestamp; field in RevokedOffer 49 String reason, Date timestamp) { in RevokedOffer() argument 57 this.timestamp = timestamp; in RevokedOffer() 96 return this.timestamp; in getTimestamp()
|
/external/oprofile/libopagent/ |
D | jitdump.h | 47 u64 timestamp; member 68 u64 timestamp; member 79 u64 timestamp; member 87 u64 timestamp; member 94 u64 timestamp; member
|
/external/apache-http/src/org/apache/http/util/ |
D | VersionInfo.java | 290 String timestamp = null; in fromMap() local 302 timestamp = (String) info.get(PROPERTY_TIMESTAMP); in fromMap() 303 if ((timestamp != null) && in fromMap() 304 ((timestamp.length() < 1) || in fromMap() 305 (timestamp.equals("${mvn.timestamp}"))) in fromMap() 307 timestamp = null; in fromMap() 314 return new VersionInfo(pckg, module, release, timestamp, clsldrstr); in fromMap()
|
/external/netperf/ |
D | hist.h | 92 void HIST_timestamp(hrtime_t *timestamp); 94 void HIST_timestamp(hrt_t *timestamp); 96 void HIST_timestamp(LARGE_INTEGER *timestamp); 98 void HIST_timestamp(struct timeval *timestamp);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
D | BuildProperties.java | 42 private String timestamp; field in BuildProperties 106 timestamp = buildProperties.get("timestamp").toString(); in BuildProperties() 209 return timestamp; in getTimestamp() 224 public void setTimestamp(String timestamp) { in setTimestamp() argument 225 this.timestamp = timestamp; in setTimestamp()
|
/external/webkit/Source/WebKit2/Shared/qt/ |
D | WebEventFactoryQt.cpp | 107 double timestamp = WTF::currentTime(); in createWebMouseEvent() local 109 …vent->pos().toPoint(), event->screenPos(), deltaX, deltaY, 0.0f, clickCount, modifiers, timestamp); in createWebMouseEvent() 120 double timestamp = WTF::currentTime(); in createWebWheelEvent() local 143 …FloatSize(deltaX, deltaY), FloatSize(wheelTicksX, wheelTicksY), granularity, modifiers, timestamp); in createWebWheelEvent() 160 double timestamp = WTF::currentTime(); in createWebKeyboardEvent() local 162 …ode, nativeVirtualKeyCode, macCharCode, isAutoRepeat, isKeypad, isSystemKey, modifiers, timestamp); in createWebKeyboardEvent() 173 double timestamp = WTF::currentTime(); in createWebTouchEvent() local 206 …bTouchEvent(type, m_touchPoints, m_ctrlKey, m_altKey, m_shiftKey, m_metaKey, modifiers, timestamp); in createWebTouchEvent()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 20 timestamp = QDateTime::currentDateTime(); in msg() 25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() 30 QDateTime timestamp; variable
|
/external/chromium/chrome/browser/sessions/ |
D | tab_restore_service_browsertest.cc | 143 tab->timestamp.ToInternalValue()); in TEST_F() 164 tab->timestamp.ToInternalValue()); in TEST_F() 198 tab->timestamp.ToInternalValue()); in TEST_F() 264 restored_tab->timestamp.ToInternalValue()); in TEST_F() 301 EXPECT_EQ(0, window->timestamp.ToInternalValue()); in TEST_F() 305 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue()); in TEST_F() 357 EXPECT_EQ(0, window->timestamp.ToInternalValue()); in TEST_F() 360 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue()); in TEST_F() 371 tab->timestamp.ToInternalValue()); in TEST_F() 443 EXPECT_EQ(0, window->timestamp.ToInternalValue()); in TEST_F() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.h | 82 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const { in getCachedTexParams() argument 83 *timestamp = fTexParamsTimestamp; in getCachedTexParams() 87 GrGpu::ResetTimestamp timestamp) { in setCachedTexParams() argument 89 fTexParamsTimestamp = timestamp; in setCachedTexParams()
|
/external/valgrind/main/helgrind/ |
D | README_MSMProp2.txt | 38 segment contains a vector timestamp. The expression "HB(SS, currS)" 43 where happens_before(S,T) means that S's vector timestamp is ordered 44 before-or-equal to T's vector timestamp. 50 is equivalent to saying that currS has a timestamp which is 68 update a single vector timestamp. The following two equivalences 73 adding a segment S join-ing S's vector timestamp 74 to the segment-set to the current vector timestamp 77 currS's timestamp, 78 current vector timestamp ) 92 where LS is a lockset (as before) and VTS is a vector timestamp.
|