Home
last modified time | relevance | path

Searched defs:ReadOnly (Results 1 – 25 of 77) 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
36 impl<T: Copy> VolatileReadable<T> for *const ReadOnly<T> { 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/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/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/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
Dtesting_pref_store.cc83 bool TestingPrefStore::ReadOnly() const { in ReadOnly() function in TestingPrefStore
Djson_pref_store.cc269 bool JsonPrefStore::ReadOnly() const { in ReadOnly() function in JsonPrefStore
Dpref_service.cc261 bool PrefService::ReadOnly() const { in ReadOnly() function in PrefService
/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-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h166 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h152 std::set<unsigned> ReadOnly; variable
/external/rust/crates/libsqlite3-sys/src/
Derror.rs22 ReadOnly, enumerator

1234