/external/linux-tools-perf/bench/ |
D | sched-messaging.c | 58 static void barf(const char *msg) in barf() function 74 barf(use_pipes ? "pipe()" : "socketpair()"); in fdpair() 85 barf("CLIENT: ready write"); in ready() 89 barf("poll"); in ready() 109 barf("SENDER: write"); in sender() 139 barf("SERVER: read"); in receiver() 159 barf("fork()"); in create_worker() 173 barf("pthread_attr_init:"); in create_worker() 177 barf("pthread_attr_setstacksize"); in create_worker() 215 barf("malloc()"); in group() [all …]
|
/external/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/main/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/main/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/main/coregrind/ |
D | launcher-darwin.c | 83 static void barf ( const char *format, ... ) in barf() function 149 barf("%s: %s", clientname, strerror(errno)); in select_arch() 311 if (i == valid_archs_count) barf("Unknown/uninstalled VG_PLATFORM '%s'", VG_PLATFORM); in main() 327 if (i == valid_archs_count) barf("Unknown --arch '%s'", archname); in main() 352 if (!cwd) barf("Current directory no longer exists."); in main() 366 barf("launcher path is too long"); in main() 382 barf("malloc of new_env failed."); in main() 412 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 294 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM); in main() 332 barf("malloc of new_line failed."); in main() 341 barf("malloc of new_env failed."); in main() 357 barf("malloc of toolfile failed."); in main()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf3.c | 171 void (*barf)( HChar* ) __attribute__((noreturn)); member 178 if (!c->barf) return False; in is_sane_Cursor() 187 __attribute__((noreturn)) void (*barf)( HChar* ), in init_Cursor() 195 c->barf = barf; in init_Cursor() 230 c->barf(c->barfstr); in get_UChar() 242 c->barf(c->barfstr); in get_UShort() 254 c->barf(c->barfstr); in get_UInt() 266 c->barf(c->barfstr); in get_ULong() 352 c->barf( barfMsg ); in get_Initial_Length() 379 void (*barf)( HChar* ) __attribute__((noreturn)); member [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | zero-remat.ll | 6 declare void @barf(float %x) 27 call void @barf(float 0.0)
|
/external/clang/test/Sema/ |
D | declspec.c | 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
|
/external/valgrind/main/none/tests/ |
D | cmd-with-special.vgtest | 3 # renaming because the autotools would barf on such a filename.
|
/external/llvm/test/Assembler/ |
D | 2002-08-22-DominanceProblem.ll | 4 ; which causes the verifier to barf on this input.
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-11-30-reloc-movt.ll | 8 define arm_aapcs_vfpcc i32 @barf() nounwind {
|
/external/valgrind/main/cachegrind/ |
D | cg_merge.c | 148 static void barf ( SOURCE* s, char* msg ) in barf() function 179 barf(s, "I/O error while reading input file"); in readline() 489 barf(s, "N_TMPC too low. Increase and recompile."); in splitUpCountsLine() 624 barf(s, "M_TMP_DESCLINES too low; increase and recompile"); in parse_CacheProfFile() 785 barf(s, "\"events:\" line of most recent file does " in merge_CacheProfInfo() 898 barf(&src, "Cannot open input file"); in main()
|
/external/valgrind/main/mpi/ |
D | libmpiwrap.c | 251 static void barf ( char* msg ) in barf() function 878 barf("walk_type: unhandled combiner, strict checking selected"); in walk_type() 1203 barf("add_shadow_Request: malloc failed.\n"); in ensure_sReq_space() 1319 barf("clone_Request_array: malloc failed"); in clone_Request_array() 2320 barf("no wrapper for PMPI_" #basename \
|
/external/valgrind/main/docs/internals/ |
D | multiple-architectures.txt | 160 directly - older compilers barf on them). Another reason not to
|
/external/libffi/ |
D | ChangeLog.v1 | 211 * configure.in: Don't barf on i586-unknown-linuxaout.
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 3805 (lookup_object_info): Don't barf if format_version is > 0. 12861 these barf if the error isn't cleared to NULL
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 114930 XMLDocumentParserQt is a huge pile of donkey barf.
|