HomeSort by relevance Sort by last modified time
    Searched refs:failed (Results 51 - 75 of 602) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-dmg 56 die "Removing previous temp source directory failed" if $?;
60 die "Making a new temp source directory failed" if $?;
64 die "Copying WebKit.app to temp source directory failed" if $?;
68 die "Copying Drosera.app to temp source directory failed" if $?;
72 die "Creating disk image failed" if $?;
76 die "Removing temp source directory failed" if $?;
79 system("mv", "-f", $nightlyLauncherDiskImagePath, "$nightlyLauncherDiskImagePath.uncompressed.dmg") == 0 or die "Renaming disk image failed";
81 die "Compressing disk image failed" if $?;
91 system("rsync", "-vP", $nightlyLauncherDiskImagePath, "$nightlyRemoteHost:$nightlyRemoteDiskImagePath") == 0 or die "Failed uploading disk image";
92 system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, $buildTag, "mac", $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking disk image to latest"
    [all...]
  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i64operations.c 259 int j, failed = 0; local
276 ++failed;
298 ++failed;
305 return failed;
311 int j, failed = 0; local
327 ++failed;
348 ++failed;
355 return failed;
559 int i, j, failed = 0; local
560 const char *something_failed = " %d tests failed.\n"
    [all...]
  /external/junit/src/org/junit/rules/
