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

  /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 937 static int warned = 0; local
941 warned = 0;
949 if (!warned)
952 warned = 1;
    [all...]
  /system/core/toolbox/
dd.c 491 static int warned; local
574 if (out.flags & ISCHR && !warned) {
575 warned = 1;
627 int bcnt, cnt, nr, warned; local
647 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
675 if (!warned) {
679 warned = 1;
  /external/bluetooth/glib/glib/
gmessages.c 630 static gboolean warned = FALSE; local
631 if (!warned)
633 warned = TRUE;
  /external/icu4c/tools/tzcode/
zdump.c 162 static int warned; variable
231 if (warned)
258 warned = TRUE;
489 warned = FALSE;
  /external/dbus/dbus/
dbus-sysdeps-win.c 955 static dbus_bool_t warned = FALSE; local
1093 static dbus_bool_t warned = FALSE;
    [all...]
  /external/elfutils/src/
ldlex.c 2542 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 376 private static boolean warned = false; field in class:LoadedApk.WarningContextClassLoader
379 if (warned) {
382 warned = true;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 1586 static Bool warned; local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1509 milliseconds