HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 201 - 225 of 4253) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.properties 12 view.name.Network_Stats = Network Statistics
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 34 * In this case, the pool allocator is just providing statistics
101 * Type definition for pool statistics.
200 * statistics and instrumentation on top of the heap,
241 * stats: OUTPUT Array of pool statistics.
254 * bcm_mpm_dump() - Display statistics on all pools
330 * stats: OUTPUT Pool statistics
334 * other Error getting statistics.
  /external/bison/lib/
bitset_stats.c 1 /* Bitset statistics.
22 statistics gathering without having to instrument the bitset
23 implementations. When statistics gathering is enabled, the bitset
168 /* Print bitset statistics to FILE. */
203 /* Print all bitset statistics to FILE. */
212 fprintf (file, _("Bitset statistics:\n\n"));
223 /* Initialise bitset statistics logging. */
240 /* Read bitset statistics file. */
270 /* Write bitset statistics file. */
296 /* Dump bitset statistics to FILE. *
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 180 private final Statistics mStatistics;
208 mStatistics = Statistics.getInstance();
1909 final Statistics statistics = researchLogger.mStatistics; local
1932 final Statistics statistics = researchLogger.mStatistics; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
builders_unittests.js 201 "statistics": {},
217 "statistics": {},
234 "statistics": {},
251 "statistics": {},
268 "statistics": {},
285 "statistics": {},
302 "statistics": {},
321 "statistics": {},
338 "statistics": {},
473 "statistics": {}
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 114 private final Statistics statistics = new Statistics(); field in class:LwjglRenderer
133 public Statistics getStatistics() {
134 return statistics;
397 statistics.clearMemory();
404 statistics.clearMemory();
748 // statistics.clearFrame();
778 statistics.onShaderUse(shader, true);
782 statistics.onShaderUse(shader, false);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
results-template.html 142 'PerformanceTests/resources/statistics.js'];
197 this.unscaledMean = function () { return Statistics.sum(values) / values.length; }
199 this.min = function () { return metric.scalingFactor() * Statistics.min(values); }
200 this.max = function () { return metric.scalingFactor() * Statistics.max(values); }
202 return metric.scalingFactor() * Statistics.confidenceIntervalDelta(0.95, values.length,
203 Statistics.sum(values), Statistics.squareSum(values));
369 var overallMax = Statistics.max(results.map(function (result, index) { return result.max(); }));
370 var overallMin = Statistics.min(results.map(function (result, index) { return result.min(); }));
411 // Implement http://www.easycalculation.com/statistics/learn-correlation.php
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 525 """Sum the caller statistics to get total number of calls received."""
539 # Statistics browser added by ESR, April 2001
580 print >> self.stream, "No statistics object is loaded."
594 print >> self.stream, "No statistics object is loaded."
597 print >> self.stream, "Add profile info from given file to current statistics object."
602 print >> self.stream, "Print callees statistics from the current stat object."
608 print >> self.stream, "Print callers statistics from the current stat object."
637 print >> self.stream, "No statistics object is current -- cannot reload."
647 print >> self.stream, "No statistics object is loaded."
654 print >> self.stream, "No statistics object is loaded.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 525 """Sum the caller statistics to get total number of calls received."""
539 # Statistics browser added by ESR, April 2001
580 print >> self.stream, "No statistics object is loaded."
594 print >> self.stream, "No statistics object is loaded."
597 print >> self.stream, "Add profile info from given file to current statistics object."
602 print >> self.stream, "Print callees statistics from the current stat object."
608 print >> self.stream, "Print callers statistics from the current stat object."
637 print >> self.stream, "No statistics object is current -- cannot reload."
647 print >> self.stream, "No statistics object is loaded."
654 print >> self.stream, "No statistics object is loaded.
    [all...]
  /external/ceres-solver/docs/source/
introduction.rst 9 statistics, to constructing 3D models from photographs in computer
75 statistics and optimization.
  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy.h 24 // * UmaPolicy does not record statistics for incognito tabs. (For privacy.)
98 // When a page is closing, save statistics about the page to histograms.
  /external/chromium_org/chrome/browser/net/
load_time_stats.h 88 // representing that renderer's load statistics.
107 // Helper function to put the current set of statistics into UMA histograms.

Completed in 1048 milliseconds

1 2 3 4 5 6 7 891011>>