Searched refs:metrics (Results 401 - 425 of 707) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/components/rappor/
H A Drappor_service.cc8 #include "base/metrics/field_trial.h"
14 #include "components/metrics/metrics_hashes.h"
87 scoped_ptr<metrics::DailyEvent::Observer> observer) {
135 metrics::DailyEvent::RegisterPref(registry,
187 report->set_name_hash(metrics::HashMetricName(it->first));
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c234 size->metrics.x_scale, size->metrics.y_scale,
246 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm );
247 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm );
251 x_scale = size->metrics.x_scale;
252 y_scale = size->metrics.y_scale;
306 size->metrics.x_scale, size->metrics.y_scale,
318 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm );
319 y_scale = FT_MulDiv( size->metrics
[all...]
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Drendering_frame_unittest.py10 from telemetry.web_perf.metrics. \
12 from telemetry.web_perf.metrics.rendering_frame import MissingData
13 from telemetry.web_perf.metrics.rendering_frame import RenderingFrame
/external/chromium_org/tools/telemetry/telemetry/web_perf/
H A Dtimeline_based_measurement.py16 from telemetry.web_perf.metrics import fast_metric
17 from telemetry.web_perf.metrics import responsiveness_metric
18 from telemetry.web_perf.metrics import smoothness
118 """Collects multiple metrics pages based on their interaction records.
120 A timeline measurement shifts the burden of what metrics to collect onto the
137 perf.metrics.timeline_interaction_record module.
180 """ Collect all possible metrics and added them to results. """
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfolder_shortcuts_data_model.js196 // Record metrics.
197 metrics.recordSmallCount('FolderShortcut.Count', shortcutPaths.length);
291 metrics.recordUserAction('FolderShortcut.Add');
343 metrics.recordUserAction('FolderShortcut.Remove');
/external/chromium_org/ui/gfx/
H A Dpango_util.cc230 PangoFontMetrics* metrics = pango_context_get_metrics(context, desc, NULL); local
231 desc_to_metrics->insert(std::make_pair(desc_hash, metrics));
232 return metrics;
/external/freetype/src/cff/
H A Dcffobjs.c234 size->metrics.x_scale, size->metrics.y_scale,
246 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm );
247 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm );
251 x_scale = size->metrics.x_scale;
252 y_scale = size->metrics.y_scale;
306 size->metrics.x_scale, size->metrics.y_scale,
318 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm );
319 y_scale = FT_MulDiv( size->metrics
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.c234 size->metrics.x_scale, size->metrics.y_scale,
246 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm );
247 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm );
251 x_scale = size->metrics.x_scale;
252 y_scale = size->metrics.y_scale;
306 size->metrics.x_scale, size->metrics.y_scale,
318 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm );
319 y_scale = FT_MulDiv( size->metrics
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1251 SkScalar SkPaint::getFontMetrics(FontMetrics* metrics, SkScalar zoom) const { argument
1263 if (NULL == metrics) {
1264 metrics = &storage;
1267 paint.descriptorProc(NULL, zoomPtr, FontMetricsDescProc, metrics, true);
1270 metrics->fTop = SkScalarMul(metrics->fTop, scale);
1271 metrics->fAscent = SkScalarMul(metrics->fAscent, scale);
1272 metrics->fDescent = SkScalarMul(metrics
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp658 // When GDI hinting, remove the entire Y scale to prevent 'subpixel' metrics.
738 // Create a hires matrix if we need linear metrics.
981 void SkScalerContext_GDI::generateFontMetrics(SkPaint::FontMetrics* metrics) { argument
982 if (NULL == metrics) {
985 sk_bzero(metrics, sizeof(*metrics));
992 metrics->fTop = SkIntToScalar(-fTM.tmAscent);
993 metrics->fAscent = SkIntToScalar(-fTM.tmAscent);
994 metrics->fDescent = SkIntToScalar(fTM.tmDescent);
995 metrics
[all...]
/external/skia/src/core/
H A DSkPaint.cpp1290 SkScalar SkPaint::getFontMetrics(FontMetrics* metrics, SkScalar zoom) const { argument
1302 if (NULL == metrics) {
1303 metrics = &storage;
1306 paint.descriptorProc(NULL, zoomPtr, FontMetricsDescProc, metrics, true);
1309 metrics->fTop = SkScalarMul(metrics->fTop, scale);
1310 metrics->fAscent = SkScalarMul(metrics->fAscent, scale);
1311 metrics->fDescent = SkScalarMul(metrics
[all...]
/external/chromium_org/components/omnibox/
H A Dautocomplete_result.cc11 #include "base/metrics/histogram.h"
13 #include "components/metrics/proto/omnibox_event.pb.h"
14 #include "components/metrics/proto/omnibox_input_type.pb.h"
22 using metrics::OmniboxEventProto;
263 DCHECK_NE(metrics::OmniboxInputType::URL, input.type()) << debug_info;
265 DCHECK_NE(metrics::OmniboxInputType::FORCED_QUERY, input.type())
269 if ((input.type() == metrics::OmniboxInputType::URL) &&
374 return ((input.type() == metrics::OmniboxInputType::UNKNOWN) &&
H A Dkeyword_provider.cc13 #include "components/metrics/proto/omnibox_input_type.pb.h"
328 if ((input.type() == metrics::OmniboxInputType::INVALID) ||
329 (input.type() == metrics::OmniboxInputType::FORCED_QUERY))
338 int KeywordProvider::CalculateRelevance(metrics::OmniboxInputType::Type type,
353 return (type == metrics::OmniboxInputType::URL) ? 700 : 450;
357 (type == metrics::OmniboxInputType::QUERY)) ?
H A Dsearch_provider.cc15 #include "base/metrics/histogram.h"
16 #include "base/metrics/user_metrics.h"
22 #include "components/metrics/proto/omnibox_input_type.pb.h"
148 metrics::OmniboxInputType::Type type,
162 return (type == metrics::OmniboxInputType::QUERY) ? 1450 : 1100;
205 if (input.type() == metrics::OmniboxInputType::INVALID) {
643 if (input_.type() == metrics::OmniboxInputType::FORCED_QUERY)
659 return (input_.type() == metrics::OmniboxInputType::QUERY);
674 (input_.type() == metrics::OmniboxInputType::URL)))
964 return (input_.type() == metrics
[all...]
H A Domnibox_field_trial.cc11 #include "base/metrics/field_trial.h"
17 #include "components/metrics/proto/omnibox_event.pb.h"
24 using metrics::OmniboxEventProto;
145 field_trial_hashes->push_back(metrics::HashName(trial_name));
149 metrics::HashName(kBundledExperimentFieldTrialName));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py283 for test, metrics in self._results:
284 for metric_name, iteration_values in metrics.iteritems():
296 current_test.setdefault('metrics', {})
297 assert metric_name not in current_test['metrics']
298 current_test['metrics'][metric_name] = {'current': iteration_values}
368 metrics = test.run(self._options.time_out_ms)
369 if metrics:
370 self._results.append((test, metrics))
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc192 OnGestureMetrics(gesture, &gesture->details.metrics);
376 const GestureMetrics* metrics) {
378 metrics->data[0],
379 metrics->data[1],
380 metrics->type);
374 OnGestureMetrics( const Gesture* gesture, const GestureMetrics* metrics) argument
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1031 // FreeType does no provide linear metrics for bitmap fonts.
1169 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1170 vector.y = -fFace->glyph->metrics.vertBearingY - fFace->glyph->metrics.horiBearingY;
1260 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1261 vector.y = -fFace->glyph->metrics.vertBearingY - fFace->glyph->metrics.horiBearingY;
1305 if (fFace->glyph->format == FT_GLYPH_FORMAT_BITMAP && fScaleY && fFace->size->metrics
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
H A Dtest_packet_masks_metrics.cc12 * The purpose of this test is to compute metrics to characterize the properties
15 * The metrics measure the efficiency (recovery potential or residual loss) of
17 * loss events. Various constraints on the behavior of these metrics are
333 double ComputeResidualLossPerGap(MetricsFecCode metrics, argument
341 residual_loss_gap += metrics.residual_loss_per_loss_gap[index];
355 void ComputeRecoveryRatePerLoss(MetricsFecCode* metrics, argument
360 metrics->recovery_rate_per_loss[loss] = 0.0;
365 arl += metrics->residual_loss_per_loss_gap[index];
377 metrics->recovery_rate_per_loss[loss] = 1.0 - arl / scaled_loss;
381 void SetMetricsZero(MetricsFecCode* metrics) { argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCViewController.m92 NSDictionary* metrics = @{
114 metrics:metrics
/external/chromium_org/ash/display/
H A Dscreen_ash.h85 void NotifyMetricsChanged(const gfx::Display& display, uint32_t metrics);
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.h121 uint32_t metrics) OVERRIDE;
/external/chromium_org/ash/system/web_notification/
H A Dash_popup_alignment_delegate.cc172 uint32_t metrics) {
170 OnDisplayMetricsChanged( const gfx::Display& display, uint32_t metrics) argument
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector.h83 uint32_t metrics) OVERRIDE;
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.h17 #include "components/metrics/proto/omnibox_event.pb.h"
116 metrics::OmniboxEventProto::PageClassification ClassifyPage(

Completed in 5172 milliseconds

<<11121314151617181920>>