Home
last modified time | relevance | path

Searched refs:BUG (Results 1 – 25 of 70) sorted by relevance

123

/external/kernel-headers/original/asm-generic/
Dbug.h8 #define BUG() do { \ macro
15 #define BUG_ON(condition) do { if (unlikely((condition)!=0)) BUG(); } while(0)
29 #define BUG() macro
/external/v8/test/cctest/
Dcctest.status33 # BUG(382): Weird test. Can't guarantee that it never times out.
36 # BUG(484): This test which we thought was originally corrected in r5236
49 # BUG(1261): Flakey test.
64 # BUG(355): Test crashes on ARM.
67 # BUG(945): Socket connect fails on ARM
72 # BUG(1075): Unresolved crashes.
/external/kernel-headers/original/asm-x86/
Dbug.h15 #define BUG() \ macro
29 #define BUG() \ macro
Dpgalloc_32.h62 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); })
65 #define pud_populate(mm, pmd, pte) BUG()
Dprocessor_32.h530 BUG(); in native_get_debugreg()
557 BUG(); in native_set_debugreg()
/external/kernel-headers/original/asm-arm/
Dpgalloc.h29 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); })
31 #define pgd_populate(mm,pmd,pte) BUG()
/external/v8/tools/
Dmerge-to-branch.sh148 BUG=$(git log -1 $HASH | grep "BUG=" | awk -F '=' '{print $NF}')
149 if [ -n "$BUG" ] ; then
151 BUG_AGGREGATE="$BUG_AGGREGATE$BUG"
/external/kernel-headers/original/linux/
Dif_vlan.h133 BUG(); in vlan_dev_real_dev()
139 BUG(); in vlan_dev_vlan_id()
146 BUG(); in __vlan_hwaccel_rx()
/external/kernel-headers/original/linux/mtd/
Dcfi.h299 default: BUG(); in cfi_build_cmd()
314 default: BUG(); in cfi_build_cmd()
368 default: BUG(); in cfi_merge_status()
392 default: BUG(); in cfi_merge_status()
/external/kernel-headers/original/asm-mips/
Dbug.h10 #define BUG() \ macro
Dio.h331 BUG(); \
360 BUG(); \
/external/oprofile/module/
Dcompat.h39 #define BUG_ON(p) do { if (p) BUG(); } while (0)
Dcompat22.h120 #define BUG() __asm__ __volatile__("ud2\n"); macro
/external/svox/pico/tests/data/
Dtests_regressions_es-ES.txt9 # When a test is marked as "BUG", if possible, the tester will capture an approximate
Dxsampa_pico_man_fr-FR.txt12 # When a test is marked as "BUG", if possible, the tester will capture an approximate
105 # BUG E seize "sEz says [seisse]
/external/libsepol/src/
Dservices.c65 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro
236 BUG(); in constraint_expr_eval()
241 BUG(); in constraint_expr_eval()
253 BUG(); in constraint_expr_eval()
266 BUG(); in constraint_expr_eval()
277 BUG(); in constraint_expr_eval()
289 BUG(); in constraint_expr_eval()
294 BUG(); in constraint_expr_eval()
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h252 BUG(); \
809 #ifndef BUG
810 #define BUG() do { \ macro
/external/v8/test/mjsunit/
Dmjsunit.status39 # NewGC: BUG(1719) slow to collect arrays over several contexts.
97 # BUG(3251035): Timeouts in long looping crankshaft optimization
146 # BUG(3251035): Timeouts in long looping crankshaft optimization
/external/yaffs2/yaffs2/
Dyaffs_mtdif2.c144 BUG(); /* both tags and data should always be present */ in nandmtd2_WriteChunkWithTagsToNAND()
156 BUG(); /* both tags and data should always be present */ in nandmtd2_WriteChunkWithTagsToNAND()
/external/srtp/googlepatches/
Dgoogle-12-srtp-hide-aes-tables-main.patch10 BUG=5096975
/external/v8/test/test262/
Dtest262.status96 # BUG(3251225): Tests that timeout with --nocrankshaft.
110 # BUG(3251225): Tests that timeout with --nocrankshaft.
/external/llvm/test/CodeGen/Generic/
Dnegintconst.ll12 ; setuw 4294967295, %o3 ! THE BUG: 0x00000000ffffffff
/external/qemu/
DCHANGES.TXT133 IMPORTANT BUG FIXES:
147 IMPORTANT BUG FIXES:
166 IMPORTANT BUG FIXES:
205 IMPORTANT BUG FIXES:
372 IMPORTANT BUG FIXES:
448 IMPORTANT BUG FIXES:
471 IMPORTANT BUG FIXES:
487 OTHER BUG FIXES:
546 IMPORTANT BUG FIXES:
580 OTHER BUG FIXES:
[all …]
/external/libnl-headers/
Dnetlink-local.h79 #define BUG() \ macro
/external/valgrind/main/docs/internals/
D3_2_BUGSTATUS.txt127 TRUNK 32BRANCH PRI BUG# WHAT
262 TRUNK 32BRANCH PRI BUG# WHAT
272 TRUNK 32BRANCH PRI BUG# WHAT
338 TRUNK 32BRANCH PRI BUG# WHAT
426 TRUNK 32BRANCH PRI BUG# WHAT

123