/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | buffer_backed_descriptor.cc | 45 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
|
D | buffer_descriptor.cc | 67 transfer_buffer->SetReadOnly(IsReadOnly()); in CreateResourceIfNeeded() 71 if (!IsReadOnly()) { in CreateResourceIfNeeded()
|
D | buffer_backed_descriptor.h | 59 bool IsReadOnly() const;
|
D | resource.h | 50 bool IsReadOnly() const { return is_read_only_; } in IsReadOnly() function
|
/third_party/lzma/CPP/Windows/ |
D | FileFind.h | 43 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/ |
D | property-cell-inl.h | 49 if (!old_details.IsReadOnly() && details.IsReadOnly()) { in UpdatePropertyDetailsExceptCellType()
|
D | lookup.h | 174 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
|
D | property-details.h | 388 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/ |
D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection() argument 26 if (IsReadOnly) in allocateDataSection()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 291 bool IsReadOnly; variable 333 IsReadOnly(false), in CArc()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | ReadOnlyDictionary.cs | 112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
|
D | MapField.cs | 345 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
|
D | RepeatedField.cs | 396 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 206 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/ |
D | ExecutionEngine.h | 159 const char *SectionName, LLVMBool IsReadOnly);
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ExtensionRegistry.cs | 81 bool ICollection<Extension>.IsReadOnly => false;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 79 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/ |
D | RuntimeDyld.h | 114 bool IsReadOnly) = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 541 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/ |
D | access-info.cc | 492 if (details.IsReadOnly() && !details.IsConfigurable()) { in ComputeDataFieldAccessInfo() 768 if (details.IsReadOnly()) return Invalid(); in ComputePropertyAccessInfo() 1105 if (details.IsReadOnly()) return Invalid(); in LookupTransition()
|
D | compilation-dependencies.cc | 804 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/ |
D | OrcRemoteTargetClient.h | 88 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/ |
D | MapFieldTest.cs | 456 Assert.IsTrue(keys.IsReadOnly); in ViewsAreReadOnly()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 457 Assert.IsTrue(keys.IsReadOnly); in ViewsAreReadOnly()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-graph-builder.cc | 327 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) { in MAGLEV_UNIMPLEMENTED_BYTECODE()
|