HomeSort by relevance Sort by last modified time
    Searched refs:barf (Results 1 - 13 of 13) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh3_2.cpp 9 int barf (int len) function
27 barf (2);
  /ndk/tests/device/test-stlport_static-exception/jni/
eh3_2.cpp 9 int barf (int len) function
27 barf (2);
  /external/llvm/test/MC/ARM/
elf-eflags-eabi.s 5 .globl barf
7 .type barf,%function
8 barf: @ @barf label
elf-movt.s 6 .globl barf
8 .type barf,%function
9 barf: @ @barf label
  /external/linux-tools-perf/bench/
sched-messaging.c 58 static void barf(const char *msg) function
74 barf(use_pipes ? "pipe()" : "socketpair()");
85 barf("CLIENT: ready write");
89 barf("poll");
109 barf("SENDER: write");
139 barf("SERVER: read");
159 barf("fork()");
173 barf("pthread_attr_init:");
177 barf("pthread_attr_setstacksize");
215 barf("malloc()")
    [all...]
  /external/clang/test/Sema/
declspec.c 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
  /external/valgrind/main/memcheck/tests/
pdb-realloc2.c 25 static void barf ( int size, int offset ) function
81 barf(size, i);
85 barf(size,i);
93 barf(size, i);
  /external/valgrind/main/coregrind/
launcher-darwin.c 83 static void barf ( const char *format, ... ) function
149 barf("%s: %s", clientname, strerror(errno));
311 if (i == valid_archs_count) barf("Unknown/uninstalled VG_PLATFORM '%s'", VG_PLATFORM);
327 if (i == valid_archs_count) barf("Unknown --arch '%s'", archname);
352 if (!cwd) barf("Current directory no longer exists.");
366 barf("launcher path is too long");
382 barf("malloc of new_env failed.");
412 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
launcher-linux.c 66 static void barf ( const char *format, ... ) function
129 // barf("open(%s): %s", clientname, strerror(errno));
303 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM);
341 barf("malloc of new_line failed.");
350 barf("malloc of new_env failed.");
366 barf("malloc of toolfile failed.");
  /external/clang/www/demo/
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
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 172 void (*barf)( HChar* ) __attribute__((noreturn)); member in struct:__anon29562
179 if (!c->barf) return False;
188 __attribute__((noreturn)) void (*barf)( HChar* ),
196 c->barf = barf;
231 c->barf(c->barfstr);
243 c->barf(c->barfstr);
255 c->barf(c->barfstr);
267 c->barf(c->barfstr);
353 c->barf( barfMsg )
380 void (*barf)( HChar* ) __attribute__((noreturn)); member in struct:__anon29563
4343 static __attribute__((noreturn)) void barf ( HChar* reason ) { function
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 148 static void barf ( SOURCE* s, char* msg ) function
179 barf(s, "I/O error while reading input file");
489 barf(s, "N_TMPC too low. Increase and recompile.");
624 barf(s, "M_TMP_DESCLINES too low; increase and recompile");
785 barf(s, "\"events:\" line of most recent file does "
898 barf(&src, "Cannot open input file");
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 251 static void barf ( char* msg ) function
878 barf("walk_type: unhandled combiner, strict checking selected");
    [all...]

Completed in 4770 milliseconds