HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 101 - 125 of 4658) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/apps/CameraITS/tests/scene1/
test_param_shading_mode.py 68 req["android.statistics.lensShadingMapMode"] = 1
71 ["android.statistics.lensShadingMap"]
78 req["android.statistics.lensShadingMapMode"] = 1
91 caps[i]["metadata"]["android.statistics.lensShadingMap"]
  /cts/apps/CameraITS/tests/scene2/
test_faces.py 31 fd_modes = props['android.statistics.info.availableFaceDetectModes']
38 req['android.statistics.faceDetectMode'] = fd_mode
42 assert(md['android.statistics.faceDetectMode'] == fd_mode)
43 faces = md['android.statistics.faces']
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/res/values/
base-strings.xml 24 This sample explains how to use App usage statistics API, which was introduced
  /development/samples/browseable/AppUsageStatistics/res/values/
base-strings.xml 24 This sample explains how to use App usage statistics API, which was introduced
  /docs/source.android.com/src/devices/tech/datausage/
tethering-data.jd 21 records tethering statistics between any interface pairs returned by
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
monsoon_profiler.py 18 from telemetry.util import statistics namespace
56 print ' Total = %f' % statistics.TrapezoidalRule(power_samples, 1/5000.)
57 print (' Average = %f' % statistics.ArithmeticMean(power_samples) +
58 '+-%f' % statistics.StandardDeviation(power_samples))
  /external/kernel-headers/original/uapi/linux/
atm_nicstar.h 25 /* get pool statistics */
  /external/libvpx/libvpx/
vpxstats.h 23 * first pass statistics
  /external/libxml2/doc/
searches.xsl 20 <xsl:template name="statistics">
21 <h2> weekly statistics: </h2>
35 <xsl:variable name="title">Search statistics for <xsl:value-of select="$date"/></xsl:variable>
68 <xsl:call-template name="statistics"/>
  /external/selinux/libselinux/man/man3/
selabel_stats.3 6 selabel_stats \- obtain SELinux labeling statistics
avc_cache_stats.3 6 avc_cache_stats, avc_av_stats, avc_sid_stats \- obtain userspace SELinux AVC statistics
84 the statistics returned by
  /external/v8/src/extensions/
statistics-extension.h 15 StatisticsExtension() : v8::Extension("v8/statistics", kSource) {}
  /external/webrtc/webrtc/voice_engine/
voe_network_impl.cc 40 RTC_DCHECK(_shared->statistics().Initialized());
51 RTC_CHECK(_shared->statistics().Initialized());
71 RTC_CHECK(_shared->statistics().Initialized());
95 RTC_CHECK(_shared->statistics().Initialized());
  /frameworks/base/core/java/android/content/pm/
IPackageDataObserver.aidl 23 * statistics related to code, data, cache usage(TODO)
IPackageStatsObserver.aidl 24 * statistics related to code, data, cache usage(TODO)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxstats.h 23 * first pass statistics
  /packages/inputmethods/LatinIME/java/res/values/
strings-production.xml 22 <!-- Description for option to enable sending usage statistics -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_nicstar.h 25 /* get pool statistics */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_nicstar.h 25 /* get pool statistics */
  /system/core/logd/
README.property 10 ro.logd.statistics bool+ svelte+ Enable logcat -S statistics.
11 ro.build.type string if user, logd.statistics &
25 ro.config.low_ram bool false if true, logd.statistics, logd.kernel
  /system/core/metricsd/collectors/
disk_usage_collector.h 34 // Collect the disk usage statistics and report them.
  /external/chromium-trace/catapult/tracing/tracing/metrics/system_health/
animation_smoothness_metric.html 8 <link rel="import" href="/tracing/base/statistics.html">
50 var discrepancy = tr.b.Statistics.timestampsDiscrepancy(
  /external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/
StatisticsHandler-mbean.properties 1 StatisticsHandler: Request Statistics gathering
3 statsReset(): Resets statistics.
  /external/libnl/include/netlink/
types.h 23 NL_DUMP_DETAILS, /**< Dump all attributes but no statistics */
24 NL_DUMP_STATS, /**< Dump all attributes including statistics */
  /external/libvncserver/test/
encodingstest.c 43 static unsigned int statistics[2][NUMBER_OF_ENCODINGS_TO_TEST]; variable
49 memset(statistics[0],0,sizeof(int)*NUMBER_OF_ENCODINGS_TO_TEST);
50 memset(statistics[1],0,sizeof(int)*NUMBER_OF_ENCODINGS_TO_TEST);
59 statistics[1][encodingIndex]++;
62 statistics[0][encodingIndex]++;
330 rfbLog("Statistics:\n");
333 testEncodings[i].str,statistics[1][i],statistics[0][i]);

Completed in 377 milliseconds

1 2 3 45 6 7 8 91011>>