Searched refs:Immutable (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGMatrix.idl | 38 …[Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix translate(in float x, in flo… 39 … [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix scale(in float scaleFactor); 40 …[Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix scaleNonUniform(in float sca… 41 … [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix rotate(in float angle); 44 [Immutable] SVGMatrix flipX(); 45 [Immutable] SVGMatrix flipY(); 46 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix skewX(in float angle); 47 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix skewY(in float angle);
|
D | SVGZoomEvent.idl | 31 readonly attribute [Immutable] SVGPoint previousTranslate; 33 readonly attribute [Immutable] SVGPoint newTranslate;
|
/external/webkit/Source/WebCore/css/ |
D | WebKitCSSMatrix.idl | 64 [Immutable] WebKitCSSMatrix multiply(in WebKitCSSMatrix secondMatrix); 67 [Immutable] WebKitCSSMatrix inverse() raises (DOMException); 71 [Immutable] WebKitCSSMatrix translate(in double x, in double y, in double z); 76 [Immutable] WebKitCSSMatrix scale(in double scaleX, in double scaleY, in double scaleZ); 81 [Immutable] WebKitCSSMatrix rotate(in double rotX, in double rotY, in double rotZ); 86 …[Immutable] WebKitCSSMatrix rotateAxisAngle(in double x, in double y, in double z, in double angle… 90 [Immutable] WebKitCSSMatrix skewX(in double angle); 94 [Immutable] WebKitCSSMatrix skewY(in double angle);
|
/external/guava/guava/src/com/google/common/collect/ |
D | EmptyImmutableTable.java | 26 import javax.annotation.concurrent.Immutable; 34 @Immutable
|
D | RegularImmutableMap.java | 26 import javax.annotation.concurrent.Immutable; 109 @Immutable 129 @Immutable
|
D | RegularImmutableTable.java | 33 import javax.annotation.concurrent.Immutable; 166 @Immutable 273 @Immutable @VisibleForTesting
|
/external/guava/guava/src/com/google/common/net/ |
D | HostAndPort.java | 29 import javax.annotation.concurrent.Immutable; 62 @Beta @Immutable
|
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
D | Immutable.java | 35 public @interface Immutable { annotation
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 466 int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable);
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 529 bool Immutable) { in CreateFixedObject() argument 539 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable, in CreateFixedObject()
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 236 Immutable array expression: 246 Immutable dictionary expression:
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 48293 Implement support for "Immutable" attribute to CodeGeneratorJS.pm, thus 48298 * bindings/scripts/CodeGeneratorJS.pm: Added check for Immutable 48300 * svg/SVGMatrix.idl: Replaced Custom attribute with Immutable on 97369 …* svg/SVGSVGElement.idl: Add [Immutable] markers to SVG POD attributes, that contain POD types wit…
|
D | ChangeLog-2010-12-06 | 24940 * svg/SVGSVGElement.idl: Remove [Immutable] flags for SVGRect types, no longer needed. 24947 * svg/SVGZoomEvent.idl: Remove [Immutable] flags for SVGRect types, no longer needed. 25361 * svg/SVGSVGElement.idl: Remove [Immutable] flags for SVGRect types, no longer needed. 25368 * svg/SVGZoomEvent.idl: Remove [Immutable] flags for SVGRect types, no longer needed.
|