HomeSort by relevance Sort by last modified time
    Searched refs:parseValue (Results 1 - 25 of 38) 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() {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLIElement.h 44 void parseValue(const AtomicString&);
HTMLLIElement.cpp 82 parseValue(value);
112 parseValue(fastGetAttribute(valueAttr));
116 inline void HTMLLIElement::parseValue(const AtomicString& value)
  /external/chromium_org/third_party/WebKit/Source/core/css/
DOMWindowCSS.cpp 68 // CSSParser::parseValue() won't work correctly if !important is present,
78 return CSSParser::parseValue(dummyStyle.get(), propertyID, normalizedValue, false, CSSStrictMode, 0);
CSSMatrix.cpp 62 if (CSSParser::parseValue(styleDeclaration.get(), CSSPropertyWebkitTransform, string, true, CSSStrictMode, 0)) {
CSSParser.h 104 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*);
120 bool parseValue(CSSPropertyID, bool important);
126 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, Document*);
558 bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet);
FontLoader.cpp 318 CSSParser::parseValue(parsedStyle.get(), CSSPropertyFont, fontString, true, CSSStrictMode, 0);
SVGCSSParser.cpp 278 if (!parseValue(CSSPropertyMarkerStart, important))
291 // in either this switch statement or the one in CSSParser::parseValue
CSSParser-in.cpp     [all...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 138 static bool parseValue(const String& value, float& valueInSpecifiedUnits, SVGAngle::SVGAngleType& unitType)
163 bool success = value.is8Bit() ? parseValue<LChar>(value, valueInSpecifiedUnits, unitType)
164 : parseValue<UChar>(value, valueInSpecifiedUnits, unitType);
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 103 result = parseValue();
292 Constant value = parseValue();
306 private Constant parseValue() throws IOException {
399 list.set(i, parseValue());
417 * Helper for {@link #parseValue}, which parses a constant reference
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 300 static GLboolean parseValue (driOptionValue *v, driOptionType type,
366 if (!parseValue (&ranges[i].start, info->type, range) ||
367 !parseValue (&ranges[i].end, info->type, sep+1))
376 if (!parseValue (&ranges[i].start, info->type, range))
524 if (!parseValue (&v, data->cache->info[opt].type, value))
591 if (!parseValue (&cache->values[opt], cache->info[opt].type, defaultVal))
780 if (!parseValue (&screenNum, DRI_INT, screen))
820 else if (!parseValue (&cache->values[opt], cache->info[opt].type, value))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 300 static GLboolean parseValue (driOptionValue *v, driOptionType type,
366 if (!parseValue (&ranges[i].start, info->type, range) ||
367 !parseValue (&ranges[i].end, info->type, sep+1))
376 if (!parseValue (&ranges[i].start, info->type, range))
524 if (!parseValue (&v, data->cache->info[opt].type, value))
591 if (!parseValue (&cache->values[opt], cache->info[opt].type, defaultVal))
780 if (!parseValue (&screenNum, DRI_INT, screen))
820 else if (!parseValue (&cache->values[opt], cache->info[opt].type, value))
    [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 {
  /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"));

Completed in 1357 milliseconds

1 2