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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/svg/
SVGColor.idl 30 readonly attribute unsigned short colorType;
31 readonly attribute RGBColor rgbColor;
32 // FIXME: readonly attribute SVGICCColor iccColor;
SVGFEBlendElement.idl 41 readonly attribute SVGAnimatedString in1;
42 readonly attribute SVGAnimatedString in2;
43 readonly attribute SVGAnimatedEnumeration mode;
SVGFEColorMatrixElement.idl 40 readonly attribute SVGAnimatedString in1;
41 readonly attribute SVGAnimatedEnumeration type;
42 readonly attribute SVGAnimatedNumberList values;
SVGTextPathElement.idl 40 readonly attribute SVGAnimatedLength startOffset;
41 readonly attribute SVGAnimatedEnumeration method;
42 readonly attribute SVGAnimatedEnumeration spacing;
SVGTransform.idl 34 readonly attribute unsigned short type;
35 readonly attribute SVGMatrix matrix;
36 readonly attribute float angle;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestException.idl 36 readonly attribute unsigned short code;
37 readonly attribute DOMString name;
38 readonly attribute DOMString message;
XPathException.idl 36 readonly attribute unsigned short code;
37 readonly attribute DOMString name;
38 readonly attribute DOMString message;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystemFactory.java 42 * @param readOnly if the file system should be openend read-only
48 public static FileSystem create(BlockDevice device, boolean readOnly)
51 return FatFileSystem.read(device, readOnly);
  /external/clang/test/ARCMT/
assign-prop-no-arc-runtime.m 10 @property (readonly,assign) id x;
assign-prop-no-arc-runtime.m.result 10 @property (readonly,unsafe_unretained) id x;
  /external/clang/test/CodeGenObjC/
property-category-impl.m 8 @property (readonly) int proto_property;
  /external/clang/test/SemaObjC/
ContClassPropertyLookup.m 28 @property (nonatomic, readonly) id title;
forward-class-redeclare.m 7 @property (readonly, nonatomic, retain) id assets;
property-typecheck-1.m 35 @property(nonatomic,readonly,retain) SSyncSet* syncSet;
52 @property(nonatomic,readonly,retain) SPeer_iDisk_local* localPeer;
76 @property (readonly) NSArray* pieces; // expected-warning {{type of property 'pieces' does not match type of accessor 'pieces'}}
77 @property (readonly) NSMutableArray* first;
  /external/llvm/test/Analysis/GlobalsModRef/
2008-09-03-ReadGlobals.ll 20 declare i32 @e() readonly ; might call @r
  /external/llvm/test/CodeGen/ARM/
PR15053.ll 5 declare { i32, i32 } @llvm.arm.ldrexd(i8*) nounwind readonly
fast-isel-ldr-str-thumb-neg-index.ll 3 define i32 @t1(i32* nocapture %ptr) nounwind readonly {
12 define i32 @t2(i32* nocapture %ptr) nounwind readonly {
21 define i32 @t3(i32* nocapture %ptr) nounwind readonly {
30 define zeroext i16 @t4(i16* nocapture %ptr) nounwind readonly {
39 define zeroext i16 @t5(i16* nocapture %ptr) nounwind readonly {
48 define zeroext i16 @t6(i16* nocapture %ptr) nounwind readonly {
57 define zeroext i8 @t7(i8* nocapture %ptr) nounwind readonly {
66 define zeroext i8 @t8(i8* nocapture %ptr) nounwind readonly {
75 define zeroext i8 @t9(i8* nocapture %ptr) nounwind readonly {
  /external/llvm/test/CodeGen/Mips/
tls16.ll 5 define i32 @foo() nounwind readonly {
  /external/llvm/test/CodeGen/PowerPC/
hidden-vis-2.ll 6 define i32 @t() nounwind readonly {
  /external/llvm/test/CodeGen/R600/
floor.ll 16 declare float @floor(float) readonly
  /external/llvm/test/CodeGen/X86/
code_placement_eh.ll 17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly
21 %tmp2019 = invoke float @sinf(float 0.000000e+00) readonly
41 declare float @sinf(float) readonly
43 declare float @cosf(float) readonly
sincos-opt.ll 60 declare float @sinf(float) readonly
61 declare double @sin(double) readonly
62 declare float @cosf(float) readonly
63 declare double @cos(double) readonly
vec_loadsingles.ll 3 define <4 x float> @a(<4 x float> %a, float* nocapture %p) nounwind readonly {
  /external/llvm/test/Transforms/FunctionAttrs/
2008-09-03-ReadNone.ll 14 define i32 @g() readonly {
  /external/llvm/test/Transforms/GVN/
calls-nonlocal.ll 7 %tmp2 = call i32 @strlen( i8* %P ) nounwind readonly ; <i32> [#uses=1]
18 %tmp10 = call i32 @strlen( i8* %P ) nounwind readonly ; <i32> [#uses=1]
29 %tmp20 = call i32 @strlen( i8* %P ) nounwind readonly ; <i32> [#uses=1]
49 declare i32 @strlen(i8*) nounwind readonly

Completed in 495 milliseconds

<<11121314151617181920>>