OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstValue
(Results
1 - 13
of
13
) sorted by null
/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/webkit/Source/JavaScriptCore/
create_hash_table
258
my $
firstValue
= "";
264
$
firstValue
= $values[$i]{"function"};
268
$
firstValue
= $values[$i]{"get"};
271
$
firstValue
= $values[$i]{"value"};
287
print " { \"$key\", $attrs[$i], (intptr_t)" . $castStr . "($
firstValue
), (intptr_t)$secondValue THUNK_GENERATOR($thunkGenerator) },\n";
/external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp
557
CSSValue*
firstValue
= list->itemWithoutBoundsCheck(0);
558
if (!
firstValue
->isShadowValue())
560
ShadowValue* item = static_cast<ShadowValue*>(
firstValue
);
CSSStyleSelector.cpp
[
all
...]
/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/clang/include/clang/AST/
Decl.h
549
static bool classofKind(Kind K) { return K >=
firstValue
&& K <= lastValue; }
[
all
...]
/external/zxing/core/
core.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 370 milliseconds