HomeSort by relevance Sort by last modified time
    Searched full:failed (Results 201 - 225 of 20584) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/selinux/libselinux/utils/
getenforce.c 13 fputs("getenforce: is_selinux_enabled() failed", stderr);
19 fputs("getenforce: getenforce() failed", stderr);
  /external/skia/include/utils/win/
SkHRESULT.h 25 if (FAILED(_hr)) {\
36 If the HRESULT FAILED then the macro will return from the current function.
37 In variants ending with 'M' the given message will be traced when FAILED.
38 The HR variants will return the HRESULT when FAILED.
39 The HRB variants will return false when FAILED.
40 The HRN variants will return NULL when FAILED.
41 The HRV variants will simply return when FAILED.
42 The HRZ variants will return 0 when FAILED.
  /external/testng/src/test/java/test/conffailure/
ClassWithFailedBeforeSuiteVerification.java 11 // Should not be run because beforeSuite failed on the other class
17 // Should not be run because beforeSuite failed on the other class
  /external/valgrind/memcheck/tests/
buflen_check.stderr.exp-kfail 9 getsockname(1) failed
10 getsockname(2) failed
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
foreach_bounds.rs 24 static bool failed = false;
26 if (failed) {
rsdebug.rs 23 bool failed = false;
46 return failed;
50 bool failed = false;
51 failed |= basic_test(index);
53 if (failed) {
55 rsDebug("rsdebug_test FAILED", -1);
rstime.rs 4 bool failed = false;
36 return failed;
40 bool failed = false;
41 failed |= basic_test(index);
43 if (failed) {
45 rsDebug("rstime_test FAILED", -1);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
RoundingModeTest.java 29 assertEquals("valueOf failed for ROUND_CEILING", RoundingMode.valueOf(BigDecimal.ROUND_CEILING), RoundingMode.CEILING);
30 assertEquals("valueOf failed for ROUND_DOWN", RoundingMode.valueOf(BigDecimal.ROUND_DOWN), RoundingMode.DOWN);
31 assertEquals("valueOf failed for ROUND_FLOOR", RoundingMode.valueOf(BigDecimal.ROUND_FLOOR), RoundingMode.FLOOR);
32 assertEquals("valueOf failed for ROUND_HALF_DOWN", RoundingMode.valueOf(BigDecimal.ROUND_HALF_DOWN), RoundingMode.HALF_DOWN);
33 assertEquals("valueOf failed for ROUND_HALF_EVEN", RoundingMode.valueOf(BigDecimal.ROUND_HALF_EVEN), RoundingMode.HALF_EVEN);
34 assertEquals("valueOf failed for ROUND_HALF_UP", RoundingMode.valueOf(BigDecimal.ROUND_HALF_UP), RoundingMode.HALF_UP);
35 assertEquals("valueOf failed for ROUND_UNNECESSARY", RoundingMode.valueOf(BigDecimal.ROUND_UNNECESSARY), RoundingMode.UNNECESSARY);
36 assertEquals("valueOf failed for ROUND_UP", RoundingMode.valueOf(BigDecimal.ROUND_UP), RoundingMode.UP);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
rsdebug.rs 23 bool failed = false;
46 return failed;
50 bool failed = false;
51 failed |= basic_test(index);
53 if (failed) {
55 rsDebug("rsdebug_test FAILED", -1);
rstime.rs 4 bool failed = false;
36 return failed;
40 bool failed = false;
41 failed |= basic_test(index);
43 if (failed) {
45 rsDebug("rstime_test FAILED", -1);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
rstime.rs 4 bool failed = false;
36 return failed;
40 bool failed = false;
41 failed |= basic_test(index);
43 if (failed) {
45 rsDebug("rstime_test FAILED", -1);
single_source_ref_count.rs 58 int failed = 0;
64 failed++;
65 rsDebug("failed.", 0);
71 if (failed) {
72 rsDebug("Reference counting tests failed: ", failed);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
rsdebug.rs 20 bool failed = false;
40 return failed;
44 bool failed = false;
45 failed |= basic_test(index);
47 if (failed) {
49 rsDebug("rsdebug_test FAILED", -1);
rstime.rs 4 bool failed = false;
36 return failed;
40 bool failed = false;
41 failed |= basic_test(index);
43 if (failed) {
45 rsDebug("rstime_test FAILED", -1);
rstypes.rs 26 bool failed = false;
80 return failed;
84 bool failed = false;
85 failed |= basic_test(index);
87 if (failed) {
89 rsDebug("rstypes_test FAILED", -1);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
rsdebug.rs 20 bool failed = false;
40 return failed;
44 bool failed = false;
45 failed |= basic_test(index);
47 if (failed) {
49 rsDebug("rsdebug_test FAILED", -1);
rstime.rs 4 bool failed = false;
36 return failed;
40 bool failed = false;
41 failed |= basic_test(index);
43 if (failed) {
45 rsDebug("rstime_test FAILED", -1);
rstypes.rs 26 bool failed = false;
78 return failed;
82 bool failed = false;
83 failed |= basic_test(index);
85 if (failed) {
87 rsDebug("rstypes_test FAILED", -1);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
rsdebug.rs 20 bool failed = false;
40 return failed;
44 bool failed = false;
45 failed |= basic_test(index);
47 if (failed) {
49 rsDebug("rsdebug_test FAILED", -1);
rstime.rs 4 bool failed = false;
36 return failed;
40 bool failed = false;
41 failed |= basic_test(index);
43 if (failed) {
45 rsDebug("rstime_test FAILED", -1);
rstypes.rs 26 bool failed = false;
80 return failed;
84 bool failed = false;
85 failed |= basic_test(index);
87 if (failed) {
89 rsDebug("rstypes_test FAILED", -1);
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix_test.go 18 t.Fatal("TempDir failed: ", err)
23 t.Fatal("Getwd failed: ", err)
27 t.Fatal("Chdir failed: ", err)
33 t.Fatal("OpenFile failed: ", err)
37 t.Fatal("Close failed: ", err)
45 t.Fatal("Setenv failed: ", err)
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix_test.go 18 t.Fatal("TempDir failed: ", err)
23 t.Fatal("Getwd failed: ", err)
27 t.Fatal("Chdir failed: ", err)
33 t.Fatal("OpenFile failed: ", err)
37 t.Fatal("Close failed: ", err)
45 t.Fatal("Setenv failed: ", err)
  /external/apache-harmony/support/src/test/java/tests/support/
Support_CollectionTest.java 62 assertTrue("CollectionTest - a) addAll failed", col
64 assertTrue("CollectionTest - b) addAll failed", col
68 assertTrue("CollectionTest - a) containsAll failed", col
71 assertTrue("CollectionTest - b) containsAll failed", !col
75 assertTrue("CollectionTest - a) removeAll failed", col
77 assertTrue("CollectionTest - b) removeAll failed", !col
80 assertTrue("CollectionTest - c) removeAll failed", !col
82 assertTrue("CollectionTest - d) removeAll failed", !col
87 assertTrue("CollectionTest - a) retainAll failed", col
89 assertTrue("CollectionTest - b) retainAll failed", !co
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_CollectionTest.java 61 assertTrue("CollectionTest - a) addAll failed", col
63 assertTrue("CollectionTest - b) addAll failed", col
67 assertTrue("CollectionTest - a) containsAll failed", col
70 assertTrue("CollectionTest - b) containsAll failed", !col
74 assertTrue("CollectionTest - a) removeAll failed", col
76 assertTrue("CollectionTest - b) removeAll failed", !col
79 assertTrue("CollectionTest - c) removeAll failed", !col
81 assertTrue("CollectionTest - d) removeAll failed", !col
86 assertTrue("CollectionTest - a) retainAll failed", col
88 assertTrue("CollectionTest - b) retainAll failed", !co
    [all...]

Completed in 253 milliseconds

1 2 3 4 5 6 7 891011>>