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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/svg/
SVGLinearGradientElement.idl 29 readonly attribute SVGAnimatedLength x1;
30 readonly attribute SVGAnimatedLength y1;
31 readonly attribute SVGAnimatedLength x2;
32 readonly attribute SVGAnimatedLength y2;
SVGFEDisplacementMapElement.idl 40 readonly attribute SVGAnimatedString in1;
41 readonly attribute SVGAnimatedString in2;
42 readonly attribute SVGAnimatedNumber scale;
43 readonly attribute SVGAnimatedEnumeration xChannelSelector;
44 readonly attribute SVGAnimatedEnumeration yChannelSelector;
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
dillo 34 readonly
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 25 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer();
30 sc.read(readOnly);
35 sc.read(new ByteBuffer[] { readOnly });
40 sc.read(new ByteBuffer[] { readOnly }, 0, 1);
FileChannelTest.java 28 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer();
34 fc.read(readOnly);
39 fc.read(new ByteBuffer[] { readOnly });
44 fc.read(new ByteBuffer[] { readOnly }, 0, 1);
49 fc.read(readOnly, 0L);
58 fc.write(readOnly);
59 fc.write(new ByteBuffer[] { readOnly });
60 fc.write(new ByteBuffer[] { readOnly }, 0, 1);
61 fc.write(readOnly, 0L);
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 24 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
32 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
40 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
48 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
SMILRegionElement.java 30 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
38 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
46 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
54 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
ElementTest.java 25 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
34 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
43 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
67 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
76 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
SMILAnimation.java 30 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
44 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
60 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
70 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
79 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
89 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
99 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
108 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
117 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
  /external/llvm/test/CodeGen/X86/
