/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | memory_containers.h | 117 bool IsReadOnly() const override { return true; } in IsReadOnly() function 164 bool IsReadOnly() const override { return false; } in IsReadOnly() function 248 bool IsReadOnly() const override { return false; } in IsReadOnly() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | SemaOpenACC.h | 53 bool IsReadOnly; member 252 void setVarListDetails(ArrayRef<Expr *> VarList, bool IsReadOnly, in setVarListDetails() 288 void setVarListDetails(llvm::SmallVector<Expr *> &&VarList, bool IsReadOnly, in setVarListDetails()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileFind.h | 43 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function 116 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } in IsReadOnly() function 138 bool IsReadOnly() const in IsReadOnly() function
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 345 public bool IsReadOnly { get { return false; } } property in Google.Protobuf.Collections.MapField 693 public bool IsReadOnly { get { return true; } } property in Google.Protobuf.Collections.MapField.MapView
|
H A D | ReadOnlyDictionary.cs | 112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
|
H A D | RepeatedField.cs | 396 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 345 public bool IsReadOnly { get { return false; } } property in Google.Protobuf.Collections.MapField 693 public bool IsReadOnly { get { return true; } } property in Google.Protobuf.Collections.MapField.MapView
|
H A D | ReadOnlyDictionary.cs | 112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
|
H A D | RepeatedField.cs | 396 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file_loader.cc | 61 bool IsReadOnly() const override { return true; } in IsReadOnly() function in art::__anond650976c0111::VectorContainer 89 bool IsReadOnly() const override { return GetPermissions() == PROT_READ; } in IsReadOnly() function in art::__anond650976c0111::MemMapContainer
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | OpenACCClause.h | 474 bool IsReadOnly; variable 477 SourceLocation LParenLoc, bool IsReadOnly, in OpenACCCopyInClause()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/memory/ |
D | shared_memory_handle.h | 159 bool IsReadOnly() const { return read_only_; } in IsReadOnly() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/memory/ |
D | shared_memory_handle.h | 159 bool IsReadOnly() const { return read_only_; } in IsReadOnly() function
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A D | shared_memory_handle.h | 156 bool IsReadOnly() const { return read_only_; } in IsReadOnly() function
|
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | resource.h | 50 bool IsReadOnly() const { return is_read_only_; } in IsReadOnly() function
|
D | buffer_backed_descriptor.cc | 91 bool BufferBackedDescriptor::IsReadOnly() const { in IsReadOnly() function in amber::vulkan::BufferBackedDescriptor
|
/aosp_15_r20/test/vts/tests/kernel_proc_file_api_test/ |
H A D | target_file_utils.py | 116 def IsReadOnly(permission_bits): function
|
/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm.h | 120 bool IsReadOnly() const { return flags_ & DM_READONLY_FLAG; } in IsReadOnly() function
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 26 bool IsReadOnly) { in allocateDataSection()
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 436 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local 664 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
|
/aosp_15_r20/external/llvm/tools/lli/ |
H A D | RemoteJITUtils.h | 98 bool IsReadOnly) override { in allocateDataSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
H A D | HashList.cs | 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList
|