Home
last modified time | relevance | path

Searched defs:fixture (Results 1 – 2 of 2) sorted by relevance

/system/librustutils/
Dinherited_fd.rs155 let fixture = Fixture::setup(2)?; in happy_case() localVariable
178 let mut fixture = Fixture::setup(2)?; in access_non_inherited_fd() localVariable
207 let fixture = Fixture::setup(2)?; in access_without_init_once() localVariable
216 let fixture = Fixture::setup(2)?; in double_ownership() localVariable
236 let fixture = Fixture::setup(2)?; in take_drop_retake() localVariable
254 let fixture = Fixture::setup(2)?; in cloexec() localVariable
/system/nvram/core/tests/
Dgtest_stubs.h120 #define TEST_F(fixture, name) \ argument