Home
last modified time | relevance | path

Searched refs:test_object_path (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/
H A Dvalue-is-same.c137 test_object_path (void) in test_object_path() function
207 g_test_add_func ("/value-is-same/object-path", test_object_path); in main()
/dports/devel/aws-c-s3/aws-c-s3-0.1.27/tests/
H A Ds3_data_plane_tests.c1441 struct aws_byte_cursor test_object_path = aws_byte_cursor_from_c_str(object_path_buffer); in AWS_TEST_CASE() local
1445 test_object_path, in AWS_TEST_CASE()
1888 struct aws_byte_cursor test_object_path = aws_byte_cursor_from_c_str("dummy_key"); in s_test_s3_upload_part_message_helper() local
1892 …allocator, host_name, test_object_path, g_test_body_content_type, input_stream, AWS_S3_TESTER_SSE_… in s_test_s3_upload_part_message_helper()
1965 struct aws_byte_cursor test_object_path = aws_byte_cursor_from_c_str("dummy_key"); in AWS_TEST_CASE() local
1969 …allocator, host_name, test_object_path, g_test_body_content_type, input_stream, AWS_S3_TESTER_SSE_… in AWS_TEST_CASE()
2013 struct aws_byte_cursor test_object_path = aws_byte_cursor_from_c_str("dummy_key"); in AWS_TEST_CASE() local
2017 …allocator, host_name, test_object_path, g_test_body_content_type, input_stream, AWS_S3_TESTER_SSE_… in AWS_TEST_CASE()
2114 …3_test_get_object_request_new(allocator, aws_byte_cursor_from_string(host_name), test_object_path); in AWS_TEST_CASE()
2168 const struct aws_byte_cursor test_object_path = in AWS_TEST_CASE() local
[all …]
H A Ds3_retry_tests.c306 const struct aws_byte_cursor test_object_path = in s_s3_meta_request_prepare_request_fail_first() local
309 …uest_path_result = aws_http_message_set_request_path(request->send_data.message, test_object_path); in s_s3_meta_request_prepare_request_fail_first()
H A Ds3_tester.c1247 struct aws_byte_cursor test_object_path = aws_byte_cursor_from_buf(&object_path_buffer); in aws_s3_tester_send_meta_request_with_options() local
1253 test_object_path, in aws_s3_tester_send_meta_request_with_options()
1546 struct aws_byte_cursor test_object_path = aws_byte_cursor_from_c_str(object_path_buffer); in aws_s3_tester_send_put_object_meta_request() local
1552 test_object_path, in aws_s3_tester_send_put_object_meta_request()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/dbus/
H A Dconnection.c397 test_object_path (Test *test, in test_object_path() function
446 test_object_path, teardown); in main()
/dports/devel/glibmm/glibmm-2.64.2/tests/glibmm_variant/
H A Dmain.cc86 bool test_object_path() in test_object_path() function
288 result_ok &= test_object_path(); in main()
/dports/devel/pydbus-common/dbus-python-1.2.18/test/
H A Dtest-standalone.py239 def test_object_path(self): member in TestTypes
/dports/devel/py-dbus/dbus-python-1.2.18/test/
H A Dtest-standalone.py239 def test_object_path(self): member in TestTypes
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/tests/
H A Dtest_objectify.py2109 def test_object_path(self): member in ObjectifyTestCase
/dports/devel/glibmm/glibmm-2.64.2/
H A DChangeLog1514 * tests/glibmm_variant/main.cc: Add test_object_path().