HomeSort by relevance Sort by last modified time
    Searched refs:_timestamp (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
mt_test_common.h 35 _timestamp(0) {}
42 int32_t _timestamp; member in class:webrtc::SendSharedState
mt_rx_tx_test.cc 71 state->_timestamp += (uint32_t)(9e4 / frameRate);
72 sourceFrame.set_timestamp(state->_timestamp);
  /external/chromium_org/tools/telemetry/telemetry/results/
gtest_progress_reporter.py 26 self._timestamp = None
30 assert self._timestamp is not None, 'Did not call WillRunPage.'
31 return (time.time() - self._timestamp) * 1000
52 self._timestamp = time.time()
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCStatsReport.mm 55 _timestamp = statsReport.timestamp;
  /external/chromium_org/third_party/icu/source/common/
servls.cpp 157 int32_t _timestamp; member in class:ServiceEnumeration
164 , _timestamp(service->getTimestamp())
173 , _timestamp(other._timestamp)
216 if (_timestamp == _service->getTimestamp()) {
240 _timestamp = _service->getTimestamp();
  /external/icu/icu4c/source/common/
servls.cpp 157 int32_t _timestamp; member in class:ServiceEnumeration
164 , _timestamp(service->getTimestamp())
173 , _timestamp(other._timestamp)
216 if (_timestamp == _service->getTimestamp()) {
240 _timestamp = _service->getTimestamp();
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_configs.py 61 self._timestamp = int(time.time())
63 (self._timestamp - time_start))
compare_to_expectations.py 97 self._timestamp = int(time.time())
99 (self._timestamp - time_start))
compare_rendered_pictures.py 191 self._timestamp = int(time.time())
195 (self._timestamp - time_start))
results.py 143 return self._timestamp
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_network.py 19 self._timestamp = params['timestamp']
67 return self._timestamp
  /external/skia/gm/rebaseline_server/
compare_configs.py 61 self._timestamp = int(time.time())
63 (self._timestamp - time_start))
compare_rendered_pictures.py 64 self._timestamp = int(time.time())
66 (self._timestamp - time_start))
compare_to_expectations.py 87 self._timestamp = int(time.time())
89 (self._timestamp - time_start))
results.py 126 return self._timestamp
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
policies.py 31 self._timestamp = False
45 self._timestamp = options.timestamp
177 if self._timestamp:
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
UISourceCode.js 637 this._timestamp = timestamp;
654 return this._timestamp;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 71 self._timestamp = time.time()
239 output = self._generate_results_dict(self._timestamp, options.description, options.platform, options.builder_name, options.build_number)
perftestsrunner_unittest.py 472 runner._timestamp = 123456789
503 runner._timestamp = 123456789
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 1908 milliseconds