HomeSort by relevance Sort by last modified time
    Searched defs:warned (Results 1 - 14 of 14) sorted by null

  /bionic/libc/arch-mips/bionic/
cacheflush.c 67 static int warned = 0; local
68 if (!warned) {
70 warned = 1;
  /external/oprofile/libutil++/
bfd_support.cpp 197 static bool warned = false; local
198 if (!warned) {
202 warned = true;
  /external/oprofile/module/
oprofile.c 173 static int warned; local
174 if (!warned) {
177 warned = 1;
  /external/dnsmasq/src/
dnsmasq.c 943 static int warned = 0; local
947 warned = 0;
955 if (!warned)
958 warned = 1;
    [all...]
  /external/stressapptest/src/
os.cc 247 static bool warned = false; local
259 if (!warned) {
262 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/icu4c/tools/tzcode/
zdump.c 162 static int warned; variable
231 if (warned)
258 warned = TRUE;
489 warned = FALSE;
  /external/libsepol/src/
write.c 1561 int warned = 0; local
    [all...]
  /external/elfutils/src/
ldlex.c 2811 bool warned = false; local
    [all...]
  /external/kernel-headers/original/linux/
tty.h 188 unsigned char low_latency:1, warned:1; member in struct:tty_struct
  /frameworks/base/core/java/android/app/
LoadedApk.java 398 private static boolean warned = false; field in class:LoadedApk.WarningContextClassLoader
401 if (warned) {
404 warned = true;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 1625 static Bool warned; local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 550 milliseconds