/external/chromium/chrome/browser/ui/cocoa/importer/ |
import_lock_dialog_cocoa.mm | 11 #include "chrome/browser/metrics/user_metrics.h"
|
/external/chromium/chrome/browser/ui/options/ |
options_page_base.h | 12 #include "chrome/browser/metrics/user_metrics.h"
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
stats_options_handler.cc | 14 #include "chrome/browser/metrics/user_metrics.h"
|
/external/chromium/net/base/ |
connection_type_histograms.cc | 7 #include "base/metrics/histogram.h"
|
/external/chromium/net/disk_cache/ |
stats_histogram.h | 11 #include "base/metrics/histogram.h"
|
/external/chromium/net/ftp/ |
ftp_server_type_histograms.cc | 7 #include "base/metrics/histogram.h"
|
/external/chromium/webkit/glue/ |
site_isolation_metrics.h | 18 // Metrics to check the feasability of blocking cross-site requests that
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontRenderingMode.h | 32 // metrics. It is used to switch between CG and GDI text on Windows.
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
fontprops.cpp | 76 PangoFontMetrics* metrics = pango_context_get_metrics (context, font->GetNativeFontInfo()->description, NULL); local 80 m_ascent = PANGO_PIXELS(pango_font_metrics_get_ascent(metrics)); 81 m_descent = PANGO_PIXELS(pango_font_metrics_get_descent(metrics)); 93 pango_font_metrics_unref(metrics);
|
/frameworks/base/test-runner/src/android/test/ |
TimedTest.java | 28 * Setting {@link #includeDetailedStats()} to true causes additional metrics such as memory usage
|
/external/chromium/chrome/common/ |
metrics_helpers.h | 5 // This file defines a set of user experience metrics data recorded by 17 #include "base/metrics/histogram.h" 24 // This class provides base functionality for logging metrics data. 27 // Creates a new metrics log 149 // Write the attributes that are common to every metrics event type. 226 // This class provides base functionality for logging metrics data. 228 // Factor out more common code from chrome and chrome frame metrics service
|
/external/chromium/base/ |
base.gypi | 163 'metrics/histogram.cc', 164 'metrics/histogram.h', 165 'metrics/nacl_histogram.cc', 166 'metrics/nacl_histogram.h', 167 'metrics/stats_counters.cc', 168 'metrics/stats_counters.h', 169 'metrics/stats_table.cc', 170 'metrics/stats_table.h', 556 'metrics/field_trial.cc', 557 'metrics/field_trial.h' [all...] |
/external/apache-http/src/org/apache/http/impl/ |
AbstractHttpClientConnection.java | 76 private HttpConnectionMetricsImpl metrics = null; field in class:AbstractHttpClientConnection 133 this.metrics = new HttpConnectionMetricsImpl( 150 this.metrics.incrementRequestCount(); 182 this.metrics.incrementResponseCount(); 216 return this.metrics;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
SimpleFontDataWin.cpp | 76 OUTLINETEXTMETRIC metrics; local 77 GetOutlineTextMetrics(hdc, sizeof(metrics), &metrics); 78 TEXTMETRIC& textMetrics = metrics.otmTextMetrics; 97 m_fontMetrics.setUnitsPerEm(metrics.otmEMSquare);
|
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 289 SkPaint::FontMetrics metrics; local 290 (void)GraphicsJNI::getNativePaint(env, paint)->getFontMetrics(&metrics); 291 return SkScalarToFloat(metrics.fAscent); 296 SkPaint::FontMetrics metrics; local 297 (void)GraphicsJNI::getNativePaint(env, paint)->getFontMetrics(&metrics); 298 return SkScalarToFloat(metrics.fDescent); 303 SkPaint::FontMetrics metrics; local 304 SkScalar spacing = GraphicsJNI::getNativePaint(env, paint)->getFontMetrics(&metrics); 308 env->SetFloatField(metricsObj, gFontMetrics_fieldID.top, SkScalarToFloat(metrics.fTop)); 309 env->SetFloatField(metricsObj, gFontMetrics_fieldID.ascent, SkScalarToFloat(metrics.fAscent)) 319 SkPaint::FontMetrics metrics; local [all...] |
/external/emma/ant/ant14/com/vladium/emma/report/ |
ReportCfg.java | 75 public void setMetrics (final String metrics) 77 m_settings.setProperty (m_prefix.concat (METRICS), metrics); local 370 public void setMetrics (final String metrics) 372 m_settings.setProperty (PREFIX.concat (METRICS), metrics); local
|
/external/freetype/include/freetype/internal/ |
tttypes.h | 146 /* A structure modeling the long metrics of the `hmtx' and `vmtx' */ 168 /* A simple type to model the short metrics of the `hmtx' and `vmtx' */ 326 /* ppem :: The pixels per EM value at which these metrics apply. */ 414 /* A structure used to hold the big metrics of a given glyph bitmap */ 457 /* A structure used to hold the small metrics of a given glyph bitmap */ 490 /* A structure used to describe the text line metrics of a given */ 599 TT_SBit_MetricsRec metrics; member in struct:TT_SBit_RangeRec_ [all...] |
/external/freetype/src/cff/ |
cffobjs.c | 230 size->metrics.x_scale, size->metrics.y_scale, 242 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm ); 243 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm ); 247 x_scale = size->metrics.x_scale; 248 y_scale = size->metrics.y_scale; 302 size->metrics.x_scale, size->metrics.y_scale, 314 x_scale = FT_MulDiv( size->metrics.x_scale, top_upm, sub_upm ); 315 y_scale = FT_MulDiv( size->metrics.y_scale, top_upm, sub_upm ) [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 573 /* vertical metrics tables (i.e. `hhea' and `vhea' tables are */ 633 /* do not load the metrics headers and tables if this is an Apple */ 648 /* overriding metrics, tolerate a missing `hmtx' table. */ 675 /* overriding metrics, tolerate a missing `hhea' table. */ 916 FT_Size_Metrics metrics; local 933 error = sfnt->load_strike_metrics( face, i, &metrics ); 937 bsize->height = (FT_Short)( metrics.height >> 6 ); 939 ( avgwidth * metrics.x_ppem + em_size / 2 ) / em_size ); 941 bsize->x_ppem = metrics.x_ppem << 6; 942 bsize->y_ppem = metrics.y_ppem << 6 [all...] |
/external/chromium/chrome/browser/ |
mach_broker_mac.h | 21 // On OS X, the mach_port_t of a process is required to collect metrics about 25 // This way, the brower can at least collect metrics of its child processes,
|
/external/chromium/chrome/browser/prerender/ |
prerender_field_trial.cc | 9 #include "base/metrics/field_trial.h" 10 #include "base/metrics/histogram.h"
|
/external/emma/core/java12/com/vladium/emma/report/ |
IReportProperties.java | 68 String METRICS = "metrics"; // comma-separated list of (column name:metric) pairs
|
/external/freetype/src/base/ |
ftadvanc.c | 41 scale = face->size->metrics.y_scale; 43 scale = face->size->metrics.x_scale;
|
/external/webkit/Source/WebKit2/Shared/ |
WebMemorySampler.h | 25 * metrics every second while running. Sample data is written to a log file. 32 * The following memory metrics are recorded:
|
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/ |
DataIdleTest.java | 52 * Test that dumps all the data usage metrics for wifi to instrumentation out. 60 * Test that dumps all the data usage metrics for all mobile to instrumentation out.
|