Searched refs:BUG (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/dom_distiller_js/
H A Dupdate_domdistiller_js.sh31 echo -n BUG= > $bugs
33 # This extracts BUG= lines from the log, extracts the numbers part, removes
37 | grep BUG= \
38 | sed -e 's/.*BUG=\(.*\)/\1/' -e 's/\s*//g' -e '/^$/d' \
/external/oprofile/module/
H A Dcompat.h39 #define BUG_ON(p) do { if (p) BUG(); } while (0)
H A Dcompat22.h118 /* 2.2.18 add BUG() FIXME: this is arch dependant would must use
120 #define BUG() __asm__ __volatile__("ud2\n"); macro
/external/libnl/lib/
H A Dobject.c27 BUG();
47 BUG();
107 BUG();
122 BUG();
183 BUG();
H A Dcache_mngt.c196 BUG();
215 BUG();
236 fprintf(stderr, "Application BUG: Your application must "
H A Ddata.c102 BUG();
H A Dcache.c75 BUG();
242 BUG();
764 BUG();
767 BUG();
822 BUG();
H A Dcache_mngr.c120 BUG();
156 BUG();
H A Dmsg.c617 BUG();
676 BUG();
911 BUG();
H A Dhandlers.c262 BUG();
H A Dsocket.c140 BUG();
/external/libnl/lib/route/
H A Dclass_api.c42 BUG();
H A Dcls_api.c43 BUG();
H A Dqdisc_api.c45 BUG();
H A Dcls_obj.c218 BUG();
228 BUG();
H A Dclass.c168 BUG();
H A Dqdisc.c322 BUG();
/external/libnl/lib/genl/
H A Dctrl.c163 BUG();
198 BUG();
H A Dmngt.c103 BUG();
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h253 BUG(); \
809 /* Not all architectures define BUG() */
810 #ifndef BUG
811 #define BUG() do { \ macro
812 printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
815 #endif /* BUG */
/external/libpng/
H A DAndroid.mk29 # BUG: http://llvm.org/PR19472 - SLP vectorization (on ARM at least) crashes
/external/yaffs2/yaffs2/
H A Dyaffs_mtdif2.c144 BUG(); /* both tags and data should always be present */
156 BUG(); /* both tags and data should always be present */
/external/libsepol/src/
H A Dservices.c71 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro
588 BUG();
593 BUG();
607 BUG();
624 BUG();
643 BUG();
658 BUG();
663 BUG();
676 * 'BUG(); goto out;' was called as we need to release any used
/external/chromium_org/v8/
H A DPRESUBMIT.py213 if input_api.change.BUG and not 'LOG' in input_api.change.tags:
215 'An issue reference (BUG=) requires a change log flag (LOG=). '
/external/libnl/include/
H A Dnetlink-local.h79 #define BUG() \ macro
81 fprintf(stderr, "BUG: %s:%d\n", \

Completed in 5910 milliseconds

12