/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
|
/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/valgrind/none/tests/ |
cmd-with-special.vgtest | 3 # renaming because the autotools would barf on such a filename.
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
AccountManagerUnaffiliatedAuthenticatorTests.java | 78 fail("Expected to just barf if the caller doesn't share a signature."); 101 fail("addAccountExplicitly should just barf if the caller isn't permitted."); 111 fail("removeAccount should just barf if the caller isn't permitted."); 122 fail("removeAccount should just barf if the caller isn't permitted."); 130 fail("removeAccountExplicitly should just barf if the caller isn't permitted."); 138 fail("getPassword should just barf if the caller isn't permitted."); 147 fail("setPassword should just barf if the caller isn't permitted."); 155 fail("clearPassword should just barf if the caller isn't permitted."); 164 fail("getUserData should just barf if the caller isn't permitted."); 174 fail("setUserData should just barf if the caller isn't permitted.") [all...] |
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/test/ |
node.rake | 4 # make sure jasmine-node exists, and barf if it doesn't
|
/external/llvm/test/Assembler/ |
2002-08-22-DominanceProblem.ll | 5 ; 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/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...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-zero-cycle-zeroing.ll | 42 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind 49 declare void @barf(float, float)
|
/external/v8/test/cctest/ |
test-api-fast-accessor-builder.cc | 79 // Fast accessor, barf, returns 124. 83 v8_str("barf"), v8::FunctionTemplate::NewWithFastHandler( 92 // Wrap f.barf + IC warmup. 93 CompileRun(FN_WARMUP("barf", "f = new foo(); return f.barf")); 96 ExpectInt32("f = new foo(); f.barf", 123); // First call in this call site. 97 ExpectInt32("barf()", 124); // Call via warmed-up callsite.
|
/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/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 | 74 static void barf ( const char *format, ... ) function 105 barf("malloc of fullname failed."); 149 // barf("open(%s): %s", clientname, strerror(errno)); 387 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM); 422 barf("realloc of buf failed."); 449 barf("malloc of new_line failed."); 458 barf("malloc of new_env failed."); 474 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 | 59 // This may be causing Mac 10.6 to barf.
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/ |
SerializedLambdaTest.java | 200 assertFalse(p.test("barf")); 217 assertTrue(p.test(new Moo(), "barf")); 237 assertTrue(p.test("barf")); 260 assertTrue(p.test("barf")); 279 assertTrue(m.startsWithB("barf"));
|
/external/google-breakpad/src/ |
breakpad_googletest_includes.h | 47 // Have to keep this check sep from above as newer gcc will barf on it.
|
/external/valgrind/coregrind/m_debuginfo/ |
readdwarf3.c | 174 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon25506 181 if (!c->barf) return False; 195 __attribute__((noreturn)) void (*barf)(const HChar*), 202 c->barf = barf; 245 c->barf(c->barfstr); 257 c->barf(c->barfstr); 269 c->barf(c->barfstr); 281 c->barf(c->barfstr); 366 c->barf( barfMsg ) 425 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon25507 5166 static __attribute__((noreturn)) void barf ( const HChar* reason ) { function [all...] |
/external/autotest/site_utils/suite_scheduler/ |
deduping_scheduler_unittest.py | 162 # Barf while checking for similar suites. 213 """Test a successful de-dup and barf while scheduling the suite.""" 220 # Expect an attempt to create a job for the suite; barf on it.
|