Home
last modified time | relevance | path

Searched refs:fromString (Results 1 – 25 of 31) sorted by relevance

12

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DUUIDTest.java308 UUID actual = UUID.fromString("f81d4fae-7dec-11d0-a765-00a0c91e6bf6"); in test_fromString()
318 actual = UUID.fromString("00000000-0000-1000-8000-000000000000"); in test_fromString()
329 UUID.fromString(null); in test_fromString()
334 UUID.fromString(""); in test_fromString()
339 UUID.fromString("f81d4fae_7dec-11d0-a765-00a0c91e6bf6"); in test_fromString()
344 UUID.fromString("f81d4fae-7dec_11d0-a765-00a0c91e6bf6"); in test_fromString()
349 UUID.fromString("f81d4fae-7dec-11d0_a765-00a0c91e6bf6"); in test_fromString()
354 UUID.fromString("f81d4fae-7dec-11d0-a765_00a0c91e6bf6"); in test_fromString()
364 UUID uuid = UUID.fromString("0-0-0-0-0"); in test_fromString_LString_Exception()
367 uuid = UUID.fromString("0-0-0-0-"); in test_fromString_LString_Exception()
[all …]
/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp339 bool SVGAnimateElement::calculateFromAndToValues(const String& fromString, const String& toString) in calculateFromAndToValues() argument
344 …m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? Inher… in calculateFromAndToValues()
350 bool fromIsCurrentColor = attributeValueIsCurrentColor(fromString); in calculateFromAndToValues()
355 m_fromColor = SVGColor::colorFromRGBColorString(fromString); in calculateFromAndToValues()
368 …if (animationMode() == ToAnimation || parseNumberValueAndUnit(fromString, m_fromNumber, m_numberUn… in calculateFromAndToValues()
375 …tionMode() == ToAnimation || factory->buildSVGPathByteStreamFromString(fromString, m_fromPath, Una… in calculateFromAndToValues()
382 if (pointsListFromSVGData(m_fromPoints, fromString)) { in calculateFromAndToValues()
388 m_fromString = fromString; in calculateFromAndToValues()
394 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) in calculateFromAndByValues() argument
399 …m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? Inher… in calculateFromAndByValues()
[all …]
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);
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);
DSVGAnimateTransformElement.cpp150 bool SVGAnimateTransformElement::calculateFromAndToValues(const String& fromString, const String& t… in calculateFromAndToValues() argument
152 m_fromTransform = parseTransformValue(fromString); in calculateFromAndToValues()
159 bool SVGAnimateTransformElement::calculateFromAndByValues(const String& fromString, const String& b… in calculateFromAndByValues() argument
161 m_fromTransform = parseTransformValue(fromString); in calculateFromAndByValues()
216 float SVGAnimateTransformElement::calculateDistance(const String& fromString, const String& toStrin… in calculateDistance() argument
220 SVGTransform from = parseTransformValue(fromString); in calculateDistance()
DSVGAnimateMotionElement.cpp164 bool SVGAnimateMotionElement::calculateFromAndToValues(const String& fromString, const String& toSt… in calculateFromAndToValues() argument
166 parsePoint(fromString, m_fromPoint); in calculateFromAndToValues()
171 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& bySt… in calculateFromAndByValues() argument
173 parsePoint(fromString, m_fromPoint); in calculateFromAndByValues()
250 float SVGAnimateMotionElement::calculateDistance(const String& fromString, const String& toString) in calculateDistance() argument
254 if (!parsePoint(fromString, from)) in calculateDistance()
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);
DSVGAnimationElement.h94 virtual bool calculateFromAndToValues(const String& fromString, const String& toString) = 0;
95 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
DProtectionSystemSpecificHeaderBox.java37 …public static byte[] OMA2_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("A2B55680-6F43-11E0-9A…
38 …public static byte[] PLAYREADY_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("9A04F079-9840-42…
/external/guava/guava/src/com/google/common/net/
DHostAndPort.java131 HostAndPort parsedHost = fromString(host); in fromParts()
148 public static HostAndPort fromString(String hostPortString) { in fromString() method in HostAndPort
DHostSpecifier.java78 final HostAndPort parsedHost = HostAndPort.fromString(specifier); in fromValid()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DX500NameStyle.java29 RDN[] fromString(String dirName); in fromString() method
DX500Name.java143 this(style.fromString(dirName)); in X500Name()
/external/webkit/Source/WebKit/chromium/src/
DWebSerializedScriptValue.cpp41 WebSerializedScriptValue WebSerializedScriptValue::fromString(const WebString& s) in fromString() function in WebKit::WebSerializedScriptValue
/external/webkit/Source/WebKit/chromium/public/
DWebSerializedScriptValue.h54 WEBKIT_API static WebSerializedScriptValue fromString(const WebString&);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DVerificationErrorType.java70 public static VerificationErrorType fromString(String validationErrorType) { in fromString() method in VerificationErrorType
/external/icu4c/test/intltest/
Ddadrcal.cpp353 UnicodeString fromString; in testConvert() local
354 fmt.format(fromTime, fromString); in testConvert()
355 logln("Source Time: "+fromString+", Source Calendar: " in testConvert()
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp530 QDateTime dt = QDateTime::fromString(qstring, Qt::ISODate); in convertValueToQVariant()
532 dt = QDateTime::fromString(qstring, Qt::TextDate); in convertValueToQVariant()
534 dt = QDateTime::fromString(qstring, Qt::SystemLocaleDate); in convertValueToQVariant()
536 dt = QDateTime::fromString(qstring, Qt::LocaleDate); in convertValueToQVariant()
542 QDate dt = QDate::fromString(qstring, Qt::ISODate); in convertValueToQVariant()
544 dt = QDate::fromString(qstring, Qt::TextDate); in convertValueToQVariant()
546 dt = QDate::fromString(qstring, Qt::SystemLocaleDate); in convertValueToQVariant()
548 dt = QDate::fromString(qstring, Qt::LocaleDate); in convertValueToQVariant()
554 QTime dt = QTime::fromString(qstring, Qt::ISODate); in convertValueToQVariant()
556 dt = QTime::fromString(qstring, Qt::TextDate); in convertValueToQVariant()
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DProtectionSpecificHeader.java25 … uuidRegistry.put(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"), PlayReadyHeader.class);
/external/chromium/chrome/browser/
Didbbindingutilities_browsertest.cc26 WebSerializedScriptValue::fromString(string16(data, arraysize(data)))); in TEST()
28 WebSerializedScriptValue::fromString(string16())); in TEST()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
DBCStyle.java457 public RDN[] fromString(String dirName) in fromString() method in BCStyle
DRFC4519Style.java347 public RDN[] fromString(String dirName) in fromString() method in RFC4519Style
/external/v8/benchmarks/
Dcrypto.js62 else if(b == null && "string" != typeof a) this.fromString(a,256);
63 else this.fromString(a,b);
643 BigInteger.prototype.fromString = bnpFromString; method in BigInteger
778 this.fromString(x,256);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
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; method in BigInteger
770 this.fromString(x,256);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
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; method in BigInteger
770 this.fromString(x,256);

12