Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 25 of 36) 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/media/audio_utils/tests/
Dfifo_threads.cpp44 ssize_t actual = context->mInputReader->read(buffer, sizeof(buffer), &timeout); in input_routine() local
79 ssize_t actual = context->mTransferReader->read(buffer, sizeof(buffer), &timeout); in output_routine() local
143 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/test/chqts/src/shared/
Dnano_string_test.cc40 uint8_t actual[arrayLength(expected)]; in testMemset() local
72 uint8_t actual[arrayLength(expected)]; in testMemcpy() local
114 char actual[arrayLength(expected)]; in testStrncpy() local
/system/tools/aidl/
Dast_java_unittest.cpp56 std::string actual = ce.ToString(); in TEST() local
/system/core/fs_mgr/libsnapshot/
Dsnapshot_reader.cpp139 void* GetBuffer(size_t requested, size_t* actual) override { in GetBuffer()
207 void* GetBuffer(size_t requested, size_t* actual) override { in GetBuffer()
243 size_t actual; in ReadBlock() local
Dinspect_cow.cpp48 void* GetBuffer(size_t requested, size_t* actual) override { in GetBuffer()
Dcow_api_test.cpp50 void* GetBuffer(size_t requested, size_t* actual) override { in GetBuffer()
282 void* GetBuffer(size_t, size_t* actual) override { return StringSink::GetBuffer(1, actual); } in GetBuffer() argument
/system/netd/server/
DControllersTest.cpp65 std::set<std::string> actual = findExistingChildChains(V6, "raw", "PREROUTING"); in TEST_F() local
DTetherControllerTest.cpp353 const TetherController::TetherStats& actual) { in expectTetherStatsEqual()
380 TetherStatsList actual = result.value(); in TEST_F() local
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DZoneTabFileTest.java112 Map<String, List<String>> actual = ZoneTabFile.createCountryToOlsonIdsMap(zoneTab); in createCountryToOlsonIdsMap() local
/system/libbase/
Dchrono_utils_test.cpp49 void ExpectAboutEqual(T expected, T actual) { in ExpectAboutEqual()
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp249 std::vector<Register> actual; in TYPED_TEST() local
/system/core/fs_mgr/libfiemap/
Dfiemap_writer_test.cpp254 std::string actual(data.size(), '\0'); in TEST_F() local
328 auto actual = ReadSplitFiles(testfile, 3); in TEST_F() local
355 auto actual = ReadSplitFiles(testfile, 3); in TEST_F() local
382 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.cpp174 auto actual = CalculateSha512(new_apex_path); in ValidateUpdate() local
/system/update_engine/common/
Dtest_utils.cc219 bool ExpectVectorsEq(const brillo::Blob& expected, const brillo::Blob& actual) { in ExpectVectorsEq()
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGeneralTestExecutor.java293 protected <T> void assertEquals(String errorMessage, T expected, T actual) { in assertEquals()
/system/tools/aidl/build/
Daidl_test.go213 func assertContains(t *testing.T, actual, expected string) { argument
/system/update_engine/payload_generator/
Dextent_ranges_unittest.cc240 vector<Extent> actual = in TEST() local
/system/libvintf/test/
DVintfFmTest.cpp151 bool MatchAndExplain(const std::string& actual, MatchResultListener* listener) const override { in MatchAndExplain() argument
/system/libziparchive/
Dzip_writer_test.cc415 std::string actual; in AssertFileEntryContentsEq() local
/system/media/audio_utils/
Dtinysndfile.c83 size_t actual; in sf_open_read() local

12