Home
last modified time | relevance | path

Searched refs:barf (Results 1 – 20 of 20) sorted by relevance

/external/linux-tools-perf/bench/
Dsched-messaging.c58 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/
Delf-eflags-eabi.s5 .globl barf symbol
7 .type barf,%function
8 barf: @ @barf label
Delf-movt.s6 .globl barf symbol
8 .type barf,%function
9 barf: @ @barf label
/external/clang/www/demo/
Dindex.cgi49 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/
Dpdb-realloc2.c25 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/
DMerge3Way.hs41 else barf "/bin/cp failed"
47 else barf "kdiff3 failed"
49 barf :: String -> IO a
50 barf who function
/external/valgrind/main/coregrind/
Dlauncher-darwin.c83 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()
Dlauncher-linux.c70 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/
Dreaddwarf3.c171 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/
Dzero-remat.ll6 declare void @barf(float %x)
27 call void @barf(float 0.0)
/external/clang/test/Sema/
Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
/external/valgrind/main/none/tests/
Dcmd-with-special.vgtest3 # renaming because the autotools would barf on such a filename.
/external/llvm/test/Assembler/
D2002-08-22-DominanceProblem.ll4 ; which causes the verifier to barf on this input.
/external/llvm/test/CodeGen/ARM/
D2010-11-30-reloc-movt.ll8 define arm_aapcs_vfpcc i32 @barf() nounwind {
/external/valgrind/main/cachegrind/
Dcg_merge.c148 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/
Dlibmpiwrap.c251 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/
Dmultiple-architectures.txt160 directly - older compilers barf on them). Another reason not to
/external/libffi/
DChangeLog.v1211 * configure.in: Don't barf on i586-unknown-linuxaout.
/external/dbus/
DChangeLog.pre-1-03805 (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/
DChangeLog-2010-12-06114930 XMLDocumentParserQt is a huge pile of donkey barf.