HomeSort by relevance Sort by last modified time
    Searched refs:fromString (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 38 ParcelUuid.fromString("0000110B-0000-1000-8000-00805F9B34FB");
40 ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB");
42 ParcelUuid.fromString("0000110D-0000-1000-8000-00805F9B34FB");
44 ParcelUuid.fromString("00001108-0000-1000-8000-00805F9B34FB");
46 ParcelUuid.fromString("00001112-0000-1000-8000-00805F9B34FB");
48 ParcelUuid.fromString("0000111E-0000-1000-8000-00805F9B34FB");
50 ParcelUuid.fromString("0000111F-0000-1000-8000-00805F9B34FB");
52 ParcelUuid.fromString("0000110E-0000-1000-8000-00805F9B34FB");
54 ParcelUuid.fromString("0000110C-0000-1000-8000-00805F9B34FB");
56 ParcelUuid.fromString("00001105-0000-1000-8000-00805f9b34fb")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumeration.cpp 53 return SVGPropertyTraits<SVGUnitTypes::SVGUnitType>::fromString(value);
56 return SVGPropertyTraits<SVGLengthAdjustType>::fromString(value);
58 return SVGPropertyTraits<SVGMarkerUnitsType>::fromString(value);
60 return SVGPropertyTraits<SVGTextPathMethodType>::fromString(value);
62 return SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value);
64 return SVGPropertyTraits<SVGSpreadMethodType>::fromString(value);
67 return SVGPropertyTraits<EdgeModeType>::fromString(value);
71 return SVGPropertyTraits<CompositeOperationType>::fromString(value);
73 return SVGPropertyTraits<MorphologyOperatorType>::fromString(value);
78 return SVGPropertyTraits<ColorMatrixType>::fromString(value)
    [all...]
SVGAnimateElement.h 49 virtual bool calculateFromAndToValues(const String& fromString, const String& toString);
50 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
53 virtual float calculateDistance(const String& fromString, const String& toString);
SVGAnimateMotionElement.h 48 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);
SVGAnimatedString.cpp 80 String fromString = from->string();
85 m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->fromPropertyValueType(), fromString, m_contextElement);
88 m_animationElement->animateDiscreteType<String>(percentage, fromString, toString, animatedString);
SVGAnimatedColor.h 43 virtual float calculateDistance(const String& fromString, const String& toString);
SVGAnimatedIntegerOptionalInteger.h 43 virtual float calculateDistance(const String& fromString, const String& toString);
SVGAnimatedNumberOptionalNumber.h 43 virtual float calculateDistance(const String& fromString, const String& toString);
SVGAnimatedPath.h 43 virtual float calculateDistance(const String& fromString, const String& toString);
SVGAnimatedPointList.h 47 virtual float calculateDistance(const String& fromString, const String& toString);
SVGAnimatedTypeAnimator.cpp 49 void SVGAnimatedTypeAnimator::calculateFromAndToValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const String& fromString, const String& toString)
51 from = constructFromString(fromString);
55 void SVGAnimatedTypeAnimator::calculateFromAndByValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const String& fromString, const String& byString)
57 from = constructFromString(fromString);
SVGUnitTypes.h 59 static SVGUnitTypes::SVGUnitType fromString(const String& value)
SVGFETurbulenceElement.h 57 static SVGStitchOptions fromString(const String& value)
86 static TurbulenceType fromString(const String& value)
SVGTextPathElement.h 60 static SVGTextPathMethodType fromString(const String& value)
89 static SVGTextPathSpacingType fromString(const String& value)
SVGAnimatedAngle.h 55 virtual float calculateDistance(const String& fromString, const String& toString);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataSourceType.java 27 private static final Path PICASA_ROOT = Path.fromString("/picasa");
28 private static final Path LOCAL_ROOT = Path.fromString("/local");
SnailSource.java 64 return Path.fromString("/snail/set").getChild(id);
68 return Path.fromString("/snail/item").getChild(id);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/util/
UUIDTest.java 305 * @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(String
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MediaSetUtils.java 48 Path.fromString("/local/all/" + CAMERA_BUCKET_ID),
49 Path.fromString("/local/image/" + CAMERA_BUCKET_ID),
50 Path.fromString("/local/video/" + CAMERA_BUCKET_ID)};
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ApnSettingTest.java 66 assertApnSettingEqual(expected_apn, ApnSetting.fromString(testString));
73 assertApnSettingEqual(expected_apn, ApnSetting.fromString(testString));
80 assertApnSettingEqual(expected_apn, ApnSetting.fromString(testString));
84 assertEquals(null, ApnSetting.fromString(testString));
87 assertEquals(null, ApnSetting.fromString(testString));
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DecimalTest.cpp 87 protected: Decimal fromString(const String& string)
89 return Decimal::fromString(string);
94 DecimalStepRange stepRange(fromString(minimum), fromString(maximum), fromString(step));
95 Decimal value = fromString(valueString);
105 DecimalStepRange stepRange(fromString(minimum), fromString(maximum), fromString(step));
106 Decimal value = fromString(valueString)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500NameStyle.java 38 RDN[] fromString(String dirName);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 37 public static byte[] OMA2_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("A2B55680-6F43-11E0-9A3F-0002A5D5C51B"));
38 public static byte[] PLAYREADY_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"));
  /external/smack/src/com/kenai/jbosh/
StaticBody.java 100 return fromString(byteOut.toString());
111 public static StaticBody fromString(
  /frameworks/base/core/java/android/os/
ParcelUuid.java 51 public static ParcelUuid fromString(String uuid) {
52 return new ParcelUuid(UUID.fromString(uuid));

Completed in 967 milliseconds

1 2 3 4 5 6 7 8 9