Lines Matching refs:outer
195 my $outer = context();
198 is($outer->trace, $middle->trace, "got the same context before calling no_context");
202 ok($inner->trace != $outer->trace, "Got a different context inside of no_context()");
209 $outer->release;
213 my $outer = context();
216 is($outer->trace, $middle->trace, "got the same context before calling no_context");
220 … ok($inner->trace != $outer->trace, "Got a different context inside of no_context({}, hid)");
222 } $outer->hub->hid;
227 $outer->release;
232 my $outer = context();
235 is($outer->trace, $middle->trace, "got the same context before calling no_context");
240 … ok($inner->trace != $outer->trace, "Got a different context inside of no_context({}, hid)");
241 } $outer->hub->hid;
246 $outer->release;