Home
last modified time | relevance | path

Searched defs:IsReadOnly (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dmemory_containers.h117 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/
DSemaOpenACC.h53 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 DFileFind.h43 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 DMapField.cs345 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 DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
H A DRepeatedField.cs396 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 DMapField.cs345 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 DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
H A DRepeatedField.cs396 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_loader.cc61 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/
DOpenACCClause.h474 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/
Dshared_memory_handle.h159 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/
Dshared_memory_handle.h159 bool IsReadOnly() const { return read_only_; } in IsReadOnly() function
/aosp_15_r20/external/libchrome/base/memory/
H A Dshared_memory_handle.h156 bool IsReadOnly() const { return read_only_; } in IsReadOnly() function
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dresource.h50 bool IsReadOnly() const { return is_read_only_; } in IsReadOnly() function
Dbuffer_backed_descriptor.cc91 bool BufferBackedDescriptor::IsReadOnly() const { in IsReadOnly() function in amber::vulkan::BufferBackedDescriptor
/aosp_15_r20/test/vts/tests/kernel_proc_file_api_test/
H A Dtarget_file_utils.py116 def IsReadOnly(permission_bits): function
/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h120 bool IsReadOnly() const { return flags_ & DM_READONLY_FLAG; } in IsReadOnly() function
/aosp_15_r20/external/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp26 bool IsReadOnly) { in allocateDataSection()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp436 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
664 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
/aosp_15_r20/external/llvm/tools/lli/
H A DRemoteJITUtils.h98 bool IsReadOnly) override { in allocateDataSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList

123