/external/grpc-grpc/test/core/iomgr/ |
D | resource_quota_test.cc | 88 grpc_core::ExecCtx exec_ctx; in destroy_user() local 121 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local 125 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local 139 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_free_pair() local 156 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local 163 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local 179 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local 190 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local 206 grpc_core::ExecCtx exec_ctx; in test_scavenge() local 214 grpc_core::ExecCtx exec_ctx; in test_scavenge() local [all …]
|
D | resolve_address_test.cc | 83 grpc_core::ExecCtx exec_ctx; in poll_pollset_until_request_done() local 124 grpc_core::ExecCtx exec_ctx; in test_localhost() local 137 grpc_core::ExecCtx exec_ctx; in test_default_port() local 150 grpc_core::ExecCtx exec_ctx; in test_non_numeric_default_port() local 163 grpc_core::ExecCtx exec_ctx; in test_missing_default_port() local 176 grpc_core::ExecCtx exec_ctx; in test_ipv6_with_port() local 196 grpc_core::ExecCtx exec_ctx; in test_ipv6_without_port() local 216 grpc_core::ExecCtx exec_ctx; in test_invalid_ip_addresses() local 235 grpc_core::ExecCtx exec_ctx; in test_unparseable_hostports() local 274 grpc_core::ExecCtx exec_ctx; in main() local
|
D | timer_list_test.cc | 51 grpc_core::ExecCtx exec_ctx; in add_test() local 115 grpc_core::ExecCtx exec_ctx; in destruction_test() local 170 grpc_core::ExecCtx exec_ctx; in long_running_service_cleanup_test() local 226 grpc_core::ExecCtx exec_ctx; in main() local 247 grpc_core::ExecCtx exec_ctx; in main() local
|
D | combiner_test.cc | 31 grpc_core::ExecCtx exec_ctx; in test_no_op() local 45 grpc_core::ExecCtx exec_ctx; in test_execute_one() local 75 grpc_core::ExecCtx exec_ctx; in execute_many_loop() local 114 grpc_core::ExecCtx exec_ctx; in test_execute_many() local 135 grpc_core::ExecCtx exec_ctx; in test_execute_finally() local
|
D | tcp_client_posix_test.cc | 56 grpc_core::ExecCtx exec_ctx; in finish_connection() local 87 grpc_core::ExecCtx exec_ctx; in test_succeeds() local 145 grpc_core::ExecCtx exec_ctx; in test_fails() local 198 grpc_core::ExecCtx exec_ctx; in main() local
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_closure.cc | 38 grpc_core::ExecCtx exec_ctx; in BM_NoOpExecCtx() local 46 grpc_core::ExecCtx exec_ctx; in BM_WellFlushed() local 72 grpc_core::ExecCtx exec_ctx; in BM_ClosureInitAgainstCombiner() local 87 grpc_core::ExecCtx exec_ctx; in BM_ClosureRunOnExecCtx() local 99 grpc_core::ExecCtx exec_ctx; in BM_ClosureCreateAndRun() local 112 grpc_core::ExecCtx exec_ctx; in BM_ClosureInitAndRun() local 128 grpc_core::ExecCtx exec_ctx; in BM_ClosureSchedOnExecCtx() local 144 grpc_core::ExecCtx exec_ctx; in BM_ClosureSched2OnExecCtx() local 163 grpc_core::ExecCtx exec_ctx; in BM_ClosureSched3OnExecCtx() local 180 grpc_core::ExecCtx exec_ctx; in BM_AcquireMutex() local [all …]
|
D | bm_metadata.cc | 94 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromNonInternedSlices() local 107 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromInternedSlices() local 123 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromInternedSlicesAlreadyInIndex() local 140 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromInternedKey() local 156 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromNonInternedSlicesWithBackingStore() local 172 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromInternedSlicesWithBackingStore() local 190 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromInternedKeyWithBackingStore() local 205 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromStaticMetadataStrings() local 220 grpc_core::ExecCtx exec_ctx; in BM_MetadataFromStaticMetadataStringsNotIndexed() local 233 grpc_core::ExecCtx exec_ctx; in BM_MetadataRefUnrefExternal() local [all …]
|
/external/grpc-grpc/test/core/client_channel/ |
D | uri_parser_test.cc | 32 grpc_core::ExecCtx exec_ctx; in test_succeeds() local 45 grpc_core::ExecCtx exec_ctx; in test_fails() local 51 grpc_core::ExecCtx exec_ctx; in test_query_parts() local 85 grpc_core::ExecCtx exec_ctx; in test_query_parts() local 103 grpc_core::ExecCtx exec_ctx; in test_query_parts() local
|
D | parse_address_test.cc | 38 grpc_core::ExecCtx exec_ctx; in test_grpc_parse_unix() local 59 grpc_core::ExecCtx exec_ctx; in test_grpc_parse_ipv4() local 77 grpc_core::ExecCtx exec_ctx; in test_grpc_parse_ipv6() local 96 grpc_core::ExecCtx exec_ctx; in test_grpc_parse_ipv6_invalid() local
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | fork_posix.cc | 50 grpc_core::ExecCtx exec_ctx; in grpc_prefork() local 83 grpc_core::ExecCtx exec_ctx; in grpc_postfork_parent() local 92 grpc_core::ExecCtx exec_ctx; in grpc_postfork_child() local
|
/external/grpc-grpc/test/core/compression/ |
D | message_compress_test.cc | 74 grpc_core::ExecCtx exec_ctx; in assert_passthrough() local 94 grpc_core::ExecCtx exec_ctx; in assert_passthrough() local 157 grpc_core::ExecCtx exec_ctx; in test_tiny_data_compress() local 181 grpc_core::ExecCtx exec_ctx; in test_bad_decompression_data_crc() local 211 grpc_core::ExecCtx exec_ctx; in test_bad_decompression_data_trailing_garbage() local 229 grpc_core::ExecCtx exec_ctx; in test_bad_decompression_data_stream() local 247 grpc_core::ExecCtx exec_ctx; in test_bad_compression_algorithm() local 272 grpc_core::ExecCtx exec_ctx; in test_bad_decompression_algorithm() local
|
/external/grpc-grpc/test/core/transport/ |
D | metadata_test.cc | 65 grpc_core::ExecCtx exec_ctx; in test_create_metadata() local 100 grpc_core::ExecCtx exec_ctx; in test_create_many_ephemeral_metadata() local 122 grpc_core::ExecCtx exec_ctx; in test_create_many_persistant_metadata() local 156 grpc_core::ExecCtx exec_ctx; in test_spin_creating_the_same_thing() local 183 grpc_core::ExecCtx exec_ctx; in test_identity_laws() local 230 grpc_core::ExecCtx exec_ctx; in test_things_stick_around() local 276 grpc_core::ExecCtx exec_ctx; in test_user_data_works() local 327 grpc_core::ExecCtx exec_ctx; in test_mdelem_sizes_in_hpack() local 351 grpc_core::ExecCtx exec_ctx; in test_copied_static_metadata() local
|
D | connectivity_state_test.cc | 62 grpc_core::ExecCtx exec_ctx; in test_check() local 78 grpc_core::ExecCtx exec_ctx; in test_subscribe_then_unsubscribe() local 100 grpc_core::ExecCtx exec_ctx; in test_subscribe_then_destroy() local 121 grpc_core::ExecCtx exec_ctx; in test_subscribe_with_failure_then_destroy() local
|
D | byte_stream_test.cc | 43 grpc_core::ExecCtx exec_ctx; in TEST() local 75 grpc_core::ExecCtx exec_ctx; in TEST() local 119 grpc_core::ExecCtx exec_ctx; in TEST() local 154 grpc_core::ExecCtx exec_ctx; in TEST() local 196 grpc_core::ExecCtx exec_ctx; in TEST() local
|
/external/grpc-grpc/test/core/client_channel/resolvers/ |
D | dns_resolver_test.cc | 34 grpc_core::ExecCtx exec_ctx; in test_succeeds() local 50 grpc_core::ExecCtx exec_ctx; in test_fails() local 82 grpc_core::ExecCtx exec_ctx; in main() local
|
D | sockaddr_resolver_test.cc | 47 grpc_core::ExecCtx exec_ctx; in test_succeeds() local 74 grpc_core::ExecCtx exec_ctx; in test_fails() local 112 grpc_core::ExecCtx exec_ctx; in main() local
|
/external/grpc-grpc/test/core/channel/ |
D | channelz_test.cc | 231 grpc_core::ExecCtx exec_ctx; in TEST_P() local 239 grpc_core::ExecCtx exec_ctx; in TEST() local 248 grpc_core::ExecCtx exec_ctx; in TEST_P() local 266 grpc_core::ExecCtx exec_ctx; in TEST_P() local 290 grpc_core::ExecCtx exec_ctx; in TEST() local 296 grpc_core::ExecCtx exec_ctx; in TEST() local 301 grpc_core::ExecCtx exec_ctx; in TEST() local 308 grpc_core::ExecCtx exec_ctx; in TEST() local 328 grpc_core::ExecCtx exec_ctx; in TEST_P() local 345 grpc_core::ExecCtx exec_ctx; in TEST() local [all …]
|
D | channel_args_test.cc | 29 grpc_core::ExecCtx exec_ctx; in test_create() local 62 grpc_core::ExecCtx exec_ctx; in test_set_compression_algorithm() local 76 grpc_core::ExecCtx exec_ctx; in test_compression_algorithm_states() local 146 grpc_core::ExecCtx exec_ctx; in test_set_socket_mutator() local
|
/external/grpc-grpc/test/core/security/ |
D | jwt_verifier_test.cc | 212 grpc_core::ExecCtx exec_ctx; in test_claims_success() local 234 grpc_core::ExecCtx exec_ctx; in test_expired_claims_failure() local 255 grpc_core::ExecCtx exec_ctx; in test_invalid_claims_failure() local 265 grpc_core::ExecCtx exec_ctx; in test_bad_audience_claims_failure() local 279 grpc_core::ExecCtx exec_ctx; in test_bad_subject_claims_failure() local 353 grpc_core::ExecCtx exec_ctx; in test_jwt_verifier_google_email_issuer_success() local 386 grpc_core::ExecCtx exec_ctx; in test_jwt_verifier_custom_email_issuer_success() local 433 grpc_core::ExecCtx exec_ctx; in test_jwt_verifier_url_issuer_success() local 472 grpc_core::ExecCtx exec_ctx; in test_jwt_verifier_url_issuer_bad_config() local 495 grpc_core::ExecCtx exec_ctx; in test_jwt_verifier_bad_json_key() local [all …]
|
D | credentials_test.cc | 159 grpc_core::ExecCtx exec_ctx; in test_empty_md_array() local 168 grpc_core::ExecCtx exec_ctx; in test_add_to_empty_md_array() local 183 grpc_core::ExecCtx exec_ctx; in test_add_abunch_to_md_array() local 202 grpc_core::ExecCtx exec_ctx; in test_oauth2_token_fetcher_creds_parsing_ok() local 219 grpc_core::ExecCtx exec_ctx; in test_oauth2_token_fetcher_creds_parsing_bad_http_status() local 231 grpc_core::ExecCtx exec_ctx; in test_oauth2_token_fetcher_creds_parsing_empty_http_body() local 242 grpc_core::ExecCtx exec_ctx; in test_oauth2_token_fetcher_creds_parsing_invalid_json() local 257 grpc_core::ExecCtx exec_ctx; in test_oauth2_token_fetcher_creds_parsing_missing_token() local 271 grpc_core::ExecCtx exec_ctx; in test_oauth2_token_fetcher_creds_parsing_missing_token_type() local 287 grpc_core::ExecCtx exec_ctx; in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime() local [all …]
|
/external/grpc-grpc/test/core/surface/ |
D | secure_channel_create_test.cc | 40 grpc_core::ExecCtx exec_ctx; in test_unknown_scheme_target() local 58 grpc_core::ExecCtx exec_ctx; in test_security_connector_already_in_arg() local 68 grpc_core::ExecCtx exec_ctx; in test_null_creds() local
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_table_test.cc | 48 grpc_core::ExecCtx exec_ctx; in test_static_lookup() local 127 grpc_core::ExecCtx exec_ctx; in test_many_additions() local 156 grpc_core::ExecCtx exec_ctx; in find_simple() local 166 grpc_core::ExecCtx exec_ctx; in test_find() local
|
/external/grpc-grpc/test/core/util/ |
D | test_tcp_server.cc | 61 grpc_core::ExecCtx exec_ctx; in test_tcp_server_start() local 82 grpc_core::ExecCtx exec_ctx; in test_tcp_server_poll() local 97 grpc_core::ExecCtx exec_ctx; in test_tcp_server_destroy() local
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_compress.cc | 68 grpc_core::ExecCtx exec_ctx; in chttp2_init_client_fullstack_compression() local 82 grpc_core::ExecCtx exec_ctx; in chttp2_init_server_fullstack_compression() local 97 grpc_core::ExecCtx exec_ctx; in chttp2_tear_down_fullstack_compression() local
|
/external/grpc-grpc/src/cpp/common/ |
D | alarm.cc | 44 grpc_core::ExecCtx exec_ctx; in ~AlarmImpl() local 55 grpc_core::ExecCtx exec_ctx; in Set() local 75 grpc_core::ExecCtx exec_ctx; in Set() local 90 grpc_core::ExecCtx exec_ctx; in Cancel() local
|