Home
last modified time | relevance | path

Searched defs:expected_result (Results 1 – 22 of 22) sorted by relevance

/aosp12/system/core/init/
H A Ddevices_test.cpp71 std::vector<std::string> expected_result{"/dev/block/platform/soc.0/f9824900.sdhci/mmcblk0"}; in TEST() local
85 std::vector<std::string> expected_result{ in TEST() local
101 std::vector<std::string> expected_result{ in TEST() local
116 std::vector<std::string> expected_result{ in TEST() local
130 std::vector<std::string> expected_result{"/dev/block/pci/pci0000:00/0000:00:1f.2/mmcblk0"}; in TEST() local
141 std::vector<std::string> expected_result{}; in TEST() local
152 std::vector<std::string> expected_result{"/dev/block/vbd/1234/mmcblk0"}; in TEST() local
163 std::vector<std::string> expected_result{}; in TEST() local
176 std::vector<std::string> expected_result; in TEST() local
H A Drlimit_parser_test.cpp27 const std::pair<int, rlimit>& expected_result) { in TestRlimitSuccess()
40 void TestRlimitFailure(std::vector<std::string> input, const std::string& expected_result) { in TestRlimitFailure()
/aosp12/art/libnativeloader/
H A Dnative_loader_test.cpp463 const std::vector<std::string> expected_result = {"libA.so", "libC.so", "libD.so"}; in TEST() local
476 const std::vector<std::string> expected_result = {"libB.so", "libC.so"}; in TEST() local
478 const std::vector<std::string> expected_result = {"libA.so", "libC.so"}; in TEST() local
492 const std::vector<std::string> expected_result = {"libC.so"}; in TEST() local
510 const std::vector<std::string> expected_result = {"libD.so"}; in TEST() local
512 const std::vector<std::string> expected_result = {"libC.so"}; in TEST() local
/aosp12/hardware/interfaces/tetheroffload/control/1.0/vts/functional/include/
H A DOffloadControlTestV1_0.h43 virtual void initOffload(const bool expected_result) override { in initOffload()
/aosp12/hardware/interfaces/tetheroffload/control/1.1/vts/functional/include/
H A DOffloadControlTestV1_1.h47 void initOffload(const bool expected_result) override { in initOffload()
/aosp12/bootable/recovery/tests/unit/
H A Dparse_install_logs_test.cpp65 std::map<std::string, int64_t> expected_result = { in TEST() local
/aosp12/system/bt/types/test/
H A Dclass_of_device_unittest.cc53 size_t expected_result = ClassOfDevice::kLength; in TEST() local
H A Draw_address_unittest.cc71 size_t expected_result = RawAddress::kLength; in TEST() local
/aosp12/system/bt/gd/hci/
H A Dclass_of_device_unittest.cc56 size_t expected_result = ClassOfDevice::kLength; in TEST() local
H A Daddress_unittest.cc76 size_t expected_result = Address::kLength; in TEST() local
/aosp12/system/libbase/
H A Dlogging_splitters_test.cpp298 const char* expected_result = in TEST() local
319 auto expected_result = "tag E 01-01 00:00:00 1234 4321 " + long_string_a + '\n' + in TEST() local
/aosp12/bionic/tests/
H A Dglob_test.cpp215 int expected_result = expected_matches.empty() ? GLOB_NOMATCH : 0; in CheckGlob() local
H A Dpthread_test.cpp253 void* expected_result = reinterpret_cast<void*>(123); in TEST() local
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp970 bool expected_result) { in createProfileSnapshot()
1013 int expected_result) { in mergePackageProfiles()
1040 bool expected_result) { in preparePackageProfile()
1284 void createBootImageProfileSnapshot(const std::string& classpath, bool expected_result) { in createBootImageProfileSnapshot()
/aosp12/bootable/recovery/tests/unit/host/
H A Dupdate_simulator_test.cpp217 std::map<string, string> expected_result = { in TEST_F() local
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc896 ErrorCode expected_result, in VerifyPayloadResult()
953 ErrorCode expected_result = ErrorCode::kSuccess; in VerifyPayload() local
H A Ddelta_performer_unittest.cc380 MetadataParseResult expected_result, actual_result; in DoMetadataSignatureTest() local
/aosp12/art/compiler/optimizing/
H A Dcodegen_test.cc638 bool expected_result = false; in TestComparison() local
/aosp12/art/runtime/mirror/
H A Dclass-inl.h607 SubtypeCheckInfo::Result expected_result = in IsSubClass() local
/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp522 bool AvbUtilTest::TestVBMetaModification(VBMetaVerifyResult expected_result, in TestVBMetaModification()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc167 const StackHandleScope<3>& expected_result) in RunArrayCopy()
/aosp12/system/update_engine/cros/
H A Dupdate_attempter_unittest.cc123 bool expected_result = true; member