h-register-addressing-32.ll 5 define double @foo8(double* nocapture inreg %p, i32 inreg %x) nounwind readonly {
12 define float @foo4(float* nocapture inreg %p, i32 inreg %x) nounwind readonly {
19 define i16 @foo2(i16* nocapture inreg %p, i32 inreg %x) nounwind readonly {
26 define i8 @foo1(i8* nocapture inreg %p, i32 inreg %x) nounwind readonly {
33 define i8 @bar8(i8* nocapture inreg %p, i32 inreg %x) nounwind readonly {
40 define i8 @bar4(i8* nocapture inreg %p, i32 inreg %x) nounwind readonly {
47 define i8 @bar2(i8* nocapture inreg %p, i32 inreg %x) nounwind readonly {
h-register-addressing-64.ll 5 define double @foo8(double* nocapture inreg %p, i64 inreg %x) nounwind readonly {
12 define float @foo4(float* nocapture inreg %p, i64 inreg %x) nounwind readonly {
19 define i16 @foo2(i16* nocapture inreg %p, i64 inreg %x) nounwind readonly {
26 define i8 @foo1(i8* nocapture inreg %p, i64 inreg %x) nounwind readonly {
33 define i8 @bar8(i8* nocapture inreg %p, i64 inreg %x) nounwind readonly {
40 define i8 @bar4(i8* nocapture inreg %p, i64 inreg %x) nounwind readonly {
47 define i8 @bar2(i8* nocapture inreg %p, i64 inreg %x) nounwind readonly {
limited-prec.ll 15 declare float @llvm.exp.f32(float) nounwind readonly
24 declare float @llvm.exp2.f32(float) nounwind readonly
33 declare float @llvm.pow.f32(float, float) nounwind readonly
42 declare float @llvm.log.f32(float) nounwind readonly
51 declare float @llvm.log2.f32(float) nounwind readonly
60 declare float @llvm.log10.f32(float) nounwind readonly
sibcall-5.ll 8 define double @foo(double %a) nounwind readonly ssp {
15 %0 = tail call double @sin(double %a) nounwind readonly
19 define float @bar(float %a) nounwind readonly ssp {
26 %0 = tail call float @sinf(float %a) nounwind readonly
30 declare float @sinf(float) nounwind readonly
32 declare double @sin(double) nounwind readonly
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 40 @property(nonatomic, readonly) NSArray* children;
43 @property(nonatomic, readonly, getter=isIgnored) BOOL ignored;
47 @property(nonatomic, readonly) NSPoint origin;
50 @property(nonatomic, readonly) NSString* role;
52 @property(nonatomic, readonly) NSSize size;
  /external/clang/test/SemaObjC/
property-9.m 46 @property (readonly) int; // expected-warning {{declaration does not declare anything}}
47 @property (readonly) ; // expected-error {{type name requires a specifier or qualifier}}
48 @property (readonly) int : 4; // expected-error {{property requires fields to be named}}
53 readonly getter=isAwesome) // expected-error {{expected ')'}}
93 @property(readonly) int myStyle;
  /external/webkit/LayoutTests/storage/
read-and-write-transactions-dont-run-together.js 20 function runTransaction(db, readOnly)
22 var transactionFunction = (readOnly ? db.readTransaction : db.transaction);
24 if (readOnly) {
39 log((readOnly ? "Read" : "Write") + " transaction failed: " + error.message);
43 if (readOnly)
  /external/webkit/Source/WebCore/fileapi/
EntrySync.idl 37 readonly attribute boolean isFile;
38 readonly attribute boolean isDirectory;
39 readonly attribute DOMString name;
40 readonly attribute DOMString fullPath;
41 readonly attribute DOMFileSystemSync filesystem;
  /external/webkit/Source/WebCore/page/
WorkerNavigator.idl 36 readonly attribute DOMString appName;
37 readonly attribute DOMString appVersion;
38 readonly attribute DOMString platform;
39 readonly attribute DOMString userAgent;
41 readonly attribute boolean onLine;
  /external/webkit/Source/WebCore/storage/
StorageEvent.idl 31 readonly attribute [ConvertNullStringTo=Null] DOMString key;
32 readonly attribute [ConvertNullStringTo=Null] DOMString oldValue;
33 readonly attribute [ConvertNullStringTo=Null] DOMString newValue;
34 readonly attribute DOMString url;
35 readonly attribute Storage storageArea;
  /external/webkit/Source/WebCore/webaudio/
AudioParam.idl 34 readonly attribute float minValue;
35 readonly attribute float maxValue;
36 readonly attribute float defaultValue;
38 readonly attribute DOMString name;
41 readonly attribute unsigned short units;
  /external/webkit/Source/WebCore/dom/
Node.idl 51 readonly attribute [ConvertNullStringTo=Null] DOMString nodeName;
57 readonly attribute unsigned short nodeType;
58 readonly attribute Node parentNode;
59 readonly attribute NodeList childNodes;
60 readonly attribute Node firstChild;
61 readonly attribute Node lastChild;
62 readonly attribute Node previousSibling;
63 readonly attribute Node nextSibling;
64 readonly attribute NamedNodeMap attributes;
65 readonly attribute Document ownerDocument
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java 44 private final boolean readOnly;
52 * @param readOnly if the file should be opened in read-only mode, which
57 public FileDisk(File file, boolean readOnly) throws FileNotFoundException {
60 this.readOnly = readOnly;
62 final String modeString = readOnly ? "r" : "rw"; //NOI18N
67 public FileDisk(RandomAccessFile raf, FileChannel fc, boolean readOnly) {
71 this.readOnly = readOnly;
74 private FileDisk(RandomAccessFile raf, boolean readOnly) {
    [all...]
  /external/llvm/test/CodeGen/ARM/
fast-isel-ldr-str-arm.ll 3 define i32 @t1(i32* nocapture %ptr) nounwind readonly {
12 define i32 @t2(i32* nocapture %ptr) nounwind readonly {
21 define zeroext i16 @t3(i16* nocapture %ptr) nounwind readonly {
30 define zeroext i16 @t4(i16* nocapture %ptr) nounwind readonly {
39 define zeroext i8 @t5(i8* nocapture %ptr) nounwind readonly {
48 define zeroext i8 @t6(i8* nocapture %ptr) nounwind readonly {
  /external/llvm/test/CodeGen/PowerPC/
2008-10-31-PPCF128Libcalls.ll 16 %3 = call ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128 %2) nounwind readonly ; <ppc_fp128> [#uses=1]
19 %5 = call ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128 %4) nounwind readonly ; <ppc_fp128> [#uses=1]
31 declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind readonly
33 declare ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128) nounwind readonly
35 declare ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128) nounwind readonly
37 declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind readonly
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFileSystem.java 31 private final boolean readOnly;
37 * @param readOnly if the file system should be read-only
39 public AbstractFileSystem(boolean readOnly) {
41 this.readOnly = readOnly;
62 return readOnly;

Completed in 2972 milliseconds

1 2 3 4 56 7 8 91011>>