Home
last modified time | relevance | path

Searched defs:exec_ctx (Results 1 – 25 of 166) sorted by relevance

1234567

/external/grpc-grpc/test/core/iomgr/
Dresource_quota_test.cc88 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 …]
Dresolve_address_test.cc83 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
Dtimer_list_test.cc51 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
Dcombiner_test.cc31 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
Dtcp_client_posix_test.cc56 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/
Dbm_closure.cc38 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 …]
Dbm_metadata.cc94 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/
Duri_parser_test.cc32 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
Dparse_address_test.cc38 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/
Dfork_posix.cc50 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/
Dmessage_compress_test.cc74 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/
Dmetadata_test.cc65 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
Dconnectivity_state_test.cc62 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
Dbyte_stream_test.cc43 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/
Ddns_resolver_test.cc34 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
Dsockaddr_resolver_test.cc47 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/
Dchannelz_test.cc231 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 …]
Dchannel_args_test.cc29 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/
Djwt_verifier_test.cc212 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 …]
Dcredentials_test.cc159 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/
Dsecure_channel_create_test.cc40 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/
Dhpack_table_test.cc48 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/
Dtest_tcp_server.cc61 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/
Dh2_compress.cc68 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/
Dalarm.cc44 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

1234567