Searched refs:firstValue (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/JavaScriptCore/ |
D | 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 …
|
/external/webkit/Source/WebCore/css/ |
D | SVGCSSStyleSelector.cpp | 557 CSSValue* firstValue = list->itemWithoutBoundsCheck(0); in applySVGProperty() local 558 if (!firstValue->isShadowValue()) in applySVGProperty() 560 ShadowValue* item = static_cast<ShadowValue*>(firstValue); in applySVGProperty()
|
D | CSSStyleSelector.cpp | 7116 …CSSPrimitiveValue* firstValue = static_cast<CSSPrimitiveValue*>(transformValue->itemWithoutBoundsC… in createTransformOperations() local 7125 sy = firstValue->getDoubleValue(); in createTransformOperations() 7127 sx = firstValue->getDoubleValue(); in createTransformOperations() 7145 sz = firstValue->getDoubleValue(); in createTransformOperations() 7147 sy = firstValue->getDoubleValue(); in createTransformOperations() 7149 sx = firstValue->getDoubleValue(); in createTransformOperations() 7172 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok); in createTransformOperations() 7174 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok); in createTransformOperations() 7196 tz = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok); in createTransformOperations() 7198 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor, &ok); in createTransformOperations() [all …]
|
/external/icu4c/test/intltest/ |
D | ucharstrietest.cpp | 828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local 832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst() 842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() 846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
|
D | bytestrietest.cpp | 664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local 668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNormalizer.java | 616 String firstValue = dcRightsArray.getChild(1).getValue(); in migrateAudioCopyright() local 618 firstValue, null); in migrateAudioCopyright()
|
/external/icu4c/common/ |
D | uloc_tag.c | 1885 UBool firstValue = TRUE; in _appendKeywords() local 1889 if (firstValue) { in _appendKeywords() 1892 firstValue = FALSE; in _appendKeywords() 1964 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local 1985 if (firstValue) { in _appendPrivateuseToLanguageTag() 2004 if (firstValue) { in _appendPrivateuseToLanguageTag() 2023 firstValue = FALSE; in _appendPrivateuseToLanguageTag()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 463 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind()
|