Home
last modified time | relevance | path

Searched defs:second_entry (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/minijail/
H A Dconfig_parser_unittest.cc101 struct config_entry *second_entry = list_->entries + 1; in TEST_F() local
127 struct config_entry *second_entry = list_->entries + 1; in TEST_F() local
/aosp_15_r20/bootable/libbootloader/gbl/libdttable/src/
H A Dlib.rs197 let second_entry = table.nth_entry(1).unwrap(); in test_dt_table_is_parsed() localVariable
228 let second_entry = &entries[1]; in test_dt_table_is_parsed_iterator() localVariable
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache_unittest.cc3012 scoped_refptr<MockDiskEntry> second_entry; in TEST_F() local