Home
last modified time | relevance | path

Searched refs:test_label (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstrument_pass.cpp717 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id)); in GetStreamWriteFunctionId() local
719 MakeUnique<BasicBlock>(std::move(test_label)); in GetStreamWriteFunctionId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp717 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id)); in GetStreamWriteFunctionId() local
719 MakeUnique<BasicBlock>(std::move(test_label)); in GetStreamWriteFunctionId()
/third_party/spirv-tools/source/opt/
Dinstrument_pass.cpp771 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id)); in GetStreamWriteFunctionId() local
773 MakeUnique<BasicBlock>(std::move(test_label)); in GetStreamWriteFunctionId()
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py1308 def test_label(self): member in DefaultRootTest
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1847 def test_label(self): member in DefaultRootTest