Home
last modified time | relevance | path

Searched defs:expect_failure (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dreshape_test.cc38 bool expect_failure) { in TestReshapeImpl()
110 bool expect_failure = false) { in TestReshape()
/external/googletest/googletest/scripts/
Dgen_gtest_pred_impl.py573 def GenTest(use_format, use_assert, expect_failure, argument
/external/google-breakpad/src/testing/gtest/scripts/
Dgen_gtest_pred_impl.py570 def GenTest(use_format, use_assert, expect_failure, argument
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_datatypes.py52 expect_failure=False, guid=None, autoconnect=None, argument
/external/igt-gpu-tools/tests/
Dkms_content_protection.c381 int content_type, bool expect_failure, in test_cp_enable_with_retry()
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc157 bool expect_failure = false) { in Define()
181 bool expect_failure = false) { in DefineT()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp50 bool expect_failure(const char *expr, const char *file, unsigned int line, const char *function) { in expect_failure() function
/external/skia/tests/
DSkSLInterpreterTest.cpp738 static void expect_failure(skiatest::Reporter* r, const char* src) { in expect_failure() function
/external/expat/tests/
Druntests.c177 #define expect_failure(text, errorCode, errorMessage) \ macro