OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_calls
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/tests/gobject/
ifaceinit.c
152
static guint
n_calls
= 0; \
153
n_calls
++; \
154
g_assert (
n_calls
<= 2); \
156
if (
n_calls
== 1) \
265
static guint
n_calls
= 0;
local
266
n_calls
++;
267
g_assert (
n_calls
<= 2);
269
if (
n_calls
== 1)
280
if (
n_calls
== 1)
Completed in 149 milliseconds