Home
last modified time | relevance | path

Searched refs:expected_count (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/google/camera/common/hal/tests/
H A Dvendor_tag_tests.cc155 int expected_count = 0; in TEST() local
157 expected_count += section.tags.size(); in TEST()
160 expected_count += section.tags.size(); in TEST()
162 EXPECT_EQ(count, expected_count); in TEST()
206 expected_count += 1; in TEST()
208 EXPECT_EQ(count, expected_count); in TEST()
/aosp12/art/test/1339-dead-reference-safe/src/
H A DDeadReferenceUnsafeTest.java42 private static void reset(int expected_count) { in reset() argument
45 if (nFinalized.get() != expected_count) { in reset()
H A DDeadReferenceSafeTest.java45 private static void reset(int expected_count) { in reset() argument
48 if (nFinalized.get() != expected_count) { in reset()
H A DReachabilityFenceTest.java48 private static void reset(int expected_count) { in reset() argument
51 if (nFinalized.get() != expected_count) { in reset()
H A DReachabilitySensitiveFunTest.java52 private static void reset(int expected_count) { in reset() argument
55 if (nFinalized.get() != expected_count) { in reset()
H A DReachabilitySensitiveTest.java49 private static void reset(int expected_count) { in reset() argument
52 if (nFinalized.get() != expected_count) { in reset()
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_tls_frontend.h59 bool waitForQueries(int expected_count) const;
H A Ddns_tls_frontend.cpp341 bool DnsTlsFrontend::waitForQueries(int expected_count) const { in waitForQueries()
346 bool done = queries_ >= expected_count; in waitForQueries()
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp610 int expected_count, in CheckValueCount() argument
613 if (expected_count != (value_size / components)) { in CheckValueCount()
617 expected_count, components * expected_count, in CheckValueCount()
H A Dshader_program.h472 int expected_count,
/aosp12/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c600 int expected_count = get_num_blocks_used(info); in main() local
602 printf("Copied %d blocks. Expected to copy %d\n", d.count, expected_count); in main()
/aosp12/bionic/tests/
H A Dstdio_test.cpp1069 int expected_count, const char* expected_string) { in CheckScanf() argument
1071 ASSERT_EQ(expected_count, sscanf_fn(input, fmt, &buf)) << fmt; in CheckScanf()
1126 int expected_count, const T2* expected_string) { in CheckScanfM() argument
1128 ASSERT_EQ(expected_count, sscanf_fn(input, fmt, &result)) << fmt; in CheckScanfM()