Home
last modified time | relevance | path

Searched refs:warned (Results 1 – 25 of 37) sorted by relevance

12

/external/elfutils/src/src/
Dldlex.l232 bool warned = false; in eat_to_eol() local
246 if (empty && ! isspace (c) && ! warned) in eat_to_eol()
249 warned = true; in eat_to_eol()
Dldlex.c2804 bool warned = false; in eat_to_eol() local
2818 if (empty && ! isspace (c) && ! warned) in eat_to_eol()
2821 warned = true; in eat_to_eol()
Dreadelf.c4344 bool warned:1; member
4383 if (!p1->warned && !p2->warned) in compare_listptr()
4387 p1->warned = p2->warned = true; in compare_listptr()
4394 p1->warned = p2->warned = true; in compare_listptr()
4401 p1->warned = p2->warned = true; in compare_listptr()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h223 static bool warned = FALSE; \
224 if (!warned) { \
227 warned = TRUE; \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c511 static bool warned = false; in brw_try_draw_prims() local
513 if (!warned) { in brw_try_draw_prims()
516 warned = true; in brw_try_draw_prims()
/external/fio/
Dgettime.c29 int warned; member
179 else if (cycles_wrap && t >= cycles_start && !tv->warned) { in __fio_gettime()
181 tv->warned = 1; in __fio_gettime()
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c228 static int warned; variable
293 if (warned) in abbrok()
320 warned = TRUE; in abbrok()
578 warned = FALSE; in main()
/external/mesa3d/src/glx/
Dglx_pbuffer.c47 static int warned=1; \
48 if(warned) { \
50 warned=0; \
/external/dnsmasq/src/
Ddnsmasq.c943 static int warned = 0; in poll_resolv() local
947 warned = 0; in poll_resolv()
955 if (!warned) in poll_resolv()
958 warned = 1; in poll_resolv()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_fragprog.c881 static int warned = 0; in nvfx_fragprog_parse_instruction() local
882 if(!warned) { in nvfx_fragprog_parse_instruction()
884 warned = 1; in nvfx_fragprog_parse_instruction()
899 static int warned = 0; in nvfx_fragprog_parse_instruction() local
900 if(!warned) { in nvfx_fragprog_parse_instruction()
904 warned = 1; in nvfx_fragprog_parse_instruction()
/external/mesa3d/docs/
DREADME.MITS16 Version 0.1 (Yes it's very alpha code so be warned!)
/external/llvm/docs/
DGettingStartedVS.rst73 3. Remember that you were warned twice about reading the documentation.
DGettingStarted.rst40 #. Remember that you were warned twice about reading the documentation.
/external/selinux/libsepol/src/
Dwrite.c1640 int warned = 0; in role_trans_rule_write() local
1653 if (!warned) in role_trans_rule_write()
1657 warned = 1; in role_trans_rule_write()
/external/libvorbis/doc/
D07-floor1.tex248 optimizations, implementors are warned to follow the details closely.
/external/regex-re2/lib/codereview/
Dcodereview.py1746 warned = False
1749 if not warned and not ui.quiet:
1752 warned = True
/external/openssh/contrib/redhat/
Dopenssh.spec456 anything to be warned about, gss patches won't apply, I don't mind)
/external/okhttp/
DCHANGELOG.md176 * **New APIs to permit easy certificate pinning.** Be warned, certificate
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt2842 warned
/external/markdown/docs/
Dwriting_extensions.txt401 into the markdown pipeline. Consider yourself warned.
/external/icu/icu4c/source/
Dconfigure.ac1029 # -Wno-return-type-c-linkage is desired so that stable ICU API is not warned about.
/external/openssh/
Dsshd_config.027 warned that some environment variables could be used to bypass
/external/gptfdisk/
DNEWS981 corresponding GPT partitions are found, the user is warned. This finding
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt533 # Be warned. There several iso-8859-11 codepage variants, and they are all incompatible.
/external/bison/
DNEWS1114 Since Bison 2.2, Bison has warned about mid-rule values that are set but not

12