Searched refs:__system_property_find_nth (Results 1 – 4 of 4) sorted by relevance
252 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(0)); in TEST()253 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(1)); in TEST()254 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(2)); in TEST()256 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(3)); in TEST()257 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(4)); in TEST()258 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(5)); in TEST()259 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(100)); in TEST()260 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(200)); in TEST()261 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(247)); in TEST()
84 const prop_info *__system_property_find_nth(unsigned n);
772 const prop_info *__system_property_find_nth(unsigned n) in __system_property_find_nth() function
257 __system_property_find_nth;