Searched defs:ReadOnly (Results 1 - 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAnnotations.java52 public @interface ReadOnly { interface in class:Annotations
/external/clang/test/SemaCXX/
H A Dbool.cpp8 ReadOnly = true enumerator in enum:__anon2905
/external/v8/test/cctest/
H A Dtest-receiver-check-hidden-prototype.cc47 v8::ReadOnly); member in class:__anon17653::v8
H A Dtest-api.cc5162 ->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 Dbroker_file_permission.h28 static BrokerFilePermission ReadOnly(const std::string& path) { function in class:sandbox::syscall_broker::BrokerFilePermission
/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h89 ReadOnly, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
/external/llvm/include/llvm/MC/
H A DSectionKind.h36 /// 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 Dnt_io.c497 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 DHexagonMCChecker.h153 std::set<unsigned> ReadOnly; member in class:llvm::HexagonMCChecker
/external/kernel-headers/original/uapi/linux/
H A Dkfd_ioctl.h202 uint32_t ReadOnly; /* Write access to a read-only page */ member in struct:kfd_memory_exception_failure
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp206 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 DCGStmt.cpp1787 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 Dv8.h2578 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

Completed in 853 milliseconds