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

  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
bug_on.h 7 #define BUG() assert(0)
11 #define WARN() BUG()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
D.java 22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG);
  /external/syslinux/gpxe/src/drivers/bus/
virtio-ring.c 22 #define BUG() do { \
23 printf("BUG: failure at %s:%d/%s()!\n", \
27 #define BUG_ON(condition) do { if (condition) BUG(); } while (0)
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_policy_memory_test.c 33 static void BUG(const char *msg)
48 BUG("BUG: Policy read error\n");
58 BUG("BUG: Policy read error\n");
70 printf("BUG: Policy write error: %s %s at %d\n", policy,
72 BUG("");
189 BUG("BUG: Policy write error\n");
214 BUG("Policy read/write test: Fail\n")
    [all...]
include.h 257 static void BUG(const char *fmt, ...)
260 static void BUG(const char *fmt, ...)
263 printf("BUG: ");
281 BUG("Can't read %s", proc_policy_domain_policy);
303 BUG("Can't %s %s", is_delete ? "delete" : "append",
319 BUG("Can't read %s", proc_policy_exception_policy);
336 BUG("Can't %s %s", is_delete ? "delete" : "append",
354 BUG("Can't read %s", proc_policy_profile);
373 BUG("Can't change profile to 255-CONFIG::%s=%s",
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_debug.h 73 /* A serious bug, show this even in non-debug mode */
74 #define BUG(fmt, ...) \
  /external/libnl/include/netlink-private/
netlink.h 98 #define BUG() \
100 fprintf(stderr, "BUG at file position %s:%d:%s\n", \
108 BUG(); \
114 fprintf(stderr, "APPLICATION BUG: %s:%d:%s: %s\n", \
  /external/syslinux/gpxe/src/drivers/net/
virtio-net.c 28 #define BUG() do { \
29 printf("BUG: failure at %s:%d/%s()!\n", \
33 #define BUG_ON(condition) do { if (condition) BUG(); } while (0)
  /external/ltp/testcases/kdump/lib/lkdtm/
lkdtm.c 42 * It can be one of PANIC, BUG, EXCEPTION, LOOP, OVERFLOW
85 BUG,
104 "BUG",
258 case BUG:
259 printk(KERN_INFO "lkdtm : BUG\n");
260 BUG();
  /external/selinux/libsepol/src/
services.c 72 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0)
600 BUG();
605 BUG();
619 BUG();
636 BUG();
655 BUG();
670 BUG();
675 BUG();
688 * 'BUG(); goto out;' was called as we need to release any used
    [all...]
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 887 milliseconds