Home
last modified time | relevance | path

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

12

/external/webrtc/modules/audio_processing/test/
Dapi_call_statistics.cc26 void ApiCallStatistics::Add(int64_t duration_nanos, CallType call_type) { in Add() argument
27 calls_.push_back(CallData(duration_nanos, call_type)); in Add()
43 if (v.call_type == CallType::kRender) { in PrintReport()
81 if (v.call_type == CallType::kRender) { in WriteReportToFile()
91 CallType call_type) in CallData() argument
92 : duration_nanos(duration_nanos), call_type(call_type) {} in CallData()
Dapi_call_statistics.h27 void Add(int64_t duration_nanos, CallType call_type);
37 CallData(int64_t duration_nanos, CallType call_type);
39 CallType call_type; member
Daudio_processing_simulator.cc94 ApiCallStatistics::CallType call_type) in ScopedTimer() argument
96 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.cc457 CallType call_type = ASYNC_CALL; in PrintStub() local
462 call_type = ASYNC_CALL; in PrintStub()
466 call_type = ASYNC_CALL; in PrintStub()
473 call_type = BLOCKING_CALL; in PrintStub()
481 call_type = FUTURE_CALL; in PrintStub()
486 call_type = ASYNC_CALL; in PrintStub()
544 if (call_type == BLOCKING_CALL && client_streaming) { in PrintStub()
549 if (call_type == FUTURE_CALL && (client_streaming || server_streaming)) { in PrintStub()
560 switch (call_type) { in PrintStub()
607 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.py134 call_type = (debug_service_pb2.CallTraceback.EAGER_EXECUTION
140 call_type=call_type, call_key=call_key, graph_traceback=graph_traceback,
Dgrpc_debug_test_server.py276 self._call_types.append(request.call_type)
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dcall.h65 CallType call_type, in CallProperties() argument
68 (static_cast<uint8_t>(call_type) << 2) | in CallProperties()
79 constexpr CallType call_type() const { in call_type() function
158 return properties_.call_type(); in type()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_pipe.h61 enum call_type enum
176 enum call_type type;
/external/pigweed/pw_rpc/
Dcall_test.cc68 static_assert(props_1.call_type() == kClientCall); in TEST()
74 static_assert(props_2.call_type() == kServerCall); in TEST()
80 static_assert(props_3.call_type() == kClientCall); in TEST()
Dcall.cc226 return SendPacket(properties_.call_type() == kServerCall in WriteLocked()
/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/webrtc/rtc_tools/unpack_aecdump/
Dunpack.cc184 const char call_type = render_call ? 'r' : 'c'; in WriteCallOrderData() local
185 WriteData(&call_type, sizeof(call_type), file, filename.c_str()); in WriteCallOrderData()
/external/pigweed/pw_rpc/py/pw_rpc/callback_client/
Dimpl.py109 call_type: Type[CallTypeT],
121 call = call_type(
/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/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/tensorflow/tensorflow/lite/java/src/main/native/
Dtensor_jni.cc431 #define CASE(type, jtype, method_name, method_signature, call_type) \ in WriteScalar() argument
435 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.h7702 void CallRuntimeHelper(R (*function)(P...), RuntimeCallType call_type);
8427 RuntimeCallType call_type) { in CallRuntimeHelper() argument
8450 dc32(call_type); in CallRuntimeHelper()
8459 if (call_type == kTailCallRuntime) { in CallRuntimeHelper()
8462 VIXL_ASSERT(call_type == kCallRuntime); in CallRuntimeHelper()

12