Home
last modified time | relevance | path

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

123456

/external/clang/test/CodeGenObjC/
Dcontinuation-class.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly 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/rust/android-crates-io/crates/virtio-drivers-and-devices/src/
Dvolatile.rs4 pub struct ReadOnly<T: Copy>(pub(crate) T); struct
6 impl<T: Copy> ReadOnly<T> { impl
36 impl<T: Copy> VolatileReadable<T> for *const ReadOnly<T> { implementation
Dconfig.rs9 pub struct ReadOnly<T: Copy + FromBytes>(pub T); struct
11 impl<T: Copy + FromBytes> ReadOnly<T> { impl
48 impl<T: Copy + FromBytes> ConfigReadable<T> for ReadOnly<T> {} implementation
/external/rust/android-crates-io/crates/virtio-drivers/src/
Dvolatile.rs4 pub struct ReadOnly<T: Copy>(pub(crate) T); struct
6 impl<T: Copy> ReadOnly<T> { implementation
37 impl<T: Copy> VolatileReadable<T> for *const ReadOnly<T> { implementation
160 impl VolatileReadable<DeviceStatus> for *const ReadOnly<DeviceStatus> { implementation
Dconfig.rs9 pub struct ReadOnly<T: Copy + FromBytes>(pub T); struct
11 impl<T: Copy + FromBytes> ReadOnly<T> { implementation
48 impl<T: Copy + FromBytes> ConfigReadable<T> for ReadOnly<T> {} implementation
/external/rust/android-crates-io/crates/safe-mmio/src/
Dfields.rs13 pub struct ReadOnly<T>(pub T); struct
/external/ComputeLibrary/src/core/CL/
DCLUtils.h40 ReadOnly, enumerator
/external/clang/test/SemaCXX/
Dbool.cpp8 ReadOnly = true enumerator
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m7 @property (readonly) int ReadOnly; property
/external/pigweed/pw_transfer/
Dhandler_test.cc22 TEST(Handlers, ReadOnly) { in TEST() argument
/external/googleapis/google/firestore/v1/
Dcommon.proto69 message ReadOnly { message
/external/googleapis/google/firestore/v1beta1/
Dcommon.proto64 message ReadOnly { message
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Guid/
DFileSystemInfo.h27 BOOLEAN ReadOnly; member
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/
DFileSystemInfo.h33 BOOLEAN ReadOnly; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Guid/
DFileSystemInfo.h27 BOOLEAN ReadOnly; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Guid/
DFileSystemInfo.h27 BOOLEAN ReadOnly; member
/external/protobuf/php/tests/proto/
Dtest_php_namespace.proto31 message ReadOnly {} message
/external/cronet/stable/third_party/protobuf/php/tests/proto/
Dtest_php_namespace.proto31 message ReadOnly {} message
/external/cronet/tot/third_party/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/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/
DBlockIo2.h62 BOOLEAN ReadOnly; member
/external/googleapis/google/spanner/v1/
Dtransaction.proto387 message ReadOnly { message
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
DBlockIo2.h56 BOOLEAN ReadOnly; member

123456