HomeSort by relevance Sort by last modified time
    Searched refs:statistics (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/chromium_org/dbus/
dbus_statistics_unittest.cc 19 statistics::Initialize();
23 statistics::Shutdown();
28 statistics::AddSentMethodCall(
30 statistics::AddReceivedSignal(
32 statistics::AddBlockingSentMethodCall(
35 statistics::AddSentMethodCall(
37 statistics::AddSentMethodCall(
39 statistics::AddReceivedSignal(
42 statistics::AddSentMethodCall(
44 statistics::AddSentMethodCall
    [all...]
dbus_statistics.h 12 // The functions defined here are used to gather DBus statistics, and
18 namespace statistics { namespace in namespace:dbus
34 // Initializes / shuts down dbus statistics gathering. Calling Initialize
35 // more than once will reset the statistics.
39 // Add sent/received calls to the statistics gathering class. These methods
76 } // namespace statistics
  /external/chromium_org/chrome/browser/chromeos/system_logs/
dbus_log_source.cc 20 response[kDBusLogEntryShort] = dbus::statistics::GetAsString(
21 dbus::statistics::SHOW_INTERFACE,
22 dbus::statistics::FORMAT_ALL);
23 response[kDBusLogEntryLong] = dbus::statistics::GetAsString(
24 dbus::statistics::SHOW_METHOD,
25 dbus::statistics::FORMAT_TOTALS);
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc 191 const QuotaTemporaryStorageEvictor::Statistics& statistics() const { function in class:quota::QuotaTemporaryStorageEvictorTest
240 EXPECT_EQ(0, statistics().num_errors_on_evicting_origin);
241 EXPECT_EQ(0, statistics().num_errors_on_getting_usage_and_quota);
242 EXPECT_EQ(1, statistics().num_evicted_origins);
243 EXPECT_EQ(1, statistics().num_eviction_rounds);
244 EXPECT_EQ(0, statistics().num_skipped_eviction_rounds);
260 EXPECT_EQ(0, statistics().num_errors_on_evicting_origin);
261 EXPECT_EQ(0, statistics().num_errors_on_getting_usage_and_quota);
262 EXPECT_EQ(2, statistics().num_evicted_origins)
    [all...]
quota_temporary_storage_evictor.cc 63 std::map<std::string, int64>* statistics) {
64 DCHECK(statistics);
66 (*statistics)["errors-on-evicting-origin"] =
68 (*statistics)["errors-on-getting-usage-and-quota"] =
70 (*statistics)["evicted-origins"] =
72 (*statistics)["eviction-rounds"] =
74 (*statistics)["skipped-eviction-rounds"] =
100 Statistics stats_in_hour(statistics_);
  /external/chromium_org/remoting/webapp/
connection_stats.css 6 #statistics {
connection_stats.js 31 * Update the statistics panel.
32 * @param {remoting.ClientSession.PerfStats} stats The connection statistics.
65 var statistics = document.getElementById('statistics');
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 44 /** whether to print statistics to stdout at end of compile cycle */
45 public boolean statistics; field in class:CfOptions
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsView.java 39 import com.jme3.renderer.Statistics;
48 * statistics of rendering. The data is retrieved every frame from a
49 * {@link com.jme3.renderer.Statistics} and then displayed on screen.<br/>
53 * {@link com.jme3.renderer.Statistics} from the
57 * Statistics stats = renderer.getStatistics();<br/>
65 private Statistics statistics; field in class:StatsView
74 public StatsView(String name, AssetManager manager, Statistics stats){
80 statistics = stats;
82 statLabels = statistics.getLabels()
    [all...]
  /bionic/libc/kernel/common/linux/
transport_class.h 47 struct attribute_group *statistics; member in struct:transport_container
  /development/ndk/platforms/android-3/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container

Completed in 462 milliseconds

1 2 3 4 5 6