/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Instruction.h | 37 struct WriteDescriptor { struct 100 const WriteDescriptor *WD; 150 WriteState(const WriteDescriptor &Desc, MCPhysReg RegID, 349 SmallVector<WriteDescriptor, 4> Writes; // Implicit writes are at the end.
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/ |
D | Instruction.h | 135 struct WriteDescriptor { struct 198 const WriteDescriptor *WD; 248 WriteState(const WriteDescriptor &Desc, MCPhysReg RegID, 448 SmallVector<WriteDescriptor, 2> Writes; // Implicit writes are at the end.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 314 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() 341 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites() 368 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites() 400 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() 690 for (const WriteDescriptor &WD : D.Writes) { in createInstruction()
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_reflection_class.h | 64 void WriteDescriptor(io::Printer* printer);
|
D | csharp_reflection_class.cc | 69 WriteDescriptor(printer); in Generate() 156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_reflection_class.h | 64 void WriteDescriptor(io::Printer* printer);
|
D | csharp_reflection_class.cc | 69 WriteDescriptor(printer); in Generate() 156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_reflection_class.h | 64 void WriteDescriptor(io::Printer* printer);
|
D | csharp_reflection_class.cc | 69 WriteDescriptor(printer); in Generate() 156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 339 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() 366 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites() 393 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites() 417 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() 748 for (const WriteDescriptor &WD : D.Writes) { in createInstruction()
|
/external/lzma/CPP/7zip/Archive/Zip/ |
D | ZipOut.h | 93 void WriteDescriptor(const CItemOut &item);
|
D | ZipOut.cpp | 247 WriteDescriptor(item); in WriteLocalHeader_Replace() 263 void COutArchive::WriteDescriptor(const CItemOut &item) in WriteDescriptor() function in NArchive::NZip::COutArchive
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | gatt_remote_service_server.h | 66 void WriteDescriptor(uint64_t _id,
|
D | gatt2_remote_service_server.h | 80 void WriteDescriptor(::fuchsia::bluetooth::gatt2::Handle handle,
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/ |
D | client.h | 211 void WriteDescriptor(Handle handle,
|
D | client2.h | 218 virtual async2::OnceReceiver<pw::expected<void, Error>> WriteDescriptor(
|
/external/leveldb/db/ |
D | repair.cc | 75 status = WriteDescriptor(); in Run() 348 Status WriteDescriptor() { in WriteDescriptor() function in leveldb::__anon5f9727000111::Repairer
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | gatt_remote_service_server.cc | 253 void GattRemoteServiceServer::WriteDescriptor( in WriteDescriptor() function in bthost::GattRemoteServiceServer 259 service_->WriteDescriptor( in WriteDescriptor()
|
D | gatt2_remote_service_server_test.cc | 1032 service_proxy()->WriteDescriptor( in TEST_F() 1049 service_proxy()->WriteDescriptor( in TEST_F() 1065 service_proxy()->WriteDescriptor( in TEST_F() 1116 service_proxy()->WriteDescriptor( in TEST_F() 1174 service_proxy()->WriteDescriptor( in TEST_F() 1240 service_proxy()->WriteDescriptor( in TEST_F()
|
D | gatt2_remote_service_server.cc | 387 void Gatt2RemoteServiceServer::WriteDescriptor( in WriteDescriptor() function in bthost::Gatt2RemoteServiceServer 416 service_->WriteDescriptor(handle, std::move(value), std::move(write_cb)); in WriteDescriptor()
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/ |
D | remote_service.h | 189 void WriteDescriptor(DescriptorHandle id,
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
D | remote_service.cc | 364 void RemoteService::WriteDescriptor(DescriptorHandle id, in WriteDescriptor() function in bt::gatt::RemoteService
|
D | remote_service_manager_test.cc | 2619 service->WriteDescriptor( in TEST_F() 2635 service->WriteDescriptor( in TEST_F() 2655 service->WriteDescriptor( in TEST_F() 2688 service->WriteDescriptor(kDescrHandle, kValue, [&](att::Result<> cb_status) { in TEST_F()
|
D | local_service_manager_test.cc | 894 TEST(LocalServiceManagerTest, WriteDescriptor) { in TEST() argument
|