/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | LabelTests.cpp | 43 bindGroup.SetLabel(label.c_str()); in TEST_F() 75 bindGroupLayout.SetLabel(label.c_str()); in TEST_F() 106 buffer.SetLabel(label.c_str()); in TEST_F() 137 commandBuffer.SetLabel(label.c_str()); in TEST_F() 167 encoder.SetLabel(label.c_str()); in TEST_F() 199 encoder.SetLabel(label.c_str()); in TEST_F() 244 externalTexture.SetLabel(label.c_str()); in TEST_F() 277 pipelineLayout.SetLabel(label.c_str()); in TEST_F() 308 querySet.SetLabel(label.c_str()); in TEST_F() 340 encoder.SetLabel(label.c_str()); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | format_benchmark.cc | 37 state.SetLabel(fmt); in BM_Format_FormatTime() 51 state.SetLabel(fmt); in BM_Format_ParseTime()
|
D | duration_benchmark.cc | 414 state.SetLabel(s); in BM_Duration_FormatDuration() 425 state.SetLabel(s); in BM_Duration_ParseDuration()
|
/third_party/abseil-cpp/absl/time/ |
D | format_benchmark.cc | 37 state.SetLabel(fmt); in BM_Format_FormatTime() 51 state.SetLabel(fmt); in BM_Format_ParseTime()
|
D | duration_benchmark.cc | 409 state.SetLabel(s); in BM_Duration_FormatDuration() 420 state.SetLabel(s); in BM_Duration_ParseDuration()
|
/third_party/flutter/engine/flutter/third_party/txt/tests/old/perftests/ |
D | FontCollection.cpp | 49 state.SetLabel(titleBuffer); in BM_FontCollection_hasVariationSelector() 83 state.SetLabel("Itemize: " + ITEMIZE_TEST_CASES[testIndex].labelText); in BM_FontCollection_itemize()
|
/third_party/benchmark/test/ |
D | register_benchmark_test.cc | 84 st.SetLabel(label); in BM_extra_args() 123 st.SetLabel(x); in TestRegistrationAtRuntime()
|
D | benchmark_test.cc | 60 state.SetLabel(ss.str()); in BM_Factorial() 70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | helpers.cc | 59 state.SetLabel(label.c_str()); in Finish()
|
/third_party/cef/libcef/browser/ |
D | simple_menu_model_impl.cc | 248 bool CefSimpleMenuModelImpl::SetLabel(int command_id, const CefString& label) { in SetLabel() function in CefSimpleMenuModelImpl 256 model_->SetLabel(index, label); in SetLabelAt()
|
D | simple_menu_model_impl.h | 79 bool SetLabel(int command_id, const CefString& label) override;
|
D | menu_model_impl.h | 98 bool SetLabel(int command_id, const CefString& label) override;
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDebugTest.cpp | 152 TEST_P(EGLDebugTest, SetLabel) in TEST_P() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDebugTest.cpp | 152 TEST_P(EGLDebugTest, SetLabel) in TEST_P() argument
|
/third_party/cef/libcef_dll/ctocpp/ |
D | menu_model_ctocpp.h | 67 bool SetLabel(int command_id, const CefString& label) override;
|
/third_party/cef/include/ |
D | cef_menu_model.h | 207 virtual bool SetLabel(int command_id, const CefString& label) = 0;
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | cctz_benchmark.cc | 1005 state.SetLabel(fmt); in BM_Format_FormatTime() 1018 state.SetLabel(fmt); in BM_Format_ParseTime()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | cctz_benchmark.cc | 1005 state.SetLabel(fmt); in BM_Format_FormatTime() 1018 state.SetLabel(fmt); in BM_Format_ParseTime()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DestroyTests.cpp | 166 buffer.SetLabel(label.c_str()); in TEST_P()
|
D | DeviceLostTests.cpp | 521 buffer.SetLabel(label.c_str()); in TEST_P()
|
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/ |
D | benchmark.h | 557 void SetLabel(const char* label); 559 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function 560 this->SetLabel(str.c_str()); in SetLabel()
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | benchmark.cc | 168 .def("set_label", (void(State::*)(const char*)) & State::SetLabel) in PYBIND11_MODULE()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 723 void SetLabel(const char* label); 725 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function 726 this->SetLabel(str.c_str()); in SetLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 1036 MCSymbol *SetLabel = Context.createTempSymbol("set", true); in emitAbsoluteSymbolDiff() local 1037 EmitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff() 1038 EmitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
|
/third_party/benchmark/src/ |
D | benchmark.cc | 223 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State
|