Home
last modified time | relevance | path

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

/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/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()
Dreporter_output_test.cc158 state.SetLabel("some label"); in BM_label()
/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;
Dmenu_model_impl.cc435 bool CefMenuModelImpl::SetLabel(int command_id, const CefString& label) { in SetLabel() function in CefMenuModelImpl
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDebugTest.cpp152 TEST_P(EGLDebugTest, SetLabel) in TEST_P() argument
/third_party/cef/include/
Dcef_menu_model.h207 virtual bool SetLabel(int command_id, const CefString& label) = 0;
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h67 bool SetLabel(int command_id, const CefString& label) override;
Dmenu_model_ctocpp.cc437 bool CefMenuModelCToCpp::SetLabel(int command_id, const CefString& label) { in SetLabel() function in CefMenuModelCToCpp
/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/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/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc168 .def("set_label", (void(State::*)(const char*)) & State::SetLabel) in PYBIND11_MODULE()
/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
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_benchmark.cc184 state.SetLabel(absl::StrFormat("load_factor=%.2f", t.load_factor())); in BM_CacheInSteadyState()
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc456 CefMenuModelCppToC::Get(self)->SetLabel(command_id, CefString(label)); in menu_model_set_label()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_benchmark.cc248 state.SetLabel(absl::StrCat("sz=", size)); in BM_Sizeof()