Searched refs:expected_count (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/google/camera/common/hal/tests/ |
H A D | vendor_tag_tests.cc | 155 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 D | DeadReferenceUnsafeTest.java | 42 private static void reset(int expected_count) { in reset() argument 45 if (nFinalized.get() != expected_count) { in reset()
|
H A D | DeadReferenceSafeTest.java | 45 private static void reset(int expected_count) { in reset() argument 48 if (nFinalized.get() != expected_count) { in reset()
|
H A D | ReachabilityFenceTest.java | 48 private static void reset(int expected_count) { in reset() argument 51 if (nFinalized.get() != expected_count) { in reset()
|
H A D | ReachabilitySensitiveFunTest.java | 52 private static void reset(int expected_count) { in reset() argument 55 if (nFinalized.get() != expected_count) { in reset()
|
H A D | ReachabilitySensitiveTest.java | 49 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 D | dns_tls_frontend.h | 59 bool waitForQueries(int expected_count) const;
|
H A D | dns_tls_frontend.cpp | 341 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 D | shader_program.cpp | 610 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 D | shader_program.h | 472 int expected_count,
|
/aosp12/system/extras/f2fs_utils/ |
H A D | f2fs_sparseblock.c | 600 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 D | stdio_test.cpp | 1069 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()
|