Home
last modified time | relevance | path

Searched refs:found_count (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/tests/libs/
H A Dtls_properties_helper.cpp75 int found_count = 0; variable
80 if (&large_tls_var >= dtls_begin && &large_tls_var < dtls_end) ++found_count; in test_iter_tls()
85 assert(found_count == 1); in test_iter_tls()
93 found_count = 0; in test_iterate_another_thread_tls()
109 if (parent_addr >= dtls_begin && parent_addr < dtls_end) ++found_count; in test_iterate_another_thread_tls()
113 assert(found_count == 1); in test_iterate_another_thread_tls()
/aosp12/art/libartbase/base/
H A Dhash_set_test.cc127 std::map<std::string, size_t> found_count; in TEST_F() local
129 ++found_count[s]; in TEST_F()
132 ASSERT_EQ(found_count[strings[i]], 1U); in TEST_F()
134 found_count.clear(); in TEST_F()
137 ++found_count[*it]; in TEST_F()
142 ASSERT_EQ(found_count[strings[i]], 1U); in TEST_F()
/aosp12/build/make/tools/
H A Dfat16copy.py397 found_count = 0
398 while found_count < record_count:
410 found_count += 1
412 found_count = 0