HomeSort by relevance Sort by last modified time
    Searched defs:firstValue (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityTable.h 37 UChar32 firstValue;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 140 CSSPrimitiveValue* firstValue = filterValue->length() && filterValue->itemWithoutBoundsCheck(0)->isPrimitiveValue() ? toCSSPrimitiveValue(filterValue->itemWithoutBoundsCheck(0)) : 0;
147 amount = firstValue->getDoubleValue();
148 if (firstValue->isPercentage())
158 angle = firstValue->computeDegrees();
169 amount = firstValue->getDoubleValue();
170 if (firstValue->isPercentage())
180 stdDeviation = firstValue->convertToLength<FixedConversion | PercentConversion>(conversionData);
TransformBuilder.cpp 111 CSSPrimitiveValue* firstValue = toCSSPrimitiveValue(transformValue->itemWithoutBoundsCheck(0));
120 sy = firstValue->getDoubleValue();
122 sx = firstValue->getDoubleValue();
140 sz = firstValue->getDoubleValue();
142 sy = firstValue->getDoubleValue();
144 sx = firstValue->getDoubleValue();
166 ty = convertToFloatLength(firstValue, conversionData);
168 tx = convertToFloatLength(firstValue, conversionData);
186 tz = firstValue->computeLength<double>(conversionData);
188 ty = convertToFloatLength(firstValue, conversionData)
    [all...]
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 34 private float firstValue;
70 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue();
72 deltaValue = lastValue - firstValue;
78 return firstValue + fraction * deltaValue;
80 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue();
IntKeyframeSet.java 34 private int firstValue;
70 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue();
72 deltaValue = lastValue - firstValue;
78 return firstValue + (int)(fraction * deltaValue);
80 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).intValue();
  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
ucharstrietest.cpp 828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 616 String firstValue = dcRightsArray.getChild(1).getValue();
618 firstValue, null);
  /external/icu/icu4c/source/common/
uloc_tag.c     [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/zxing/core/
core.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1355 milliseconds