HomeSort by relevance Sort by last modified time
    Searched full:must_contain_all_lines (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/gyp/test/actions/
gyptest-errors.py 21 test.must_contain_all_lines(test.stderr(), expect)
  /external/chromium_org/tools/gyp/test/compiler-override/
gyptest-compiler-global-settings.py 44 test.must_contain_all_lines(test.stdout(), ['my_cc.py', 'my_cxx.py', 'FOO'])
60 test.must_contain_all_lines(test.stdout(), ['my_cc.py', 'my_cxx.py', 'BAR'])
71 test.must_contain_all_lines(test.stdout(), ['SECRET', 'my_cxx.py', 'BAR'])
gyptest-compiler-env-toolchain.py 34 test.must_contain_all_lines(test.stdout(), check_for)
gyptest-compiler-env.py 33 test.must_contain_all_lines(test.stdout(), check_for)
  /external/chromium_org/tools/gyp/test/configurations/invalid/
gyptest-configurations.py 34 test.must_contain_all_lines(test.stderr(), expect)
  /external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
gyptest-make_global_settings.py 42 test.must_contain_all_lines(test.stdout(), expected)
  /external/chromium_org/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 27 test.must_contain_all_lines(test.stderr(), err)
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 39 test.must_contain_all_lines(output, lines, ['title', find])
250 def must_contain_all_lines(self, output, lines, title=None, find=None): member in class:TestCommon
306 return self.must_contain_all_lines(output, lines, title)

Completed in 317 milliseconds