TestWatcher.java 19 * protected void failed(Description d) {
52 failed(t, description); method
75 protected void failed(Throwable e, Description description) {
TestWatchman.java 19 * public void failed(Throwable e, FrameworkMethod method) {
58 failed(t, method); method
81 public void failed(Throwable e, FrameworkMethod method) {
  /external/tcpdump/tests/
mpls-ldp-hello.sh 11 echo failed.
  /external/bluetooth/bluez/audio/
unix.c 289 goto failed;
307 failed:
308 error("discovery failed");
321 goto failed;
337 failed:
338 error("config failed");
378 goto failed;
383 goto failed;
402 goto failed;
407 failed
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 81 * has failed to match. Reset to false upon valid token match.
84 public bool failed; field in class:Antlr.Runtime.RecognizerSharedState
167 failed = state.failed;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 83 * has failed to match. Reset to false upon valid token match.
86 public bool failed; field in class:Antlr.Runtime.RecognizerSharedState
171 failed = state.failed;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 61 * has failed to match. Reset to false upon valid token match.
63 public boolean failed = false; field in class:RecognizerSharedState
130 this.failed = state.failed;
  /external/bluetooth/glib/tests/
dirname-test.c 35 gboolean failed = FALSE; variable
37 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
38 if (failed) \
40 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \
42 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 81 public void failed(String className, Throwable exception) { method in class:TestPrinter
82 Log.i(mTag, "failed: " + className);
88 private void failed(Test test, Throwable t) { method in class:TestPrinter
90 failed(test.toString(), t);
94 failed(test, t); method
98 failed(test, t); method
  /external/chromium/testing/gtest/test/
gtest-test-part_test.cc 82 EXPECT_FALSE(success.failed());
91 EXPECT_TRUE(nonfatal_failure.failed());
100 EXPECT_TRUE(fatal_failure.failed());
136 // Tests TestPartResult::failed().
137 TEST_F(TestPartResultTest, Failed) {
138 EXPECT_FALSE(r1_.failed());
139 EXPECT_TRUE(r2_.failed());
140 EXPECT_TRUE(r3_.failed());
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 36 int failed = 0; variable
55 failed++;
179 failed++;
191 failed++;
214 if (!failed)
216 return failed;
  /external/e2fsprogs/tests/
Makefile.in 34 check-failed:
35 @a=`/bin/ls *.failed 2> /dev/null | sed -e 's/.failed//'`; \
37 echo "No failed tests" ; \
69 $(RM) -f *~ *.log *.new *.failed *.ok test.img test_script mke2fs.conf
test_script.in 21 TESTS=`ls -d $SRCDIR/[a-zA-Z]_* | $EGREP -v "\.failed|\.new"`
27 *.failed|*.new) continue ;;
75 num_failed=`ls *.failed 2>/dev/null | wc -l`
77 echo "$num_ok tests succeeded $num_failed tests failed"
  /external/gtest/test/
gtest-test-part_test.cc 82 EXPECT_FALSE(success.failed());
91 EXPECT_TRUE(nonfatal_failure.failed());
100 EXPECT_TRUE(fatal_failure.failed());
136 // Tests TestPartResult::failed().
137 TEST_F(TestPartResultTest, Failed) {
138 EXPECT_FALSE(r1_.failed());
139 EXPECT_TRUE(r2_.failed());
140 EXPECT_TRUE(r3_.failed());
  /external/dbus/bus/
bus.c 339 goto failed;
428 goto failed;
433 goto failed;
452 goto failed;
457 goto failed;
475 failed:
536 goto failed;
544 goto failed;
551 goto failed;
566 goto failed;
    [all...]
driver.c 778 _dbus_verbose ("bus_activation_activate_service() failed\n");
919 _dbus_verbose ("bus_activation_set_environment_variable() failed\n");
970 goto failed;
978 goto failed;
985 goto failed;
992 goto failed;
999 goto failed;
1006 failed:
1034 goto failed;
1041 goto failed;
    [all...]
  /external/chromium/chrome/browser/chromeos/
network_login_observer.cc 59 network_failures_[wifi->service_path()] = wifi->failed();
64 network_failures_[vpn->service_path()] = vpn->failed();
73 // Check to see if we have any newly failed wifi network.
77 if (wifi->failed()) {
82 // that has previously failed, we don't want to show an error.
86 // If this network was in a failed state previously, then it's not new.
91 // Always re-display the login dialog for added networks that failed to
98 // There should only be one wifi network that failed to connect.
105 // Check to see if we have any newly failed virtual network.
111 if (vpn->failed()) {
    [all...]
  /external/e2fsprogs/tests/defaults/
e_script 37 rm -f $test_name.failed $test_name.ok
43 echo "failed"
44 diff $DIFF_OPTS $EXPECT $OUT > $test_name.failed
  /system/core/toolbox/
nandread.c 126 fprintf(stderr, "failed get mtd info for %s, %s\n",
140 fprintf(stderr, "failed allocate readbuffer size %u\n",
152 fprintf(stderr, "failed get ecc layout for %s, %s\n",
165 fprintf(stderr, "failed get ecc stats for %s, %s\n",
173 printf("initial ecc failed: %u\n", initial_ecc.failed);
182 fprintf(stderr, "failed set raw mode for %s, %s\n",
203 fprintf(stderr, "failed to read oob data at %llx, %d\n", pos, ret);
209 fprintf(stderr, "failed get ecc stats for %s, %s\n",
221 if (ecc.failed != last_ecc.failed
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_THROW_VERIFICATION_ERROR.S 40 jmp common_exceptionThrown # failed; handle exception
  /external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
simplecalc.pl 20 print "failed: ", $parser->failed(), "\n";
  /external/valgrind/main/none/tests/
shell.stderr.exp 3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
  /external/webkit/LayoutTests/storage/
test-authorizer.js 20 }, function(error) { logAndTerminateTest("Cleanup failed", error); });
30 log(statementType + " statement failed: " + error.message);
118 function(error) { logAndTerminateTest("Write transaction failed", error); },
126 function(error) { logAndTerminateTest("Read 'CREATE TABLE' transaction failed", error); });
130 function(error) { logAndTerminateTest("Write 'CREATE TABLE' transaction failed", error); });
132 function(error) { logAndTerminateTest("Read 'CREATE' transaction failed", error); });
136 function(error) { logAndTerminateTest("Write 'CREATE' transaction failed", error); });
138 function(error) { logAndTerminateTest("Read 'other' transaction failed", error); });
143 function(error) { logAndTerminateTest("Read 'DROP' transaction failed", error); },

Completed in 635 milliseconds

1 23 4 5 6 7 8 91011>>