/external/llvm/test/MC/ARM/ |
elf-eflags-eabi.s | 5 .globl barf 7 .type barf,%function 8 barf: @ @barf label
|
2010-11-30-reloc-movt.s | 16 .globl barf 18 .type barf,%function 19 barf: @ @barf label 27 .size barf, .Ltmp0-barf
|
elf-movt.s | 6 .globl barf 8 .type barf,%function 9 barf: @ @barf label
|
/external/swiftshader/third_party/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/syslinux/libfat/ |
open.c | 36 goto barf; 44 goto barf; 47 goto barf; 54 goto barf; 77 goto barf; 93 goto barf; /* Impossibly many clusters */ 98 goto barf; /* The FATs don't fit */ 107 barf:
|
/external/valgrind/none/tests/ |
cmd-with-special.vgtest | 3 # renaming because the autotools would barf on such a filename.
|
/external/llvm/test/Assembler/ |
2002-08-22-DominanceProblem.ll | 5 ; which causes the verifier to barf on this input.
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
2002-08-22-DominanceProblem.ll | 4 ; which causes the verifier to barf on this input.
|
/external/valgrind/auxprogs/ |
Merge3Way.hs | 41 else barf "/bin/cp failed" 47 else barf "kdiff3 failed" 49 barf :: String -> IO a 50 barf who
|
/external/valgrind/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/llvm/test/CodeGen/X86/ |
zero-remat.ll | 7 declare void @barf(float %x) 28 call void @barf(float 0.0)
|
pr24602.ll | 3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
zero-remat.ll | 6 declare void @barf(float %x) 27 call void @barf(float 0.0)
|
/external/ltp/testcases/kernel/sched/cfs-scheduler/ |
hackbench.c | 89 static void barf(const char *msg) function 111 barf("Creating fdpair"); 122 barf("CLIENT: ready write"); 126 barf("poll"); 147 barf("SENDER: write"); 176 barf("SERVER: read"); 196 barf("fork()"); 206 barf("pthread_attr_init:"); 210 barf("pthread_attr_setstacksize"); 244 barf("malloc()") [all...] |
/external/autotest/client/tests/hackbench/src/ |
hackbench.c | 118 static void barf(const char *msg) function 139 barf("Creating fdpair"); 150 barf("CLIENT: ready write"); 154 barf("poll"); 173 barf("SENDER: write"); 203 barf("SERVER: read"); 222 case -1: barf("fork()"); 232 barf("pthread_attr_init:"); 236 barf("pthread_attr_setstacksize"); 277 barf("malloc()") [all...] |
/cts/tests/tests/accounts/src/android/accounts/cts/ |
AccountManagerUnaffiliatedAuthenticatorTests.java | 72 fail("Expected to just barf if the caller doesn't share a signature."); 95 fail("addAccountExplicitly should just barf if the caller isn't permitted."); 105 fail("removeAccount should just barf if the caller isn't permitted."); 116 fail("removeAccount should just barf if the caller isn't permitted."); 124 fail("removeAccountExplicitly should just barf if the caller isn't permitted."); 132 fail("getPassword should just barf if the caller isn't permitted."); 141 fail("setPassword should just barf if the caller isn't permitted."); 149 fail("clearPassword should just barf if the caller isn't permitted."); 158 fail("getUserData should just barf if the caller isn't permitted."); 168 fail("setUserData should just barf if the caller isn't permitted.") [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2010-11-30-reloc-movt.ll | 8 define arm_aapcs_vfpcc i32 @barf() nounwind {
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
PackageFilterTest.kt | 29 assertThat(filter.matches("foo.barf")).isFalse()
|
/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/llvm/test/CodeGen/AArch64/ |
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/valgrind/coregrind/ |
launcher-darwin.c | 87 static void barf ( const char *format, ... ) function 153 barf("%s: %s", clientname, strerror(errno)); 315 if (i == valid_archs_count) barf("Unknown/uninstalled VG_PLATFORM '%s'", VG_PLATFORM); 331 if (i == valid_archs_count) barf("Unknown --arch '%s'", archname); 356 if (!cwd) barf("Current directory no longer exists."); 370 barf("launcher path is too long"); 386 barf("malloc of new_env failed."); 416 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
|
launcher-linux.c | 70 static void barf ( const char *format, ... ) function 101 barf("malloc of fullname failed."); 149 // barf("open(%s): %s", clientname, strerror(errno)); 380 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM); 415 barf("realloc of buf failed."); 442 barf("malloc of new_line failed."); 451 barf("malloc of new_env failed."); 467 barf("malloc of toolfile failed.");
|
/external/clang/test/Sema/ |
declspec.c | 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
|
/external/skia/gm/ |
matriximagefilter.cpp | 58 // This may be causing Mac 10.6 to barf.
|