Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dbuffer_backed_descriptor.cc45 if (!transfer_resource->IsReadOnly()) in RecordCopyBufferDataToTransferResourceIfNeeded()
55 if (!transfer_resource->IsReadOnly()) { in RecordCopyTransferResourceToHost()
66 if (transfer_resource->IsReadOnly()) { in MoveTransferResourceToBufferOutput()
91 bool BufferBackedDescriptor::IsReadOnly() const { in IsReadOnly() function in amber::vulkan::BufferBackedDescriptor
Dbuffer_descriptor.cc67 transfer_buffer->SetReadOnly(IsReadOnly()); in CreateResourceIfNeeded()
71 if (!IsReadOnly()) { in CreateResourceIfNeeded()
Dbuffer_backed_descriptor.h59 bool IsReadOnly() const;
Dresource.h50 bool IsReadOnly() const { return is_read_only_; } in IsReadOnly() function
/third_party/lzma/CPP/Windows/
DFileFind.h43 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function
56 v |= ((IsReadOnly(attrib) && !IsDir(attrib)) ? 0555 : 0777); in Get_PosixMode_From_WinAttrib()
116 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } in IsReadOnly() function
138 bool IsReadOnly() const in IsReadOnly() function
/third_party/node/deps/v8/src/objects/
Dproperty-cell-inl.h49 if (!old_details.IsReadOnly() && details.IsReadOnly()) { in UpdatePropertyDetailsExceptCellType()
Dlookup.h174 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
Dproperty-details.h388 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.h291 bool IsReadOnly; variable
333 IsReadOnly(false), in CArc()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs345 public bool IsReadOnly { get { return false; } } property in Google.Protobuf.Collections.MapField
772 public bool IsReadOnly { get { return true; } } property in Google.Protobuf.Collections.MapField.MapView
DRepeatedField.cs396 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp206 bool IsReadOnly) { in allocateDataSection() argument
209 IsReadOnly); in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DExecutionEngine.h159 const char *SectionName, LLVMBool IsReadOnly);
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs81 bool ICollection<Extension>.IsReadOnly => false;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h79 bool IsReadOnly) override { in allocateDataSection() argument
81 SectionName, IsReadOnly); in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h114 bool IsReadOnly) = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp541 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
572 } else if (IsReadOnly) { in computeTotalAllocSize()
784 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
839 Name, IsReadOnly); in emitSection()
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc492 if (details.IsReadOnly() && !details.IsConfigurable()) { in ComputeDataFieldAccessInfo()
768 if (details.IsReadOnly()) return Invalid(); in ComputePropertyAccessInfo()
1105 if (details.IsReadOnly()) return Invalid(); in LookupTransition()
Dcompilation-dependencies.cc804 DCHECK_EQ(read_only_, cell_.property_details().IsReadOnly()); in GlobalPropertyDependency()
815 read_only_ == cell->property_details().IsReadOnly(); in IsValid()
1093 bool read_only = cell.property_details().IsReadOnly(); in DependOnGlobalProperty()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h88 bool IsReadOnly) override { in allocateDataSection() argument
89 if (IsReadOnly) { in allocateDataSection()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs456 Assert.IsTrue(keys.IsReadOnly); in ViewsAreReadOnly()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs457 Assert.IsTrue(keys.IsReadOnly); in ViewsAreReadOnly()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc327 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) { in MAGLEV_UNIMPLEMENTED_BYTECODE()

12