Home
last modified time | relevance | path

Searched refs:call_type (Results 1 – 15 of 15) sorted by relevance

/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc465 CallType call_type = ASYNC_CALL; in PrintStub() local
470 call_type = ASYNC_CALL; in PrintStub()
474 call_type = ASYNC_CALL; in PrintStub()
481 call_type = BLOCKING_CALL; in PrintStub()
489 call_type = FUTURE_CALL; in PrintStub()
494 call_type = ASYNC_CALL; in PrintStub()
552 if (call_type == BLOCKING_CALL && client_streaming) { in PrintStub()
557 if (call_type == FUTURE_CALL && (client_streaming || server_streaming)) { in PrintStub()
570 switch (call_type) { in PrintStub()
617 switch (call_type) { in PrintStub()
[all …]
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp606 CallType call_type; in PrintStub() local
611 call_type = ASYNC_CALL; in PrintStub()
615 call_type = ASYNC_CALL; in PrintStub()
622 call_type = BLOCKING_CALL; in PrintStub()
630 call_type = FUTURE_CALL; in PrintStub()
635 call_type = ASYNC_CALL; in PrintStub()
706 if (call_type == BLOCKING_CALL && client_streaming) { in PrintStub()
711 if (call_type == FUTURE_CALL && (client_streaming || server_streaming)) { in PrintStub()
728 switch (call_type) { in PrintStub()
780 switch (call_type) { in PrintStub()
[all …]
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote.py144 call_type = (debug_service_pb2.CallTraceback.EAGER_EXECUTION
150 call_type=call_type, call_key=call_key, graph_traceback=graph_traceback,
Dgrpc_debug_test_server.py280 self._call_types.append(request.call_type)
/external/bcc/src/cc/frontends/p4/compiler/
DebpfDeparser.py24 call_type = call[0]
25 if call_type == parse_call.extract:
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h61 enum call_type enum
170 enum call_type type;
/external/v8/
Dgenmakefiles.py201 call_type = ctx.Identifier().getText()
202 if not call_type in ['v8_source_set', 'v8_component', 'action']: return False
/external/grpc-grpc/test/core/memory_usage/
Dclient.cc114 grpc_slice call_type) { in send_snapshot_request() argument
144 channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, call_type, &hostname, in send_snapshot_request()
/external/libhevc/encoder/
Dihevce_rc_interface.h120 IHEVCE_RC_CALL_TYPE call_type,
Dihevce_rc_interface.c2080 IHEVCE_RC_CALL_TYPE call_type, in ihevce_rc_get_pic_quant() argument
2168 if(call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
2220 if(call_type == ENC_GET_QP && rc_pic_type == P_PIC) in ihevce_rc_get_pic_quant()
2227 if(call_type == ENC_GET_QP && rc_pic_type != I_PIC) in ihevce_rc_get_pic_quant()
2254 if(!(pic_type == IV_I_FRAME || pic_type == IV_IDR_FRAME) && call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
2271 if(call_type == PRE_ENC_GET_QP) in ihevce_rc_get_pic_quant()
2290 if((updated_window) > 0 && (call_type == ENC_GET_QP) && (ps_rc_ctxt->i4_rc_pass != 2)) in ihevce_rc_get_pic_quant()
2694 if(call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
2729 call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
3016 if(call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
[all …]
/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto60 CallType call_type = 1; field
/external/tensorflow/tensorflow/java/src/main/native/
Dtensor_jni.cc84 #define CASE(dtype, jtype, method_name, method_signature, call_type) \ in writeScalar() argument
88 jtype v = env->Call##call_type##Method(src, method); \ in writeScalar()
/external/v8/src/interpreter/
Dbytecode-generator.cc3541 Call::CallType call_type = expr->GetCallType(); in VisitCall() local
3543 if (call_type == Call::SUPER_CALL) { in VisitCall()
3565 switch (call_type) { in VisitCall()
3687 } else if (call_type == Call::NAMED_PROPERTY_CALL || in VisitCall()
3688 call_type == Call::KEYED_PROPERTY_CALL || in VisitCall()
3689 call_type == Call::RESOLVED_PROPERTY_CALL) { in VisitCall()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3475 void CallRuntimeHelper(R (*function)(P...), RuntimeCallType call_type);
3893 RuntimeCallType call_type) { in CallRuntimeHelper() argument
3916 dc32(call_type); in CallRuntimeHelper()
3925 if (call_type == kTailCallRuntime) { in CallRuntimeHelper()
3928 VIXL_ASSERT(call_type == kCallRuntime); in CallRuntimeHelper()
Dsimulator-aarch64.cc6575 RuntimeCallType call_type = static_cast<RuntimeCallType>( in DoRuntimeCall() local
6580 if (call_type == kCallRuntime) { in DoRuntimeCall()