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

1 2

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IntEditor.java 24 protected Object parseValue(String str) {
TextEditor.java 43 Object newVal = parseValue(s.length() == 0 ? null : s.toString());
65 protected Object parseValue(String str) {
  /cts/tools/dex-tools/src/dex/reader/
DexAnnotationAttributeImpl.java 42 parseValue();
45 private void parseValue() {
DexEncodedValueImpl.java 54 parseValue();
57 private void parseValue() {
  /frameworks/base/core/java/android/view/animation/
TranslateAnimation.java 59 Description d = Description.parseValue(a.peekValue(
64 d = Description.parseValue(a.peekValue(
69 d = Description.parseValue(a.peekValue(
74 d = Description.parseValue(a.peekValue(
RotateAnimation.java 58 Description d = Description.parseValue(a.peekValue(
63 d = Description.parseValue(a.peekValue(
GridLayoutAnimationController.java 118 Animation.Description d = Animation.Description.parseValue(
121 d = Animation.Description.parseValue(
ScaleAnimation.java 120 Description d = Description.parseValue(a.peekValue(
125 d = Description.parseValue(a.peekValue(
LayoutAnimationController.java 106 Animation.Description d = Animation.Description.parseValue(
Animation.java     [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 104 result = parseValue();
293 Constant value = parseValue();
307 private Constant parseValue() throws IOException {
400 list.set(i, parseValue());
418 * Helper for {@link #parseValue}, which parses a constant reference
  /external/webkit/Source/WebCore/css/
CSSParser.h 66 static bool parseValue(CSSMutableStyleDeclaration*, int propId, const String&, bool important, bool strict);
81 bool parseValue(int propId, bool important);
294 bool parseValue(CSSMutableStyleDeclaration*, int propId, const String&, bool important);
WebKitCSSMatrix.cpp 56 if (CSSParser::parseValue(styleDeclaration.get(), CSSPropertyWebkitTransform, string, true, true)) {
CSSParser.cpp 409 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict)
416 return parser.parseValue(declaration, propertyId, string, important);
419 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important)
755 bool CSSParser::parseValue(int propId, bool important)
889 if (num != 1 || !parseValue(CSSPropertyOverflowX, important))
    [all...]
SVGCSSParser.cpp 279 if (!parseValue(CSSPropertyMarkerStart, important))
293 // in either this switch statement or the one in CSSParser::parseValue
CSSGrammar.y 326 if (!p->parseValue(p->m_id, p->m_important))
    [all...]
CSSMutableStyleDeclaration.cpp 562 bool success = CSSParser::parseValue(this, propertyID, value, important, useStrictParsing());
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 203 final Object value = parseValue(st, type);
233 static Object parseValue(StreamTokenizer st, final int type) throws IOException {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 381 parseValue(line, endKeyPos + 1);
391 private void parseValue(String line, int valueStartPos) {
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 406 v = parseValue(type, val);
422 public static Object parseValue(String type, String val) throws ApiParseException {
XmlApiFile.java 184 value = ApiFile.parseValue(typeName, attributes.getValue("value"));
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1956 milliseconds

1 2