Searched defs:metrics (Results 51 - 75 of 259) sorted by relevance

1234567891011

/external/chromium_org/components/metrics/
H A Dtest_metrics_service_client.h10 #include "components/metrics/metrics_service_client.h"
12 namespace metrics { namespace
53 } // 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_state_manager.h14 #include "base/metrics/field_trial.h"
19 namespace metrics { namespace
24 // client id and low entropy source. Code outside the metrics directory should
34 // not opted in to metrics reporting.
48 // based on whether or not metrics reporting is permitted on this client.
50 // If metrics reporting is enabled, this method returns an entropy provider
83 // |is_reporting_enabled_callback| to query whether metrics reporting is
129 } // namespace metrics
/external/chromium_org/components/variations/
H A Dentropy_provider.h14 #include "base/metrics/field_trial.h"
17 namespace metrics { namespace
92 } // namespace metrics
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphMetricsMap.h53 void setMetricsForGlyph(Glyph glyph, const T& metrics) argument
55 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics);
64 void setMetricsForGlyph(Glyph glyph, const T& metrics) argument
66 setMetricsForIndex(glyph % size, metrics);
68 void setMetricsForIndex(unsigned index, const T& metrics) argument
71 m_metrics[index] = metrics;
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafglobal.h71 AF_ScriptMetrics metrics[AF_SCRIPT_MAX]; member in struct:AF_FaceGlobalsRec_
H A Dafloader.h47 AF_ScriptMetrics metrics; member in struct:AF_LoaderRec_
/external/chromium_org/third_party/ots/src/
H A Dmetrics.cc5 #include "metrics.h"
104 OpenTypeMetricsTable *metrics) {
117 metrics->entries.reserve(num_metrics);
138 metrics->entries.push_back(std::make_pair(adv, sb));
141 metrics->sbs.reserve(num_sbs);
156 metrics->sbs.push_back(sb);
163 const OpenTypeMetricsTable *metrics) {
164 for (unsigned i = 0; i < metrics->entries.size(); ++i) {
165 if (!out->WriteU16(metrics->entries[i].first) ||
166 !out->WriteS16(metrics
101 ParseMetricsTable(Buffer *table, const uint16_t num_glyphs, const OpenTypeMetricsHeader *header, OpenTypeMetricsTable *metrics) argument
162 SerialiseMetricsTable(OTSStream *out, const OpenTypeMetricsTable *metrics) argument
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config_win.cc32 NONCLIENTMETRICS metrics; local
33 base::win::GetNonClientMetrics(&metrics);
34 l10n_util::AdjustUIFont(&(metrics.lfMenuFont));
36 base::win::ScopedHFONT new_font(CreateFontIndirect(&metrics.lfMenuFont));
66 // Sadly I didn't see a specify metrics for this.
/external/freetype/src/autofit/
H A Dafloader.h47 AF_StyleMetrics metrics; member in struct:AF_LoaderRec_
H A Dafglobal.h112 AF_StyleMetrics metrics[AF_STYLE_MAX]; member in struct:AF_FaceGlobalsRec_
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_client.h15 #include "chrome/browser/metrics/network_stats_uploader.h"
16 #include "chrome/browser/metrics/tracking_synchronizer_observer.h"
17 #include "components/metrics/metrics_service_client.h"
32 namespace metrics { namespace
39 : public metrics::MetricsServiceClient,
47 metrics::MetricsStateManager* state_manager,
53 // metrics::MetricsServiceClient:
58 virtual metrics::SystemProfileProto::Channel GetChannel() OVERRIDE;
66 virtual scoped_ptr<metrics::MetricsLogUploader> CreateUploader(
77 metrics
[all...]
/external/chromium_org/components/metrics/chromeos/
H A Dmetric_sample.h14 namespace metrics { namespace
17 // and deserialize measurements to send them to a metrics sending service.
37 // Getters for type and name. All types of metrics have these so we do not
117 } // namespace metrics
H A Dserialization_utils.cc5 #include "components/metrics/chromeos/serialization_utils.h"
20 #include "components/metrics/chromeos/metric_sample.h"
25 namespace metrics { namespace
40 // The file containing the metrics do not leave the device so the writer and
44 DPLOG(ERROR) << "reading metrics message header";
59 if (message_size > metrics::SerializationUtils::kMessageMaxLength) {
72 char buffer[metrics::SerializationUtils::kMessageMaxLength];
74 DPLOG(ERROR) << "reading metrics message body";
118 ScopedVector<MetricSample>* metrics) {
125 DPLOG(ERROR) << filename << ": bad metrics fil
116 ReadAndTruncateMetricsFromFile( const std::string& filename, ScopedVector<MetricSample>* metrics) argument
[all...]
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc93 PP_BrowserFont_Trusted_Metrics metrics; local
94 font.Describe(&desc, &metrics);
/external/lldb/examples/summaries/cocoa/
H A DCFBag.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DCFBinaryHeap.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSBundle.py13 import lldb.formatters.metrics namespace
17 statistics = lldb.formatters.metrics.Metrics()
H A DNSData.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSException.py10 import lldb.formatters.metrics namespace
15 statistics = lldb.formatters.metrics.Metrics()
H A DNSIndexSet.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSMachPort.py13 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSNotification.py11 import lldb.formatters.metrics namespace
16 statistics = lldb.formatters.metrics.Metrics()
H A DNSNumber.py13 import lldb.formatters.metrics namespace
17 statistics = lldb.formatters.metrics.Metrics()
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java64 private HttpTransportMetricsImpl metrics; field in class:AbstractSessionOutputBuffer
81 this.metrics = new HttpTransportMetricsImpl();
89 this.metrics.incrementBytesTransferred(len);
110 this.metrics.incrementBytesTransferred(len);
176 return this.metrics;

Completed in 493 milliseconds

1234567891011