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

  /external/autotest/server/
site_utils_unittest.py 35 expected_info = {'board': board,
40 expected_info['build_version'] = build_parts[1]
42 expected_info['build_version'] = build_parts[2]
46 self.assertEqual(info, expected_info, '%s failed to be parsed to '
47 '%s' % (suite_job_name, expected_info))
50 self.assertEqual(info, expected_info, '%s failed to be parsed to '
51 '%s' % (test_job_name, expected_info))
  /art/runtime/
class_loader_context.cc     [all...]
class_loader_context.h 270 const ClassLoaderInfo& expected_info,
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp     [all...]
  /bootable/recovery/tests/unit/
commands_test.cpp 350 HashTreeInfo expected_info(RangeSet({ { 0, 1 } }), RangeSet({ { 3, 4 } }), "sha1", "unknown-salt",
352 ASSERT_EQ(expected_info, command.hash_tree_info());
  /art/libprofile/profile/
profile_compilation_info_test.cc 1106 ProfileCompilationInfo expected_info; local
    [all...]

Completed in 416 milliseconds