Searched defs:warned (Results 1 - 10 of 10) sorted by relevance

/external/oprofile/libutil++/
H A Dbfd_support.cpp197 static bool warned = false; local
198 if (!warned) {
202 warned = true;
/external/dnsmasq/src/
H A Ddnsmasq.c937 static int warned = 0; local
941 warned = 0;
949 if (!warned)
952 warned = 1;
/external/oprofile/module/
H A Doprofile.c173 static int warned; local
174 if (!warned) {
177 warned = 1;
/external/bluetooth/glib/glib/
H A Dgmessages.c630 static gboolean warned = FALSE; local
631 if (!warned)
633 warned = TRUE;
/external/icu4c/tools/tzcode/
H A Dzdump.c162 static int warned; variable
231 if (warned)
258 warned = TRUE;
489 warned = FALSE;
/external/libsepol/src/
H A Dwrite.c1549 int warned = 0; local
1562 if (!warned)
1566 warned = 1;
/external/elfutils/src/
H A Dldlex.c2811 bool warned = false; local
2825 if (empty && ! isspace (c) && ! warned)
2828 warned = true;
/external/kernel-headers/original/linux/
H A Dtty.h188 unsigned char low_latency:1, warned:1; member in struct:tty_struct
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c955 static dbus_bool_t warned = FALSE; local
1093 static dbus_bool_t warned = FALSE;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c1621 static Bool warned; local
1622 if (!warned) {
1625 warned = True;

Completed in 452 milliseconds