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

  /external/chromium_org/native_client_sdk/src/build_tools/tests/
easy_template_test.py 19 def _RunTest(self, template, expected, template_dict):
32 self._RunTest('', '', {})
35 self._RunTest('\n\n', '\n\n', {})
42 self._RunTest(template, template, {})
45 self._RunTest(
52 self._RunTest(template, template, {})
61 self._RunTest(template, "\n foo\n", {'foo': True})
62 self._RunTest(template, "\n not foo\n", {'foo': False})
72 self._RunTest(template, expected, {})
80 self._RunTest(template, "\n1: Banana\n2: Grapes\n3: Kumquat\n"
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
dart_generator_test.py 23 def _RunTest(self, test_filename):
52 self._RunTest('comments')
55 self._RunTest('dictionaries')
58 self._RunTest('empty_namespace')
61 self._RunTest('empty_type')
64 self._RunTest('events')
67 self._RunTest('functions')
70 self._RunTest('operatable_type')
73 self._RunTest('tags')
  /external/chromium_org/tools/strict_enum_value_checker/
strict_enum_value_checker_test.py 157 def _RunTest(self, new_file_path):
165 results = self._RunTest(new_file_path=None)
171 results = self._RunTest(self.TEST_FILE_PATTERN % "1")
177 results = self._RunTest(self.TEST_FILE_PATTERN % "2")
183 results = self._RunTest(self.TEST_FILE_PATTERN % "3")
190 results = self._RunTest(self.TEST_FILE_PATTERN % "4")
196 results = self._RunTest(self.TEST_FILE_PATTERN % "5")
202 results = self._RunTest(self.TEST_FILE_PATTERN % "6")
208 results = self._RunTest(self.TEST_FILE_PATTERN % "7")
214 results = self._RunTest(self.TEST_FILE_PATTERN % "8"
    [all...]
  /external/chromium_org/build/android/pylib/symbols/
elf_symbolizer_unittest.py 33 self._RunTest(max_concurrent_jobs=1, num_symbols=100)
36 self._RunTest(max_concurrent_jobs=4, num_symbols=100)
39 self._RunTest(max_concurrent_jobs=8, num_symbols=100)
43 self._RunTest(max_concurrent_jobs=1, num_symbols=100)
48 self._RunTest(max_concurrent_jobs=1, num_symbols=100)
122 def _RunTest(self, max_concurrent_jobs, num_symbols):
  /external/chromium_org/build/android/pylib/linker/
test_case.py 300 def _RunTest(self, _device):
309 return ResultType.FAIL, 'Unimplemented _RunTest() method!'
329 status, logs = self._RunTest(device)
378 def _RunTest(self, device):
395 def _RunTest(self, device):
482 def _RunTest(self, device):
  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 64 def _RunTest(self, test, timeout):
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 342 def _RunTest(self, test, timeout):
495 raw_output = self._RunTest(test, timeout)
test_runner_test.py 261 self.instance._RunTest('test.package.TestClass#testMethod', 100)
  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 100 def _RunTest(options, cmd, suite):
155 _RunTest(options, cmd, suite)

Completed in 239 milliseconds