OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
126 - 150
of
2256
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFECompositeElement.idl
38
readonly
attribute SVGAnimatedString in1;
39
readonly
attribute SVGAnimatedString in2;
40
[ImplementedAs=svgOperator]
readonly
attribute SVGAnimatedEnumeration operator;
41
readonly
attribute SVGAnimatedNumber k1;
42
readonly
attribute SVGAnimatedNumber k2;
43
readonly
attribute SVGAnimatedNumber k3;
44
readonly
attribute SVGAnimatedNumber k4;
SVGMarkerElement.idl
37
readonly
attribute SVGAnimatedLength refX;
38
readonly
attribute SVGAnimatedLength refY;
39
readonly
attribute SVGAnimatedEnumeration markerUnits;
40
readonly
attribute SVGAnimatedLength markerWidth;
41
readonly
attribute SVGAnimatedLength markerHeight;
42
readonly
attribute SVGAnimatedEnumeration orientType;
43
readonly
attribute SVGAnimatedAngle orientAngle;
SVGFEDiffuseLightingElement.idl
27
readonly
attribute SVGAnimatedString in1;
28
readonly
attribute SVGAnimatedNumber surfaceScale;
29
readonly
attribute SVGAnimatedNumber diffuseConstant;
30
readonly
attribute SVGAnimatedNumber kernelUnitLengthX;
31
readonly
attribute SVGAnimatedNumber kernelUnitLengthY;
SVGFEDropShadowElement.idl
21
readonly
attribute SVGAnimatedString in1;
22
readonly
attribute SVGAnimatedNumber dx;
23
readonly
attribute SVGAnimatedNumber dy;
24
readonly
attribute SVGAnimatedNumber stdDeviationX;
25
readonly
attribute SVGAnimatedNumber stdDeviationY;
SVGFilterPrimitiveStandardAttributes.idl
31
readonly
attribute SVGAnimatedLength x;
32
readonly
attribute SVGAnimatedLength y;
33
readonly
attribute SVGAnimatedLength width;
34
readonly
attribute SVGAnimatedLength height;
35
readonly
attribute SVGAnimatedString result;
SVGImageElement.idl
27
readonly
attribute SVGAnimatedLength x;
28
readonly
attribute SVGAnimatedLength y;
29
readonly
attribute SVGAnimatedLength width;
30
readonly
attribute SVGAnimatedLength height;
31
readonly
attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGTextPositioningElement.idl
27
readonly
attribute SVGAnimatedLengthList x;
28
readonly
attribute SVGAnimatedLengthList y;
29
readonly
attribute SVGAnimatedLengthList dx;
30
readonly
attribute SVGAnimatedLengthList dy;
31
readonly
attribute SVGAnimatedNumberList rotate;
SVGZoomEvent.idl
27
readonly
attribute SVGRect zoomRectScreen;
28
readonly
attribute float previousScale;
29
[Immutable]
readonly
attribute SVGPoint previousTranslate;
30
readonly
attribute float newScale;
31
[Immutable]
readonly
attribute SVGPoint newTranslate;
/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/chromium_org/third_party/WebKit/Source/core/dom/
Node.idl
39
[TreatReturnedNullStringAs=Null, PerWorldBindings]
readonly
attribute DOMString nodeName;
44
[PerWorldBindings]
readonly
attribute unsigned short nodeType;
45
[PerWorldBindings]
readonly
attribute Node parentNode;
46
[PerWorldBindings]
readonly
attribute NodeList childNodes;
47
[PerWorldBindings]
readonly
attribute Node firstChild;
48
[PerWorldBindings]
readonly
attribute Node lastChild;
49
[PerWorldBindings]
readonly
attribute Node previousSibling;
50
[PerWorldBindings]
readonly
attribute Node nextSibling;
51
[PerWorldBindings]
readonly
attribute Document ownerDocument;
67
[TreatReturnedNullStringAs=Null, PerWorldBindings]
readonly
attribute DOMString namespaceURI
[
all
...]
DocumentFullscreen.idl
23
[EnabledAtRuntime=fullscreen]
readonly
attribute boolean webkitIsFullScreen;
24
[EnabledAtRuntime=fullscreen]
readonly
attribute boolean webkitFullScreenKeyboardInputAllowed;
25
[EnabledAtRuntime=fullscreen]
readonly
attribute Element webkitCurrentFullScreenElement;
29
[EnabledAtRuntime=fullscreen]
readonly
attribute boolean webkitFullscreenEnabled;
30
[EnabledAtRuntime=fullscreen]
readonly
attribute Element webkitFullscreenElement;
MutationEvent.idl
28
readonly
attribute Node relatedNode;
29
readonly
attribute DOMString prevValue;
30
readonly
attribute DOMString newValue;
31
readonly
attribute DOMString attrName;
32
readonly
attribute unsigned short attrChange;
Entity.idl
21
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString publicId;
22
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString systemId;
23
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString notationName;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.idl
24
readonly
attribute HTMLFormElement form;
34
readonly
attribute boolean willValidate;
35
readonly
attribute ValidityState validity;
36
readonly
attribute DOMString validationMessage;
40
readonly
attribute NodeList labels;
HTMLImageElement.idl
38
readonly
attribute boolean complete;
40
readonly
attribute long naturalHeight;
41
readonly
attribute long naturalWidth;
42
readonly
attribute long x;
43
readonly
attribute long y;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
Gamepad.idl
29
readonly
attribute DOMString id;
30
readonly
attribute unsigned long index;
31
readonly
attribute unsigned long long timestamp;
32
readonly
attribute float[] axes;
33
readonly
attribute float[] buttons;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDTMFSender.idl
30
readonly
attribute boolean canInsertDTMF;
31
readonly
attribute MediaStreamTrack track;
32
readonly
attribute DOMString toneBuffer;
33
readonly
attribute long duration;
34
readonly
attribute long interToneGap;
RTCStatsReport.idl
28
readonly
attribute Date timestamp;
29
readonly
attribute DOMString id;
30
readonly
attribute DOMString type;
34
readonly
attribute RTCStatsReport local;
35
readonly
attribute RTCStatsReport remote;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisVoice.idl
30
readonly
attribute DOMString voiceURI;
31
readonly
attribute DOMString name;
32
readonly
attribute DOMString lang;
33
readonly
attribute boolean localService;
34
[ImplementedAs=isDefault]
readonly
attribute boolean default;
/external/chromium_org/third_party/WebKit/Source/core/css/
Counter.idl
23
readonly
attribute DOMString identifier;
24
readonly
attribute DOMString listStyle;
25
readonly
attribute DOMString separator;
/external/clang/test/SemaObjC/
duplicate-property-class-extension.m
5
@property (
readonly
) char foo;
12
@property (readwrite) char bar; // expected-error{{illegal redeclaration of 'readwrite' property in class extension 'Foo' (perhaps you intended this to be a 'readwrite' redeclaration of a '
readonly
' public property?)}}
21
@property (
readonly
) char foo; // expected-error {{property has a previous declaration}}
/external/llvm/test/Analysis/BasicAA/
noalias-param.ll
3
declare i32* @captures(i32* %cap) nounwind
readonly
8
%cap = call i32* @captures(i32* %a) nounwind
readonly
18
%cap = call i32* @captures(i32* %c) nounwind
readonly
/external/llvm/test/Transforms/FunctionAttrs/
atomic.ll
4
; readnone/
readonly
.
14
; A function with an Acquire load is not
readonly
.
16
; CHECK: define i32 @test2(i32* nocapture
readonly
%x) #1 {
Completed in 310 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>