HomeSort by: relevance | last modified time | path
    Searched defs:FAIL (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
test-assembly.py 50 FAIL = []
56 FAIL.append((case, error))
77 print("Passed {}/{} tests.".format(len(PASS), len(PASS) + len(FAIL)))
79 if len(FAIL) > 0:
81 for (fail, err) in FAIL:
83 print(fail)
  /xsrc/external/mit/libvdpau/dist/test/
dlclose.c 9 #define FAIL 1
52 return FAIL;
63 return FAIL;
75 return FAIL;
87 return FAIL;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp-parse.y 1392 goto FAIL;
1396 goto FAIL;
1399 goto FAIL;
1425 FAIL:
1678 goto FAIL;
1691 goto FAIL;
1703 goto FAIL;
1705 goto FAIL;
1713 FAIL:
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp-parse.y 1279 goto FAIL;
1283 goto FAIL;
1286 goto FAIL;
1312 FAIL:
1564 goto FAIL;
1577 goto FAIL;
1589 goto FAIL;
1591 goto FAIL;
1599 FAIL:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear_priv.h 165 #define FAIL(s) do { \
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_tests.c 281 FAIL = 0, /* also "false" */
297 status == PASS ? "pass" : "fail");
454 util_report_result(FAIL);
750 util_report_result_helper(FAIL, name);
828 util_report_result(FAIL);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_tests.c 276 FAIL = 0, /* also "false" */
292 status == PASS ? "pass" : "fail");
449 util_report_result(FAIL);
741 util_report_result_helper(FAIL, name);
819 util_report_result(FAIL);
  /xsrc/external/mit/xedit/dist/
hook.c 461 #define FAIL(code) { etype = code; goto fail; }
525 FAIL(T_OPTION)
532 FAIL(T_OPTION)
540 FAIL(T_ICASE)
557 FAIL(T_COMMAND)
563 FAIL(T_REPLACE)
581 FAIL(T_SEARCH)
587 FAIL(T_BACKSLASH)
594 FAIL(T_DIRECTION
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
gtest.h 318 // use it when they fail (i.e., the predicate's outcome doesn't match the
1688 // appropriate error message when they fail.
1905 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1907 // usually want the fail-fast behavior of FAIL and ASSERT_*, but those
1928 // Define this macro to 1 to omit the definition of FAIL(), which is a
1931 # define FAIL() GTEST_FAIL()
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
gtest.h 294 // use it when they fail (i.e., the predicate's outcome doesn't match the
1589 // appropriate error message when they fail.
1801 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1803 // usually want the fail-fast behavior of FAIL and ASSERT_*, but those
1819 // Define this macro to 1 to omit the definition of FAIL(), which is a
1822 # define FAIL() GTEST_FAIL()

Completed in 17 milliseconds