Home
last modified time | relevance | path

Searched defs:ReadOnly (Results 1 – 25 of 96) sorted by relevance

1234

/external/clang/test/CodeGenObjC/
Dcontinuation-class.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
/external/rust/crates/virtio-drivers/src/
Dvolatile.rs4 pub struct ReadOnly<T: Copy>(T); struct
6 impl<T: Copy> ReadOnly<T> { impl
37 impl<T: Copy> VolatileReadable<T> for *const ReadOnly<T> { implementation
160 impl VolatileReadable<DeviceStatus> for *const ReadOnly<DeviceStatus> { implementation
184 impl VolatileReadable<Status> for *const ReadOnly<Status> { implementation
208 impl<const SIZE: usize> VolatileReadable<[u8; SIZE]> for *const ReadOnly<[u8; SIZE]> { implementation
/external/clang/test/SemaObjC/
Dproperty-category-1.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
Dcontinuation-class-err.m3 @interface ReadOnly interface
13 @interface ReadOnly () interface in readwrite
/external/ComputeLibrary/src/core/CL/
DCLUtils.h40 ReadOnly, enumerator
/external/clang/test/SemaCXX/
Dbool.cpp8 ReadOnly = true enumerator
/external/pigweed/pw_transfer/
Dhandler_test.cc22 TEST(Handlers, ReadOnly) { in TEST() argument
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m7 @property (readonly) int ReadOnly; property
/external/googleapis/google/firestore/v1beta1/
Dcommon.proto64 message ReadOnly { message
/external/googleapis/google/firestore/v1/
Dcommon.proto69 message ReadOnly { message
/external/protobuf/php/tests/proto/
Dtest_php_namespace.proto31 message ReadOnly {} message
/external/libchrome/mojo/public/cpp/base/
Dshared_memory_unittest.cc12 TEST(SharedMemoryMojomTest, ReadOnly) { in TEST() argument
/external/googleapis/google/spanner/v1/
Dtransaction.proto387 message ReadOnly { message
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h73 std::set<unsigned> ReadOnly; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h73 std::set<unsigned> ReadOnly; variable
/external/cronet/components/prefs/
Din_memory_pref_store.cc72 bool InMemoryPrefStore::ReadOnly() const { in ReadOnly() function in InMemoryPrefStore
Din_memory_pref_store_unittest.cc97 TEST_F(InMemoryPrefStoreTest, ReadOnly) { in TEST_F() argument
Dsegregated_pref_store.cc143 bool SegregatedPrefStore::ReadOnly() const { in ReadOnly() function in SegregatedPrefStore
Doverlay_user_pref_store.cc168 bool OverlayUserPrefStore::ReadOnly() const { in ReadOnly() function in OverlayUserPrefStore
/external/llvm/include/llvm/MC/
DSectionKind.h34 ReadOnly, enumerator
/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h111 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone }; enumerator
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c496 IN BOOLEAN ReadOnly, in _OpenDriveLetter()
815 IN BOOLEAN ReadOnly, in _Ext2OpenDevice()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h36 ReadOnly, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DSectionKind.h40 ReadOnly, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h170 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator

1234