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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityTable.h 38 UChar32 firstValue;
HTMLEntityParser.cpp 147 decodedEntity.append(entitySearch.mostRecentMatch()->firstValue);
298 size_t numberOfCodePoints = appendUChar32ToUCharArray(search.mostRecentMatch()->firstValue, result);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 117 CSSPrimitiveValue* firstValue = toCSSPrimitiveValue(transformValue->itemWithoutBoundsCheck(0));
126 sy = firstValue->getDoubleValue();
128 sx = firstValue->getDoubleValue();
146 sz = firstValue->getDoubleValue();
148 sy = firstValue->getDoubleValue();
150 sx = firstValue->getDoubleValue();
172 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
174 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
195 tz = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
197 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor)
    [all...]
FilterOperationResolver.cpp 432 CSSPrimitiveValue* firstValue = filterValue->length() && filterValue->itemWithoutBoundsCheck(0)->isPrimitiveValue() ? toCSSPrimitiveValue(filterValue->itemWithoutBoundsCheck(0)) : 0;
439 amount = firstValue->getDoubleValue();
440 if (firstValue->isPercentage())
450 angle = firstValue->computeDegrees();
461 amount = firstValue->getDoubleValue();
462 if (firstValue->isPercentage())
472 stdDeviation = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 34 private float firstValue;
64 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue();
66 deltaValue = lastValue - firstValue;
72 return firstValue + fraction * deltaValue;
74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue();
IntKeyframeSet.java 34 private int firstValue;
64 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue();
66 deltaValue = lastValue - firstValue;
72 return firstValue + (int)(fraction * deltaValue);
74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).intValue();
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.cpp 151 short IDBFactory::cmp(ScriptExecutionContext* context, const ScriptValue& firstValue, const ScriptValue& secondValue, ExceptionState& es)
154 RefPtr<IDBKey> first = scriptValueToIDBKey(&requestState, firstValue);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 616 String firstValue = dcRightsArray.getChild(1).getValue();
618 firstValue, null);
  /external/icu4c/test/intltest/
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...]
bytestrietest.cpp 664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /external/icu4c/common/
uloc_tag.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 480 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; }
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 8228 milliseconds