/system/core/libcutils/ |
D | trace-dev_test.cpp | 56 std::string actual; in TEST_F() local 70 std::string actual; in TEST_F() local 93 std::string actual; in TEST_F() local 105 std::string actual; in TEST_F() local 119 std::string actual; in TEST_F() local 142 std::string actual; in TEST_F() local 154 std::string actual; in TEST_F() local 168 std::string actual; in TEST_F() local 191 std::string actual; in TEST_F() local 203 std::string actual; in TEST_F() local [all …]
|
/system/nvram/core/tests/ |
D | gtest_stubs.h | 40 #define ASSERT_EQ(expected, actual) ASSERT_MSG(expected == actual) argument 48 #define EXPECT_EQ(expected, actual) EXPECT_MSG((expected) == (actual)) argument 49 #define EXPECT_NE(expected, actual) EXPECT_MSG((expected) != (actual)) argument
|
/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/media/audio_utils/tests/ |
D | fifo_threads.cpp | 43 ssize_t actual = context->mInputReader->read(buffer, sizeof(buffer), &timeout); in input_routine() local 78 ssize_t actual = context->mTransferReader->read(buffer, sizeof(buffer), &timeout); in output_routine() local 142 ssize_t actual = outputReader.read(buffer, sizeof(buffer), NULL /*timeout*/); in main() local
|
D | fifo_multiprocess.cpp | 95 const ssize_t actual = writer.write(&value, 1); in main() local 170 const ssize_t actual = reader.read(&value, 1, &timeout); in main() local
|
D | string_tests.cpp | 35 void check(char (&s)[size], int start, size_t actual) { in check()
|
/system/chre/apps/chqts/src/shared/ |
D | nano_string_test.cc | 40 uint8_t actual[arrayLength(expected)]; in testMemset() local 73 uint8_t actual[arrayLength(expected)]; in testMemcpy() local 116 char actual[arrayLength(expected)]; in testStrncpy() local
|
/system/tools/aidl/ |
D | ast_java_unittest.cpp | 61 std::string actual = ce.ToString(); in TEST() local
|
D | ast_cpp_unittest.cpp | 248 std::string actual = decl.ToString(); in TEST_F() local
|
D | aidl_unittest.cpp | 637 string actual; in TEST_F() local 677 string actual; in TEST_F() local
|
/system/netd/server/ |
D | ControllersTest.cpp | 65 std::set<std::string> actual = findExistingChildChains(V6, "raw", "PREROUTING"); in TEST_F() local
|
D | TetherControllerTest.cpp | 350 const TetherController::TetherStats& actual) { in expectTetherStatsEqual() 377 TetherStatsList actual = result.value(); in TEST_F() local
|
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | ZoneTabFileTest.java | 113 Map<String, List<String>> actual = ZoneTabFile.createCountryToOlsonIdsMap(zoneTab); in createCountryToOlsonIdsMap() local
|
/system/core/base/ |
D | chrono_utils_test.cpp | 49 void ExpectAboutEqual(T expected, T actual) { in ExpectAboutEqual()
|
/system/core/libunwindstack/tests/ |
D | RegsIterateTest.cpp | 248 std::vector<Register> actual; in TYPED_TEST() local
|
/system/core/fs_mgr/libfiemap_writer/ |
D | fiemap_writer_test.cpp | 248 std::string actual(data.size(), '\0'); in TEST_F() local 322 auto actual = ReadSplitFiles(testfile, 3); in TEST_F() local 349 auto actual = ReadSplitFiles(testfile, 3); in TEST_F() local 376 auto actual = ReadSplitFiles(testfile, 3); in TEST_F() local
|
/system/tools/hidl/test/hidl_test/ |
D | static_test.cpp | 100 constexpr bool operator==(E actual, typename std::underlying_type<E>::type expected) { in operator ==()
|
/system/apex/apexd/ |
D | apex_shim.cpp | 219 auto actual = CalculateSha512(new_apex_path); in ValidateUpdate() local
|
/system/update_engine/common/ |
D | test_utils.cc | 195 bool ExpectVectorsEq(const brillo::Blob& expected, const brillo::Blob& actual) { in ExpectVectorsEq()
|
/system/update_engine/payload_generator/ |
D | extent_ranges_unittest.cc | 239 vector<Extent> actual = in TEST() local
|
/system/core/libziparchive/ |
D | zip_writer_test.cc | 390 std::string actual; in AssertFileEntryContentsEq() local
|
/system/media/audio_utils/ |
D | tinysndfile.c | 83 size_t actual; in sf_open_read() local
|
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/ |
D | TimeZoneDistroInstallerTest.java | 680 private void assertContentsMatches(File expected, File actual) throws IOException { in assertContentsMatches()
|
/system/iorap/tests/src/inode2filename/ |
D | search_directories_test.cc | 1228 #define EXPECT_PATH_PARENT_EQ(actual, expected) \ argument 1262 #define EXPECT_PATH_NAME_EQ(expected, actual) EXPECT_EQ(PurePath{actual}, PurePath{expected}.Name()) argument 2742 std::vector<InodeResult> actual; member
|
/system/connectivity/wifilogd/tests/ |
D | os_unittest.cpp | 79 virtual bool MatchAndExplain(const timespec& actual, in MatchAndExplain() argument
|