Searched refs:metrics (Results 376 - 400 of 707) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/components/metrics/
H A Ddaily_event.cc5 #include "components/metrics/daily_event.h"
8 #include "base/metrics/histogram.h"
12 namespace metrics { namespace
106 } // namespace metrics
H A Dmachine_id_provider_win.cc5 #include "components/metrics/machine_id_provider.h"
16 namespace metrics { namespace
117 } // namespace metrics
H A Dmetrics_log.h5 // This file defines a set of user experience metrics data recorded by
16 #include "components/metrics/proto/chrome_user_metrics_extension.pb.h"
38 namespace metrics { namespace
50 // Creates a new metrics log of the specified type.
90 // Records the current operating environment, including metrics provided by
107 // Writes application stability metrics, including stability metrics provided
121 // Records general metrics based on the specified |metrics_providers|.
162 // Returns true if the stability metrics have already been filled in by a
171 // Delaying these stats would bias metrics awa
[all...]
H A Dmetrics_log_manager.cc5 #include "components/metrics/metrics_log_manager.h"
9 #include "base/metrics/histogram.h"
12 #include "components/metrics/metrics_log.h"
13 #include "components/metrics/metrics_pref_names.h"
15 namespace metrics { namespace
136 } // namespace metrics
H A Dmetrics_reporting_scheduler.cc5 #include "components/metrics/metrics_reporting_scheduler.h"
8 #include "base/metrics/histogram.h"
12 namespace metrics { namespace
42 // When uploading metrics to the server fails, we progressively wait longer and
164 } // namespace metrics
/external/chromium_org/components/omnibox/
H A Dkeyword_provider.h19 #include "components/metrics/proto/omnibox_input_type.pb.h"
122 static int CalculateRelevance(metrics::OmniboxInputType::Type type,
/external/chromium_org/components/variations/
H A Dcaching_permuted_entropy_provider.cc15 namespace metrics { namespace
108 } // namespace metrics
/external/chromium_org/ppapi/c/dev/
H A Dppb_font_dev.h201 * Loads the description and metrics of the font into the given structures.
215 struct PP_FontMetrics_Dev* metrics);
/external/chromium_org/ppapi/c/trusted/
H A Dppb_browser_font_trusted.h198 * Loads the description and metrics of the font into the given structures.
212 struct PP_BrowserFont_Trusted_Metrics* metrics);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPaint.cpp177 SkPaint::FontMetrics metrics; local
180 paint.getFontMetrics(&metrics);
183 value->fOperand.fScalar = metrics.fAscent;
186 value->fOperand.fScalar = metrics.fDescent;
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Decho_cancellation_impl.h51 virtual int GetMetrics(Metrics* metrics) OVERRIDE;
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.h88 void GetCpuOveruseMetrics(CpuOveruseMetrics* metrics) const;
/external/chromium_org/tools/perf/benchmarks/
H A Dkraken.py9 from metrics import power
/external/chromium_org/tools/perf/metrics/
H A Dstartup_metric.py8 from metrics import Metric
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Dmainthread_jank_stats_unittest.py10 from telemetry.web_perf.metrics import mainthread_jank_stats
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java75 public void setMetrics (final String metrics) argument
77 m_settings.setProperty (m_prefix.concat (METRICS), metrics);
370 public void setMetrics (final String metrics) argument
372 m_settings.setProperty (PREFIX.concat (METRICS), metrics);
/external/skia/src/animator/
H A DSkDrawPaint.cpp177 SkPaint::FontMetrics metrics; local
180 paint.getFontMetrics(&metrics);
183 value->fOperand.fScalar = metrics.fAscent;
186 value->fOperand.fScalar = metrics.fDescent;
/external/skia/src/core/
H A DSkRecordOpts.cpp233 // Rather than checking the top and bottom font metrics, we guess. Actually looking up the
234 // top and bottom metrics is slow, and this overapproximation should be good enough.
236 SkDEBUGCODE(SkPaint::FontMetrics metrics;)
237 SkDEBUGCODE(draw->paint.getFontMetrics(&metrics);)
238 SkASSERT(-buffer <= metrics.fTop);
239 SkASSERT(+buffer >= metrics.fBottom);
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button.cc7 #include "ash/metrics/user_metrics_recorder.h"
260 UserMetricsRecorder* metrics = Shell::GetInstance()->metrics(); local
265 metrics->RecordUserMetricsAction(
/external/chromium_org/ash/system/chromeos/
H A Dtray_caps_lock.cc7 #include "ash/metrics/user_metrics_recorder.h"
116 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
161 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
208 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
/external/chromium_org/athena/main/
H A Durl_search_provider.cc12 #include "components/metrics/proto/omnibox_event.pb.h"
13 #include "components/metrics/proto/omnibox_input_type.pb.h"
93 metrics::OmniboxEventProto::PageClassification page_classification,
241 metrics::OmniboxEventProto::INVALID_SPEC,
253 if (input_.type() == metrics::OmniboxInputType::URL) {
/external/chromium_org/chrome/browser/autocomplete/
H A Dbuiltin_provider.cc13 #include "components/metrics/proto/omnibox_input_type.pb.h"
66 if ((input.type() == metrics::OmniboxInputType::INVALID) ||
67 (input.type() == metrics::OmniboxInputType::FORCED_QUERY) ||
68 (input.type() == metrics::OmniboxInputType::QUERY))
H A Dhistory_quick_provider.cc13 #include "base/metrics/field_trial.h"
14 #include "base/metrics/histogram.h"
33 #include "components/metrics/proto/omnibox_input_type.pb.h"
65 if ((input.type() == metrics::OmniboxInputType::INVALID) ||
66 (input.type() == metrics::OmniboxInputType::FORCED_QUERY))
112 (autocomplete_input_.type() != metrics::OmniboxInputType::QUERY) &&
/external/chromium_org/chrome/browser/
H A Dmemory_details_linux.cc131 base::ProcessMetrics* metrics = local
133 metrics->GetWorkingSetKBytes(&pmi.working_set);
134 delete metrics;
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector.cc32 scoped_ptr<base::ProcessMetrics> metrics,
35 : metrics_(metrics.Pass()),
214 cpu_usage_callback_.is_null() ? process_data->metrics()->GetCPUUsage()
31 PerProcessData( scoped_ptr<base::ProcessMetrics> metrics, const GURL& origin, Profile* profile) argument

Completed in 2291 milliseconds

<<11121314151617181920>>