/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
H A D | Annotations.java | 52 public @interface ReadOnly { interface in class:Annotations
|
/external/clang/test/SemaCXX/ |
H A D | bool.cpp | 8 ReadOnly = true enumerator in enum:__anon2905
|
/external/v8/test/cctest/ |
H A D | test-receiver-check-hidden-prototype.cc | 47 v8::ReadOnly); member in class:__anon17653::v8
|
H A D | test-api.cc | 5162 ->DefineOwnProperty(context.local(), prop, v8_num(7), v8::ReadOnly) 5169 CHECK_EQ(v8::ReadOnly, context->Global() 11128 // Configured value of ReadOnly flag. 11150 // Default value of ReadOnly flag. 13041 // Add 'h' as an accessor to the proto template with ReadOnly attributes 13045 v8::Local<Value>(), v8::DEFAULT, v8::ReadOnly); member in class:v8 13047 // Add 'i' as an accessor to the instance template with ReadOnly attributes 13052 v8::ReadOnly); member in class:v8 15722 v8::Integer::New(isolate, 0), v8::ReadOnly) 15725 v8::Integer::New(isolate, 0), v8::ReadOnly) [all...] |
/external/libchrome/sandbox/linux/syscall_broker/ |
H A D | broker_file_permission.h | 28 static BrokerFilePermission ReadOnly(const std::string& path) { function in class:sandbox::syscall_broker::BrokerFilePermission
|
/external/llvm/utils/TableGen/ |
H A D | CodeGenIntrinsics.h | 89 ReadOnly, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
|
/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 119 return K == ReadOnly || isMergeableCString() || 175 static SectionKind getReadOnly() { return get(ReadOnly); }
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | nt_io.c | 497 IN BOOLEAN ReadOnly, 506 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly); 816 IN BOOLEAN ReadOnly, 841 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly); 867 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly); 495 _OpenDriveLetter( IN CHAR Letter, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL ) argument 814 _Ext2OpenDevice( IN PCSTR Name, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL, OUT unsigned *Errno OPTIONAL ) argument
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.h | 153 std::set<unsigned> ReadOnly; member in class:llvm::HexagonMCChecker
|
/external/kernel-headers/original/uapi/linux/ |
H A D | kfd_ioctl.h | 202 uint32_t ReadOnly; /* Write access to a read-only page */ member in struct:kfd_memory_exception_failure
|
/external/pdfium/fpdfsdk/src/jsapi/ |
H A D | fxjs_v8.cpp | 206 v8::ReadOnly); member in class:v8 260 v8::FunctionTemplate::New(pIsolate, pMethodCall), v8::ReadOnly); member in class:v8 272 pDefault, v8::ReadOnly); member in class:v8
|
/external/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1787 bool ReadOnly = true, ReadNone = true; local 1852 ReadOnly = ReadNone = false; 1965 ReadOnly = ReadNone = false; 2020 else if (ReadOnly) 2022 llvm::Attribute::ReadOnly);
|
/external/v8/include/ |
H A D | v8.h | 2578 ReadOnly = 1 << 0, enumerator in enum:v8::PropertyAttribute 2719 * any combination of ReadOnly, DontEnum and DontDelete. Returns 2927 * which can be None or any combination of ReadOnly, DontEnum and DontDelete. 2950 * None or any combination of ReadOnly, DontEnum and DontDelete. 4565 * Sets the ReadOnly flag in the attributes of the 'prototype' property
|