HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 426 - 450 of 2256) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
Metadata.idl 34 readonly attribute Date modificationTime;
35 readonly attribute unsigned long long size;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.idl 29 readonly attribute Coordinates coords;
30 readonly attribute DOMTimeStamp timestamp;
PositionError.idl 29 readonly attribute unsigned short code;
30 readonly attribute DOMString message;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WindowIndexedDatabase.idl 30 [ImplementedAs=indexedDB,MeasureAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB;
32 [MeasureAs=UnprefixedIndexedDB] readonly attribute IDBFactory indexedDB;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionAlternative.idl 29 readonly attribute DOMString transcript;
30 readonly attribute float confidence;
SpeechRecognitionError.idl 30 [InitializedByEventConstructor] readonly attribute DOMString error;
31 [InitializedByEventConstructor] readonly attribute DOMString message;
SpeechRecognitionResult.idl 29 readonly attribute unsigned long length;
31 readonly attribute boolean isFinal;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioProcessingEvent.idl 28 readonly attribute AudioBuffer inputBuffer;
29 readonly attribute AudioBuffer outputBuffer;
GainNode.idl 28 // FIXME: eventually it will be interesting to remove the readonly restriction, but need to properly deal with thread safety here.
29 readonly attribute AudioParam gain;
AudioContext.idl 33 readonly attribute AudioDestinationNode destination;
36 readonly attribute float currentTime;
39 readonly attribute float sampleRate;
42 readonly attribute AudioListener listener;
45 readonly attribute unsigned long activeSourceCount;
  /external/chromium_org/third_party/sqlite/src/test/
tkt-5ee23731f.test 33 sqlite3 db test.db -readonly 1
40 } {1 {attempt to write a readonly database}}
  /external/clang/test/CodeGen/
2008-01-25-ByValReadNone.c 6 // CHECK-NOT: readonly
11 // be deleted in the caller. We also don't allow readonly since
  /external/clang/test/Coverage/
objc-language-features.inc 12 @property(readonly) int p0;
21 @property(readonly) int p0;
  /external/clang/test/Index/
print-type.m 2 @property (readonly) id x;
9 // CHECK: ObjCPropertyDecl=x:2:25 [readonly,] [type=id] [typekind=ObjCId] [canonicaltype=id] [canonicaltypekind=ObjCObjectPointer] [isPOD=1]
  /external/clang/test/SemaObjC/
default-synthesize-3.m 46 @property (readonly) char isFoo; // expected-note {{property declared here}}
47 @property (readonly) char isNotFree;
66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize property 'isFoo' because it is 'readwrite' but it will be synthesized 'readonly' via another property}}
93 @property (readonly) id prop;
94 @property (readonly) id prop1;
95 @property (readonly) id prop2;
121 @property (readonly) int six;
137 @property (assign, readonly) int failureCount;
property-in-class-extension.m 7 @property (readonly) int bar;
12 foo.bar = 0; // expected-error {{assignment to readonly property}}
  /external/llvm/test/CodeGen/X86/
vsplit-and.ll 3 define void @t0(<2 x i64>* %dst, <2 x i64> %src1, <2 x i64> %src2) nounwind readonly {
15 define void @t2(<3 x i64>* %dst, <3 x i64> %src1, <3 x i64> %src2) nounwind readonly {
  /external/llvm/test/Transforms/InstCombine/
2008-05-08-LiveStoreDelete.ll 14 %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly ; <i32> [#uses=1]
23 declare i32 @strlen(i8*) nounwind readonly
PR7357.ll 12 i32 0), i32 %argc) nounwind readonly
17 declare arm_aapcscc i8* @strchr(i8*, i32) nounwind readonly
  /external/llvm/test/Transforms/LICM/
2011-04-06-HoistMissedASTUpdate.ll 6 declare i32* @func_84(i32** nocapture) nounwind readonly
8 declare i32** @func_108(i32*** nocapture) nounwind readonly
  /external/llvm/utils/crosstool/
create-snapshots.sh 14 readonly LLVM_PROJECT_SVN="http://llvm.org/svn/llvm-project"
20 readonly REV="${1:-$(getLatestRevisionFromSVN)}"
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimateMotionElement.java 25 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
34 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathElement.idl 28 readonly attribute SVGAnimatedNumber pathLength;
103 readonly attribute SVGPathSegList pathSegList;
104 readonly attribute SVGPathSegList normalizedPathSegList;
105 readonly attribute SVGPathSegList animatedPathSegList;
106 readonly attribute SVGPathSegList animatedNormalizedPathSegList;
  /external/chromium_org/tools/page_cycler/database/
common.js 32 * readOnly: If true, transactions will be run using the readTransaction()
71 runTransactions(db, params.readOnly, params.transactionCallback);
91 * @param {boolean} readOnly If true, all transactions will be run using the
96 function runTransactions(db, readOnly, transactionCallback) {
98 var transactionFunction = readOnly ? db.readTransaction : db.transaction;
  /external/llvm/test/CodeGen/Mips/
fp-indexed-ls.ll 13 define float @foo0(float* nocapture %b, i32 %o) nounwind readonly {
21 define double @foo1(double* nocapture %b, i32 %o) nounwind readonly {
29 define float @foo2(i32 %b, i32 %c) nounwind readonly {
64 define double @foo6(i32 %b, i32 %c) nounwind readonly {
83 define float @foo8() nounwind readonly {

Completed in 2504 milliseconds

<<11121314151617181920>>