Searched refs:fromString (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.h42 virtual bool calculateFromAndToValues(const String& fromString, const String& toString);
43 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
46 virtual float calculateDistance(const String& fromString, const String& toString);
H A DSVGAnimateTransformElement.h48 virtual bool calculateFromAndToValues(const String& fromString, const String& toString);
49 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
52 virtual float calculateDistance(const String& fromString, const String& toString);
H A DSVGAnimateElement.h47 virtual bool calculateFromAndToValues(const String& fromString, const String& toString);
48 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
51 virtual float calculateDistance(const String& fromString, const String& toString);
H A DSVGAnimateElement.cpp339 bool SVGAnimateElement::calculateFromAndToValues(const String& fromString, const String& toString) argument
344 m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? InheritValue : RegularPropertyValue;
350 bool fromIsCurrentColor = attributeValueIsCurrentColor(fromString);
355 m_fromColor = SVGColor::colorFromRGBColorString(fromString);
368 if (animationMode() == ToAnimation || parseNumberValueAndUnit(fromString, m_fromNumber, m_numberUnit))
375 if (animationMode() == ToAnimation || factory->buildSVGPathByteStreamFromString(fromString, m_fromPath, UnalteredParsing))
382 if (pointsListFromSVGData(m_fromPoints, fromString)) {
388 m_fromString = fromString;
394 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) argument
399 m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString)
491 calculateDistance(const String& fromString, const String& toString) argument
[all...]
H A DSVGAnimationElement.h94 virtual bool calculateFromAndToValues(const String& fromString, const String& toString) = 0;
95 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
97 virtual float calculateDistance(const String& /*fromString*/, const String& /*toString*/) { return -1.f; }
H A DSVGAnimateMotionElement.cpp164 bool SVGAnimateMotionElement::calculateFromAndToValues(const String& fromString, const String& toString) argument
166 parsePoint(fromString, m_fromPoint);
171 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& byString) argument
173 parsePoint(fromString, m_fromPoint);
250 float SVGAnimateMotionElement::calculateDistance(const String& fromString, const String& toString) argument
254 if (!parsePoint(fromString, from))
H A DSVGAnimateTransformElement.cpp150 bool SVGAnimateTransformElement::calculateFromAndToValues(const String& fromString, const String& toString) argument
152 m_fromTransform = parseTransformValue(fromString);
159 bool SVGAnimateTransformElement::calculateFromAndByValues(const String& fromString, const String& byString) argument
161 m_fromTransform = parseTransformValue(fromString);
216 float SVGAnimateTransformElement::calculateDistance(const String& fromString, const String& toString) argument
220 SVGTransform from = parseTransformValue(fromString);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DUUIDTest.java305 * @see UUID#fromString(String)
308 UUID actual = UUID.fromString("f81d4fae-7dec-11d0-a765-00a0c91e6bf6");
318 actual = UUID.fromString("00000000-0000-1000-8000-000000000000");
329 UUID.fromString(null);
334 UUID.fromString("");
339 UUID.fromString("f81d4fae_7dec-11d0-a765-00a0c91e6bf6");
344 UUID.fromString("f81d4fae-7dec_11d0-a765-00a0c91e6bf6");
349 UUID.fromString("f81d4fae-7dec-11d0_a765-00a0c91e6bf6");
354 UUID.fromString("f81d4fae-7dec-11d0-a765_00a0c91e6bf6");
360 * @tests java.util.UUID#fromString(Strin
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameStyle.java29 RDN[] fromString(String dirName); method in interface:X500NameStyle
H A DX500Name.java132 this(style.fromString(dirName));
/external/webkit/Source/WebKit/chromium/src/
H A DWebSerializedScriptValue.cpp41 WebSerializedScriptValue WebSerializedScriptValue::fromString(const WebString& s) function in class:WebKit::WebSerializedScriptValue
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DVerificationErrorType.java70 public static VerificationErrorType fromString(String validationErrorType) { method in class:VerificationErrorType
/external/webkit/Source/WebKit/chromium/public/
H A DWebSerializedScriptValue.h54 WEBKIT_API static WebSerializedScriptValue fromString(const WebString&);
/external/guava/guava/src/com/google/common/net/
H A DHostSpecifier.java78 final HostAndPort parsedHost = HostAndPort.fromString(specifier);
H A DHostAndPort.java36 * HostAndPort hp = HostAndPort.fromString("[2001:db8::1]")
131 HostAndPort parsedHost = fromString(host);
148 public static HostAndPort fromString(String hostPortString) { method in class:HostAndPort
192 * You can chain this after {@link #fromString(String)} to include a port in
211 * like "[2001:db8::1]". Chain this call after {@link #fromString(String)}
/external/icu4c/test/intltest/
H A Ddadrcal.cpp353 UnicodeString fromString; local
354 fmt.format(fromTime, fromString);
355 logln("Source Time: "+fromString+", Source Calendar: "
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp530 QDateTime dt = QDateTime::fromString(qstring, Qt::ISODate);
532 dt = QDateTime::fromString(qstring, Qt::TextDate);
534 dt = QDateTime::fromString(qstring, Qt::SystemLocaleDate);
536 dt = QDateTime::fromString(qstring, Qt::LocaleDate);
542 QDate dt = QDate::fromString(qstring, Qt::ISODate);
544 dt = QDate::fromString(qstring, Qt::TextDate);
546 dt = QDate::fromString(qstring, Qt::SystemLocaleDate);
548 dt = QDate::fromString(qstring, Qt::LocaleDate);
554 QTime dt = QTime::fromString(qstring, Qt::ISODate);
556 dt = QTime::fromString(qstrin
[all...]
/external/chromium/chrome/browser/
H A Didbbindingutilities_browsertest.cc26 WebSerializedScriptValue::fromString(string16(data, arraysize(data))));
28 WebSerializedScriptValue::fromString(string16()));
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java457 public RDN[] fromString(String dirName) method in class:BCStyle
H A DRFC4519Style.java347 public RDN[] fromString(String dirName) method in class:RFC4519Style
/external/chromium/webkit/glue/
H A Dglue_serialize.cc393 WebSerializedScriptValue::fromString(ReadString(obj)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/benchmarks/
H A Dcrypto.js62 else if(b == null && "string" != typeof a) this.fromString(a,256);
63 else this.fromString(a,b);
643 BigInteger.prototype.fromString = bnpFromString;
778 this.fromString(x,256);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js54 else if(b == null && "string" != typeof a) this.fromString(a,256);
55 else this.fromString(a,b);
635 BigInteger.prototype.fromString = bnpFromString;
770 this.fromString(x,256);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js54 else if(b == null && "string" != typeof a) this.fromString(a,256);
55 else this.fromString(a,b);
635 BigInteger.prototype.fromString = bnpFromString;
770 this.fromString(x,256);

Completed in 6867 milliseconds

12