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

  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 62 * @param timeValue A String in the representation specified above
65 * @exception java.lang.IllegalArgumentException if the timeValue input
70 TimeImpl(String timeValue, int constraints) {
80 // Will throw NullPointerException if timeValue is null
81 if (timeValue.equals("indefinite")
86 if (timeValue.startsWith("+")) {
87 timeValue = timeValue.substring(1);
88 } else if (timeValue.startsWith("-")) {
89 timeValue = timeValue.substring(1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 153 virtual double mediaTimeForTimeValue(double timeValue) const = 0;
  /packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
DmtData.java 125 private String timeValue;
171 timeValue = str;
261 return timeValue;
455 out.writeString(timeValue);
525 timeValue = in.readString();
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayer.h 139 virtual double mediaTimeForTimeValue(double timeValue) const = 0;
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.h 106 virtual double mediaTimeForTimeValue(double timeValue) const;
webmediaplayer_ms.cc 345 double WebMediaPlayerMS::mediaTimeForTimeValue(double timeValue) const {
346 return ConvertSecondsToTimestamp(timeValue).InSecondsF();
webmediaplayer_impl.h 121 virtual double mediaTimeForTimeValue(double timeValue) const;
webmediaplayer_impl.cc 553 double WebMediaPlayerImpl::mediaTimeForTimeValue(double timeValue) const {
554 return ConvertSecondsToTimestamp(timeValue).InSecondsF();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 369 double WebMediaPlayerClientImpl::mediaTimeForTimeValue(double timeValue) const
372 return m_webMediaPlayer->mediaTimeForTimeValue(timeValue);
373 return timeValue;
WebMediaPlayerClientImpl.h 120 virtual double mediaTimeForTimeValue(double timeValue) const OVERRIDE;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 496 long timeValue;
498 timeValue = parseLongInteger(pduDataStream);
506 timeValue = System.currentTimeMillis()/1000 + timeValue;
512 + " value: " + timeValue);
514 headers.setLongInteger(timeValue, headerField);
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 144 virtual double mediaTimeForTimeValue(double timeValue) const;
webmediaplayer_android.cc 556 double WebMediaPlayerAndroid::mediaTimeForTimeValue(double timeValue) const {
557 return ConvertSecondsToTimestamp(timeValue).InSecondsF();
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
DMTValidator.java     [all...]
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 161 String timeValue = matcher.group(1);
162 double value = Double.parseDouble(timeValue);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 

Completed in 491 milliseconds