Home
last modified time | relevance | path

Searched defs:stats (Results 226 - 250 of 284) sorted by relevance

12345678910>>...12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c654 struct ieee80211req_sta_stats stats; in atheros_read_sta_driver_data() local
[all...]
H A Ddriver_bsd.c743 struct ieee80211req_sta_stats stats; in bsd_read_sta_driver_data() local
H A Ddriver_wext.c2430 struct iw_statistics stats; in wpa_driver_wext_signal_poll() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c650 struct ieee80211req_sta_stats stats; in atheros_read_sta_driver_data() local
[all...]
H A Ddriver_bsd.c962 struct ieee80211req_sta_stats stats; in bsd_read_sta_driver_data() local
H A Ddriver_wext.c2423 struct iw_statistics stats; in wpa_driver_wext_signal_poll() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/
H A Dtde_hal_k.c417 hi_void tde_hal_ctl_int_clear(hi_u32 stats) in tde_hal_ctl_int_clear() argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.c1141 static hi_void wal_cfg80211_fill_station_info(oal_station_info_stru *sta_info, oal_station_info_stru *stats) in wal_cfg80211_fill_station_info() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Ddbus.h284 dbus_stats_t stats; member
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp954 void BundleActiveUsageDatabase::FlushPackageInfo(uint32_t databaseType, const BundleActivePeriodStats &stats) in FlushPackageInfo() argument
1052 void BundleActiveUsageDatabase::FlushEventInfo(uint32_t databaseType, BundleActivePeriodStats &stats) in FlushEventInfo() argument
1333 UpdateEventData(int32_t databaseType, BundleActivePeriodStats &stats) UpdateEventData() argument
1346 UpdateBundleUsageData(int32_t databaseType, BundleActivePeriodStats &stats) UpdateBundleUsageData() argument
[all...]
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp1307 int32_t NetsysNativeClient::GetTotalStats(uint64_t &stats, uint32_t type) in GetTotalStats() argument
1317 int32_t NetsysNativeClient::GetUidStats(uint64_t &stats, uint32_t type, uint32_t uid) in GetUidStats() argument
1327 int32_t NetsysNativeClient::GetIfaceStats(uint64_t &stats, uint32_t type, const std::string &interfaceName) in GetIfaceStats() argument
1337 int32_t NetsysNativeClient::GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) in GetAllSimStatsInfo() argument
1357 int32_t NetsysNativeClient::GetAllStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) in GetAllStatsInfo() argument
1520 GetCookieStats(uint64_t &stats, uint32_t type, uint64_t cookie) GetCookieStats() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service_stub.cpp1348 uint64_t stats = 0; in CmdGetTotalStats() local
1365 uint64_t stats = 0; in CmdGetUidStats() local
1382 uint64_t stats = 0; in CmdGetIfaceStats() local
1397 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; in CmdGetAllSimStatsInfo() local
1424 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; CmdGetAllStatsInfo() local
1801 uint64_t stats = 0; CmdGetCookieStats() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h614 FILLP_UCHAR stats[FILLP_TRAFFIC_LEN]; member
/third_party/eudev/src/udev/
H A Dudev-rules.c692 struct stat stats; in wait_for_file() local
743 struct stat stats; in attr_subst_subdir() local
2678 struct stat stats; in udev_rules_apply_static_dev_perms() local
[all...]
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c3223 struct drm_i915_reset_stats stats; in drm_intel_get_reset_stats() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c2770 VkPipelineExecutableStatisticKHR *stats = NULL; local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc452 ExecuteJob( RuntimeCallStats* stats, LocalIsolate* local_isolate) ExecuteJob() argument
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc1671 void GlobalHandles::RecordStats(HeapStats* stats) { in RecordStats() argument
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc1715 RuntimeCallStats* stats = isolate_->counters()->runtime_call_stats(); in RuntimeCallTimerEvent() local
/third_party/python/Python/
H A Dspecialize.c54 stats_to_dict(SpecializationStats *stats) in stats_to_dict() argument
96 SpecializationStats *stats = &_py_stats.opcode_stats[opcode].specialization; in add_stat_dict() local
109 PyObject *stats = PyDict_New(); in _Py_GetSpecializationStats() local
140 print_spec_stats(FILE *out, OpcodeStats *stats) print_spec_stats() argument
175 print_call_stats(FILE *out, CallStats *stats) print_call_stats() argument
184 print_object_stats(FILE *out, ObjectStats *stats) print_object_stats() argument
201 print_stats(FILE *out, PyStats *stats) print_stats() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp670 SingleOperationStatistics stats; in calculateSingleOperationStatistics() local
688 void calculateBasicStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*predictor) in calculateBasicStatistics() argument
763 calculateBasicTransferStatistics(StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples) calculateBasicTransferStatistics() argument
769 calculateBasicRenderStatistics(StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples) calculateBasicRenderStatistics() argument
776 SingleCallStatistics stats; calculateSampleStatistics() local
785 MapCallStatistics stats; calculateSampleStatistics() local
799 MapFlushCallStatistics stats; calculateSampleStatistics() local
814 MapCallStatistics stats; calculateSampleStatistics() local
827 MapFlushCallStatistics stats; calculateSampleStatistics() local
841 RenderReadStatistics stats; calculateSampleStatistics() local
854 RenderReadStatistics stats; calculateSampleStatistics() local
867 UploadRenderReadStatistics stats; calculateSampleStatistics() local
881 UploadRenderReadStatistics stats; calculateSampleStatistics() local
895 RenderUploadRenderReadStatistics stats; calculateSampleStatistics() local
1093 logMapRangeStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logMapRangeStats() argument
1103 logUnmapStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logUnmapStats() argument
1113 logWriteStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logWriteStats() argument
1123 logFlushStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logFlushStats() argument
1133 logAllocStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logAllocStats() argument
1143 logMapRangeStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logMapRangeStats() argument
1150 logUnmapStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logUnmapStats() argument
1157 logWriteStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logWriteStats() argument
1164 logFlushStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logFlushStats() argument
1171 logAllocStats(tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats) logAllocStats() argument
1178 logMapContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logMapContribution() argument
1187 logUnmapContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logUnmapContribution() argument
1196 logWriteContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logWriteContribution() argument
1205 logFlushContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logFlushContribution() argument
1214 logAllocContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logAllocContribution() argument
1223 logRenderContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logRenderContribution() argument
1232 logReadContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logReadContribution() argument
1241 logUploadContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logUploadContribution() argument
1250 logTotalContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logTotalContribution() argument
1259 logFirstRenderContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logFirstRenderContribution() argument
1268 logSecondRenderContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logSecondRenderContribution() argument
1277 logMapContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logMapContribution() argument
1285 logUnmapContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logUnmapContribution() argument
1293 logWriteContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logWriteContribution() argument
1301 logFlushContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logFlushContribution() argument
1309 logAllocContribution(tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logAllocContribution() argument
1317 logRenderContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logRenderContribution() argument
1325 logReadContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logReadContribution() argument
1333 logUploadContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logUploadContribution() argument
1341 logTotalContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logTotalContribution() argument
1349 logFirstRenderContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logFirstRenderContribution() argument
1357 logSecondRenderContribution(tcu::TestLog& log, const std::vector<RenderSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats) logSecondRenderContribution() argument
1714 const typename SampleTypeTraits<SampleType>::StatsType stats = calculateSampleStatistics(theilSenFitting, buckets[bucketNdx]); analyzeSampleResults() local
[all...]
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c582 struct net_device_stats stats; member
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1674 static int kbase_api_tlstream_stats(struct kbase_context *kctx, struct kbase_ioctl_tlstream_stats *stats) in kbase_api_tlstream_stats() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c1440 kbase_api_tlstream_stats(struct kbase_context *kctx, struct kbase_ioctl_tlstream_stats *stats) kbase_api_tlstream_stats() argument
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c1823 static void bpf_prog_get_stats(const struct bpf_prog *prog, struct bpf_prog_stats *stats) in bpf_prog_get_stats() argument
1852 struct bpf_prog_stats stats; in bpf_prog_show_fdinfo() local
3465 struct bpf_prog_stats stats; in bpf_prog_get_info_by_fd() local
[all...]

Completed in 89 milliseconds

12345678910>>...12