HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 176 - 200 of 1957) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/Mips/
small-section-reserve-gp.ll 6 define i32 @geti() nounwind readonly {
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ldrd.ll 5 define i64 @t(i64 %a) nounwind readonly {
  /external/llvm/test/CodeGen/X86/
2010-05-16-nosseconversion.ll 6 define i32 @foo() nounwind readonly ssp {
f16c-intrinsics.ll 8 declare <4 x float> @llvm.x86.vcvtph2ps.128(<8 x i16>) nounwind readonly
16 declare <8 x float> @llvm.x86.vcvtph2ps.256(<8 x i16>) nounwind readonly
24 declare <8 x i16> @llvm.x86.vcvtps2ph.128(<4 x float>, i32) nounwind readonly
32 declare <8 x i16> @llvm.x86.vcvtps2ph.256(<8 x float>, i32) nounwind readonly
hidden-vis-2.ll 6 define i32 @t() nounwind readonly {
hidden-vis-4.ll 5 define i32 @t() nounwind readonly {
negative-sin.ll 9 %g = call double @sin(double %f) readonly
  /external/llvm/test/Transforms/InstCombine/
select-load-call.ll 10 call void @test2() readonly
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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.3-3.js 26 the attributes [DontEnum, DontDelete, ReadOnly]
28 this test checks the ReadOnly attribute of Number.MIN_VALUE
36 var TITLE = "Number.MIN_VALUE: ReadOnly Attribute";
63 testcases[tc].reason += "property should be readonly ";
  /external/webkit/Source/WebCore/fileapi/
FileWriter.idl 42 readonly attribute unsigned short readyState;
51 readonly attribute FileError error;
52 readonly attribute long long position;
53 readonly attribute long long length;
  /external/webkit/Source/WebCore/html/
HTMLElement.idl 34 readonly attribute DOMTokenList classList;
60 readonly attribute HTMLCollection children;
64 readonly attribute boolean isContentEditable;
69 readonly attribute DOMString titleDisplayString;
  /external/webkit/Source/WebCore/storage/
IDBCursor.idl 36 readonly attribute unsigned short direction;
37 readonly attribute IDBKey key;
38 readonly attribute IDBKey primaryKey;
39 readonly attribute IDBAny source;
IDBIndex.idl 31 readonly attribute DOMString name;
32 readonly attribute IDBObjectStore objectStore;
33 readonly attribute DOMString keyPath;
34 readonly attribute boolean unique;
IDBKeyRange.idl 31 readonly attribute IDBKey lower;
32 readonly attribute IDBKey upper;
33 readonly attribute boolean lowerOpen;
34 readonly attribute boolean upperOpen;
SQLResultSet.idl 36 readonly attribute SQLResultSetRowList rows;
39 readonly attribute long insertId
43 readonly attribute long long insertId
46 readonly attribute long rowsAffected;
  /external/webkit/Source/WebCore/svg/
SVGFEMorphologyElement.idl 38 readonly attribute SVGAnimatedString in1;
39 readonly attribute SVGAnimatedEnumeration operator;
40 readonly attribute SVGAnimatedNumber radiusX;
41 readonly attribute SVGAnimatedNumber radiusY;
  /external/webkit/Source/WebCore/webaudio/
AudioBuffer.idl 33 readonly attribute long length; // in sample-frames
34 readonly attribute float duration; // in seconds
35 readonly attribute float sampleRate; // in sample-frames per second
40 readonly attribute unsigned long numberOfChannels;
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 25 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer();
30 dc.read(readOnly);
35 dc.read(new ByteBuffer[] { readOnly });
40 dc.read(new ByteBuffer[] { readOnly }, 0, 1);
  /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 {
18 %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
24 declare i32 @memcmp(i8* nocapture, i8* nocapture, i32) nounwind readonly
  /external/webkit/Source/WebCore/css/
CSSImportRule.idl 25 readonly attribute [ConvertNullStringTo=Null] DOMString href;
26 readonly attribute MediaList media;
27 readonly attribute CSSStyleSheet styleSheet;
CSSRule.idl 41 readonly attribute unsigned short type;
46 readonly attribute CSSStyleSheet parentStyleSheet;
47 readonly attribute CSSRule parentRule;
CSSStyleSheet.idl 25 readonly attribute CSSRule ownerRule;
26 readonly attribute CSSRuleList cssRules;
35 readonly attribute CSSRuleList rules;

Completed in 759 milliseconds

1 2 3 4 5 6 78 91011>>