Searched refs:expect (Results 1 – 6 of 6) sorted by relevance
/device/google/coral/vibrator/tests/ |
D | test-hwcal.cpp | 75 uint32_t expect = std::rand(); in TEST_F() local 76 uint32_t actual = ~expect; in TEST_F() 78 write("f0_measured", expect); in TEST_F() 83 EXPECT_EQ(expect, actual); in TEST_F() 95 uint32_t expect = std::rand(); in TEST_F() local 96 uint32_t actual = ~expect; in TEST_F() 98 write("redc_measured", expect); in TEST_F() 103 EXPECT_EQ(expect, actual); in TEST_F() 115 uint32_t expect = std::rand(); in TEST_F() local 116 uint32_t actual = ~expect; in TEST_F() [all …]
|
D | test-hwapi.cpp | 87 std::string expect = mExpectedContent[a.first].str(); in verifyContents() local 90 EXPECT_EQ(expect, actual) << a.first; in verifyContents() 146 bool expect = true; in TEST_P() local 147 bool actual = !expect; in TEST_P() 152 EXPECT_EQ(expect, actual); in TEST_P() 159 bool expect = false; in TEST_P() local 160 bool actual = !expect; in TEST_P() 165 EXPECT_EQ(expect, actual); in TEST_P() 189 uint32_t expect = std::rand(); in TEST_P() local 190 uint32_t actual = ~expect; in TEST_P() [all …]
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | pdu_parser_test.cpp | 37 const char *expect = ""; in TEST() local 38 ASSERT_STRNE(new_pdu.c_str(), expect); in TEST() 46 const char *expect = "18810189440"; in TEST() local 47 ASSERT_STREQ(phone_number.c_str(), expect); in TEST() 53 const char *expect = "21436587"; in TEST() local 54 ASSERT_STREQ(process_value.c_str(), expect); in TEST()
|
D | service_test.cpp | 203 std::string expect = "+CCHC"; in closeLogicalChannel() local 204 return (response[0].compare(0, expect.size(), expect) == 0); in closeLogicalChannel() 283 const char *expect = "460110031689666"; in TEST_F() local 284 ASSERT_STREQ(response[0].c_str(),expect); in TEST_F() 293 const char *expect = "89860318640220133897"; in TEST_F() local 294 ASSERT_STREQ(response[0].c_str(),expect); in TEST_F() 352 const char *expect = "+CME ERROR: 21"; in TEST_F() local 353 ASSERT_STREQ(response[0].c_str(),expect); in TEST_F() 564 const char *expect = "+CME ERROR: 21"; in TEST_F() local 565 ASSERT_STREQ(result, expect); in TEST_F() [all …]
|
/device/generic/goldfish/sepolicy/common/ |
D | genfs_contexts | 6 # We expect /sys/class/power_supply/* and everything it links to to be labeled
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b07 | 1 …expect spurious signalsservreg_qmi_notifier_server.c:ADSP:sr_qmi_s_proxy has invalid signaturese…
|