Searched refs:expect_value (Results 1 – 3 of 3) sorted by relevance
/external/tpm2-tss/test/unit/ |
D | tctildr-dl.c | 102 expect_value(__wrap_dlsym, handle, TEST_HANDLE); in test_info_from_handle_dlsym_fail() 115 expect_value(__wrap_dlsym, handle, TEST_HANDLE); in test_info_from_handle_success() 147 expect_value(__wrap_dlopen, flags, RTLD_NOW); in test_handle_from_name_first_dlopen_success() 163 expect_value(__wrap_dlopen, flags, RTLD_NOW); in test_handle_from_name_second_dlopen_success() 167 expect_value(__wrap_dlopen, flags, RTLD_NOW); in test_handle_from_name_second_dlopen_success() 182 expect_value(__wrap_dlopen, flags, RTLD_NOW); in test_handle_from_name_third_dlopen_success() 186 expect_value(__wrap_dlopen, flags, RTLD_NOW); in test_handle_from_name_third_dlopen_success() 190 expect_value(__wrap_dlopen, flags, RTLD_NOW); in test_handle_from_name_third_dlopen_success() 221 expect_value(__wrap_dlopen, flags, RTLD_NOW); in test_get_info_default_success() 225 expect_value(__wrap_dlopen, flags, RTLD_NOW); in test_get_info_default_success() [all …]
|
/external/grpc-grpc/test/core/http/ |
D | parser_test.cc | 76 char* expect_value; in test_request_succeeds() local 80 expect_value = va_arg(args, char*); in test_request_succeeds() 81 GPR_ASSERT(expect_value); in test_request_succeeds() 83 GPR_ASSERT(0 == strcmp(expect_value, request.hdrs[i].value)); in test_request_succeeds() 131 char* expect_value; in test_succeeds() local 135 expect_value = va_arg(args, char*); in test_succeeds() 136 GPR_ASSERT(expect_value); in test_succeeds() 138 GPR_ASSERT(0 == strcmp(expect_value, response.hdrs[i].value)); in test_succeeds()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbtest.py | 267 self.expect_value = value 289 if self.expect_value: 290 test_base.assertEqual(self.expect_value, val.GetValue(),
|