OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:any_test_failed
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/tests/
shell-test.c
180
static gboolean
any_test_failed
= FALSE;
variable
201
if (!
any_test_failed
)
209
any_test_failed
= TRUE;
296
return
any_test_failed
? 1 : 0;
Completed in 39 milliseconds