Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/test/
Dapi_call_statistics.cc24 void ApiCallStatistics::Add(int64_t duration_nanos, CallType call_type) { in Add() argument
25 calls_.push_back(CallData(duration_nanos, call_type)); in Add()
41 if (v.call_type == CallType::kRender) { in PrintReport()
79 if (v.call_type == CallType::kRender) { in WriteReportToFile()
89 CallType call_type) in CallData() argument
90 : duration_nanos(duration_nanos), call_type(call_type) {} in CallData()
Dapi_call_statistics.h26 void Add(int64_t duration_nanos, CallType call_type);
36 CallData(int64_t duration_nanos, CallType call_type);
38 CallType call_type; member
Daudio_processing_simulator.cc93 ApiCallStatistics::CallType call_type) in ScopedTimer() argument
95 call_type_(call_type), in ScopedTimer()
/external/arm-trusted-firmware/include/common/
Druntime_svc.h64 uint8_t call_type; member
78 .call_type = (_type), \
108 static inline uint32_t get_unique_oen(uint32_t oen, uint32_t call_type) in get_unique_oen() argument
110 return ((call_type & FUNCID_TYPE_MASK) << FUNCID_OEN_WIDTH) | in get_unique_oen()
/external/arm-trusted-firmware/common/
Druntime_svc.c72 if ((desc->call_type != SMC_TYPE_FAST) && in validate_rt_svc_desc()
73 (desc->call_type != SMC_TYPE_YIELD)) in validate_rt_svc_desc()
146 service->call_type); in runtime_svc_init()
148 service->call_type); in runtime_svc_init()
/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/compiler/xla/service/gpu/
Dcustom_call_thunk.cc56 using call_type = void (*)(decltype(gpu_stream), void** /*buffers*/, in ExecuteOnStream() typedef
58 auto typed_call_target = reinterpret_cast<call_type>(call_target_); in ExecuteOnStream()
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote.py138 call_type = (debug_service_pb2.CallTraceback.EAGER_EXECUTION
144 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/auxiliary/driver_ddebug/
Ddd_pipe.h61 enum call_type enum
176 enum call_type type;
/external/webrtc/rtc_tools/unpack_aecdump/
Dunpack.cc117 const char call_type = render_call ? 'r' : 'c'; in WriteCallOrderData() local
118 WriteData(&call_type, sizeof(call_type), file, filename.c_str()); in WriteCallOrderData()
/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/python/pybind11/include/pybind11/
Dnumpy.h1462 using call_type = remove_reference_t<T>;
1465 satisfies_any_of<call_type, std::is_arithmetic, is_complex, is_pod>::value &&
1466 … satisfies_none_of<call_type, std::is_pointer, std::is_array, is_std_array, std::is_enum>::value &&
1468 (std::is_lvalue_reference<T>::value && std::is_const<call_type>::value));
1470 using type = conditional_t<vectorize, array_t<remove_cv_t<call_type>, array::forcecast>, T>;
1554 using arg_call_types = std::tuple<typename vectorize_arg<Args>::call_type...>;
/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto60 CallType call_type = 1; field
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dtensor_jni.cc358 #define CASE(type, jtype, method_name, method_signature, call_type) \ in WriteScalar() argument
362 jtype v = env->Call##call_type##Method(src, method); \ in WriteScalar()
/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/cpuinfo/test/build.prop/
Dmoto-g-gen1.log180 persist.radio.call_type=1
Dmoto-e-gen1.log204 persist.radio.call_type=1
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h6582 void CallRuntimeHelper(R (*function)(P...), RuntimeCallType call_type);
7278 RuntimeCallType call_type) { in CallRuntimeHelper() argument
7301 dc32(call_type); in CallRuntimeHelper()
7310 if (call_type == kTailCallRuntime) { in CallRuntimeHelper()
7313 VIXL_ASSERT(call_type == kCallRuntime); in CallRuntimeHelper()
Dsimulator-aarch64.cc11881 RuntimeCallType call_type = static_cast<RuntimeCallType>( in DoRuntimeCall() local
11886 if (call_type == kCallRuntime) { in DoRuntimeCall()
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst933 #. Multiple descriptors for the same range of OENs and ``call_type``
934 #. Incorrect range of owning entity numbers for a given ``call_type``