HomeSort by relevance Sort by last modified time
    Searched refs:warned (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/arch-mips/bionic/
cacheflush.c 67 static int warned = 0; local
68 if (!warned) {
70 warned = 1;
  /external/elfutils/src/
ldlex.l 240 bool warned = false;
254 if (empty && ! isspace (c) && ! warned)
257 warned = true;
ldlex.c 2811 bool warned = false; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.h 224 static bool warned = FALSE; \
225 if (!warned) { \
228 warned = TRUE; \
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 223 static bool warned = FALSE; \
224 if (!warned) { \
227 warned = TRUE; \
  /system/core/toolbox/
dd.c 453 static int warned; local
536 if (out.flags & ISCHR && !warned) {
537 warned = 1;
589 int bcnt, cnt, nr, warned; local
609 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
637 if (!warned) {
641 warned = 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw.c 511 static bool warned = false; local
513 if (!warned) {
516 warned = true;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 511 static bool warned = false; local
513 if (!warned) {
516 warned = true;
  /external/oprofile/libutil++/
bfd_support.cpp 197 static bool warned = false; local
198 if (!warned) {
202 warned = true;
  /external/chromium_org/third_party/mesa/src/src/glx/
glx_pbuffer.c 47 static int warned=1; \
48 if(warned) { \
50 warned=0; \
  /external/mesa3d/src/glx/
glx_pbuffer.c 47 static int warned=1; \
48 if(warned) { \
50 warned=0; \
  /external/oprofile/module/
oprofile.c 173 static int warned; local
174 if (!warned) {
177 warned = 1;
  /external/stressapptest/src/
os.cc 247 static bool warned = false; local
259 if (!warned) {
262 warned = true;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 162 static int warned; variable
231 if (warned)
258 warned = TRUE;
489 warned = FALSE;
  /external/dnsmasq/src/
dnsmasq.c 943 static int warned = 0; local
947 warned = 0;
955 if (!warned)
958 warned = 1;
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 162 static int warned; variable
231 if (warned)
258 warned = TRUE;
489 warned = FALSE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 881 static int warned = 0; local
882 if(!warned) {
884 warned = 1;
899 static int warned = 0; local
900 if(!warned) {
904 warned = 1;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 881 static int warned = 0; local
882 if(!warned) {
884 warned = 1;
899 static int warned = 0; local
900 if(!warned) {
904 warned = 1;
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 405 private static boolean warned = false; field in class:LoadedApk.WarningContextClassLoader
408 if (warned) {
411 warned = true;
    [all...]
  /external/kernel-headers/original/linux/
tty.h 188 unsigned char low_latency:1, warned:1; member in struct:tty_struct
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 168 Be warned, however, if SerialCookie cannot de-serialize a value (because
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 168 Be warned, however, if SerialCookie cannot de-serialize a value (because
  /external/libsepol/src/
write.c 1574 int warned = 0; local
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 248 optimizations, implementors are warned to follow the details closely.
  /external/openssh/contrib/redhat/
openssh.spec 456 - update to SNAP-20020220 for testing purposes (you've been warned, if there's
457 anything to be warned about, gss patches won't apply, I don't mind)

Completed in 1019 milliseconds

1 2