/system/connectivity/shill/wifi/ |
D | scan_session_unittest.cc | 144 vector<uint16_t> expected{kExpectedFreq5640, kExpectedFreq5600, in TEST_F() local 153 vector<uint16_t> expected{kExpectedFreq5560, kExpectedFreq5620, in TEST_F() local 162 vector<uint16_t> expected{kExpectedFreq2422, kExpectedFreq2427, in TEST_F() local 178 vector<uint16_t> expected{kExpectedFreq5640, kExpectedFreq5600}; in TEST_F() local 186 vector<uint16_t> expected{kExpectedFreq5580, kExpectedFreq5560}; in TEST_F() local 194 vector<uint16_t> expected{kExpectedFreq5620, kExpectedFreq2412, in TEST_F() local 212 vector<uint16_t> expected{kExpectedFreq5640, kExpectedFreq5600, in TEST_F() local 221 vector<uint16_t> expected{kExpectedFreq5560}; in TEST_F() local 229 vector<uint16_t> expected{kExpectedFreq5620, kExpectedFreq2412, in TEST_F() local 246 vector<uint16_t> expected{kExpectedFreq5640, kExpectedFreq5600, in TEST_F() local [all …]
|
/system/update_engine/payload_generator/ |
D | extent_ranges_unittest.cc | 35 const uint64_t* expected, in ExpectRangeEq() 143 static const uint64_t expected[] = {}; in TEST() local 149 static const uint64_t expected[] = {}; in TEST() local 160 static const uint64_t expected[] = {0, 2, 3, 1}; in TEST() local 165 static const uint64_t expected[] = {0, 4}; in TEST() local 174 static const uint64_t expected[] = {0, 2, 3, 1}; in TEST() local 182 static const uint64_t expected[] = { in TEST() local 191 static const uint64_t expected[] = { in TEST() local 199 static const uint64_t expected[] = { in TEST() local 207 static const uint64_t expected[] = { in TEST() local [all …]
|
/system/core/libcutils/tests/ |
D | trace-dev_test.cpp | 59 std::string expected = android::base::StringPrintf("B|%d|fake_name", getpid()); in TEST_F() local 64 std::string expected = android::base::StringPrintf("B|%d|", getpid()); in TEST_F() local 87 std::string expected = android::base::StringPrintf("B|%d|", getpid()); in TEST_F() local 108 std::string expected = android::base::StringPrintf("S|%d|fake_name|12345", getpid()); in TEST_F() local 113 std::string expected = android::base::StringPrintf("S|%d|", getpid()); in TEST_F() local 136 std::string expected = android::base::StringPrintf("S|%d|", getpid()); in TEST_F() local 157 std::string expected = android::base::StringPrintf("F|%d|fake_name|12345", getpid()); in TEST_F() local 162 std::string expected = android::base::StringPrintf("F|%d|", getpid()); in TEST_F() local 185 std::string expected = android::base::StringPrintf("F|%d|", getpid()); in TEST_F() local 206 std::string expected = android::base::StringPrintf("C|%d|fake_name|12345", getpid()); in TEST_F() local [all …]
|
D | test_str_parms.cpp | 20 static void test_str_parms_str(const char* str, const char* expected) { in test_str_parms_str()
|
/system/core/adb/ |
D | adb_io_test.cpp | 41 const char expected[] = "Foobar"; in TEST() local 55 const char expected[] = "Foobar"; in TEST() local 80 std::string expected(input); in TEST() local 86 const char expected[] = "Foobar"; in TEST() local 109 std::string expected(buf); in TEST() local
|
D | sysdeps_win32_test.cpp | 73 void TestAdbStrError(int err, const char* expected) { in TestAdbStrError()
|
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 45 std::vector<std::string> expected = { in TEST_F() local 105 const std::string expected = in TEST_F() local 126 std::vector<std::string> expected = { in TEST_F() local
|
D | FirewallControllerTest.cpp | 110 ExpectedIptablesCommands expected = { in TEST_F() local 124 ExpectedIptablesCommands expected = { in TEST_F() local 138 std::string expected = in TEST_F() local 164 std::string expected = in TEST_F() local
|
D | StrictControllerTest.cpp | 104 std::vector<std::pair<IptablesTarget, std::string>> expected = { in TEST_F() local 115 const std::string expected = in TEST_F() local
|
D | IptablesBaseTest.cpp | 91 ExpectedIptablesCommands expected; in expectIptablesCommands() local 116 ExpectedIptablesCommands expected; in expectIptablesRestoreCommands() local
|
/system/update_engine/update_manager/ |
D | real_time_provider_unittest.cc | 69 const Time expected = Time::FromLocalExploded(exploded); in TEST_F() local 77 Time::Exploded expected; in TEST_F() local
|
D | umtest_utils.h | 41 static void ExpectVariableHasValue(const T& expected, Variable<T>* variable) { in ExpectVariableHasValue()
|
/system/core/libpixelflinger/tests/gglmul/ |
D | gglmul_test.cpp | 123 GGLfixed actual, expected; in gglMulx_test() local 166 GGLfixed actual, expected; in gglMulAddx_test() local 209 GGLfixed actual, expected; in gglMulSubx_test() local 251 int64_t actual, expected; in gglMulii_test() local
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 276 const std::string &expected, in compareLogMessages() 321 const std::string expected = RAW_RESULT( in TEST_F() local 361 const std::string expected = RAW_RESULT( in TEST_F() local 399 const std::string expected = RAW_RESULT( in TEST_F() local 436 const std::string expected = RAW_RESULT( in TEST_F() local 471 const std::string expected = RAW_RESULT( in TEST_F() local 609 const std::string expected = RAW_RESULT( in TEST_F() local 665 const std::string expected = RAW_RESULT( in TEST_F() local
|
/system/core/base/ |
D | utf8_test.cpp | 177 std::wstring expected(convert_cases[i].wide); in TEST() local 246 std::string expected(convert_cases[i].utf8); in TEST() local 282 std::string expected(convert_cases[i].utf8); in TEST() local 325 std::string expected; in TEST() local
|
/system/keymaster/ |
D | hkdf_test.cpp | 65 const string expected = hex2str(test.output_hex); in TEST() local
|
D | android_keymaster_test_utils.h | 288 bool ResponseContains(const std::vector<T>& expected, const T* values, size_t len) { in ResponseContains() 293 template <typename T> bool ResponseContains(T expected, const T* values, size_t len) { in ResponseContains()
|
/system/core/metricsd/uploader/ |
D | metrics_log_base_unittest.cc | 68 metrics::ChromeUserMetricsExtension expected; in TEST() local
|
/system/core/libcutils/ |
D | strdup8to16.c | 72 int expected = 0; in strlen8to16() local
|
/system/tools/aidl/tests/ |
D | aidl_test_client_file_descriptors.cpp | 69 bool DoRead(string name, const ScopedFd& fd, const string& expected) { in DoRead()
|
/system/update_engine/ |
D | chrome_browser_proxy_resolver_unittest.cc | 189 deque<string>& expected = outputs[i]; in TEST_F() local
|
/system/extras/tests/net_test/ |
D | multinetwork_base.py | 504 def assertPacketMatches(self, expected, actual): argument 568 def PacketMatches(self, expected, actual): argument 583 def ExpectPacketOn(self, netid, msg, expected): argument
|
/system/vold/ |
D | CryptCommandListener.cpp | 129 int expected, std::string usage) { in check_argc()
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 140 int expected = val1 + val2; // Expect to get the sum back in BM_client() local
|
/system/update_engine/common/ |
D | test_utils.cc | 226 bool ExpectVectorsEq(const brillo::Blob& expected, in ExpectVectorsEq()
|