Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp43 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/
Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
Dduration_benchmark.cc414 state.SetLabel(s); in BM_Duration_FormatDuration()
425 state.SetLabel(s); in BM_Duration_ParseDuration()
/third_party/abseil-cpp/absl/time/
Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
Dduration_benchmark.cc409 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/
DFontCollection.cpp49 state.SetLabel(titleBuffer); in BM_FontCollection_hasVariationSelector()
83 state.SetLabel("Itemize: " + ITEMIZE_TEST_CASES[testIndex].labelText); in BM_FontCollection_itemize()
/third_party/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()
/third_party/grpc/test/cpp/microbenchmarks/
Dhelpers.cc59 state.SetLabel(label.c_str()); in Finish()
/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.cc248 bool CefSimpleMenuModelImpl::SetLabel(int command_id, const CefString& label) { in SetLabel() function in CefSimpleMenuModelImpl
256 model_->SetLabel(index, label); in SetLabelAt()
Dsimple_menu_model_impl.h79 bool SetLabel(int command_id, const CefString& label) override;
Dmenu_model_impl.h98 bool SetLabel(int command_id, const CefString& label) override;
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDebugTest.cpp152 TEST_P(EGLDebugTest, SetLabel) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDebugTest.cpp152 TEST_P(EGLDebugTest, SetLabel) in TEST_P() argument
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h67 bool SetLabel(int command_id, const CefString& label) override;
/third_party/cef/include/
Dcef_menu_model.h207 virtual bool SetLabel(int command_id, const CefString& label) = 0;
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dcctz_benchmark.cc1005 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/
Dcctz_benchmark.cc1005 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/
DDestroyTests.cpp166 buffer.SetLabel(label.c_str()); in TEST_P()
DDeviceLostTests.cpp521 buffer.SetLabel(label.c_str()); in TEST_P()
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h557 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/
Dbenchmark.cc168 .def("set_label", (void(State::*)(const char*)) & State::SetLabel) in PYBIND11_MODULE()
/third_party/benchmark/include/benchmark/
Dbenchmark.h723 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/
DMCStreamer.cpp1036 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/
Dbenchmark.cc223 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State

12