Home
last modified time | relevance | path

Searched refs:BUG (Results 1 – 25 of 63) 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/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/v8/test/cctest/
Dcctest.status33 # BUG(281): This test fails on some Linuxes.
36 # BUG(382): Weird test. Can't guarantee that it never times out.
53 # BUG(355): Test crashes on ARM.
56 # BUG(945): Socket connect fails on ARM
60 # BUG(1075): Unresolved crashes.
/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/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()
Dsched.h1603 static inline void freeze(struct task_struct *p) { BUG(); } in freeze()
1605 static inline void frozen_process(struct task_struct *p) { BUG(); } in frozen_process()
1608 static inline int freeze_processes(void) { BUG(); return 0; } in freeze_processes()
/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/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]
Dxsampa_pico_man_en-US.txt12 # When a test is marked as "BUG", if possible, the tester will capture an approximate
183 # BUG " primary stress BETTER TEST? <<<<<<<<<<<<------------------------------------
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h252 BUG(); \
809 #ifndef BUG
810 #define BUG() do { \ macro
/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/v8/test/test262/
Dtest262.status49 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
52 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
55 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
58 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
61 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
64 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
69 # BUG: 11.8.2 Greater-than Operator - Partial left to right order enforced
72 # BUG: 11.8.2 Greater-than Operator - Partial left to right order enforced
75 # BUG: 11.8.2 Greater-than Operator - Partial left to right order enforced
78 # BUG: 11.8.2 Greater-than Operator - Partial left to right order enforced
[all …]
/external/srtp/googlepatches/
Dgoogle-12-srtp-hide-aes-tables-main.patch10 BUG=5096975
/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
D3_1_BUGSTATUS.txt9 TRUNK PRIO BUG# WHAT
79 TRUNK 31BRANCH BUG# WHAT
D3_3_BUGSTATUS.txt37 BUG# STAT TRUNK WHAT
262 TRUNK 33BRANCH PRI BUG# WHAT
/external/chromium/chrome/browser/ui/cocoa/
Dexternal_protocol_dialog.mm146 CFRelease(openingApp); // NOT A BUG; LSGetApplicationForURL retains for us

123