/external/chromium_org/third_party/WebKit/ManualTests/ |
D | svg-cursor-changes.svg | 8 <circle onclick="document.getElementById('mycursor').x.baseVal.value = 100;" cx="230" cy="150" r="7… 17 <circle onclick="document.getElementById('mycursor3').x.baseVal.value = 100;" cx="230" cy="310" r="… 27 <circle onclick="document.getElementById('mycursor5').href.baseVal = 'resources/webkit-background.p…
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineObjC.cpp | 27 SVal baseVal = state->getSVal(Ex->getBase(), LCtx); in VisitLvalObjCIvarRefExpr() local 28 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAnimatedTransformListPropertyTearOff.h | 31 virtual SVGListPropertyTearOff<SVGTransformList>* baseVal() in baseVal() function
|
D | SVGAnimatedStaticPropertyTearOff.h | 34 PropertyType& baseVal() in baseVal() function
|
D | SVGAnimatedPropertyTearOff.h | 47 PropertyTearOff* baseVal() in baseVal() function
|
D | SVGAnimatedPathSegListPropertyTearOff.h | 34 virtual SVGListProperty<SVGPathSegList>* baseVal() in baseVal() function
|
D | SVGAnimatedListPropertyTearOff.h | 50 virtual ListProperty* baseVal() in baseVal() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 243 NonLoc baseVal, CharUnits scaling, in scaleValue() argument 245 return sb.evalBinOpNN(state, BO_Mul, baseVal, in scaleValue()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedInteger.idl | 27 [StrictTypeChecking, RaisesException=Setter] attribute long baseVal;
|
D | SVGAnimatedPreserveAspectRatio.idl | 27 readonly attribute SVGPreserveAspectRatio baseVal;
|
D | SVGAnimatedLengthList.idl | 27 readonly attribute SVGLengthList baseVal;
|
D | SVGAnimatedString.idl | 27 [RaisesException=Setter] attribute DOMString baseVal;
|
D | SVGAnimatedNumberList.idl | 27 readonly attribute SVGNumberList baseVal;
|
D | SVGAnimatedAngle.idl | 27 readonly attribute SVGAngle baseVal;
|
D | SVGAnimatedBoolean.idl | 27 [StrictTypeChecking, RaisesException=Setter] attribute boolean baseVal;
|
D | SVGAnimatedTransformList.idl | 27 readonly attribute SVGTransformList baseVal;
|
D | SVGAnimatedRect.idl | 27 readonly attribute SVGRect baseVal;
|
D | SVGAnimatedLength.idl | 27 readonly attribute SVGLength baseVal;
|
D | SVGAnimatedEnumeration.idl | 27 [StrictTypeChecking, RaisesException=Setter] attribute unsigned short baseVal;
|
D | SVGAnimatedNumber.idl | 28 [StrictTypeChecking, RaisesException=Setter] attribute float baseVal;
|
D | SVGPolyElement.cpp | 156 …ntList>*>(static_pointer_cast<SVGAnimatedPointList>(lookupOrCreatePointsWrapper(this))->baseVal()); in points()
|
D | SVGPathElement.cpp | 336 …atic_pointer_cast<SVGAnimatedPathSegListPropertyTearOff>(lookupOrCreateDWrapper(this))->baseVal()); in pathSegList()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 1181 int baseVal = ((2 | (posSlot & 1)) << footerBits); in CodeOneBlock() local 1182 int posReduced = pos - baseVal; in CodeOneBlock() 1186 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced); in CodeOneBlock() 1320 int baseVal = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices() local 1322 baseVal - posSlot - 1, footerBits, i - baseVal); in FillDistancesPrices()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 1183 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits); in CodeOneBlock() 1184 UInt32 posReduced = pos - baseVal; in CodeOneBlock() 1188 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced); in CodeOneBlock() 1320 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices() 1322 baseVal - posSlot - 1, footerBits, i - baseVal); in FillDistancesPrices()
|