Home
last modified time | relevance | path

Searched defs:should_fail (Results 1 – 24 of 24) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Ddevlink_port_split.py26 def run_command(cmd, should_fail=False): argument
105 def split(k, port, should_fail=False): argument
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_rewrite_test.c26 static int should_fail = 0; variable
Dtomoyo_filesystem_test.c27 static void show_prompt(const char *str, const int should_fail) in show_prompt()
Dtomoyo_file_test.c26 static int should_fail = 0; variable
Dtomoyo_new_test.c620 int should_fail; in main() local
/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-throw-on-failure-test.py80 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument
/external/googletest/googletest/test/
Dgoogletest-throw-on-failure-test.py80 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-throw-on-failure-test.py80 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc103 bool should_fail = (current_malloc_count == malloc_number_to_fail); in should_fail_allocation() local
/external/python/cpython3/Lib/ctypes/test/
Dtest_loading.py147 def should_fail(command): function
/external/mockito/src/test/java/org/mockitousage/junitrule/
DVerificationCollectorImplTest.java111 public void should_fail() { in should_fail() method in VerificationCollectorImplTest.VerificationCollectorRuleInner
/external/webrtc/pc/test/
Dfake_rtc_certificate_generator.h126 void set_should_fail(bool should_fail) { should_fail_ = should_fail; } in set_should_fail()
/external/libxkbcommon/test/
Drules-file-includes.c49 bool should_fail; member
Drules-file.c47 bool should_fail; member
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbpf_verif_scale.c56 bool should_fail) in scale_test()
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer_test.py408 def pprof_test_helper(self, attribute, should_fail=False): argument
/external/linux-kselftest/tools/testing/selftests/vm/
Dmremap_test.c73 overlaps, should_fail, test_name) \ argument
/external/cronet/third_party/boringssl/src/crypto/
Dmem.c204 int should_fail = current_malloc_count == malloc_number_to_fail; in should_fail_allocation() local
/external/boringssl/src/crypto/
Dmem.c204 int should_fail = current_malloc_count == malloc_number_to_fail; in should_fail_allocation() local
/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win_unittest.cc39 bool* should_fail) { in ShouldAbortTest()
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc1494 const Message& message, bool should_fail, in Swap()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc1498 const Message& message, bool should_fail, in Swap()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp9561 const bool should_fail = !is_aligned; in test() local
9572 const bool should_fail = !is_aligned; in test() local
10497 const bool should_fail = (0 == align) ? false : !isPowerOf2(align); in test() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc402 bool should_fail = false; in TEST_F() local