Searched refs:warned (Results 1 - 25 of 26) sorted by relevance

12

/external/elfutils/0.153/src/
H A Dldlex.l240 bool warned = false;
254 if (empty && ! isspace (c) && ! warned)
257 warned = true;
H A Dldlex.c2811 bool warned = false; local
2825 if (empty && ! isspace (c) && ! warned)
2828 warned = true;
H A Dreadelf.c4431 bool warned:1; member in struct:listptr
4449 if (!p1->warned && !p2->warned)
4453 p1->warned = p2->warned = true;
4460 p1->warned = p2->warned = true;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug.h224 static bool warned = FALSE; \
225 if (!warned) { \
228 warned = TRUE; \
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.h223 static bool warned = FALSE; \
224 if (!warned) { \
227 warned = TRUE; \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c511 static bool warned = false; local
513 if (!warned) {
516 warned = true;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c511 static bool warned = false; local
513 if (!warned) {
516 warned = true;
/external/oprofile/libutil++/
H A Dbfd_support.cpp197 static bool warned = false; local
198 if (!warned) {
202 warned = true;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_pbuffer.c47 static int warned=1; \
48 if(warned) { \
50 warned=0; \
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c47 static int warned=1; \
48 if(warned) { \
50 warned=0; \
/external/oprofile/module/
H A Doprofile.c173 static int warned; local
174 if (!warned) {
177 warned = 1;
/external/stressapptest/src/
H A Dos.cc247 static bool warned = false; local
259 if (!warned) {
262 warned = true;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c162 static int warned; variable
231 if (warned)
258 warned = TRUE;
489 warned = FALSE;
/external/dnsmasq/src/
H A Ddnsmasq.c943 static int warned = 0; local
947 warned = 0;
955 if (!warned)
958 warned = 1;
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c162 static int warned; variable
231 if (warned)
258 warned = TRUE;
489 warned = FALSE;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c881 static int warned = 0; local
882 if(!warned) {
884 warned = 1;
899 static int warned = 0; local
900 if(!warned) {
904 warned = 1;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c881 static int warned = 0; local
882 if(!warned) {
884 warned = 1;
899 static int warned = 0; local
900 if(!warned) {
904 warned = 1;
/external/libsepol/src/
H A Dwrite.c1574 int warned = 0; local
1587 if (!warned)
1591 warned = 1;
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd101 # don't use this function. I warned you.) Note: This function is
/external/libvorbis/doc/
H A D07-floor1.tex248 optimizations, implementors are warned to follow the details closely.
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py1749 warned = False
1752 if not warned and not ui.quiet:
1755 warned = True
/external/regex-re2/lib/codereview/
H A Dcodereview.py1746 warned = False
1749 if not warned and not ui.quiet:
1752 warned = True
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c1645 static Bool warned; local
1646 if (!warned) {
1649 warned = True;
/external/bison/build-aux/
H A Dtexinfo.tex7790 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 861 milliseconds

12