/external/kernel-headers/original/asm-generic/ |
D | bug.h | 8 #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/ |
D | bug.h | 15 #define BUG() \ macro 29 #define BUG() \ macro
|
D | pgalloc_32.h | 62 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) 65 #define pud_populate(mm, pmd, pte) BUG()
|
D | processor_32.h | 530 BUG(); in native_get_debugreg() 557 BUG(); in native_set_debugreg()
|
/external/v8/test/cctest/ |
D | cctest.status | 33 # 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/ |
D | pgalloc.h | 29 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) 31 #define pgd_populate(mm,pmd,pte) BUG()
|
/external/kernel-headers/original/linux/ |
D | if_vlan.h | 133 BUG(); in vlan_dev_real_dev() 139 BUG(); in vlan_dev_vlan_id() 146 BUG(); in __vlan_hwaccel_rx()
|
D | sched.h | 1603 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/ |
D | cfi.h | 299 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/ |
D | compat.h | 39 #define BUG_ON(p) do { if (p) BUG(); } while (0)
|
D | compat22.h | 120 #define BUG() __asm__ __volatile__("ud2\n"); macro
|
/external/svox/pico/tests/data/ |
D | tests_regressions_es-ES.txt | 9 # When a test is marked as "BUG", if possible, the tester will capture an approximate
|
D | xsampa_pico_man_fr-FR.txt | 12 # When a test is marked as "BUG", if possible, the tester will capture an approximate 105 # BUG E seize "sEz says [seisse]
|
D | xsampa_pico_man_en-US.txt | 12 # 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/ |
D | kernel-jbd.h | 252 BUG(); \ 809 #ifndef BUG 810 #define BUG() do { \ macro
|
/external/yaffs2/yaffs2/ |
D | yaffs_mtdif2.c | 144 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/ |
D | test262.status | 49 # 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/ |
D | google-12-srtp-hide-aes-tables-main.patch | 10 BUG=5096975
|
/external/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 12 ; setuw 4294967295, %o3 ! THE BUG: 0x00000000ffffffff
|
/external/qemu/ |
D | CHANGES.TXT | 133 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/ |
D | netlink-local.h | 79 #define BUG() \ macro
|
/external/valgrind/main/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 127 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
|
D | 3_1_BUGSTATUS.txt | 9 TRUNK PRIO BUG# WHAT 79 TRUNK 31BRANCH BUG# WHAT
|
D | 3_3_BUGSTATUS.txt | 37 BUG# STAT TRUNK WHAT 262 TRUNK 33BRANCH PRI BUG# WHAT
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | external_protocol_dialog.mm | 146 CFRelease(openingApp); // NOT A BUG; LSGetApplicationForURL retains for us
|