/external/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 465 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/ |
D | java_generator.cpp | 606 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/ |
D | source_remote.py | 144 call_type = (debug_service_pb2.CallTraceback.EAGER_EXECUTION 150 call_type=call_type, call_key=call_key, graph_traceback=graph_traceback,
|
D | grpc_debug_test_server.py | 280 self._call_types.append(request.call_type)
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | ebpfDeparser.py | 24 call_type = call[0] 25 if call_type == parse_call.extract:
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_pipe.h | 61 enum call_type enum 170 enum call_type type;
|
/external/v8/ |
D | genmakefiles.py | 201 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/ |
D | client.cc | 114 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/ |
D | ihevce_rc_interface.h | 120 IHEVCE_RC_CALL_TYPE call_type,
|
D | ihevce_rc_interface.c | 2080 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/ |
D | debug_service.proto | 60 CallType call_type = 1; field
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | tensor_jni.cc | 84 #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/ |
D | bytecode-generator.cc | 3541 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/ |
D | macro-assembler-aarch64.h | 3475 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()
|
D | simulator-aarch64.cc | 6575 RuntimeCallType call_type = static_cast<RuntimeCallType>( in DoRuntimeCall() local 6580 if (call_type == kCallRuntime) { in DoRuntimeCall()
|