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

12

/external/smack/src/org/xbill/DNS/utils/
H A Dbase16.java46 fromString(String str) { method in class:base16
H A Dbase64.java95 fromString(String str) { method in class:base64
H A Dbase32.java148 fromString(String str) { method in class:base32
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGString.cpp36 String fromString = toSVGString(from)->m_value; local
39 animationElement->animateDiscreteType<String>(percentage, fromString, toString, m_value);
H A DSVGAnimateElement.cpp106 bool SVGAnimateElement::calculateFromAndToValues(const String& fromString, const String& toString) argument
112 determinePropertyValueTypes(fromString, toString);
113 ensureAnimator()->calculateFromAndToValues(m_fromProperty, m_toProperty, fromString, toString);
117 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) argument
132 determinePropertyValueTypes(fromString, byString);
133 ensureAnimator()->calculateFromAndByValues(m_fromProperty, m_toProperty, fromString, byString);
359 float SVGAnimateElement::calculateDistance(const String& fromString, const String& toString) argument
366 return ensureAnimator()->calculateDistance(fromString, toString);
H A DSVGAnimateMotionElement.cpp203 bool SVGAnimateMotionElement::calculateFromAndToValues(const String& fromString, const String& toString) argument
206 parsePoint(fromString, m_fromPoint);
211 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& byString) argument
216 parsePoint(fromString, m_fromPoint);
309 float SVGAnimateMotionElement::calculateDistance(const String& fromString, const String& toString) argument
313 if (!parsePoint(fromString, from))
H A DSVGAnimatedTypeAnimator.cpp143 void SVGAnimatedTypeAnimator::calculateFromAndToValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& toString) argument
145 from = constructFromString(fromString);
149 void SVGAnimatedTypeAnimator::calculateFromAndByValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& byString) argument
151 from = constructFromString(fromString);
247 float SVGAnimatedTypeAnimator::calculateDistance(const String& fromString, const String& toString) argument
251 RefPtr<SVGPropertyBase> fromValue = createPropertyForAnimation(fromString);
/external/smack/src/com/kenai/jbosh/
H A DStaticBody.java100 return fromString(byteOut.toString());
111 public static StaticBody fromString( method in class:StaticBody
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameStyle.java38 RDN[] fromString(String dirName); method in interface:X500NameStyle
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSerializedScriptValue.cpp40 WebSerializedScriptValue WebSerializedScriptValue::fromString(const WebString& s) function in class:blink::WebSerializedScriptValue
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule.js79 cvox.SpeechRule.Type.fromString = function(str) {
127 cvox.SpeechRule.Component.fromString = function(input) {
132 output.type = cvox.SpeechRule.Type.fromString(input.substring(0, 3));
252 cvox.SpeechRule.Action.fromString = function(input) {
258 var comp = cvox.SpeechRule.Component.fromString(comps[i]);
/external/chromium_org/remoting/webapp/
H A Dhost_session.js47 remoting.HostSession.State.fromString = function(stateString) {
/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/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java212 public static Type fromString(String type) { method in class:IQ.Type
H A DMessage.java662 public static Type fromString(String name) { method in class:Message.Type
H A DPrivacyItem.java62 this.setRule(PrivacyRule.fromString(type));
341 protected static PrivacyRule fromString(String value) { method in class:PrivacyItem.PrivacyRule
H A DRosterPacket.java252 public static ItemStatus fromString(String value) { method in class:RosterPacket.ItemStatus
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDecimalTest.cpp88 protected: Decimal fromString(const String& string) function in class:DecimalTest
90 return Decimal::fromString(string);
95 DecimalStepRange stepRange(fromString(minimum), fromString(maximum), fromString(step));
96 Decimal value = fromString(valueString);
106 DecimalStepRange stepRange(fromString(minimum), fromString(maximum), fromString(step));
107 Decimal value = fromString(valueStrin
[all...]
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp33 uint32_t AArch64NamedImmMapper::fromString(StringRef Name, bool &Valid) const { function in class:AArch64NamedImmMapper
764 AArch64SysReg::SysRegMapper::fromString(StringRef Name, bool &Valid) const { function in class:AArch64SysReg::SysRegMapper
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DWorkgroupQueue.java195 public static Status fromString(String type) { method in class:WorkgroupQueue.Status
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcal.cpp353 UnicodeString fromString; local
354 fmt.format(fromTime, fromString);
355 logln("Source Time: "+fromString+", Source Calendar: "
/external/fonttools/Lib/fontTools/ttLib/
H A Dsfnt.py346 def fromString(self, str): member in class:DirectoryEntry
/external/fonttools/Tools/fontTools/ttLib/
H A Dsfnt.py346 def fromString(self, str): member in class:DirectoryEntry
/external/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp353 UnicodeString fromString; local
354 fmt.format(fromTime, fromString);
355 logln("Source Time: "+fromString+", Source Calendar: "
/external/smack/src/org/xbill/DNS/
H A DTSIG.java119 this.key = base64.fromString(key);
123 this.name = Name.fromString(name, Name.root);
186 fromString(String str) { method in class:TSIG

Completed in 1759 milliseconds

12