Home
last modified time | relevance | path

Searched refs:SetLabel (Results 1 – 25 of 76) sorted by relevance

1234

/external/openscreen/third_party/abseil/src/absl/time/
Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
/external/abseil-cpp/absl/time/
Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
/external/libtextclassifier/abseil-cpp/absl/time/
Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
/external/webrtc/third_party/abseil-cpp/absl/time/
Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
/external/angle/third_party/abseil-cpp/absl/time/
Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
/external/tensorflow/tensorflow/core/kernels/
Dsplit_op_test.cc51 state.SetLabel(label); \
66 state.SetLabel(label); \
Deigen_benchmark_cpu_test.cc126 state.SetLabel(LABEL); \
134 state.SetLabel(LABEL); \
143 state.SetLabel(LABEL); \
357 state.SetLabel(LABEL); \
365 state.SetLabel(LABEL); \
374 state.SetLabel(LABEL); \
Dsplit_v_op_test.cc80 state.SetLabel(label); \
98 state.SetLabel(label); \
Dnn_ops_test.cc113 state.SetLabel( in BM_ConvFloat()
117 state.SetLabel(label); in BM_ConvFloat()
522 state.SetLabel( in BM_ConvFloatDepthwise()
526 state.SetLabel(label); in BM_ConvFloatDepthwise()
808 state.SetLabel(label); in BM_LRNFloat()
888 state.SetLabel(label); in BM_AvgPool()
991 state.SetLabel(label); in BM_AvgPoolBk()
1082 state.SetLabel(label); in BM_MaxPool()
1159 state.SetLabel(label); in BM_MaxPoolBk()
1256 state.SetLabel(label); in BM_ReluFloat()
[all …]
/external/llvm-project/llvm/utils/benchmark/test/
Dregister_benchmark_test.cc82 st.SetLabel(label); in BM_extra_args()
121 st.SetLabel(x); in TestRegistrationAtRuntime()
Dbenchmark_test.cc60 state.SetLabel(ss.str()); in BM_Factorial()
70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
/external/google-benchmark/test/
Dregister_benchmark_test.cc84 st.SetLabel(label); in BM_extra_args()
123 st.SetLabel(x); in TestRegistrationAtRuntime()
Dbenchmark_test.cc60 state.SetLabel(ss.str()); in BM_Factorial()
70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dregister_benchmark_test.cc84 st.SetLabel(label); in BM_extra_args()
123 st.SetLabel(x); in TestRegistrationAtRuntime()
Dbenchmark_test.cc60 state.SetLabel(ss.str()); in BM_Factorial()
70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
/external/libcxx/utils/google-benchmark/test/
Dregister_benchmark_test.cc84 st.SetLabel(label); in BM_extra_args()
123 st.SetLabel(x); in TestRegistrationAtRuntime()
Dbenchmark_test.cc60 state.SetLabel(ss.str()); in BM_Factorial()
70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.h129 void SetLabel(const std::string& label);
217 void SetLabel(absl::string_view label);
Dtest_benchmark.cc297 void SetLabel(const std::string& l) { label = l; } in SetLabel() function
335 void State::SetLabel(absl::string_view label) { in SetLabel() function in testing::benchmark::State
336 ::tensorflow::testing::SetLabel(std::string(label)); in SetLabel()
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py488 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP)
492 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_STOP)
496 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)
500 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_PLAYSEG)
503 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_PLAYMIDI)
507 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)
509 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_RESUME)
511 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)
601 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)
602 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP)
[all …]
DJetPreview.py91 button.SetLabel(JetDefs.BUT_UNMUTE)
94 button.SetLabel(JetDefs.BUT_MUTE)
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding_test.cc189 state.SetLabel(strings::StrCat("Bytes: ", bytes)); in BM_TensorResponse()
205 state.SetLabel(strings::StrCat("Bytes: ", bytes)); in BM_TensorViaTensorProto()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dhelpers.cc33 state.SetLabel(label.c_str()); in Finish()
/external/tensorflow/tensorflow/core/util/
Dbcast_test.cc689 state.SetLabel("same_shapes"); in BM_BCastSetup()
694 state.SetLabel("different_shapes"); in BM_BCastSetup()

1234