/external/chromium_org/tools/chrome_proxy/integration_tests/ |
chrome_proxy_metrics.js | 49 timeSpan = tbody.rows[r].cells[1].getElementsByTagName('span')[0]; 50 if (timeSpan.hasAttribute('title') && timeSpan.title.indexOf('t=') == 0) { 51 results[r].retry = timeSpan.title.substr(2);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TimelineOverviewPane.js | 373 var timeSpan = this._model.maximumRecordTime() - absoluteMin; 375 startTime: absoluteMin + timeSpan * windowLeft, 376 endTime: absoluteMin + timeSpan * windowRight 388 var timeSpan = this._model.maximumRecordTime() - absoluteMin; 391 left: haveRecords && startTime ? Math.min((startTime - absoluteMin) / timeSpan, 1) : 0, 392 right: haveRecords && endTime < Infinity ? (endTime - absoluteMin) / timeSpan : 1
|
TimelineEventOverview.js | 76 var timeSpan = this._model.maximumRecordTime() - timeOffset; 77 var scale = this._canvas.width / timeSpan;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
TestFastLexer.cs | 65 TimeSpan Iterate( string text, int count ) 79 TimeSpan IterateFast( string text, int count )
|
/external/chromium_org/content/common/ |
inter_process_time_ticks_converter.h | 65 // scaling. This is the case whenever the remote timespan is smaller than the 66 // local timespan, which should be the majority of cases due to IPC overhead.
|
/frameworks/base/tools/velocityplot/ |
velocityplot.py | 38 timespan = 15 # seconds total span shown variable 135 xlim=[0, timespan], 143 axes.set_xticks(range(0, timespan + 1, timeticks)) 215 if timeindex > timespan: 216 bottom = int(timeindex) - timespan + scrolljump
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 174 UInt64 freq = TimeSpan.TicksPerSecond;
298 TimeSpan sp2 = DateTime.UtcNow - progressInfo.Time;
315 TimeSpan sp = (DateTime.UtcNow - startTime);
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
other_sessions.js | 181 var timeSpan = doc.createElement('span'); 182 timeSpan.className = 'details'; 183 timeSpan.textContent = session.modifiedTime; 184 heading.appendChild(timeSpan);
|
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionManager.java | 102 * timespan given by the argument will be closed. 119 * the timespan defined when the connection was released will be closed.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipConnectionBase.java | 38 * These time/timespan values are based on System.currentTimeMillis(), 46 * These time/timespan values are based on SystemClock.elapsedRealTime(),
|
/frameworks/base/tools/orientationplot/ |
orientationplot.py | 34 timespan = 15 # seconds total span shown variable 209 xlim=[0, timespan], 217 axes.set_xticks(range(0, timespan + 1, timeticks)) 339 if timeindex > timespan: 340 bottom = int(timeindex) - timespan + scrolljump
|
/external/chromium_org/media/filters/ |
source_buffer_range.h | 188 // Returns true if this range's buffered timespan completely overlaps the 189 // buffered timespan of |range|.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Connection.java | 84 * These time/timespan values are based on System.currentTimeMillis(), 90 * These time/timespan values are based on SystemClock.elapsedRealTime(),
|
/external/chromium_org/chrome/browser/resources/history/ |
other_devices.js | 199 var timeSpan = createElementWithClassName('div', 'device-timestamp'); 200 timeSpan.textContent = this.session_.modifiedTime; 201 heading.appendChild(timeSpan);
|
/external/valgrind/main/massif/ |
ms_main.c | 1185 Time timespan = snapshots[jn].time - snapshots[jp].time; local 1250 Time timespan = snapshots[i].time - snapshots[i-1].time; local [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/games/leaderboard/ |
ScoreSubmissionData.html | 1026 <span class="sympad"><a href="/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.html#getScoreResult(int)">getScoreResult</a></span>(int timeSpan)</nobr> [all...] |
/external/chromium_org/net/quic/crypto/ |
strike_register.cc | 29 // reject the whole timespan unless |startup| tells us otherwise.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
clike.js | 329 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
|
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/ |
clike.js | 326 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
generic_codec_test.cc | 107 4. Target bitrate (within a specific timespan)
|
/external/skia/experimental/webtry/res/js/cm/ |
clike.js | 326 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
|
/frameworks/base/media/java/android/media/ |
SubtitleTrack.java | 129 // (during their own timespan)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneConnection.java | 66 * These time/timespan values are based on System.currentTimeMillis(),
|
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 261 * @param minResolution the minimum timespan to report. For example, a time 3 seconds in the 281 * @param minResolution the minimum timespan to report. For example, a time [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.h | 212 // timespan.
|