/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
H A D | Annotations.java | 52 public @interface ReadOnly { interface in class:Annotations
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
H A D | V8ImageDataCustom.cpp | 49 wrapper->Set(v8::String::NewSymbol("data"), pixelArray, v8::ReadOnly); member in class:WebCore::v8
|
/external/clang/test/SemaCXX/ |
H A D | bool.cpp | 6 ReadOnly = true enumerator in enum:__anon16422
|
/external/chromium/chrome/browser/prefs/ |
H A D | overlay_persistent_pref_store.cc | 77 bool OverlayPersistentPrefStore::ReadOnly() const { function in class:OverlayPersistentPrefStore
|
H A D | testing_pref_store.cc | 52 bool TestingPrefStore::ReadOnly() const { function in class:TestingPrefStore
|
H A D | pref_service.cc | 438 bool PrefService::ReadOnly() const { function in class:PrefService 439 return user_pref_store_->ReadOnly();
|
/external/chromium_org/android_webview/browser/ |
H A D | aw_pref_store.cc | 58 bool AwPrefStore::ReadOnly() const { function in class:AwPrefStore
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
H A D | V8DOMConfiguration.cpp | 46 functionDescriptor->Set(v8::String::NewSymbol(constant->name), v8::Integer::New(constant->value, isolate), v8::ReadOnly); member in class:WebCore::v8 47 prototype->Set(v8::String::NewSymbol(constant->name), v8::Integer::New(constant->value, isolate), v8::ReadOnly); member in class:WebCore::v8
|
/external/chromium_org/base/prefs/ |
H A D | overlay_user_pref_store.cc | 101 bool OverlayUserPrefStore::ReadOnly() const { function in class:OverlayUserPrefStore
|
H A D | testing_pref_store.cc | 59 bool TestingPrefStore::ReadOnly() const { function in class:TestingPrefStore
|
H A D | json_pref_store.cc | 228 bool JsonPrefStore::ReadOnly() const { function in class:JsonPrefStore
|
H A D | pref_service.cc | 207 bool PrefService::ReadOnly() const { function in class:PrefService 208 return user_pref_store_->ReadOnly();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | HitTestRequest.h | 31 ReadOnly = 1 << 1, enumerator in enum:WebCore::HitTestRequest::RequestType 52 bool readOnly() const { return m_requestType & ReadOnly; }
|
/external/llvm/utils/TableGen/ |
H A D | CodeGenIntrinsics.h | 81 ReadOnly, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
|
/external/chromium/chrome/common/ |
H A D | json_pref_store.cc | 189 bool JsonPrefStore::ReadOnly() const { function in class:JsonPrefStore
|
/external/chromium_org/v8/test/cctest/ |
H A D | test-accessors.cc | 181 v8::ReadOnly); member in class:v8
|
/external/v8/test/cctest/ |
H A D | test-accessors.cc | 176 v8::ReadOnly); member in class:v8
|
H A D | test-api.cc | 2454 context->Global()->Set(prop, v8_num(7), v8::ReadOnly); 2456 CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop)); 7836 // Configured value of ReadOnly flag. 7849 // Default value of ReadOnly flag. 10278 // Add 'h' as an accessor to the proto template with ReadOnly attributes 10282 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8 10284 // Add 'i' as an accessor to the instance template with ReadOnly attributes 10288 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8 12149 global_proto->Set(v8_str("x"), v8::Integer::New(0), v8::ReadOnly); member in class:v8 12150 global_proto->Set(v8_str("y"), v8::Integer::New(0), v8::ReadOnly); member in class:v8 15990 obj->Set(v8_str("1"), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8 15993 obj->Set(v8_num(2), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8 15998 obj->Set(v8_str("2000000000"), v8_str("DONT_CHANGE"), v8::ReadOnly); member in class:v8 [all...] |
/external/llvm/include/llvm/IR/ |
H A D | Attributes.h | 92 ReadOnly, ///< Function only reads from memory enumerator in enum:llvm::Attribute::AttrKind
|
/external/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 36 /// ReadOnly - Data that is never written to at program runtime by the 39 ReadOnly, enumerator in enum:llvm::SectionKind::Kind 141 return K == ReadOnly || isMergeableCString() || 209 static SectionKind getReadOnly() { return get(ReadOnly); }
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | nt_io.c | 498 IN BOOLEAN ReadOnly, 507 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly); 817 IN BOOLEAN ReadOnly, 842 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly); 868 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly); 496 _OpenDriveLetter( IN CHAR Letter, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL ) argument 815 _Ext2OpenDevice( IN PCSTR Name, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL, OUT unsigned *Errno OPTIONAL ) argument
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
H A D | GraphicsContext.h | 66 ReadOnly, enumerator in enum:WebCore::GraphicsContext::AccessMode 87 const SkBitmap& layerBitmap(AccessMode = ReadOnly) const;
|
/external/v8/src/ |
H A D | d8.cc | 421 array->Set(String::New(kArrayBufferReferencePropName), args[0], ReadOnly); local 425 array->Set(String::New(kArrayBufferMarkerPropName), True(), ReadOnly); local 442 Int32::New(static_cast<int32_t>(length)), ReadOnly);
|
/external/v8/include/ |
H A D | v8.h | 1394 ReadOnly = 1 << 0, enumerator in enum:v8::PropertyAttribute 1476 * any combination of ReadOnly, DontEnum and DontDelete. Returns 2262 * Sets the ReadOnly flag in the attributes of the 'prototype' property
|
/external/chromium_org/v8/include/ |
H A D | v8.h | 2011 ReadOnly = 1 << 0, enumerator in enum:v8::PropertyAttribute 2099 * any combination of ReadOnly, DontEnum and DontDelete. Returns 3415 * Sets the ReadOnly flag in the attributes of the 'prototype' property
|