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

  /external/chromium_org/third_party/icu/source/common/
servls.cpp 162 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/icu4c/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/tools/telemetry/telemetry/page/
gtest_test_results.py 16 self._timestamp = None
19 return (time.time() - self._timestamp) * 1000
53 self._timestamp = time.time()
  /external/webrtc/src/modules/interface/
module_common_types.h 476 void SetTimeStamp(const WebRtc_UWord32 timeStamp) {_timeStamp = timeStamp;}
495 WebRtc_UWord32 TimeStamp() const {return _timeStamp;}
530 WebRtc_UWord32 _timeStamp; // Timestamp of frame (90kHz)
542 _timeStamp(0),
600 WebRtc_UWord32 tmpTimeStamp = _timeStamp;
605 _timeStamp = videoFrame._timeStamp;
610 videoFrame._timeStamp = tmpTimeStamp;
659 _timeStamp = videoFrame._timeStamp;
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
policies.py 32 self._timestamp = False
46 self._timestamp = options.timestamp
178 if self._timestamp:
  /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_integrationtest.py 292 runner._timestamp = 123456789
323 runner._timestamp = 123456789
  /external/skia/gm/rebaseline_server/
results.py 71 self._timestamp = int(time.time())
77 return self._timestamp
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UISourceCode.js 955 this._timestamp = timestamp;
1018 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)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 288 static final String BIGRAM_TIMESTAMP_CONTENT_ID = "_timestamp";
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 237 inputImage._timeStamp,
rtc_video_encoder.cc 336 image->_timeStamp = static_cast<uint32_t>(90 * capture_time_ms);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 785 milliseconds