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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.idl 33 readonly attribute AudioGain gain;
34 readonly attribute AudioParam playbackRate;
  /libcore/include/
ScopedBytes.h 28 template<bool readOnly>
46 mEnv->ReleaseByteArrayElements(mByteArray, mPtr, readOnly ? JNI_ABORT : 0);
  /external/llvm/test/CodeGen/ARM/
2009-03-07-SpillerBug.ll 14 declare double @llvm.sqrt.f64(double) nounwind readonly
16 declare double @sin(double) nounwind readonly
18 declare double @acos(double) nounwind readonly
44 %19 = call double @acos(double %18) nounwind readonly
47 %22 = call double @sin(double %19) nounwind readonly
51 %26 = call double @sin(double %21) nounwind readonly
call-tc.ll 45 define double @t4(double %a) nounwind readonly ssp {
51 %0 = tail call double @sin(double %a) nounwind readonly ; <double> [#uses=1]
55 define float @t5(float %a) nounwind readonly ssp {
61 %0 = tail call float @sinf(float %a) nounwind readonly ; <float> [#uses=1]
65 declare float @sinf(float) nounwind readonly
67 declare double @sin(double) nounwind readonly
vld2.ll 146 declare %struct.__neon_int8x8x2_t @llvm.arm.neon.vld2.v8i8(i8*, i32) nounwind readonly
147 declare %struct.__neon_int16x4x2_t @llvm.arm.neon.vld2.v4i16(i8*, i32) nounwind readonly
148 declare %struct.__neon_int32x2x2_t @llvm.arm.neon.vld2.v2i32(i8*, i32) nounwind readonly
149 declare %struct.__neon_float32x2x2_t @llvm.arm.neon.vld2.v2f32(i8*, i32) nounwind readonly
150 declare %struct.__neon_int64x1x2_t @llvm.arm.neon.vld2.v1i64(i8*, i32) nounwind readonly
152 declare %struct.__neon_int8x16x2_t @llvm.arm.neon.vld2.v16i8(i8*, i32) nounwind readonly
153 declare %struct.__neon_int16x8x2_t @llvm.arm.neon.vld2.v8i16(i8*, i32) nounwind readonly
154 declare %struct.__neon_int32x4x2_t @llvm.arm.neon.vld2.v4i32(i8*, i32) nounwind readonly
155 declare %struct.__neon_float32x4x2_t @llvm.arm.neon.vld2.v4f32(i8*, i32) nounwind readonly
vld3.ll 150 declare %struct.__neon_int8x8x3_t @llvm.arm.neon.vld3.v8i8(i8*, i32) nounwind readonly
151 declare %struct.__neon_int16x4x3_t @llvm.arm.neon.vld3.v4i16(i8*, i32) nounwind readonly
152 declare %struct.__neon_int32x2x3_t @llvm.arm.neon.vld3.v2i32(i8*, i32) nounwind readonly
153 declare %struct.__neon_float32x2x3_t @llvm.arm.neon.vld3.v2f32(i8*, i32) nounwind readonly
154 declare %struct.__neon_int64x1x3_t @llvm.arm.neon.vld3.v1i64(i8*, i32) nounwind readonly
156 declare %struct.__neon_int8x16x3_t @llvm.arm.neon.vld3.v16i8(i8*, i32) nounwind readonly
157 declare %struct.__neon_int16x8x3_t @llvm.arm.neon.vld3.v8i16(i8*, i32) nounwind readonly
158 declare %struct.__neon_int32x4x3_t @llvm.arm.neon.vld3.v4i32(i8*, i32) nounwind readonly
159 declare %struct.__neon_float32x4x3_t @llvm.arm.neon.vld3.v4f32(i8*, i32) nounwind readonly
vld4.ll 151 declare %struct.__neon_int8x8x4_t @llvm.arm.neon.vld4.v8i8(i8*, i32) nounwind readonly
152 declare %struct.__neon_int16x4x4_t @llvm.arm.neon.vld4.v4i16(i8*, i32) nounwind readonly
153 declare %struct.__neon_int32x2x4_t @llvm.arm.neon.vld4.v2i32(i8*, i32) nounwind readonly
154 declare %struct.__neon_float32x2x4_t @llvm.arm.neon.vld4.v2f32(i8*, i32) nounwind readonly
155 declare %struct.__neon_int64x1x4_t @llvm.arm.neon.vld4.v1i64(i8*, i32) nounwind readonly
157 declare %struct.__neon_int8x16x4_t @llvm.arm.neon.vld4.v16i8(i8*, i32) nounwind readonly
158 declare %struct.__neon_int16x8x4_t @llvm.arm.neon.vld4.v8i16(i8*, i32) nounwind readonly
159 declare %struct.__neon_int32x4x4_t @llvm.arm.neon.vld4.v4i32(i8*, i32) nounwind readonly
160 declare %struct.__neon_float32x4x4_t @llvm.arm.neon.vld4.v4f32(i8*, i32) nounwind readonly
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
regress-99663.js 56 var READONLY = /read\s*-?\s*only/;
104 actual = readOnly(e.message);
118 actual = readOnly(e.message);
132 actual = readOnly(e.message);
146 function readOnly(msg)
148 if (msg.match(READONLY))
  /external/webkit/Source/WebCore/bindings/scripts/test/
TestObj.idl 35 readonly attribute long readOnlyIntAttr;
36 readonly attribute DOMString readOnlyStringAttr;
37 readonly attribute TestObj readOnlyTestObjAttr;
129 readonly attribute [ConvertScriptString] DOMString scriptStringAttr;
158 readonly attribute long description;
160 readonly attribute DOMString hash;
  /external/llvm/test/CodeGen/Mips/
mips64intldst.ll 13 define i64 @func1() nounwind readonly {
26 define i64 @func2() nounwind readonly {
39 define i64 @func3() nounwind readonly {
52 define i64 @func4() nounwind readonly {
64 define i64 @ufunc1() nounwind readonly {
77 define i64 @ufunc2() nounwind readonly {
90 define i64 @ufunc3() nounwind readonly {
mips64-fp-indexed-ls.ll 13 define float @foo0(float* nocapture %b, i32 %o) nounwind readonly {
22 define double @foo1(double* nocapture %b, i32 %o) nounwind readonly {
31 define float @foo2(i32 %b, i32 %c) nounwind readonly {
72 define double @foo6(i32 %b, i32 %c) nounwind readonly {
95 define float @foo8() nounwind readonly {
mips64load-store-left-right.ll 12 define i64 @foo_load_ll() nounwind readonly {
23 define i64 @foo_load_i() nounwind readonly {
35 define i64 @foo_load_ui() nounwind readonly {
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DoubleBufferTest.java 113 // readonly's contents should be the same as buf
114 DoubleBuffer readonly = buf.asReadOnlyBuffer(); local
115 assertNotSame(buf, readonly);
116 assertTrue(readonly.isReadOnly());
117 assertEquals(buf.position(), readonly.position());
118 assertEquals(buf.limit(), readonly.limit());
119 assertEquals(buf.isDirect(), readonly.isDirect());
120 assertEquals(buf.order(), readonly.order());
121 assertContentEquals(buf, readonly);
123 // readonly's position, mark, and limit should be independent to bu
399 DoubleBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
FloatBufferTest.java 89 // readonly's contents should be the same as buf
90 FloatBuffer readonly = buf.asReadOnlyBuffer(); local
91 assertNotSame(buf, readonly);
92 assertTrue(readonly.isReadOnly());
93 assertEquals(buf.position(), readonly.position());
94 assertEquals(buf.limit(), readonly.limit());
95 assertEquals(buf.isDirect(), readonly.isDirect());
96 assertEquals(buf.order(), readonly.order());
97 assertContentEquals(buf, readonly);
99 // readonly's position, mark, and limit should be independent to bu
397 FloatBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
IntBufferTest.java 89 // readonly's contents should be the same as buf
90 IntBuffer readonly = buf.asReadOnlyBuffer(); local
91 assertNotSame(buf, readonly);
92 assertTrue(readonly.isReadOnly());
93 assertEquals(buf.position(), readonly.position());
94 assertEquals(buf.limit(), readonly.limit());
95 assertEquals(buf.isDirect(), readonly.isDirect());
96 assertEquals(buf.order(), readonly.order());
97 assertContentEquals(buf, readonly);
99 // readonly's position, mark, and limit should be independent to bu
375 IntBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
LongBufferTest.java 89 // readonly's contents should be the same as buf
90 LongBuffer readonly = buf.asReadOnlyBuffer(); local
91 assertNotSame(buf, readonly);
92 assertTrue(readonly.isReadOnly());
93 assertEquals(buf.position(), readonly.position());
94 assertEquals(buf.limit(), readonly.limit());
95 assertEquals(buf.isDirect(), readonly.isDirect());
96 assertEquals(buf.order(), readonly.order());
97 assertContentEquals(buf, readonly);
99 // readonly's position, mark, and limit should be independent to bu
376 LongBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
ShortBufferTest.java 88 // readonly's contents should be the same as buf
89 ShortBuffer readonly = buf.asReadOnlyBuffer(); local
90 assertNotSame(buf, readonly);
91 assertTrue(readonly.isReadOnly());
92 assertEquals(buf.position(), readonly.position());
93 assertEquals(buf.limit(), readonly.limit());
94 assertEquals(buf.isDirect(), readonly.isDirect());
95 assertEquals(buf.order(), readonly.order());
96 assertContentEquals(buf, readonly);
98 // readonly's position, mark, and limit should be independent to bu
362 ShortBuffer readonly = buf.asReadOnlyBuffer(); local
    [all...]
  /frameworks/compile/mclinker/unittests/
MemoryAreaTest.cpp 54 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly);
68 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly);
80 area->handler()->open(path, FileHandle::ReadOnly);
96 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadOnly) ;
124 area->handler()->open(path, FileHandle::ReadOnly);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
NoViableAltException.cs 41 private readonly string _grammarDecisionDescription;
42 private readonly int _decisionNumber;
43 private readonly int _stateNumber;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
NoViableAltException.cs 43 private readonly string _grammarDecisionDescription;
44 private readonly int _decisionNumber;
45 private readonly int _stateNumber;
  /external/clang/test/SemaObjC/
arc-property-decl-attrs.m 71 @property (readonly, retain) id foo;
72 @property (readonly, weak) id fee;
73 @property (readonly, strong) id frr;
default-synthesize-1.m 90 // No default synthesis if implementation has getter (readonly) and setter(readwrite) methods.
92 @property(assign,readonly) float relevance;
93 @property(assign,readonly) char isTitleMatch;
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
functionattrs.ll 24 ; Add the readonly attribute, since there's just a call to a function which
39 ; Add the readonly attribute, as above, but this time BasicAA will say
77 ; CHECK: attributes #2 = { nounwind readonly }
  /external/llvm/test/CodeGen/Hexagon/
cmpb_pred.ll 16 define i32 @Func_3b(i32) nounwind readonly {
35 define i32 @Func_3d(i32) nounwind readonly {
45 define i32 @Func_3e(i32) nounwind readonly {
  /external/llvm/test/CodeGen/X86/
movgs.ll 5 define i32 @test1() nounwind readonly {
39 define <2 x i64> @pmovsxwd_1(i64 addrspace(256)* %p) nounwind readonly {
60 define i32 @test_no_cse() nounwind readonly {

Completed in 4306 milliseconds

<<11121314151617181920>>