HomeSort by relevance Sort by last modified time
    Searched refs:_RunTest (Results 1 - 8 of 8) 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/chrome/browser/extensions/
PRESUBMIT_test.py 154 def _RunTest(self, new_file_path):
161 results = self._RunTest(new_file_path=None)
167 results = self._RunTest(self.TEST_FILE_PATTERN % "1")
173 results = self._RunTest(self.TEST_FILE_PATTERN % "2")
179 results = self._RunTest(self.TEST_FILE_PATTERN % "3")
186 results = self._RunTest(self.TEST_FILE_PATTERN % "4")
192 results = self._RunTest(self.TEST_FILE_PATTERN % "5")
198 results = self._RunTest(self.TEST_FILE_PATTERN % "6")
204 results = self._RunTest(self.TEST_FILE_PATTERN % "7")
210 results = self._RunTest(self.TEST_FILE_PATTERN % "8"
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_measurement.py 46 '_RunTest',
52 def _RunTest(self, page, tab, results):
  /external/chromium_org/build/android/pylib/linker/
test_case.py 314 def _RunTest(self, adb):
323 return ResultType.FAIL, 'Unimplemented _RunTest() method!'
344 status, logs = self._RunTest(adb)
393 def _RunTest(self, adb):
410 def _RunTest(self, adb):
497 def _RunTest(self, adb):
  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 55 def _RunTest(self, test, timeout):
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 319 def _RunTest(self, test, timeout):
339 raw_result = self._RunTest(test, timeout)
  /external/chromium_org/chrome/test/functional/
perf.py     [all...]

Completed in 2770 milliseconds