HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 51 - 75 of 5292) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lldb/examples/summaries/cocoa/
NSNumber.py 17 statistics = lldb.formatters.metrics.Metrics() variable
18 statistics.add_metric('invalid_isa')
19 statistics.add_metric('invalid_pointer')
20 statistics.add_metric('unknown_class')
21 statistics.add_metric('code_notrun')
96 global statistics
109 statistics.metric_hit('code_notrun',self.valobj)
115 statistics.metric_hit('code_notrun',self.valobj)
124 statistics.metric_hit('code_notrun',self.valobj)
133 statistics.metric_hit('code_notrun',self.valobj
    [all...]
CFBag.py 16 statistics = lldb.formatters.metrics.Metrics() variable
17 statistics.add_metric('invalid_isa')
18 statistics.add_metric('invalid_pointer')
19 statistics.add_metric('unknown_class')
20 statistics.add_metric('code_notrun')
88 global statistics
89 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
109 statistics.metric_hit('code_notrun',valobj)
112 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + actual_name)
CFBinaryHeap.py 16 statistics = lldb.formatters.metrics.Metrics() variable
17 statistics.add_metric('invalid_isa')
18 statistics.add_metric('invalid_pointer')
19 statistics.add_metric('unknown_class')
20 statistics.add_metric('code_notrun')
85 global statistics
86 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
105 statistics.metric_hit('code_notrun',valobj)
108 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
CFBitVector.py 34 statistics = lldb.formatters.metrics.Metrics() variable
35 statistics.add_metric('invalid_isa')
36 statistics.add_metric('invalid_pointer')
37 statistics.add_metric('unknown_class')
38 statistics.add_metric('code_notrun')
128 global statistics
129 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
148 statistics.metric_hit('code_notrun',valobj)
155 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
NSData.py 16 statistics = lldb.formatters.metrics.Metrics() variable
17 statistics.add_metric('invalid_isa')
18 statistics.add_metric('invalid_pointer')
19 statistics.add_metric('unknown_class')
20 statistics.add_metric('code_notrun')
93 global statistics
96 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
107 statistics.metric_hit('code_notrun',valobj)
110 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
NSIndexSet.py 16 statistics = lldb.formatters.metrics.Metrics() variable
17 statistics.add_metric('invalid_isa')
18 statistics.add_metric('invalid_pointer')
19 statistics.add_metric('unknown_class')
20 statistics.add_metric('code_notrun')
111 global statistics
112 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
121 statistics.metric_hit('code_notrun',valobj)
124 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
NSURL.py 16 statistics = lldb.formatters.metrics.Metrics() variable
17 statistics.add_metric('invalid_isa')
18 statistics.add_metric('invalid_pointer')
19 statistics.add_metric('unknown_class')
20 statistics.add_metric('code_notrun')
104 global statistics
105 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
114 statistics.metric_hit('code_notrun',valobj)
117 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
CFArray.py 16 statistics = lldb.formatters.metrics.Metrics() variable
17 statistics.add_metric('invalid_isa')
18 statistics.add_metric('invalid_pointer')
19 statistics.add_metric('unknown_class')
20 statistics.add_metric('code_notrun')
158 global statistics
159 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(self.valobj,statistics)
170 statistics.metric_hit('code_notrun',self.valobj.GetName())
173 statistics.metric_hit('code_notrun',self.valobj.GetName())
176 statistics.metric_hit('code_notrun',self.valobj.GetName()
    [all...]
CFDictionary.py 16 statistics = lldb.formatters.metrics.Metrics() variable
17 statistics.add_metric('invalid_isa')
18 statistics.add_metric('invalid_pointer')
19 statistics.add_metric('unknown_class')
20 statistics.add_metric('code_notrun')
168 global statistics
169 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
179 statistics.metric_hit('code_notrun',valobj)
182 statistics.metric_hit('code_notrun',valobj)
185 statistics.metric_hit('code_notrun',valobj
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
LocationRequestStatistics.java 9 * Holds statistics for location requests (active requests by provider).
16 // Maps package name and provider to location request statistics.
17 public final HashMap<PackageProviderKey, PackageStatistics> statistics field in class:LocationRequestStatistics
29 PackageStatistics stats = statistics.get(key);
32 statistics.put(key, stats);
45 PackageStatistics stats = statistics.get(key);
50 Log.e(TAG, "Couldn't find package statistics when removing location request.");
90 * Usage statistics for a package/provider pair.
133 Log.e(TAG, "Reference counting corrupted in usage statistics.");
179 * Returns true if a request is active for these tracked statistics
    [all...]
  /frameworks/base/core/java/android/net/
TrafficStats.java 35 * Class that provides network traffic statistics. These statistics include
39 * These statistics may not be available on all platforms. If the statistics
186 * Tag the given {@link Socket} with any statistics parameters active for
189 * statistics parameters.
199 * Remove any statistics parameters from the given {@link Socket}.
288 * increases monotonically since device boot. Statistics are measured at the
292 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
305 * increases monotonically since device boot. Statistics are measured at th
    [all...]
  /external/chromium_org/dbus/
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/libpcap/
pcap_stats.3pcap 24 pcap_stats \- get capture statistics
40 packet statistics from the start of the run to the time of the call.
43 is supported only on live captures, not on ``savefiles''; no statistics
44 are stored in ``savefiles'', so no statistics are available when reading
64 The statistics do not behave the same way on all platforms.
90 doesn't support packet statistics.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
call_statistics.h 47 // Get statistics for decoding. The statistics include the number of calls to
53 // Reset the decoding statistics.
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
stats.h 21 // Contains statistics of a single frame that has been processed.
45 // Handles statistics from a single video processing run.
60 // Prints a summary of all the statistics that have been gathered during the
  /external/oprofile/libdb/
db_stat.c 3 * Statistics routines for libdb
17 /// hold various statistics data for a db file
46 /* FIXME: I'm dubious if this do right statistics for hash table
  /external/chromium_org/remoting/client/
video_renderer.h 25 // Return the statistics recorded by this client.
  /external/chromium_org/remoting/webapp/
connection_stats.js 31 * Update the statistics panel.
32 * @param {remoting.ClientSession.PerfStats} stats The connection statistics.
65 var statistics = document.getElementById('statistics');
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
statistics_calculator.h 26 // This class handles various network statistics in NetEq.
39 // Resets the waiting time statistics.
70 // Stores new packet waiting time in waiting time statistics.
73 // Returns the current network statistics in |stats|. The current sample rate
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_video_sync_impl.cc 55 if (!_shared->statistics().Initialized())
78 if (!_shared->statistics().Initialized())
101 if (!_shared->statistics().Initialized())
123 if (!_shared->statistics().Initialized())
145 if (!_shared->statistics().Initialized())
167 if (!_shared->statistics().Initialized()) {
190 if (!_shared->statistics().Initialized())
217 if (!_shared->statistics().Initialized())
237 if (!_shared->statistics().Initialized()) {
  /external/clang/test/Analysis/
objc-method-coverage.m 15 // CHECK: ... Statistics Collected ...
  /external/iptables/extensions/
libxt_RATEEST.man 1 The RATEEST target collects statistics, performs rate estimation calculation
  /external/llvm/include/llvm/ADT/
Statistic.h 11 // to expose various metrics from passes. These statistics are printed at the
22 // NOTE: Statistics *must* be declared as global variables.
46 /// construct - This should only be called for non-global statistics.
111 #else // Statistics are disabled in release builds.
162 // STATISTIC - A macro to make definition of statistics really simple. This
167 /// \brief Enable the collection and printing of statistics.
170 /// \brief Check if statistics are enabled.
173 /// \brief Print statistics to the file returned by CreateInfoOutputFile().
176 /// \brief Print statistics to the given output stream.
  /external/llvm/lib/Support/
Statistic.cpp 11 // way to expose various success metrics from passes. These statistics are
45 cl::desc("Enable statistics output from program (available with Asserts)"));
51 /// llvm_shutdown is called. We print statistics from the destructor.
122 // Print out the statistics header...
124 << " ... Statistics Collected ...\n"
127 // Print all of the statistics.
143 // Statistics not enabled?
152 // !Stats.Stats.empty(). In release builds, Statistics operators
157 OutStream << "Statistics are disabled. "
  /frameworks/base/core/java/android/view/
FrameStats.java 23 * This is the base class for frame statistics.
39 * which these statistics apply.
58 * Gets the start time of the interval for which these statistics
73 * Gets the end time of the interval for which these statistics

Completed in 803 milliseconds

1 23 4 5 6 7 8 91011>>