Searched defs:fromString (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebSerializedScriptValue.cpp41 WebSerializedScriptValue WebSerializedScriptValue::fromString(const WebString& s) function in class:WebKit::WebSerializedScriptValue
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameStyle.java29 RDN[] fromString(String dirName); method in interface:X500NameStyle
/external/guava/guava/src/com/google/common/net/
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/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/WebCore/svg/
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);
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 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))
/external/icu4c/test/intltest/
H A Ddadrcal.cpp353 UnicodeString fromString; local
354 fmt.format(fromTime, fromString);
355 logln("Source Time: "+fromString+", Source Calendar: "
/external/bouncycastle/bcprov/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/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);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
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/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 ...
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 274 milliseconds