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

  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 87 brillo::Blob expected_file(kBlockSize);
88 expected_file.insert(expected_file.end(),
90 ExpectVectorsEq(expected_file, result_file);
155 brillo::Blob expected_file; local
156 expected_file.insert(expected_file.end(),
159 expected_file.insert(expected_file.end(),
161 expected_file.insert(expected_file.end()
205 brillo::Blob expected_file; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd_line_script.py 69 def _check_script(self, script_name, expected_file,
78 printed_file = '__file__==%r' % expected_file
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
318 self.assertEqual(result["__file__"], expected_file)
test_warnings.py 522 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
526 self.assertEqual(expected_file, path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd_line_script.py 69 def _check_script(self, script_name, expected_file,
78 printed_file = '__file__==%r' % expected_file
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
318 self.assertEqual(result["__file__"], expected_file)
test_warnings.py 522 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
526 self.assertEqual(expected_file, path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 69 def _check_script(self, script_name, expected_file,
78 printed_file = '__file__==%r' % expected_file
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
318 self.assertEqual(result["__file__"], expected_file)
test_warnings.py 522 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
526 self.assertEqual(expected_file, path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 69 def _check_script(self, script_name, expected_file,
78 printed_file = '__file__==%r' % expected_file
test_runpy.py 314 def _check_script(self, script_name, expected_name, expected_file,
318 self.assertEqual(result["__file__"], expected_file)
test_warnings.py 522 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
526 self.assertEqual(expected_file, path)
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 299 expected_file = '{0}.opt_test.expected'.format(test_name)
300 with open(expected_file, 'w') as f:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_oauth2client.py 286 EXPECTED_FILE = os.path.join(CUSTOM_DIR,
292 self.assertEqual(well_known_file, EXPECTED_FILE)
    [all...]

Completed in 2100 milliseconds