Searched defs:metric (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/chrome/browser/metrics/rappor/
H A Dsampling.cc24 void SampleDomainAndRegistryFromGURL(const std::string& metric, argument
29 metric,
/external/chromium_org/chrome/browser/android/signin/
H A Daccount_management_screen_helper.cc30 jint metric,
33 static_cast<ProfileMetrics::ProfileAndroidAccountManagementMenu>(metric),
28 LogEvent(JNIEnv* env, jclass clazz, jint metric, jint gaiaServiceType) argument
/external/tcpdump/
H A Dprint-ripng.c50 rip6_entry_print(register const struct netinfo6 *ni, int metric) argument
56 if (metric)
H A Dprint-igrp.c48 u_int metric, mtu; local
62 metric = bandwidth + delay;
63 if (metric > 0xffffff)
64 metric = 0xffffff;
69 igr->igr_rel, igr->igr_ld, metric,
H A Dprint-dvmrp.c173 register int metric, done; local
212 metric = *bp++;
213 done = metric & 0x80;
214 metric &= 0x7f;
215 printf("\n\t %s metric %d", intoa(htonl(origin)),
216 metric);
263 register u_char metric; local
271 metric = *bp++;
279 ipaddr_string(bp), metric, thresh);
294 register u_char metric, thres local
[all...]
/external/chromium_org/components/signin/core/browser/
H A Dsignin_metrics.cc74 void LogSignout(ProfileSignout metric) { argument
75 UMA_HISTOGRAM_ENUMERATION("Signin.SignoutProfile", metric,
/external/chromium_org/components/metrics/serialization/
H A Dmetric_sample.cc191 bool MetricSample::IsEqual(const MetricSample& metric) { argument
192 return type_ == metric.type_ && name_ == metric.name_ &&
193 sample_ == metric.sample_ && min_ == metric.min_ &&
194 max_ == metric.max_ && bucket_count_ == metric.bucket_count_;
/external/libnl/lib/route/
H A Droute_utils.c157 char *rtnl_route_metric2str(int metric, char *buf, size_t size) argument
159 return __type2str(metric, buf, size, route_metrices,
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DAccountManagementScreenHelper.java110 * Log a UMA event for a given metric and a signin type.
111 * @param metric A PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU metric.
114 public static void logEvent(int metric, int gaiaServiceType) { argument
115 nativeLogEvent(metric, gaiaServiceType);
119 private static native void nativeLogEvent(int metric, int gaiaServiceType); argument
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_manager.cc146 void RecordDismissEvent(JNIEnv* env, jclass clazz, jint metric) { argument
147 banners::TrackDismissEvent(metric);
150 void RecordInstallEvent(JNIEnv* env, jclass clazz, jint metric) { argument
151 banners::TrackInstallEvent(metric);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver_help.cc49 RTCPPacketInformation::AddVoIPMetric(const RTCPVoIPMetric* metric) argument
52 memcpy(VoIPMetric, metric, sizeof(RTCPVoIPMetric));
H A Drtcp_packet_unittest.cc806 VoipMetric metric; local
807 metric.To(kRemoteSsrc);
808 metric.LossRate(1);
809 metric.DiscardRate(2);
810 metric.BurstDensity(3);
811 metric.GapDensity(4);
812 metric.BurstDuration(0x1111);
813 metric.GapDuration(0x2222);
814 metric.RoundTripDelay(0x3333);
815 metric
866 VoipMetric metric; local
887 VoipMetric metric; local
[all...]
/external/dhcpcd/
H A Dnet.h87 int metric; member in struct:rt
/external/lldb/tools/lldb-perf/lib/
H A DMeasurement.h97 auto metric = GetMetric (); local
98 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStartValue()));
104 auto metric = GetMetric (); local
105 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStopValue()));
111 auto metric = GetMetric (); local
112 results.GetDictionary().Add(metric
118 auto metric = GetMetric (); local
129 auto metric = GetMetric (); local
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DAppBannerManager.java242 private static native void nativeRecordDismissEvent(int metric); argument
243 private static native void nativeRecordInstallEvent(int metric); argument
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu.cc130 ProfileMetrics::ProfileOpen metric) {
154 metric);
128 SwitchToProfile(size_t index, bool always_create, ProfileMetrics::ProfileOpen metric) argument
H A Dprofile_metrics.cc28 ProfileMetrics::ProfileType metric = ProfileMetrics::SECONDARY; local
36 metric = ProfileMetrics::ORIGINAL;
38 return metric;
187 void ProfileMetrics::LogProfileAddNewUser(ProfileAdd metric) { argument
188 DCHECK(metric < NUM_PROFILE_ADD_METRICS);
189 UMA_HISTOGRAM_ENUMERATION("Profile.AddNewUser", metric,
291 void ProfileMetrics::LogProfileDeleteUser(ProfileDelete metric) {
292 DCHECK(metric < NUM_DELETE_PROFILE_METRICS);
293 UMA_HISTOGRAM_ENUMERATION("Profile.DeleteProfileAction", metric,
299 void ProfileMetrics::LogProfileOpenMethod(ProfileOpen metric) {
[all...]
H A Dprofile_window.cc226 ProfileMetrics::ProfileOpen metric) {
237 ProfileMetrics::LogProfileSwitchUser(metric);
257 ProfileMetrics::ProfileAdd metric) {
272 ProfileMetrics::LogProfileAddNewUser(metric);
222 SwitchToProfile(const base::FilePath& path, chrome::HostDesktopType desktop_type, bool always_create, ProfileManager::CreateCallback callback, ProfileMetrics::ProfileOpen metric) argument
255 CreateAndSwitchToNewProfile(chrome::HostDesktopType desktop_type, ProfileManager::CreateCallback callback, ProfileMetrics::ProfileAdd metric) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dcore_chromeos_options_handler.cc213 const std::string& metric) {
221 ProcessUserMetric(value, metric);
225 return ::options::CoreOptionsHandler::SetPref(pref_name, value, metric);
228 ProcessUserMetric(value, metric);
211 SetPref(const std::string& pref_name, const base::Value* value, const std::string& metric) argument
/external/chromium_org/components/rappor/
H A Drappor_service.cc185 const RapporMetric* metric = it->second; local
188 ByteVector bytes = metric->GetReport(secret_);
207 << "\" for metric \"" << metric_name
216 RapporMetric* metric = LookUpMetric(metric_name, parameters); local
217 metric->AddSample(sample);
226 RapporMetric* metric = it->second; local
227 DCHECK_EQ(parameters.ToString(), metric->parameters().ToString());
228 return metric;
/external/chromium_org/tools/telemetry/telemetry/web_perf/
H A Dtimeline_based_measurement_unittest.py61 raise Exception('Unrecognized metric type: %s' % metric_type)
80 def metric(self): member in class:TimelineBasedMetricTestData
113 interactions = d.metric.FindTimelineInteractionRecords()
244 # CPU metric is only supported non-Windows platforms.
255 # Disabled since mainthread_jank metric is not supported on windows platform.
/external/chromium_org/tools/win/link_limiter/
H A Dlimiter.cc148 ConcurrencyMetricEnum metric) {
158 switch (metric) {
147 GetMaxConcurrency(const tstring& base_pipename, ConcurrencyMetricEnum metric) argument
/external/chromium_org/ui/gfx/win/
H A Ddpi.cc222 int GetSystemMetricsInDIP(int metric) { argument
223 return static_cast<int>(GetSystemMetrics(metric) /
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcore_options_handler.cc296 const std::string& metric) {
325 ProcessUserMetric(value, metric);
329 const std::string& metric) {
333 if (!metric.empty())
334 content::RecordComputedAction(metric);
338 const std::string& metric) {
339 if (metric.empty())
342 std::string metric_string = metric;
615 std::string metric; local
616 if (args->GetSize() > 2 && !args->GetString(2, &metric))
294 SetPref(const std::string& pref_name, const base::Value* value, const std::string& metric) argument
328 ClearPref(const std::string& pref_name, const std::string& metric) argument
337 ProcessUserMetric(const base::Value* value, const std::string& metric) argument
638 std::string metric = base::UTF16ToUTF8(ExtractStringValue(args)); local
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics.cc42 // |FieldTypeGroupForMetrics|. Then, interpolates this with the given |metric|,
46 // The interpolation maps the pair (|group|, |metric|) to a single index, so
63 const int metric,
65 DCHECK_LT(metric, num_possible_metrics);
156 // Interpolate the |metric| with the |group|, so that all metrics for a given
158 return (group * num_possible_metrics) + metric;
162 AutofillMetrics::WalletApiCallMetric metric) {
163 switch (metric) {
232 // Logs a type quality metric. The primary histogram name is constructed based
234 // |field_type|. Logs a sample of |metric|, whic
62 GetFieldTypeGroupMetric(const ServerFieldType field_type, const int metric, const int num_possible_metrics) argument
161 WalletApiMetricToString( AutofillMetrics::WalletApiCallMetric metric) argument
236 LogTypeQualityMetric(const std::string& base_name, const int metric, const int num_possible_metrics, const ServerFieldType field_type) argument
327 LogWalletApiCallDuration( WalletApiCallMetric metric, const base::TimeDelta& duration) const argument
358 LogHeuristicTypePrediction( FieldTypeQualityMetric metric, ServerFieldType field_type) const argument
365 LogOverallTypePrediction( FieldTypeQualityMetric metric, ServerFieldType field_type) const argument
372 LogServerTypePrediction( FieldTypeQualityMetric metric, ServerFieldType field_type) const argument
[all...]

Completed in 1253 milliseconds

12