/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; variable 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_.get()) in WhileEachInst()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; variable 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_.get()) in WhileEachInst()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; variable 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_.get()) in WhileEachInst()
|
/external/pigweed/pw_trace/pw_trace_test/ |
D | fake_backend.h | 52 label_(nullptr), in Event() 66 label_(label), in Event() 83 label_(label), in Event() 93 label_ == rhs.label_ && // 114 const char* label_; variable
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr_test.cc | 36 explicit Resource(const string& label) : label_(label) {} in Resource() 39 string DebugString() const override { return strings::StrCat("R/", label_); } in DebugString() 42 string label_; member in tensorflow::Resource 47 explicit Other(const string& label) : label_(label) {} in Other() 50 string DebugString() const override { return strings::StrCat("O/", label_); } in DebugString() 53 string label_; member in tensorflow::Other
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | basic_block.h | 110 const Instruction* label() const { return label_; } in label() 113 void set_label(const Instruction* t) { label_ = t; } in set_label() 225 const Instruction* label_; variable
|
D | basic_block.cpp | 32 label_(nullptr), in BasicBlock()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | basic_block.h | 110 const Instruction* label() const { return label_; } in label() 113 void set_label(const Instruction* t) { label_ = t; } in set_label() 230 const Instruction* label_; variable
|
D | basic_block.cpp | 32 label_(nullptr), in BasicBlock()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | basic_block.h | 110 const Instruction* label() const { return label_; } in label() 113 void set_label(const Instruction* t) { label_ = t; } in set_label() 225 const Instruction* label_; variable
|
D | basic_block.cpp | 32 label_(nullptr), in BasicBlock()
|
/external/libchrome/ipc/ |
D | ipc_cpu_perftest.cc | 110 label_ = label; in SetTestParams() 129 cpu_logger_ = std::make_unique<PerfCpuLogger>(GetLogTitle(label_, params_)); in OnHello() 196 std::string label_; member in IPC::__anon4c13cc8a0111::ChannelSteadyPingPongListener 273 label_ = label; in RunPingPongServer() 299 cpu_logger_ = std::make_unique<PerfCpuLogger>(GetLogTitle(label_, params_)); in OnHello() 379 std::string label_; member in IPC::__anon4c13cc8a0111::MojoSteadyPingPongTest
|
D | ipc_mojo_perftest.cc | 38 : label_(label), in PerformanceChannelListener() 80 base::StringPrintf("IPC_%s_Perf_%dx_%u", label_.c_str(), msg_count_, in OnHello() 114 std::string label_; member in IPC::__anon422127d70111::PerformanceChannelListener 282 label_ = label; in RunPingPongServer() 308 base::StringPrintf("IPC_%s_Perf_%dx_%zu", label_.c_str(), in OnPong() 356 std::string label_; member in IPC::__anon422127d70111::MojoInterfacePerfTest 421 label_ = label; in RunInterfacePassingServer() 452 "IPC_%s_Perf_%zux_%zu", label_.c_str(), rounds_, num_interfaces_); in OnInitCallback() 524 std::string label_; member in IPC::__anon422127d70111::MojoInterfacePassingPerfTest
|
/external/webrtc/pc/ |
D | rtp_data_channel.h | 82 std::string label() const override { return label_; } in label() 177 const std::string label_; variable
|
D | sctp_data_channel.h | 130 std::string label() const override { return label_; } in label() 255 const std::string label_; variable
|
D | sctp_data_channel.cc | 165 label_(label), in SctpDataChannel() 511 WriteDataChannelOpenMessage(label_, config_, &payload); in UpdateState()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | alphaindex.h | 216 const UnicodeString &getLabel() const { return label_; } in getLabel() 229 UnicodeString label_; variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | alphaindex.h | 216 const UnicodeString &getLabel() const { return label_; } in getLabel() 229 UnicodeString label_; variable
|
/external/ImageMagick/Magick++/lib/ |
D | Montage.cpp | 100 void Magick::Montage::label(const std::string &label_) in label() argument 102 _label=label_; in label()
|
/external/libabigail/src/ |
D | abg-suppression-priv.h | 34 string label_; variable 53 label_(label) in priv() 61 label_(label), in priv()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Montage.h | 57 void label(const std::string &label_);
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.cc | 58 label_(label), in ScopedLoggingTimer() 79 << label_ in StopAndLog()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 59 std::string label_; member in spvtools::val::__anon78e745a80111::Block 70 : label_(label), body_(), type_(type), successors_() {} in Block() 86 out << std::setw(8) << "%" + label_ + " = OpLabel \n"; in operator std::string() 95 out << "%" + b.label_ + " "; in operator std::string() 99 out << "OpSwitch %one %" + successors_.front().label_; in operator std::string() 102 ss << " " << i << " %" << successors_[i].label_; in operator std::string() 108 out << "OpLoopMerge %" + successors_[0].label_ + " %" + in operator std::string() 109 successors_[0].label_ + "None"; in operator std::string() 122 out << "OpBranch %" + successors_.front().label_; in operator std::string()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_cfg_test.cpp | 59 std::string label_; member in spvtools::val::__anonc9b73c1b0111::Block 70 : label_(label), body_(), type_(type), successors_() {} in Block() 86 out << std::setw(8) << "%" + label_ + " = OpLabel \n"; in operator std::string() 95 out << "%" + b.label_ + " "; in operator std::string() 99 out << "OpSwitch %one %" + successors_.front().label_; in operator std::string() 102 ss << " " << i << " %" << successors_[i].label_; in operator std::string() 108 out << "OpLoopMerge %" + successors_[0].label_ + " %" + in operator std::string() 109 successors_[0].label_ + "None"; in operator std::string() 122 out << "OpBranch %" + successors_.front().label_; in operator std::string()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 59 std::string label_; member in spvtools::val::__anonb264a4ae0111::Block 70 : label_(label), body_(), type_(type), successors_() {} in Block() 86 out << std::setw(8) << "%" + label_ + " = OpLabel \n"; in operator std::string() 95 out << "%" + b.label_ + " "; in operator std::string() 99 out << "OpSwitch %one %" + successors_.front().label_; in operator std::string() 102 ss << " " << i << " %" << successors_[i].label_; in operator std::string() 108 out << "OpLoopMerge %" + successors_[0].label_ + " %" + in operator std::string() 109 successors_[0].label_ + "None"; in operator std::string() 122 out << "OpBranch %" + successors_.front().label_; in operator std::string()
|