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

1 2

  /bionic/libc/arch-mips/bionic/
cacheflush.cpp 51 static bool warned = false; local
52 if (!warned) {
54 warned = true;
  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 69 int bcnt, cnt, nr, warned; local
87 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
114 if (!warned) {
117 warned = 1;
dd.c 485 static int warned; local
559 if (out.flags & ISCHR && !warned) {
560 warned = 1;
  /system/vold/
DirectVolume.h 30 bool warned; member in class:PathInfo
DirectVolume.cpp 39 warned = false;
60 if (!warned && ret && (strlen(pattern) != strlen(path))) {
62 warned = true;
  /external/elfutils/0.153/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; \
  /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/icu/icu4c/source/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 438 private static boolean warned = false; field in class:LoadedApk.WarningContextClassLoader
441 if (warned) {
444 warned = true;
    [all...]
  /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...]

Completed in 445 milliseconds

1 2