Home
last modified time | relevance | path

Searched defs:test_label (Results 1 – 6 of 6) sorted by relevance

/external/toolchain-utils/crosperf/
Dsuite_runner_unittest.py103 def FakeTelemetryRun(machine, test_label, benchmark, profiler_args): argument
108 def FakeTelemetryCrosperfRun(machine, test_label, benchmark, test_args, argument
116 def FakeTestThatRun(machine, test_label, benchmark, test_args, argument
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb134 def test_label method in TestPatternParser
/external/webrtc/webrtc/video/
Dvideo_quality_test.h53 std::string test_label; member
Dvideo_quality_test.cc51 const std::string& test_label, in VideoAnalyzer()
/external/minijail/
Dsyscall_filter_unittest.cc256 struct sock_filter test_label[1]; in TEST_F() local
267 struct sock_filter test_label[2]; in TEST_F() local
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py855 def test_label(self): member in ScaleTest