Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
Dsched-messaging.c53 static void barf(const char *msg) in barf() function
69 barf(use_pipes ? "pipe()" : "socketpair()"); in fdpair()
80 barf("CLIENT: ready write"); in ready()
84 barf("poll"); in ready()
104 barf("SENDER: write"); in sender()
134 barf("SERVER: read"); in receiver()
154 barf("fork()"); in create_worker()
168 barf("pthread_attr_init:"); in create_worker()
172 barf("pthread_attr_setstacksize"); in create_worker()
210 barf("malloc()"); in group()
[all …]
/external/llvm/test/MC/ARM/
D2010-11-30-reloc-movt.s16 .globl barf symbol
18 .type barf,%function
19 barf: @ @barf label
27 .size barf, .Ltmp0-barf
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/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/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/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.c66 static void barf ( const char *format, ... ) in barf() function
97 barf("malloc of fullname failed."); in find_client()
331 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM); in main()
369 barf("malloc of new_line failed."); in main()
378 barf("malloc of new_env failed."); in main()
394 barf("malloc of toolfile failed."); in main()
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf3.c173 void (*barf)( const HChar* ) __attribute__((noreturn)); member
180 if (!c->barf) return False; in is_sane_Cursor()
194 __attribute__((noreturn)) void (*barf)(const HChar*), in init_Cursor()
201 c->barf = barf; in init_Cursor()
240 c->barf(c->barfstr); in get_UChar()
252 c->barf(c->barfstr); in get_UShort()
264 c->barf(c->barfstr); in get_UInt()
276 c->barf(c->barfstr); in get_ULong()
361 c->barf( barfMsg ); in get_Initial_Length()
388 void (*barf)( const HChar* ) __attribute__((noreturn)); member
[all …]
/external/llvm/test/CodeGen/X86/
Dzero-remat.ll7 declare void @barf(float %x)
28 call void @barf(float 0.0)
/external/llvm/test/CodeGen/AArch64/
Darm64-zero-cycle-zeroing.ll42 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind
49 declare void @barf(float, float)
/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/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/test/
Dnode.rake4 # make sure jasmine-node exists, and barf if it doesn't
/external/valgrind/main/cachegrind/
Dcg_merge.c148 static void barf ( SOURCE* s, const char* msg ) in barf() function
179 barf(s, "I/O error while reading input file"); in readline()
493 barf(s, "N_TMPC too low. Increase and recompile."); in splitUpCountsLine()
626 barf(s, "M_TMP_DESCLINES too low; increase and recompile"); in parse_CacheProfFile()
783 barf(s, "\"events:\" line of most recent file does " in merge_CacheProfInfo()
896 barf(&src, "Cannot open input file"); in main()
/external/fonttools/Doc/
Dchanges.txt54 - Don't barf on empty tables (questionable, but "there are font out there...")
56 to be the current recommendation by MS. Also: don't barf on fonts which
/external/deqp/framework/delibs/cmake/
DDefs.cmake120 # barf about the parenthesis in the previous way. Ugh.
/external/valgrind/main/mpi/
Dlibmpiwrap.c251 static void barf ( char* msg ) in barf() function
880 barf("walk_type: unhandled combiner, strict checking selected"); in walk_type()
1206 barf("add_shadow_Request: malloc failed.\n"); in ensure_sReq_space()
1322 barf("clone_Request_array: malloc failed"); in clone_Request_array()
2324 barf("no wrapper for PMPI_" #basename \
/external/valgrind/main/docs/internals/
Dmultiple-architectures.txt160 directly - older compilers barf on them). Another reason not to