HomeSort by relevance Sort by last modified time
    Searched defs:stats (Results 651 - 675 of 1225) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /art/runtime/
thread.h 386 return &tls64_.stats;
1490 RuntimeStats stats; variable
    [all...]
  /bionic/libc/kernel/uapi/linux/
xfrm.h 309 struct xfrm_stats stats; member in struct:xfrm_usersa_info
  /cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java 271 log, "decoder stats: decodeTo=" + ((surface == null) ? "buffer" : "surface"),
280 MediaUtils.Stats stats = new MediaUtils.Stats(frameTimeUsDiff); local
281 fps = MediaPerfUtils.addPerformanceStatsToLog(log, stats, message);
    [all...]
  /development/ndk/platforms/android-21/include/linux/
xfrm.h 367 struct xfrm_stats stats; member in struct:xfrm_usersa_info
  /external/blktrace/
blktrace.c 81 * Generic stats collected: nevents can be _roughly_ estimated by data_read
95 struct pdc_stats *stats; member in struct:devpath
486 dpp->stats[cpu].data_read += data_read;
491 dpp->stats[cpu].nevents += nevents;
596 if (dpp->stats)
597 free(dpp->stats);
1054 if (dpp->stats)
1055 free(dpp->stats);
1056 dpp->stats = calloc(dpp->ncpus, sizeof(*dpp->stats));
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 670 SingleOperationStatistics stats; local
678 stats.minTime = (float)values.front();
679 stats.maxTime = (float)values.back();
680 stats.medianTime = linearSample(values, 0.5f);
681 stats.min2DecileTime = linearSample(values, 0.1f);
682 stats.max9DecileTime = linearSample(values, 0.9f);
684 return stats;
688 void calculateBasicStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*predictor)
707 stats.medianRate = linearSample(processingRates, 0.5f);
722 stats.maxDiffTime = timeDiffs.back()
776 SingleCallStatistics stats; local
785 MapCallStatistics stats; local
799 MapFlushCallStatistics stats; local
814 MapCallStatistics stats; local
827 MapFlushCallStatistics stats; local
841 RenderReadStatistics stats; local
854 RenderReadStatistics stats; local
867 UploadRenderReadStatistics stats; local
881 UploadRenderReadStatistics stats; local
895 RenderUploadRenderReadStatistics stats; local
1714 const typename SampleTypeTraits<SampleType>::StatsType stats = calculateSampleStatistics(theilSenFitting, buckets[bucketNdx]); local
    [all...]
  /external/iproute2/include/linux/
xfrm.h 365 struct xfrm_stats stats; member in struct:xfrm_usersa_info
  /external/kernel-headers/original/uapi/linux/
xfrm.h 366 struct xfrm_stats stats; member in struct:xfrm_usersa_info
  /external/libdrm/intel/
intel_bufmgr_gem.c 3310 struct drm_i915_reset_stats stats; local
    [all...]

Completed in 936 milliseconds

<<21222324252627282930>>