Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 15 of 15) sorted by relevance

/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwcal.cpp82 uint32_t expect = std::rand(); in TEST_F() local
95 uint32_t expect = UINT32_MAX; in TEST_F() local
108 bool expect = false; in TEST_F() local
121 bool expect = true; in TEST_F() local
134 bool expect = false; in TEST_F() local
147 uint32_t expect = std::rand(); in TEST_F() local
160 uint32_t expect = DEFAULT_FREQUENCY_SHIFT; in TEST_F() local
173 uint32_t expect = std::rand(); in TEST_F() local
186 uint32_t expect = DEFAULT_VOLTAGE_MAX; in TEST_F() local
199 uint32_t expect = std::rand(); in TEST_F() local
[all …]
Dtest-hwapi.cpp110 std::string expect = mExpectedContent[a.first].str(); in verifyContents() local
/device/google/bramble/vibrator/drv2624/tests/
Dtest-hwcal.cpp82 uint32_t expect = std::rand(); in TEST_F() local
95 uint32_t expect = UINT32_MAX; in TEST_F() local
108 bool expect = false; in TEST_F() local
121 bool expect = true; in TEST_F() local
134 bool expect = false; in TEST_F() local
147 uint32_t expect = std::rand(); in TEST_F() local
160 uint32_t expect = DEFAULT_FREQUENCY_SHIFT; in TEST_F() local
173 uint32_t expect = std::rand(); in TEST_F() local
186 uint32_t expect = DEFAULT_VOLTAGE_MAX; in TEST_F() local
199 uint32_t expect = std::rand(); in TEST_F() local
[all …]
Dtest-hwapi.cpp110 std::string expect = mExpectedContent[a.first].str(); in verifyContents() local
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwcal.cpp82 uint32_t expect = std::rand(); in TEST_F() local
95 uint32_t expect = UINT32_MAX; in TEST_F() local
108 bool expect = false; in TEST_F() local
121 bool expect = true; in TEST_F() local
134 bool expect = false; in TEST_F() local
147 uint32_t expect = std::rand(); in TEST_F() local
160 uint32_t expect = DEFAULT_FREQUENCY_SHIFT; in TEST_F() local
173 uint32_t expect = std::rand(); in TEST_F() local
186 uint32_t expect = DEFAULT_VOLTAGE_MAX; in TEST_F() local
199 uint32_t expect = std::rand(); in TEST_F() local
[all …]
Dtest-hwapi.cpp110 std::string expect = mExpectedContent[a.first].str(); in verifyContents() local
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwcal.cpp83 uint32_t expect = std::rand(); in TEST_F() local
96 uint32_t expect = UINT32_MAX; in TEST_F() local
109 bool expect = false; in TEST_F() local
122 bool expect = true; in TEST_F() local
135 bool expect = false; in TEST_F() local
148 uint32_t expect = std::rand(); in TEST_F() local
161 uint32_t expect = DEFAULT_FREQUENCY_SHIFT; in TEST_F() local
174 uint32_t expect = std::rand(); in TEST_F() local
187 uint32_t expect = DEFAULT_VOLTAGE_MAX; in TEST_F() local
200 uint32_t expect = std::rand(); in TEST_F() local
[all …]
Dtest-hwapi.cpp111 std::string expect = mExpectedContent[a.first].str(); in verifyContents() local
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dpdu_parser_test.cpp37 const char *expect = ""; in TEST() local
46 const char *expect = "18810189440"; in TEST() local
53 const char *expect = "21436587"; in TEST() local
Dservice_test.cpp203 std::string expect = "+CCHC"; in closeLogicalChannel() local
283 const char *expect = "460110031689666"; in TEST_F() local
293 const char *expect = "89860318640220133897"; in TEST_F() local
352 const char *expect = "+CME ERROR: 21"; in TEST_F() local
564 const char *expect = "+CME ERROR: 21"; in TEST_F() local
584 const char *expect = "> "; in TEST_F() local
602 const char *expect = "> "; in TEST_F() local
635 const char *expect = "+CME ERROR: 21"; in TEST_F() local
738 const char *expect = "+CUSATD: 0,1"; in TEST_F() local
749 const char *expect = "+CUSATT: 0"; in TEST_F() local
[all …]
/device/google/sunfish/vibrator/common/
DHardwareBase.cpp109 const std::string expect{obj->mPropertyPrefix}; in debug() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DFramebufferMixedSamplesTest.cpp155 for (auto expect : kValues) in TEST_P() local
DClearTest.cpp671 const GLColor &expect = clearValues[clearIndex]; in TEST_P() local
736 const GLColor &expect = clearValues[i]; in TEST_P() local
991 GLColor expect = clearValuef; in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DUnrollFlatten_test.cpp43 void expect(const char *patterns[], size_t count) in expect() function in __anon91c3e1960111::UnrollFlattenTest
/device/generic/vulkan-cereal/third-party/lz4/
Dlz4.c115 # define expect(expr,value) (__builtin_expect ((expr),(value)) ) macro
117 # define expect(expr,value) (expr) macro