Searched refs:_timestamp (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/results/
H A Dgtest_test_results.py15 self._timestamp = None
18 return (time.time() - self._timestamp) * 1000
43 self._timestamp = time.time()
56 if self._timestamp == None:
57 self._timestamp = time.time()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dmt_test_common.h35 _timestamp(0) {}
42 int32_t _timestamp; member in class:webrtc::SendSharedState
H A Dmt_rx_tx_test.cc71 state->_timestamp += (uint32_t)(9e4 / frameRate);
72 sourceFrame.set_timestamp(state->_timestamp);
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dgtest_unittest_results.py15 self._timestamp = None
19 return (time.time() - self._timestamp) * 1000
50 self._timestamp = time.time()
64 if self._timestamp == None:
65 self._timestamp = time.time()
/external/chromium_org/third_party/icu/source/common/
H A Dservls.cpp162 int32_t _timestamp; member in class:ServiceEnumeration
169 , _timestamp(service->getTimestamp())
178 , _timestamp(other._timestamp)
221 if (_timestamp == _service->getTimestamp()) {
245 _timestamp = _service->getTimestamp();
/external/icu/icu4c/source/common/
H A Dservls.cpp157 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/libjingle/source/talk/app/webrtc/objc/
H A DRTCStatsReport.mm55 _timestamp = statsReport.timestamp;
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_configs.py61 self._timestamp = int(time.time())
63 (self._timestamp - time_start))
H A Dcompare_rendered_pictures.py64 self._timestamp = int(time.time())
66 (self._timestamp - time_start))
H A Dresults.py126 return self._timestamp
H A Dcompare_to_expectations.py87 self._timestamp = int(time.time())
89 (self._timestamp - time_start))
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_network.py19 self._timestamp = params['timestamp']
67 return self._timestamp
/external/skia/gm/rebaseline_server/
H A Dcompare_configs.py61 self._timestamp = int(time.time())
63 (self._timestamp - time_start))
H A Dcompare_rendered_pictures.py64 self._timestamp = int(time.time())
66 (self._timestamp - time_start))
H A Dresults.py126 return self._timestamp
H A Dcompare_to_expectations.py87 self._timestamp = int(time.time())
89 (self._timestamp - time_start))
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dpolicies.py32 self._timestamp = False
46 self._timestamp = options.timestamp
178 if self._timestamp:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py71 self._timestamp = time.time()
239 output = self._generate_results_dict(self._timestamp, options.description, options.platform, options.builder_name, options.build_number)
H A Dperftestsrunner_integrationtest.py292 runner._timestamp = 123456789
323 runner._timestamp = 123456789
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DUISourceCode.js899 this._timestamp = timestamp;
962 return this._timestamp;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 496 milliseconds