/external/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | hackbench.c | 89 static void barf(const char *msg) in barf() function 111 barf("Creating fdpair"); in fdpair() 122 barf("CLIENT: ready write"); in ready() 126 barf("poll"); in ready() 147 barf("SENDER: write"); in sender() 176 barf("SERVER: read"); in receiver() 196 barf("fork()"); in create_worker() 206 barf("pthread_attr_init:"); in create_worker() 210 barf("pthread_attr_setstacksize"); in create_worker() 244 barf("malloc()"); in group() [all …]
|
/external/llvm/test/MC/ARM/ |
D | 2010-11-30-reloc-movt.s | 16 .globl barf symbol 18 .type barf,%function 19 barf: @ @barf label 27 .size barf, .Ltmp0-barf
|
D | elf-eflags-eabi.s | 5 .globl barf symbol 7 .type barf,%function 8 barf: @ @barf label
|
D | elf-movt.s | 6 .globl barf symbol 8 .type barf,%function 9 barf: @ @barf label
|
/external/syslinux/libfat/ |
D | open.c | 36 goto barf; in libfat_open() 44 goto barf; in libfat_open() 47 goto barf; in libfat_open() 54 goto barf; in libfat_open() 77 goto barf; in libfat_open() 93 goto barf; /* Impossibly many clusters */ in libfat_open() 98 goto barf; /* The FATs don't fit */ in libfat_open() 107 barf: in libfat_open()
|
/external/autotest/client/tests/hackbench/src/ |
D | hackbench.c | 118 static void barf(const char *msg) in barf() function 139 barf("Creating fdpair"); in fdpair() 150 barf("CLIENT: ready write"); in ready() 154 barf("poll"); in ready() 173 barf("SENDER: write"); in sender() 203 barf("SERVER: read"); in receiver() 222 case -1: barf("fork()"); in create_worker() 232 barf("pthread_attr_init:"); in create_worker() 236 barf("pthread_attr_setstacksize"); in create_worker() 277 barf("malloc()"); in group() [all …]
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | elf-eflags-eabi.s | 5 .globl barf symbol 7 .type barf,%function 8 barf: @ @barf label
|
D | elf-movt.s | 6 .globl barf symbol 8 .type barf,%function 9 barf: @ @barf label
|
/external/clang/www/demo/ |
D | index.cgi | 49 sub barf { 61 open( FILE, ">$name" ) or barf("Can't write to $name: $!"); 80 open( FILE, "$file" ) or barf("Can't read $file: $!"); 253 barf( 272 barf("Program $program took too long, compile time limited for the web script, sorry!\n"); 279 barf( 287 barf( 316 barf( 327 barf( "Error uploading file: " . $c->cgi_error ); 338 barf "Unknown language; can't compile\n" unless $extension;
|
/external/valgrind/memcheck/tests/ |
D | pdb-realloc2.c | 25 static void barf ( int size, int offset ) in barf() function 81 barf(size, i); in do_test() 85 barf(size,i); in do_test() 93 barf(size, i); in do_test()
|
/external/valgrind/auxprogs/ |
D | Merge3Way.hs | 41 else barf "/bin/cp failed" 47 else barf "kdiff3 failed" 49 barf :: String -> IO a 50 barf who function
|
/external/valgrind/coregrind/ |
D | launcher-darwin.c | 87 static void barf ( const char *format, ... ) in barf() function 153 barf("%s: %s", clientname, strerror(errno)); in select_arch() 315 if (i == valid_archs_count) barf("Unknown/uninstalled VG_PLATFORM '%s'", VG_PLATFORM); in main() 331 if (i == valid_archs_count) barf("Unknown --arch '%s'", archname); in main() 356 if (!cwd) barf("Current directory no longer exists."); in main() 370 barf("launcher path is too long"); in main() 386 barf("malloc of new_env failed."); in main() 416 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno)); in main()
|
D | launcher-linux.c | 70 static void barf ( const char *format, ... ) in barf() function 101 barf("malloc of fullname failed."); in find_client() 380 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM); in main() 415 barf("realloc of buf failed."); in main() 442 barf("malloc of new_line failed."); in main() 451 barf("malloc of new_env failed."); in main() 467 barf("malloc of toolfile failed."); in main()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 174 void (*barf)( const HChar* ) __attribute__((noreturn)); member 181 if (!c->barf) return False; in is_sane_Cursor() 195 __attribute__((noreturn)) void (*barf)(const HChar*), in init_Cursor() 202 c->barf = barf; in init_Cursor() 245 c->barf(c->barfstr); in get_UChar() 257 c->barf(c->barfstr); in get_UShort() 269 c->barf(c->barfstr); in get_UInt() 281 c->barf(c->barfstr); in get_ULong() 366 c->barf( barfMsg ); in get_Initial_Length() 425 void (*barf)( const HChar* ) __attribute__((noreturn)); member [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | zero-remat.ll | 6 declare void @barf(float %x) 27 call void @barf(float 0.0)
|
/external/llvm/test/CodeGen/X86/ |
D | zero-remat.ll | 7 declare void @barf(float %x) 28 call void @barf(float 0.0)
|
D | pr24602.ll | 3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-zero-cycle-zeroing.ll | 50 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind 57 declare void @barf(float, float)
|
/external/clang/test/Sema/ |
D | declspec.c | 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
|
/external/valgrind/none/tests/ |
D | cmd-with-special.vgtest | 3 # renaming because the autotools would barf on such a filename.
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
D | 2002-08-22-DominanceProblem.ll | 4 ; which causes the verifier to barf on this input.
|
/external/llvm/test/Assembler/ |
D | 2002-08-22-DominanceProblem.ll | 5 ; which causes the verifier to barf on this input.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-11-30-reloc-movt.ll | 8 define arm_aapcs_vfpcc i32 @barf() nounwind {
|
/external/toybox/lib/ |
D | lib.c | 857 if (errno || *s || (mode & ~(07777))) goto barf; in string_to_mode() 878 if (!*str || !(s = strchr(hows, *str))) goto barf; in string_to_mode() 881 if (!dohow) goto barf; in string_to_mode() 897 if (*str && *(str++) != ',') goto barf; in string_to_mode() 929 barf: in string_to_mode()
|
/external/valgrind/cachegrind/ |
D | cg_merge.c | 148 static void barf ( SOURCE* s, const char* msg ) in barf() function 184 barf(s, "I/O error while reading input file"); in readline() 796 barf(s, "\"events:\" line of most recent file does " in merge_CacheProfInfo() 909 barf(&src, "Cannot open input file"); in main()
|