Searched defs:abort_fn (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | collective_ops_multi_worker_test.py | 191 def abort_fn(): function 242 def abort_fn(): function 289 def abort_fn(): function
|
D | collective_ops_test.py | 745 def abort_fn(): function 821 def abort_fn(): function 890 def abort_fn(): function
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_pools.h | 255 #define apr_pool_create_ex(newpool, parent, abort_fn, allocator) \ argument 291 #define apr_pool_create_core_ex(newpool, abort_fn, allocator) \ argument 295 #define apr_pool_create_unmanaged_ex(newpool, abort_fn, allocator) \ argument
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_pools.h | 255 #define apr_pool_create_ex(newpool, parent, abort_fn, allocator) \ argument 291 #define apr_pool_create_core_ex(newpool, abort_fn, allocator) \ argument 295 #define apr_pool_create_unmanaged_ex(newpool, abort_fn, allocator) \ argument
|
/external/cronet/stable/third_party/apache-portable-runtime/src/memory/unix/ |
D | apr_pools.c | 509 apr_abortfunc_t abort_fn; member 870 apr_abortfunc_t abort_fn, in apr_pool_create_ex() 952 apr_abortfunc_t abort_fn, in apr_pool_create_core_ex() 959 apr_abortfunc_t abort_fn, in apr_pool_create_unmanaged_ex() 1685 apr_abortfunc_t abort_fn, in apr_pool_create_ex_debug() 1785 apr_abortfunc_t abort_fn, in apr_pool_create_core_ex_debug() 1794 apr_abortfunc_t abort_fn, in apr_pool_create_unmanaged_ex_debug() 2064 APR_DECLARE(void) apr_pool_abort_set(apr_abortfunc_t abort_fn, in apr_pool_abort_set() 2556 apr_abortfunc_t abort_fn, 2564 apr_abortfunc_t abort_fn, [all …]
|
/external/cronet/tot/third_party/apache-portable-runtime/src/memory/unix/ |
D | apr_pools.c | 509 apr_abortfunc_t abort_fn; member 870 apr_abortfunc_t abort_fn, in apr_pool_create_ex() 952 apr_abortfunc_t abort_fn, in apr_pool_create_core_ex() 959 apr_abortfunc_t abort_fn, in apr_pool_create_unmanaged_ex() 1685 apr_abortfunc_t abort_fn, in apr_pool_create_ex_debug() 1785 apr_abortfunc_t abort_fn, in apr_pool_create_core_ex_debug() 1794 apr_abortfunc_t abort_fn, in apr_pool_create_unmanaged_ex_debug() 2064 APR_DECLARE(void) apr_pool_abort_set(apr_abortfunc_t abort_fn, in apr_pool_abort_set() 2556 apr_abortfunc_t abort_fn, 2564 apr_abortfunc_t abort_fn, [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | collective_ops_gpu_test.py | 309 def abort_fn(): function
|