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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLIElement.h 43 void parseValue(const AtomicString&);
HTMLLIElement.cpp 74 parseValue(value);
104 parseValue(fastGetAttribute(valueAttr));
108 inline void HTMLLIElement::parseValue(const AtomicString& value)
  /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/css/
DOMWindowCSS.cpp 68 // BisonCSSParser::parseValue() won't work correctly if !important is present,
78 return BisonCSSParser::parseValue(dummyStyle.get(), propertyID, normalizedValue, false, HTMLStandardMode, 0);
CSSMatrix.cpp 62 if (BisonCSSParser::parseValue(styleDeclaration.get(), CSSPropertyWebkitTransform, string, true, HTMLStandardMode, 0)) {
CSSGrammar.y 413 if (!parser->parseValue(parser->m_id, parser->m_important))
809 $$ = parser->parseValue(id, $8);
    [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(
  /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/WebKit/Source/core/animation/interpolation/
DeferredLegacyStyleInterpolationTest.cpp 26 bool parseSuccess = BisonCSSParser::parseValue(dummyStyle.get(), propertyID, string, false, parserMode, 0);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser.h 94 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*);
104 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, const Document&);
106 bool parseValue(CSSPropertyID, bool important);
269 bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet);
BisonCSSParser-in.cpp     [all...]
CSSPropertyParser.h 77 bool parseValue(CSSPropertyID, bool important);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 216 static bool parseValue(const String& value, float& valueInSpecifiedUnits, SVGAngle::SVGAngleType& unitType)
247 bool success = value.is8Bit() ? parseValue<LChar>(value, valueInSpecifiedUnits, unitType)
248 : parseValue<UChar>(value, valueInSpecifiedUnits, unitType);
  /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 1043 milliseconds

1 2 3