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

  /external/chromium_org/tools/json_schema_compiler/
dart_generator_test.py 25 def _RunTest(self, test_filename):
54 self._RunTest('comments')
57 self._RunTest('dictionaries')
60 self._RunTest('empty_namespace')
63 self._RunTest('empty_type')
66 self._RunTest('enums')
69 self._RunTest('events')
72 self._RunTest('functions')
75 self._RunTest('operatable_type')
78 self._RunTest('tags'
    [all...]
  /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/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/build/android/pylib/uiautomator/
test_runner.py 56 def _RunTest(self, test, timeout):
  /external/chromium_org/tools/telemetry/telemetry/page/
page_measurement.py 51 '_RunTest',
57 def _RunTest(self, page, tab, results):
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 290 def _RunTest(self, test, timeout):
310 raw_result = self._RunTest(test, timeout)
  /external/chromium_org/chrome/test/functional/
perf.py     [all...]

Completed in 120 milliseconds