Home
last modified time | relevance | path

Searched refs:label_ (Results 1 – 25 of 61) sorted by relevance

123

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h75 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/
Dbasic_block.h75 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/spirv-tools/src/source/opt/
Dbasic_block.h75 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/webrtc/webrtc/base/
Dsocketadapters.cc857 label_.append("["); in LoggingSocketAdapter()
858 label_.append(label); in LoggingSocketAdapter()
859 label_.append("]"); in LoggingSocketAdapter()
865 LogMultiline(level_, label_.c_str(), false, pv, res, hex_mode_, &lms_); in Send()
873 LogMultiline(level_, label_.c_str(), false, pv, res, hex_mode_, &lms_); in SendTo()
880 LogMultiline(level_, label_.c_str(), true, pv, res, hex_mode_, &lms_); in Recv()
887 LogMultiline(level_, label_.c_str(), true, pv, res, hex_mode_, &lms_); in RecvFrom()
892 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_); in Close()
893 LogMultiline(level_, label_.c_str(), true, NULL, 0, hex_mode_, &lms_); in Close()
894 LOG_V(level_) << label_ << " Closed locally"; in Close()
[all …]
Dstream.cc914 label_.assign("["); in set_label()
915 label_.append(label); in set_label()
916 label_.append("]"); in set_label()
925 LogMultiline(level_, label_.c_str(), true, buffer, *read, hex_mode_, &lms_); in Read()
937 LogMultiline(level_, label_.c_str(), false, data, *written, hex_mode_, in Write()
944 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_); in Close()
945 LogMultiline(level_, label_.c_str(), true, NULL, 0, hex_mode_, &lms_); in Close()
946 LOG_V(level_) << label_ << " Closed locally"; in Close()
952 LOG_V(level_) << label_ << " Open"; in OnEvent()
954 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_); in OnEvent()
[all …]
Dsocketpool.cc239 : pool_(pool), level_(level), label_(label), binary_mode_(binary_mode) { in LoggingPoolAdapter()
254 ss << label_ << "(0x" << std::setfill('0') << std::hex << std::setw(8) in RequestConnectedStream()
Dsocketpool.h133 std::string label_; variable
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr_test.cc34 explicit Resource(const string& label) : label_(label) {} in Resource()
37 string DebugString() const override { return strings::StrCat("R/", label_); } in DebugString()
40 string label_; member in tensorflow::Resource
45 explicit Other(const string& label) : label_(label) {} in Other()
48 string DebugString() const override { return strings::StrCat("O/", label_); } in DebugString()
51 string label_; member in tensorflow::Other
/external/libchrome/ipc/
Dipc_cpu_perftest.cc110 label_ = label; in SetTestParams()
129 cpu_logger_ = std::make_unique<PerfCpuLogger>(GetLogTitle(label_, params_)); in OnHello()
196 std::string label_; member in IPC::__anondc12ad2e0111::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::__anondc12ad2e0111::MojoSteadyPingPongTest
Dipc_mojo_perftest.cc38 : 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::__anond1fc1cfb0111::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::__anond1fc1cfb0111::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::__anond1fc1cfb0111::MojoInterfacePassingPerfTest
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h113 const Instruction* label() const { return label_; } in label()
116 void set_label(const Instruction* t) { label_ = t; } in set_label()
228 const Instruction* label_; variable
Dbasic_block.cpp32 label_(nullptr), in BasicBlock()
/external/angle/third_party/spirv-tools/src/source/val/
Dbasic_block.h113 const Instruction* label() const { return label_; } in label()
116 void set_label(const Instruction* t) { label_ = t; } in set_label()
228 const Instruction* label_; variable
Dbasic_block.cpp32 label_(nullptr), in BasicBlock()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h113 const Instruction* label() const { return label_; } in label()
116 void set_label(const Instruction* t) { label_ = t; } in set_label()
228 const Instruction* label_; variable
/external/webrtc/talk/app/webrtc/
Dmediastream.h45 std::string label() const override { return label_; } in label()
68 std::string label_; variable
Ddatachannel.h137 virtual std::string label() const { return label_; } in label()
259 std::string label_; variable
Dmediastream.cc53 : label_(label) { in MediaStream()
/external/v8/src/compiler/
Dcode-assembler.cc866 raw_assembler()->Continuations(node, success.label_, exception.label_); in HandleException()
1137 raw_assembler()->Goto(label->label_); in Goto()
1163 return raw_assembler()->Branch(condition, true_label->label_, in Branch()
1164 false_label->label_); in Branch()
1217 labels[i] = case_labels[i]->label_; in Switch()
1221 return raw_assembler()->Switch(index, default_label->label_, case_values, in Switch()
1374 label_(nullptr) { in CodeAssemblerLabel()
1375 label_ = assembler->zone()->New<RawMachineLabel>( in CodeAssemblerLabel()
1383 CodeAssemblerLabel::~CodeAssemblerLabel() { label_->~RawMachineLabel(); } in ~CodeAssemblerLabel()
1431 str << "\n# Target block: " << *label_->block(); in MergeVariables()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h216 const UnicodeString &getLabel() const { return label_; } in getLabel()
229 UnicodeString label_; variable
/external/ImageMagick/Magick++/lib/
DMontage.cpp100 void Magick::Montage::label(const std::string &label_) in label() argument
102 _label=label_; in label()
/external/v8/src/compiler/backend/
Dcode-generator-impl.h213 Label* label() { return &label_; } in label()
229 Label label_; variable
/external/v8/include/
Dv8-util.h280 : isolate_(isolate), label_(nullptr) {}
282 : isolate_(isolate), label_(label) {}
325 persistent->AnnotateStrongRetainer(label_);
344 const char* label_;
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h57 void label(const std::string &label_);
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc56 label_(label), in ScopedLoggingTimer()
77 << label_ in StopAndLog()

123