HomeSort by relevance Sort by last modified time
    Searched refs:bot_config (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/config/
gpu_test_expectations_parser_unittest.cc 17 const GPUTestBotConfig& bot_config() const { function in class:gpu::GPUTestExpectationsParserTest
45 parser.GetTestExpectation("some_test", bot_config()));
56 parser.GetTestExpectation("MyTest", bot_config()));
67 parser.GetTestExpectation("MyTest", bot_config()));
78 parser.GetTestExpectation("MyTest", bot_config()));
89 parser.GetTestExpectation("MyTest", bot_config()));
107 parser.GetTestExpectation("MyTest", bot_config()));
133 parser.GetTestExpectation("MyTest", bot_config()));
228 parser.GetTestExpectation("MyTest", bot_config()));
239 parser.GetTestExpectation("MyTest0", bot_config()));
    [all...]
gpu_test_expectations_parser.h 42 const GPUTestBotConfig& bot_config) const;
gpu_test_expectations_parser.cc 203 const GPUTestBotConfig& bot_config) const {
206 bot_config.Matches(entries_[i].test_config))
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 85 def GetCommands(options, bot_config):
90 bot_config: A BotConfig named tuple.
97 commands = [[bot_config.host_obj.script,
98 '--steps=%s' % ','.join(bot_config.host_obj.host_steps)] +
99 property_args + (bot_config.host_obj.extra_args or [])]
101 test_obj = bot_config.test_obj
231 bot_config = GetBestMatch(bot_step_map, bot_id)
232 if not bot_config:
234 return bot_config
257 bot_config = GetBotConfig(options, GetBotStepMap()
    [all...]

Completed in 2320 milliseconds