Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 25 of 29) sorted by relevance

12

/system/core/libcutils/
Dtrace-dev_test.cpp56 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/
Dgtest_stubs.h40 #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/
Dgglmul_test.cpp123 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/
Dfifo_threads.cpp43 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
Dfifo_multiprocess.cpp95 const ssize_t actual = writer.write(&value, 1); in main() local
170 const ssize_t actual = reader.read(&value, 1, &timeout); in main() local
Dstring_tests.cpp35 void check(char (&s)[size], int start, size_t actual) { in check()
/system/chre/apps/chqts/src/shared/
Dnano_string_test.cc40 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/
Dast_java_unittest.cpp61 std::string actual = ce.ToString(); in TEST() local
Dast_cpp_unittest.cpp248 std::string actual = decl.ToString(); in TEST_F() local
Daidl_unittest.cpp637 string actual; in TEST_F() local
677 string actual; in TEST_F() local
/system/netd/server/
DControllersTest.cpp65 std::set<std::string> actual = findExistingChildChains(V6, "raw", "PREROUTING"); in TEST_F() local
DTetherControllerTest.cpp350 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/
DZoneTabFileTest.java113 Map<String, List<String>> actual = ZoneTabFile.createCountryToOlsonIdsMap(zoneTab); in createCountryToOlsonIdsMap() local
/system/core/base/
Dchrono_utils_test.cpp49 void ExpectAboutEqual(T expected, T actual) { in ExpectAboutEqual()
/system/core/libunwindstack/tests/
DRegsIterateTest.cpp248 std::vector<Register> actual; in TYPED_TEST() local
/system/core/fs_mgr/libfiemap_writer/
Dfiemap_writer_test.cpp248 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/
Dstatic_test.cpp100 constexpr bool operator==(E actual, typename std::underlying_type<E>::type expected) { in operator ==()
/system/apex/apexd/
Dapex_shim.cpp219 auto actual = CalculateSha512(new_apex_path); in ValidateUpdate() local
/system/update_engine/common/
Dtest_utils.cc195 bool ExpectVectorsEq(const brillo::Blob& expected, const brillo::Blob& actual) { in ExpectVectorsEq()
/system/update_engine/payload_generator/
Dextent_ranges_unittest.cc239 vector<Extent> actual = in TEST() local
/system/core/libziparchive/
Dzip_writer_test.cc390 std::string actual; in AssertFileEntryContentsEq() local
/system/media/audio_utils/
Dtinysndfile.c83 size_t actual; in sf_open_read() local
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java680 private void assertContentsMatches(File expected, File actual) throws IOException { in assertContentsMatches()
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc1228 #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/
Dos_unittest.cpp79 virtual bool MatchAndExplain(const timespec& actual, in MatchAndExplain() argument

12