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/
H A 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
H A Dbuffer_descriptor.cc67 transfer_buffer->SetReadOnly(IsReadOnly()); in CreateResourceIfNeeded()
71 if (!IsReadOnly()) { in CreateResourceIfNeeded()
H A Dbuffer_backed_descriptor.h59 bool IsReadOnly() const;
H A Dresource.h50 bool IsReadOnly() const { return is_read_only_; } in IsReadOnly() function in amber::vulkan::Resource
/third_party/lzma/CPP/Windows/
H A 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 in NWindows::NFile::NFind::CFileInfoBase
138 bool IsReadOnly() const in IsReadOnly() function in NWindows::NFile::NFind::CFileInfoBase
/third_party/node/deps/v8/src/objects/
H A Dproperty-cell-inl.h49 if (!old_details.IsReadOnly() && details.IsReadOnly()) { in UpdatePropertyDetailsExceptCellType()
H A Dlookup.h174 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function in v8::internal::final
H A Dproperty-details.h388 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::PropertyDetails
H A Dobjects.cc2547 if (it->IsReadOnly()) { in SetPropertyInternal()
2588 if (it->IsReadOnly()) { in SetPropertyInternal()
2682 if (own_lookup.IsReadOnly()) { in SetSuperProperty()
2694 if (own_lookup.IsReadOnly()) { in SetSuperProperty()
5310 return js_array_map.instance_descriptors().GetDetails(first).IsReadOnly(); in MayHaveReadOnlyLength()
5324 return it.IsReadOnly(); in HasReadOnlyLength()
6678 (!original_details.IsReadOnly() && details.IsReadOnly())) { in PrepareForAndSetValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection()
26 if (IsReadOnly) in allocateDataSection()
21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) allocateDataSection() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
H A 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
H A DRepeatedField.cs396 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h291 bool IsReadOnly; member in CArc
333 IsReadOnly(false), in CArc()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionRegistry.cs81 bool ICollection<Extension>.IsReadOnly => false;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DExecutionEngine.h159 const char *SectionName, LLVMBool IsReadOnly);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h114 bool IsReadOnly) = 0;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp206 bool IsReadOnly) { in allocateDataSection()
209 IsReadOnly); in allocateDataSection()
202 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, llvm::StringRef SectionName, bool IsReadOnly) allocateDataSection() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h79 bool IsReadOnly) override {
81 SectionName, IsReadOnly);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A 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/
H A 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()
H A Dcompilation-dependencies.cc804 DCHECK_EQ(read_only_, cell_.property_details().IsReadOnly()); in GlobalPropertyDependency()
815 read_only_ == cell->property_details().IsReadOnly();
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/
H A DOrcRemoteTargetClient.h88 bool IsReadOnly) override {
89 if (IsReadOnly) {
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs456 Assert.IsTrue(keys.IsReadOnly); in ViewsAreReadOnly()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs457 Assert.IsTrue(keys.IsReadOnly); in ViewsAreReadOnly()

Completed in 32 milliseconds

12