OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
51 - 75
of
1957
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
arc-readonly-property-ivar-1.m
7
@property (
readonly
) id ReadOnlyPropertyNoBackingIvar;
8
@property (
readonly
) id ReadOnlyProperty;
9
@property (
readonly
) id ReadOnlyPropertyX;
21
@property (
readonly
) id ReadOnlyProperty;
22
@property (
readonly
) id ReadOnlyPropertyStrong;
23
@property (
readonly
) id ReadOnlyPropertyNoBackingIvar;
/external/llvm/test/CodeGen/AArch64/
sincos-expansion.ll
30
declare float @sinf(float)
readonly
31
declare double @sin(double)
readonly
32
declare fp128 @sinl(fp128)
readonly
33
declare float @cosf(float)
readonly
34
declare double @cos(double)
readonly
35
declare fp128 @cosl(fp128)
readonly
/external/webkit/Source/WebCore/css/
StyleSheet.idl
29
readonly
attribute [ConvertNullStringTo=Null] DOMString type;
31
readonly
attribute Node ownerNode;
32
readonly
attribute StyleSheet parentStyleSheet;
33
readonly
attribute [ConvertNullStringTo=Null] DOMString href;
34
readonly
attribute [ConvertNullStringTo=Null] DOMString title;
35
readonly
attribute MediaList media;
RGBColor.idl
25
readonly
attribute CSSPrimitiveValue red;
26
readonly
attribute CSSPrimitiveValue green;
27
readonly
attribute CSSPrimitiveValue blue;
31
readonly
attribute CSSPrimitiveValue alpha;
34
readonly
attribute Color color;
/external/webkit/Source/WebCore/dom/
ClientRect.idl
30
readonly
attribute float top;
31
readonly
attribute float right;
32
readonly
attribute float bottom;
33
readonly
attribute float left;
34
readonly
attribute float width;
35
readonly
attribute float height;
DocumentType.idl
28
readonly
attribute DOMString name;
29
readonly
attribute NamedNodeMap entities;
30
readonly
attribute NamedNodeMap notations;
34
readonly
attribute [ConvertNullStringTo=Null] DOMString publicId;
35
readonly
attribute [ConvertNullStringTo=Null] DOMString systemId;
36
readonly
attribute [ConvertNullStringTo=Null] DOMString internalSubset;
NodeIterator.idl
27
readonly
attribute Node root;
28
readonly
attribute unsigned long whatToShow;
29
readonly
attribute NodeFilter filter;
30
readonly
attribute boolean expandEntityReferences;
31
readonly
attribute Node referenceNode;
32
readonly
attribute boolean pointerBeforeReferenceNode;
Event.idl
55
readonly
attribute DOMString type;
56
readonly
attribute EventTarget target;
57
readonly
attribute EventTarget currentTarget;
58
readonly
attribute unsigned short eventPhase;
59
readonly
attribute boolean bubbles;
60
readonly
attribute boolean cancelable;
61
readonly
attribute DOMTimeStamp timeStamp;
70
readonly
attribute boolean defaultPrevented;
74
readonly
attribute EventTarget srcElement;
79
readonly
attribute [Custom] Clipboard clipboardData
[
all
...]
TouchEvent.idl
31
readonly
attribute TouchList touches;
32
readonly
attribute TouchList targetTouches;
33
readonly
attribute TouchList changedTouches;
34
readonly
attribute boolean ctrlKey;
35
readonly
attribute boolean shiftKey;
36
readonly
attribute boolean altKey;
37
readonly
attribute boolean metaKey;
Attr.idl
30
readonly
attribute [ConvertNullStringTo=Null] DOMString name;
32
readonly
attribute boolean specified;
39
readonly
attribute Element ownerElement;
43
readonly
attribute boolean isId;
47
readonly
attribute CSSStyleDeclaration style;
Element.idl
31
readonly
attribute [ConvertNullStringTo=Null] DOMString tagName;
67
readonly
attribute CSSStyleDeclaration style;
71
readonly
attribute long offsetLeft;
72
readonly
attribute long offsetTop;
73
readonly
attribute long offsetWidth;
74
readonly
attribute long offsetHeight;
75
readonly
attribute Element offsetParent;
76
readonly
attribute long clientLeft;
77
readonly
attribute long clientTop;
78
readonly
attribute long clientWidth
[
all
...]
/external/webkit/Source/WebCore/html/
HTMLButtonElement.idl
24
readonly
attribute HTMLFormElement form;
31
readonly
attribute ValidityState validity;
37
readonly
attribute DOMString type;
40
readonly
attribute boolean willValidate;
41
readonly
attribute DOMString validationMessage;
47
readonly
attribute NodeList labels;
HTMLDocument.idl
31
readonly
attribute HTMLCollection embeds;
32
readonly
attribute HTMLCollection plugins;
33
readonly
attribute HTMLCollection scripts;
47
readonly
attribute long width;
48
readonly
attribute long height;
51
readonly
attribute DOMString compatMode;
53
readonly
attribute Element activeElement;
/external/webkit/Source/WebCore/svg/
SVGMaskElement.idl
33
readonly
attribute SVGAnimatedEnumeration maskUnits;
34
readonly
attribute SVGAnimatedEnumeration maskContentUnits;
36
readonly
attribute SVGAnimatedLength x;
37
readonly
attribute SVGAnimatedLength y;
38
readonly
attribute SVGAnimatedLength width;
39
readonly
attribute SVGAnimatedLength height;
SVGRectElement.idl
35
readonly
attribute SVGAnimatedLength x;
36
readonly
attribute SVGAnimatedLength y;
37
readonly
attribute SVGAnimatedLength width;
38
readonly
attribute SVGAnimatedLength height;
39
readonly
attribute SVGAnimatedLength rx;
40
readonly
attribute SVGAnimatedLength ry;
SVGUseElement.idl
35
readonly
attribute SVGAnimatedLength x;
36
readonly
attribute SVGAnimatedLength y;
37
readonly
attribute SVGAnimatedLength width;
38
readonly
attribute SVGAnimatedLength height;
40
readonly
attribute SVGElementInstance instanceRoot;
41
readonly
attribute SVGElementInstance animatedInstanceRoot;
SVGViewSpec.idl
30
readonly
attribute SVGTransformList transform;
31
readonly
attribute SVGElement viewTarget;
32
readonly
attribute DOMString viewBoxString;
33
readonly
attribute DOMString preserveAspectRatioString;
34
readonly
attribute DOMString transformString;
35
readonly
attribute DOMString viewTargetString;
SVGComponentTransferFunctionElement.idl
40
readonly
attribute SVGAnimatedEnumeration type;
41
readonly
attribute SVGAnimatedNumberList tableValues;
42
readonly
attribute SVGAnimatedNumber slope;
43
readonly
attribute SVGAnimatedNumber intercept;
44
readonly
attribute SVGAnimatedNumber amplitude;
45
readonly
attribute SVGAnimatedNumber exponent;
46
readonly
attribute SVGAnimatedNumber offset;
SVGFECompositeElement.idl
42
readonly
attribute SVGAnimatedString in1;
43
readonly
attribute SVGAnimatedString in2;
44
readonly
attribute SVGAnimatedEnumeration operator;
45
readonly
attribute SVGAnimatedNumber k1;
46
readonly
attribute SVGAnimatedNumber k2;
47
readonly
attribute SVGAnimatedNumber k3;
48
readonly
attribute SVGAnimatedNumber k4;
SVGMarkerElement.idl
43
readonly
attribute SVGAnimatedLength refX;
44
readonly
attribute SVGAnimatedLength refY;
45
readonly
attribute SVGAnimatedEnumeration markerUnits;
46
readonly
attribute SVGAnimatedLength markerWidth;
47
readonly
attribute SVGAnimatedLength markerHeight;
48
readonly
attribute SVGAnimatedEnumeration orientType;
49
readonly
attribute SVGAnimatedAngle orientAngle;
/packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java
24
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
33
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
42
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
51
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
60
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
69
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
78
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
87
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
96
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
105
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
[
all
...]
/external/clang/test/ARCMT/
assign-prop-with-arc-runtime.m
26
@property (
readonly
) Foo *x;
34
@property (
readonly
) Foo *assign_plus1;
35
@property (
readonly
) Foo *assign_plus2;
36
@property (
readonly
) Foo *assign_plus3;
39
@property (
readonly
) Foo *no_user_ivar2;
61
@property (retain,
readonly
) TestExt *x1;
62
@property (
readonly
) TestExt *x2;
assign-prop-with-arc-runtime.m.result
26
@property (weak,
readonly
) Foo *x;
34
@property (
readonly
) Foo *assign_plus1;
35
@property (
readonly
) Foo *assign_plus2;
36
@property (
readonly
) Foo *assign_plus3;
39
@property (weak,
readonly
) Foo *no_user_ivar2;
61
@property (strong,
readonly
) TestExt *x1;
62
@property (weak,
readonly
) TestExt *x2;
/external/llvm/utils/crosstool/ARM/
build-install-linux.sh
12
readonly
INSTALL_ROOT="${INSTALL_ROOT:-/usr/local/crosstool}"
14
readonly
SCRATCH_ROOT=$(mktemp -d "${TMPDIR:-/tmp}/llvm-project.XXXXXX")
15
readonly
SRC_ROOT="${SCRATCH_ROOT}/src"
16
readonly
OBJ_ROOT="${SCRATCH_ROOT}/obj"
18
readonly
CROSS_HOST="x86_64-unknown-linux-gnu"
19
readonly
CROSS_TARGET="arm-none-linux-gnueabi"
20
readonly
CROSS_MARCH="${CROSS_MARCH:-armv6}"
22
readonly
CODE_SOURCERY="${INSTALL_ROOT}/codesourcery"
23
readonly
CODE_SOURCERY_PKG_PATH="${CODE_SOURCERY_PKG_PATH:-${HOME}/codesourcery}"
24
readonly
CODE_SOURCERY_HTTP="http://www.codesourcery.com/sgpp/lite/arm/portal/package1787/public
[
all
...]
/external/webkit/Source/WebCore/xml/
XPathResult.idl
34
readonly
attribute unsigned short resultType;
35
readonly
attribute double numberValue
38
readonly
attribute DOMString stringValue
41
readonly
attribute boolean booleanValue
44
readonly
attribute Node singleNodeValue
47
readonly
attribute boolean invalidIteratorState;
48
readonly
attribute unsigned long snapshotLength
Completed in 754 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>