/third_party/mindspore/mindspore/lite/java/native/runtime/ |
D | lite_session.cpp | 65 … jlong session_ptr, in Java_com_mindspore_lite_LiteSession_compileGraph() argument 67 auto *session_pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_compileGraph() 85 … jlong session_ptr, jboolean if_bind) { in Java_com_mindspore_lite_LiteSession_bindThread() argument 86 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_bindThread() 96 … jlong session_ptr) { in Java_com_mindspore_lite_LiteSession_runGraph() argument 97 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_runGraph() 108 … jlong session_ptr) { in Java_com_mindspore_lite_LiteSession_getInputs() argument 116 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getInputs() 131 … jlong session_ptr, in Java_com_mindspore_lite_LiteSession_getInputsByTensorName() argument 133 auto *pointer = reinterpret_cast<void *>(session_ptr); in Java_com_mindspore_lite_LiteSession_getInputsByTensorName() [all …]
|
/third_party/boost/libs/asio/example/cpp03/buffers/ |
D | reference_counted.cpp | 74 typedef boost::shared_ptr<session> session_ptr; typedef 83 session_ptr new_session(new session(io_context_)); in server() 89 void handle_accept(session_ptr new_session, in handle_accept()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/buffers/ |
D | reference_counted.cpp | 74 typedef boost::shared_ptr<session> session_ptr; typedef 83 session_ptr new_session(new session(io_context_)); in server() 89 void handle_accept(session_ptr new_session, in handle_accept()
|
/third_party/boost/libs/asio/example/cpp03/local/ |
D | stream_server.cpp | 79 typedef boost::shared_ptr<session> session_ptr; typedef 88 session_ptr new_session(new session(io_context_)); in server() 94 void handle_accept(session_ptr new_session, in handle_accept()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/local/ |
D | stream_server.cpp | 79 typedef boost::shared_ptr<session> session_ptr; typedef 88 session_ptr new_session(new session(io_context_)); in server() 94 void handle_accept(session_ptr new_session, in handle_accept()
|
/third_party/nghttp2/lib/ |
D | nghttp2_session.c | 403 static int session_new(nghttp2_session **session_ptr, in session_new() argument 416 *session_ptr = nghttp2_mem_calloc(mem, 1, sizeof(nghttp2_session)); in session_new() 417 if (*session_ptr == NULL) { in session_new() 422 (*session_ptr)->mem = *mem; in session_new() 423 mem = &(*session_ptr)->mem; in session_new() 428 nghttp2_stream_init(&(*session_ptr)->root, 0, NGHTTP2_STREAM_FLAG_NONE, in session_new() 432 (*session_ptr)->remote_window_size = NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE; in session_new() 433 (*session_ptr)->recv_window_size = 0; in session_new() 434 (*session_ptr)->consumed_size = 0; in session_new() 435 (*session_ptr)->recv_reduction = 0; in session_new() [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_session.c | 403 static int session_new(nghttp2_session **session_ptr, in session_new() argument 416 *session_ptr = nghttp2_mem_calloc(mem, 1, sizeof(nghttp2_session)); in session_new() 417 if (*session_ptr == NULL) { in session_new() 422 (*session_ptr)->mem = *mem; in session_new() 423 mem = &(*session_ptr)->mem; in session_new() 428 nghttp2_stream_init(&(*session_ptr)->root, 0, NGHTTP2_STREAM_FLAG_NONE, in session_new() 432 (*session_ptr)->remote_window_size = NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE; in session_new() 433 (*session_ptr)->recv_window_size = 0; in session_new() 434 (*session_ptr)->consumed_size = 0; in session_new() 435 (*session_ptr)->recv_reduction = 0; in session_new() [all …]
|
/third_party/boost/doc/html/boost_asio/example/cpp03/allocation/ |
D | server.cpp | 228 typedef boost::shared_ptr<session> session_ptr; typedef 237 session_ptr new_session(new session(io_context_)); in server() 243 void handle_accept(session_ptr new_session, in handle_accept()
|
/third_party/boost/libs/asio/example/cpp03/allocation/ |
D | server.cpp | 228 typedef boost::shared_ptr<session> session_ptr; typedef 237 session_ptr new_session(new session(io_context_)); in server() 243 void handle_accept(session_ptr new_session, in handle_accept()
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 2707 nghttp2_session_client_new(nghttp2_session **session_ptr, 2733 nghttp2_session_server_new(nghttp2_session **session_ptr, 2759 nghttp2_session_client_new2(nghttp2_session **session_ptr, 2785 nghttp2_session_server_new2(nghttp2_session **session_ptr, 2811 nghttp2_session **session_ptr, const nghttp2_session_callbacks *callbacks, 2836 nghttp2_session **session_ptr, const nghttp2_session_callbacks *callbacks,
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 2744 nghttp2_session_client_new(nghttp2_session **session_ptr, 2770 nghttp2_session_server_new(nghttp2_session **session_ptr, 2796 nghttp2_session_client_new2(nghttp2_session **session_ptr, 2822 nghttp2_session_server_new2(nghttp2_session **session_ptr, 2848 nghttp2_session **session_ptr, const nghttp2_session_callbacks *callbacks, 2873 nghttp2_session **session_ptr, const nghttp2_session_callbacks *callbacks,
|
/third_party/nghttp2/python/ |
D | cnghttp2.pxd | 209 int nghttp2_session_client_new(nghttp2_session **session_ptr, 213 int nghttp2_session_server_new(nghttp2_session **session_ptr,
|