/packages/apps/Mms/src/org/w3c/dom/smil/ |
Time.java | 68 * readonly attribute. 78 * readonly attribute. 90 * readonly attribute. 101 * readonly attribute. 112 * readonly attribute.
|
ElementTime.java | 32 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. 41 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. 51 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. 66 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. 81 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. 92 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly. 102 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat16RootDirectory.java | 34 private Fat16RootDirectory(Fat16BootSector bs, boolean readOnly) { 35 super(bs.getRootDirEntryCount(), readOnly, true); 49 * @param readOnly if the directory shold be created read-only 54 Fat16BootSector bs, boolean readOnly) throws IOException { 56 final Fat16RootDirectory result = new Fat16RootDirectory(bs, readOnly);
|
/external/llvm/test/CodeGen/ARM/ |
vld1.ll | 120 declare <8 x i8> @llvm.arm.neon.vld1.v8i8(i8*, i32) nounwind readonly 121 declare <4 x i16> @llvm.arm.neon.vld1.v4i16(i8*, i32) nounwind readonly 122 declare <2 x i32> @llvm.arm.neon.vld1.v2i32(i8*, i32) nounwind readonly 123 declare <2 x float> @llvm.arm.neon.vld1.v2f32(i8*, i32) nounwind readonly 124 declare <1 x i64> @llvm.arm.neon.vld1.v1i64(i8*, i32) nounwind readonly 126 declare <16 x i8> @llvm.arm.neon.vld1.v16i8(i8*, i32) nounwind readonly 127 declare <8 x i16> @llvm.arm.neon.vld1.v8i16(i8*, i32) nounwind readonly 128 declare <4 x i32> @llvm.arm.neon.vld1.v4i32(i8*, i32) nounwind readonly 129 declare <4 x float> @llvm.arm.neon.vld1.v4f32(i8*, i32) nounwind readonly 130 declare <2 x i64> @llvm.arm.neon.vld1.v2i64(i8*, i32) nounwind readonly [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.cs | 28 internal static readonly string[] tokenNames = new string[] { 50 public static readonly string[] ruleNames = 815 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL}); 816 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL}); 817 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL}); 818 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL}); 819 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL}); 820 public static readonly BitSet _FUNC_in_stat128 = new BitSet(new ulong[]{0x4UL}); 821 public static readonly BitSet _16_in_expr172 = new BitSet(new ulong[]{0x4UL}); 822 public static readonly BitSet _expr_in_expr176 = new BitSet(new ulong[]{0x1CCD0UL}) [all...] |
ProfileTreeGrammar.cs | 28 internal static readonly string[] tokenNames = new string[] { 50 public static readonly string[] ruleNames = 820 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL}); 821 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL}); 822 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL}); 823 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL}); 824 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL}); 825 public static readonly BitSet _FUNC_in_stat128 = new BitSet(new ulong[]{0x4UL}); 826 public static readonly BitSet _16_in_expr172 = new BitSet(new ulong[]{0x4UL}); 827 public static readonly BitSet _expr_in_expr176 = new BitSet(new ulong[]{0x1CCD0UL}) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
FileReader.idl | 42 readonly attribute unsigned short readyState; 53 [Custom] readonly attribute any result; 55 readonly attribute FileError error;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
HitTestRequest.h | 31 ReadOnly = 1 << 1, 52 bool readOnly() const { return m_requestType & ReadOnly; }
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioBufferSourceNode.idl | 36 readonly attribute unsigned short playbackState; 38 readonly attribute AudioParam gain; 39 readonly attribute AudioParam playbackRate;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCICECandidate.h | 36 @property(nonatomic, copy, readonly) NSString* sdpMid; 40 @property(nonatomic, assign, readonly) NSInteger sdpMLineIndex; 43 @property(nonatomic, copy, readonly) NSString* sdp;
|
/external/chromium_org/third_party/sqlite/src/test/ |
rdonly.test | 14 # as readonly if its write version is set to high. 54 } {1 {attempt to write a readonly database}} 82 } {1 {attempt to write a readonly database}}
|
/external/clang/test/ARCMT/ |
GC-no-finalize-removal.m | 68 @property (readonly) I4Impl * pds4; 69 @property (readonly) __weak I4Impl *pw3; 84 @property (assign, readonly) id __strong strong_readonly_prop;
|
GC-no-finalize-removal.m.result | 76 @property (readonly) I4Impl * pds4; 77 @property (weak, readonly) I4Impl *pw3; 92 @property (strong, readonly) id strong_readonly_prop;
|
GC.m | 68 @property (readonly) I4Impl * pds4; 69 @property (readonly) __weak I4Impl *pw3; 84 @property (assign, readonly) id __strong strong_readonly_prop;
|
GC.m.result | 63 @property (readonly) I4Impl * pds4; 64 @property (weak, readonly) I4Impl *pw3; 79 @property (strong, readonly) id strong_readonly_prop;
|
/external/clang/test/Index/ |
complete-property-flags.m | 16 // CHECK-CC1-NEXT: {TypedText readonly} 30 // CHECK-CC1-ARC-NEXT: {TypedText readonly} 41 // CHECK-CC2-NEXT: {TypedText readonly}
|
/external/clang/test/SemaObjCXX/ |
property-synthesis-error.mm | 13 @property (readonly) NSMutableArray * array; 79 @property (readonly, nonatomic) IncompleteStruct& x; // expected-note {{property declared here}} 80 @property (readonly, nonatomic) IncompleteStruct& y; // expected-note {{property declared here}}
|
/external/llvm/test/CodeGen/PowerPC/ |
reloc-align.ll | 15 ; Function Attrs: nounwind readonly 23 ; Function Attrs: nounwind readonly 34 attributes #0 = { nounwind readonly "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
pr11390.ll | 9 %call = tail call i64 @strlen(i8* %name) nounwind readonly 10 %call1 = tail call i64 @strlen(i8* %domain) nounwind readonly 34 declare i64 @strlen(i8* nocapture) nounwind readonly
|
/external/webrtc/src/system_wrappers/interface/ |
file_wrapper.h | 35 // Opens a file in read or write mode, decided by the readOnly parameter. 37 bool readOnly, 73 // called with |loop| == true or |readOnly| == true.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
structmember.h | 24 PyMember_Get() and set by PyMember_Set() (except if their READONLY flag 80 #define READONLY 1 81 #define RO READONLY /* Shorthand */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
structmember.h | 24 PyMember_Get() and set by PyMember_Set() (except if their READONLY flag 80 #define READONLY 1 81 #define RO READONLY /* Shorthand */
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
CharBufferTest.java | 92 // readonly's contents should be the same as buf 93 CharBuffer readonly = buf.asReadOnlyBuffer(); local 94 assertNotSame(buf, readonly); 95 assertTrue(readonly.isReadOnly()); 96 assertEquals(buf.position(), readonly.position()); 97 assertEquals(buf.limit(), readonly.limit()); 98 assertEquals(buf.isDirect(), readonly.isDirect()); 99 assertEquals(buf.order(), readonly.order()); 100 assertEquals(buf.capacity(), readonly.capacity()); 101 assertContentEquals(buf, readonly); 428 CharBuffer readonly = buf.asReadOnlyBuffer(); local [all...] |
/development/scripts/app_engine_server/gae_shell/templates/ |
shell.html | 82 <textarea id="output" rows="22" readonly="readonly"> 89 <textarea class="prompt" id="caret" readonly="readonly" rows="4"
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
Makefile.PL | 24 'Readonly' => '1.03',
|