HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 301 - 325 of 2256) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEPointLightElement.idl 27 readonly attribute SVGAnimatedNumber x;
28 readonly attribute SVGAnimatedNumber y;
29 readonly attribute SVGAnimatedNumber z;
SVGGradientElement.idl 35 readonly attribute SVGAnimatedEnumeration gradientUnits;
36 readonly attribute SVGAnimatedTransformList gradientTransform;
37 readonly attribute SVGAnimatedEnumeration spreadMethod;
SVGTests.idl 31 readonly attribute SVGStringList requiredFeatures;
32 readonly attribute SVGStringList requiredExtensions;
33 readonly attribute SVGStringList systemLanguage;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MallocStatistics.idl 28 readonly attribute unsigned long reservedVMBytes;
29 readonly attribute unsigned long committedVMBytes;
30 readonly attribute unsigned long freeListBytes;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceAcceleration.idl 29 readonly attribute double? x;
30 readonly attribute double? y;
31 readonly attribute double? z;
DeviceRotationRate.idl 29 readonly attribute double? alpha;
30 readonly attribute double? beta;
31 readonly attribute double? gamma;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.idl 32 readonly attribute DOMString mode;
33 readonly attribute IDBDatabase db;
34 readonly attribute DOMError error;
IDBVersionChangeEvent.idl 27 readonly attribute IDBAny oldVersion;
28 readonly attribute IDBAny newVersion;
32 readonly attribute DOMString dataLoss;
IDBIndex.idl 28 readonly attribute DOMString name;
29 readonly attribute IDBObjectStore objectStore;
30 [ImplementedAs=keyPathAny] readonly attribute IDBAny keyPath;
31 readonly attribute boolean unique;
32 readonly attribute boolean multiEntry;
IDBObjectStore.idl 28 [TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
29 [ImplementedAs=keyPathAny] readonly attribute IDBAny keyPath;
30 readonly attribute DOMStringList indexNames;
31 readonly attribute IDBTransaction transaction;
32 readonly attribute boolean autoIncrement;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorUserMediaError.idl 28 readonly attribute DOMString name;
29 readonly attribute DOMString message;
30 readonly attribute DOMString constraintName;
RTCIceCandidate.idl 35 readonly attribute DOMString candidate;
36 readonly attribute DOMString sdpMid;
37 readonly attribute unsigned short sdpMLineIndex;
RTCPeerConnection.idl 43 [GetterRaisesException] readonly attribute RTCSessionDescription localDescription;
46 [GetterRaisesException] readonly attribute RTCSessionDescription remoteDescription;
48 readonly attribute DOMString signalingState;
54 readonly attribute DOMString iceGatheringState;
55 readonly attribute DOMString iceConnectionState;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.idl 30 readonly attribute boolean pending;
31 readonly attribute boolean speaking;
32 readonly attribute boolean paused;
SpeechSynthesisEvent.idl 29 readonly attribute unsigned long charIndex;
30 readonly attribute float elapsedTime;
31 readonly attribute DOMString name;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSet.idl 32 readonly attribute SQLResultSetRowList rows;
34 [GetterRaisesException] readonly attribute long insertId;
35 readonly attribute long rowsAffected;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
CloseEvent.idl 34 [InitializedByEventConstructor] readonly attribute boolean wasClean;
35 [InitializedByEventConstructor] readonly attribute unsigned short code;
36 [InitializedByEventConstructor] readonly attribute DOMString reason;
  /external/clang/test/SemaObjC/
super-class-protocol-conformance.m 7 @property (readonly) id myString; // expected-note {{property}}
42 @property (readonly) id myNewString; // expected-note {{property}}
57 @property (readonly, assign) id invalidationBacktrace; // expected-note {{property}}
  /external/llvm/test/CodeGen/AArch64/
floatdp_1source.ll 7 declare float @fabsf(float) readonly
8 declare double @fabs(double) readonly
13 declare float @ceilf(float) readonly
14 declare double @ceil(double) readonly
16 declare float @floorf(float) readonly
17 declare double @floor(double) readonly
19 declare float @truncf(float) readonly
20 declare double @trunc(double) readonly
22 declare float @rintf(float) readonly
23 declare double @rint(double) readonly
    [all...]
  /external/llvm/test/MC/Mips/
sym-offset.ll 10 define i32 @foo1(i32 %n) nounwind readonly {
20 %call = tail call i32 @memcmp(i8* getelementptr inbounds ([11 x i8]* @string1, i32 0, i32 0), i8* getelementptr inbounds ([10 x i8]* @string2, i32 0, i32 0), i32 4) nounwind readonly
26 declare i32 @memcmp(i8* nocapture, i8* nocapture, i32) nounwind readonly
  /external/llvm/test/Transforms/FunctionAttrs/
annotate-1.ll 5 ; CHECK: declare noalias i8* @fopen(i8* nocapture readonly, i8* nocapture readonly) [[G0:#[0-9]]]
22 ; CHECK: attributes [[G1]] = { nounwind readonly }
  /external/llvm/test/Transforms/InstCombine/
weak-symbols.ll 18 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) nounwind readonly
29 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) nounwind readonly
33 declare i32 @strcmp(i8*, i8*) nounwind readonly
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessageEvent.idl 32 [InitializedByEventConstructor] readonly attribute DOMString origin;
33 [InitializedByEventConstructor] readonly attribute DOMString lastEventId;
34 [InitializedByEventConstructor] readonly attribute Window source;
35 [InitializedByEventConstructor, CustomGetter] readonly attribute any data;
36 [InitializedByEventConstructor] readonly attribute MessagePort[] ports;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.idl 33 readonly attribute float minValue;
34 readonly attribute float maxValue;
35 readonly attribute float defaultValue;
37 readonly attribute DOMString name;
40 readonly attribute unsigned short units;
  /external/llvm/test/CodeGen/ARM/
fast-isel-ldrh-strh-arm.ll 5 define zeroext i16 @t1(i16* nocapture %a) nounwind uwtable readonly ssp {
14 define zeroext i16 @t2(i16* nocapture %a) nounwind uwtable readonly ssp {
23 define zeroext i16 @t3(i16* nocapture %a) nounwind uwtable readonly ssp {
32 define zeroext i16 @t4(i16* nocapture %a) nounwind uwtable readonly ssp {
43 define zeroext i16 @t5(i16* nocapture %a) nounwind uwtable readonly ssp {
52 define zeroext i16 @t6(i16* nocapture %a) nounwind uwtable readonly ssp {
61 define zeroext i16 @t7(i16* nocapture %a) nounwind uwtable readonly ssp {
70 define zeroext i16 @t8(i16* nocapture %a) nounwind uwtable readonly ssp {
123 define signext i8 @t13(i8* nocapture %a) nounwind uwtable readonly ssp {
132 define signext i8 @t14(i8* nocapture %a) nounwind uwtable readonly ssp
    [all...]

Completed in 360 milliseconds

<<11121314151617181920>>