/external/clang/test/CodeGenObjC/ |
D | continuation-class.m | 7 @interface ReadOnly : Object interface 16 @interface ReadOnly () interface in readwrite 21 @implementation ReadOnly implementation 30 ReadOnly *test = [ReadOnly new];
|
/external/clang/test/SemaObjC/ |
D | property-category-1.m | 7 @interface ReadOnly : Object interface 16 @interface ReadOnly () interface in readwrite 21 @implementation ReadOnly implementation 31 ReadOnly *test = [ReadOnly new];
|
D | continuation-class-err.m | 3 @interface ReadOnly interface 13 @interface ReadOnly () interface in readwrite 15 … expected-error {{illegal redeclaration of property in class extension 'ReadOnly' (attribute must …
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8DOMConfiguration.cpp | 91 …:New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants() 92 …:New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants() 95 …gned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants() 96 …gned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants() 100 …:New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants() 101 …:New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants() 104 …Utf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants() 105 …Utf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstants() 116 …ter, 0, v8::Handle<v8::Value>(), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstant() 117 …ter, 0, v8::Handle<v8::Value>(), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)… in installConstant()
|
/external/chromium_org/base/prefs/ |
D | json_pref_store_unittest.cc | 122 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() 139 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() 153 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() 240 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() 282 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() 322 ASSERT_FALSE(pref_store->ReadOnly()); in TEST_F() 373 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() 395 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() 454 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() 467 EXPECT_FALSE(pref_store->ReadOnly()); in TEST_F() [all …]
|
D | persistent_pref_store.h | 52 virtual bool ReadOnly() const = 0;
|
D | testing_pref_store.h | 39 virtual bool ReadOnly() const OVERRIDE;
|
D | overlay_user_pref_store.h | 47 virtual bool ReadOnly() const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestRequest.h | 31 ReadOnly = 1 << 1, enumerator 50 bool readOnly() const { return m_requestType & ReadOnly; } in readOnly()
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 39 ReadOnly, enumerator 141 return K == ReadOnly || isMergeableCString() || in isReadOnly() 209 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGGeometryElement.cpp | 55 HitTestRequest request(HitTestRequest::ReadOnly); in isPointInFill() 69 HitTestRequest request(HitTestRequest::ReadOnly); in isPointInStroke()
|
/external/chromium_org/chrome/browser/prefs/tracked/ |
D | segregated_pref_store.cc | 107 bool SegregatedPrefStore::ReadOnly() const { in ReadOnly() function in SegregatedPrefStore 108 return selected_pref_store_->ReadOnly() || in ReadOnly() 109 default_pref_store_->ReadOnly(); in ReadOnly()
|
D | segregated_pref_store.h | 64 virtual bool ReadOnly() const OVERRIDE;
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 249 Attribute::ReadOnly); 252 addFnAttr(Attribute::ReadOnly); 331 AttributeSets.hasAttribute(n, Attribute::ReadOnly); 334 addAttribute(n, Attribute::ReadOnly);
|
/external/clang/test/SemaCXX/ |
D | bool.cpp | 8 ReadOnly = true enumerator
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ViewportAnchor.cpp | 54 …Node* node = eventHandler->hitTestResultAtPoint(point, HitTestRequest::ReadOnly | HitTestRequest::… in findNonEmptyAnchorNode() 63 …node = eventHandler->hitTestResultAtPoint(point + pointOffset, HitTestRequest::ReadOnly | HitTestR… in findNonEmptyAnchorNode()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 672 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active); in handleMouseDraggedEvent() 691 … HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::Move); in updateSelectionForMouseDrag() 1012 HitTestRequest request(HitTestRequest::ReadOnly); in updateCursor() 1296 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active); in handleMousePressEvent() 1307 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active); in handleMousePressEvent() 1422 hitType |= HitTestRequest::ReadOnly; in handleMouseMoveOrLeaveEvent() 1427 hitType |= HitTestRequest::Active | HitTestRequest::ReadOnly; in handleMouseMoveOrLeaveEvent() 1690 HitTestRequest request(HitTestRequest::ReadOnly); in updateDragAndDrop() 1936 HitTestRequest request(HitTestRequest::ReadOnly); in isInsideScrollbar() 1966 HitTestRequest request(HitTestRequest::ReadOnly); in handleWheelEvent() [all …]
|
D | EventHandler.h | 110 … HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active, 269 …outPoint&, HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest:…
|
/external/llvm/utils/TableGen/ |
D | CodeGenIntrinsics.h | 85 ReadOnly, enumerator
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrLen() 73 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNLen() 101 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrChr() 130 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNCmp() 240 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemChr() 270 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemCmp()
|
/external/chromium_org/android_webview/browser/ |
D | aw_pref_store.h | 40 virtual bool ReadOnly() const OVERRIDE;
|
D | aw_pref_store.cc | 55 bool AwPrefStore::ReadOnly() const { in ReadOnly() function in AwPrefStore
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 497 IN BOOLEAN ReadOnly, in _OpenDriveLetter() argument 506 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly); in _OpenDriveLetter() 816 IN BOOLEAN ReadOnly, in _Ext2OpenDevice() argument 841 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly); in _Ext2OpenDevice() 867 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly); in _Ext2OpenDevice()
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/ |
D | V8SQLResultSetRowListCustom.cpp | 87 …List->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly)); in itemMethodCustom()
|
/external/chromium_org/v8/test/mjsunit/ |
D | mirror-regexp.js | 31 var all_attributes = debug.PropertyAttribute.ReadOnly |
|