Searched refs:metrics (Results 201 - 225 of 707) sorted by relevance

1234567891011>>

/external/chromium_org/tools/perf/measurements/
H A Dmemory.py5 from metrics import memory
6 from metrics import power
29 options.AppendExtraBrowserArgs('--memory-metrics')
H A Dsession_restore.py8 from metrics import cpu
9 from metrics import startup_metric
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java81 private HttpConnectionMetricsImpl metrics = null; field in class:AbstractHttpClientConnection
138 this.metrics = new HttpConnectionMetricsImpl(
155 this.metrics.incrementRequestCount();
187 this.metrics.incrementResponseCount();
221 return this.metrics;
H A DAbstractHttpServerConnection.java80 private HttpConnectionMetricsImpl metrics = null; field in class:AbstractHttpServerConnection
138 this.metrics = new HttpConnectionMetricsImpl(
147 this.metrics.incrementRequestCount();
178 this.metrics.incrementResponseCount();
204 return this.metrics;
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java69 private HttpTransportMetricsImpl metrics; field in class:AbstractSessionOutputBuffer
86 this.metrics = new HttpTransportMetricsImpl();
94 this.metrics.incrementBytesTransferred(len);
115 this.metrics.incrementBytesTransferred(len);
181 return this.metrics;
/external/chromium_org/components/metrics/serialization/
H A Dserialization_utils.cc5 #include "components/metrics/serialization/serialization_utils.h"
20 #include "components/metrics/serialization/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/third_party/freetype/src/autofit/
H A Daftypes.h216 * - A specific global analyzer that will compute global metrics
262 /* This function parses an FT_Face to compute global metrics for
266 (*AF_Script_InitMetricsFunc)( AF_ScriptMetrics metrics,
270 (*AF_Script_ScaleMetricsFunc)( AF_ScriptMetrics metrics,
274 (*AF_Script_DoneMetricsFunc)( AF_ScriptMetrics metrics );
279 AF_ScriptMetrics metrics );
284 AF_ScriptMetrics metrics );
H A Daflatin2.c59 af_latin2_metrics_init_widths( AF_LatinMetrics metrics, argument
68 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
69 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
80 metrics->root.clazz->standard_char );
90 dummy->units_per_em = metrics->units_per_em;
105 AF_LatinAxis axis = &metrics->axis[dim];
148 AF_LatinAxis axis = &metrics->axis[dim];
154 : AF_LATIN_CONSTANT( metrics, 50 );
184 af_latin2_metrics_init_blues( AF_LatinMetrics metrics, argument
194 AF_LatinAxis axis = &metrics
429 af_latin2_metrics_check_digits( AF_LatinMetrics metrics, FT_Face face ) argument
515 af_latin2_metrics_scale_dim( AF_LatinMetrics metrics, AF_Scaler scaler, AF_Dimension dim ) argument
683 af_latin2_metrics_scale( AF_LatinMetrics metrics, AF_Scaler scaler ) argument
1630 AF_LatinMetrics metrics = (AF_LatinMetrics) hints->metrics; local
[all...]
H A Dafcjk.c69 af_cjk_metrics_init_widths( AF_CJKMetrics metrics, argument
78 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
79 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
90 metrics->root.clazz->standard_char );
100 dummy->units_per_em = metrics->units_per_em;
119 AF_CJKAxis axis = &metrics->axis[dim];
163 AF_CJKAxis axis = &metrics->axis[dim];
168 : AF_LATIN_CONSTANT( metrics, 50 );
267 af_cjk_metrics_init_blues( AF_CJKMetrics metrics, argument
450 axis = &metrics
505 af_cjk_metrics_check_digits( AF_CJKMetrics metrics, FT_Face face ) argument
575 af_cjk_metrics_scale_dim( AF_CJKMetrics metrics, AF_Scaler scaler, AF_Dimension dim ) argument
667 af_cjk_metrics_scale( AF_CJKMetrics metrics, AF_Scaler scaler ) argument
1175 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, AF_CJKMetrics metrics, AF_Dimension dim ) argument
1388 AF_CJKMetrics metrics = (AF_CJKMetrics) hints->metrics; local
[all...]
/external/opencv/cv/src/
H A Dcvdistransform.cpp68 int step, float* dist, int dststep, CvSize size, const float* metrics )
72 const int HV_DIST = CV_FLT_TO_FIX( metrics[0], ICV_DIST_SHIFT );
73 const int DIAG_DIST = CV_FLT_TO_FIX( metrics[1], ICV_DIST_SHIFT );
140 int step, float* dist, int dststep, CvSize size, const float* metrics )
144 const int HV_DIST = CV_FLT_TO_FIX( metrics[0], ICV_DIST_SHIFT );
145 const int DIAG_DIST = CV_FLT_TO_FIX( metrics[1], ICV_DIST_SHIFT );
146 const int LONG_DIST = CV_FLT_TO_FIX( metrics[2], ICV_DIST_SHIFT );
230 CvSize size, const float* metrics )
235 const int HV_DIST = CV_FLT_TO_FIX( metrics[0], ICV_DIST_SHIFT );
236 const int DIAG_DIST = CV_FLT_TO_FIX( metrics[
[all...]
/external/freetype/src/autofit/
H A Daflatin2.c59 af_latin2_metrics_init_widths( AF_LatinMetrics metrics, argument
68 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
69 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
81 metrics->root.style_class->standard_char );
91 dummy->units_per_em = metrics->units_per_em;
106 AF_LatinAxis axis = &metrics->axis[dim];
149 AF_LatinAxis axis = &metrics->axis[dim];
155 : AF_LATIN_CONSTANT( metrics, 50 );
185 af_latin2_metrics_init_blues( AF_LatinMetrics metrics, argument
195 AF_LatinAxis axis = &metrics
430 af_latin2_metrics_check_digits( AF_LatinMetrics metrics, FT_Face face ) argument
516 af_latin2_metrics_scale_dim( AF_LatinMetrics metrics, AF_Scaler scaler, AF_Dimension dim ) argument
684 af_latin2_metrics_scale( AF_LatinMetrics metrics, AF_Scaler scaler ) argument
1631 AF_LatinMetrics metrics = (AF_LatinMetrics) hints->metrics; local
[all...]
H A Dafcjk.c70 af_cjk_metrics_init_widths( AF_CJKMetrics metrics, argument
81 af_style_names[metrics->root.style_class->style] ));
85 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
86 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
97 AF_FaceGlobals globals = metrics->root.globals;
100 AF_StyleClass style_class = metrics->root.style_class;
108 af_get_char_index( &metrics->root,
117 af_get_char_index( &metrics->root,
126 af_get_char_index( &metrics->root,
150 dummy->units_per_em = metrics
257 af_cjk_metrics_init_blues( AF_CJKMetrics metrics, FT_Face face ) argument
512 af_cjk_metrics_check_digits( AF_CJKMetrics metrics, FT_Face face ) argument
584 af_cjk_metrics_scale_dim( AF_CJKMetrics metrics, AF_Scaler scaler, AF_Dimension dim ) argument
679 af_cjk_metrics_scale( AF_CJKMetrics metrics, AF_Scaler scaler ) argument
1197 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, AF_CJKMetrics metrics, AF_Dimension dim ) argument
1414 AF_CJKMetrics metrics = (AF_CJKMetrics)hints->metrics; local
[all...]
H A Daflatin.c57 af_latin_metrics_init_widths( AF_LatinMetrics metrics, argument
68 af_style_names[metrics->root.style_class->style] ));
72 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
73 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
84 AF_FaceGlobals globals = metrics->root.globals;
87 AF_StyleClass style_class = metrics->root.style_class;
102 af_get_char_index( &metrics->root,
111 af_get_char_index( &metrics->root,
120 af_get_char_index( &metrics->root,
144 dummy->units_per_em = metrics
258 af_latin_metrics_init_blues( AF_LatinMetrics metrics, FT_Face face ) argument
815 af_latin_metrics_check_digits( AF_LatinMetrics metrics, FT_Face face ) argument
887 af_latin_metrics_scale_dim( AF_LatinMetrics metrics, AF_Scaler scaler, AF_Dimension dim ) argument
1130 af_latin_metrics_scale( AF_LatinMetrics metrics, AF_Scaler scaler ) argument
2080 AF_LatinMetrics metrics = (AF_LatinMetrics)hints->metrics; local
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp254 // If the user requested aliased, do so with aliased compatible metrics.
272 // render high quality rotated glyphs but measure using bitmap metrics.
291 // The normal case is to use natural symmetric rendering and linear metrics.
375 "Could not get gdi compatible glyph metrics.");
378 "Could not get design metrics.");
391 // DirectWrite produced 'compatible' metrics, but while close,
497 void SkScalerContext_DW::generateFontMetrics(SkPaint::FontMetrics* metrics) { argument
498 if (NULL == metrics) {
502 sk_bzero(metrics, sizeof(*metrics));
[all...]
/external/freetype/src/truetype/
H A Dttgload.c70 /* Return the horizontal metrics in font units for a given glyph. */
87 /* Return the vertical metrics in font units for a given glyph. */
133 /* (which gets altered by the metrics functions) */
188 /* overriding metrics for this glyph. */
192 FT_Incremental_MetricsRec metrics; local
196 metrics.bearing_x = loader->left_bearing;
197 metrics.bearing_y = 0;
198 metrics.advance = loader->advance;
199 metrics.advance_v = 0;
203 glyph_index, FALSE, &metrics );
1965 FT_Incremental_MetricsRec metrics; local
2029 TT_SBit_MetricsRec metrics; local
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Decho_cancellation.c702 WebRtc_Word32 WebRtcAec_GetMetrics(void *aecInst, AecMetrics *metrics) argument
713 if (metrics == NULL) {
724 metrics->erl.instant = (short) aecpc->aec->erl.instant;
729 metrics->erl.average = (short) dtmp;
732 metrics->erl.average = offsetLevel;
735 metrics->erl.max = (short) aecpc->aec->erl.max;
738 metrics->erl.min = (short) aecpc->aec->erl.min;
741 metrics->erl.min = offsetLevel;
745 metrics->erle.instant = (short) aecpc->aec->erle.instant;
750 metrics
[all...]
/external/chromium_org/ash/system/date/
H A Ddate_default_view.cc7 #include "ash/metrics/user_metrics_recorder.h"
111 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_HELP);
114 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_SHUT_DOWN);
117 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_LOCK_SCREEN);
/external/chromium_org/chrome/browser/metrics/
H A Dgoogle_update_metrics_provider_win.cc5 #include "chrome/browser/metrics/google_update_metrics_provider_win.h"
9 #include "components/metrics/proto/system_profile.pb.h"
12 typedef metrics::SystemProfileProto::GoogleUpdate::ProductInfo ProductInfo;
69 metrics::SystemProfileProto* system_profile_proto) {
73 metrics::SystemProfileProto::GoogleUpdate* google_update =
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ft.cc113 /* Note: FreeType's vertical metrics grows downward while other FreeType coordinates
144 /* Note: FreeType's vertical metrics grows downward while other FreeType coordinates
146 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX;
147 *y = ft_face->glyph->metrics.horiBearingY - (-ft_face->glyph->metrics.vertBearingY);
193 extents->x_bearing = ft_face->glyph->metrics.horiBearingX;
194 extents->y_bearing = ft_face->glyph->metrics.horiBearingY;
195 extents->width = ft_face->glyph->metrics.width;
196 extents->height = -ft_face->glyph->metrics
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Dindexeddb_perf.py25 from metrics import memory
26 from metrics import power
27 from metrics import v8_object_stats
46 """Initialize metrics once right before the browser has been launched."""
50 """Initialize metrics once right after the browser has been launched."""
/external/harfbuzz_ng/src/
H A Dhb-ft.cc113 /* Note: FreeType's vertical metrics grows downward while other FreeType coordinates
144 /* Note: FreeType's vertical metrics grows downward while other FreeType coordinates
146 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX;
147 *y = ft_face->glyph->metrics.horiBearingY - (-ft_face->glyph->metrics.vertBearingY);
193 extents->x_bearing = ft_face->glyph->metrics.horiBearingX;
194 extents->y_bearing = ft_face->glyph->metrics.horiBearingY;
195 extents->width = ft_face->glyph->metrics.width;
196 extents->height = -ft_face->glyph->metrics
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTypedValueTest.java17 DisplayMetrics metrics = new DisplayMetrics();
18 metrics.density = 0.5f;
19 float convertedValue = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 100, metrics);
/external/chromium_org/ash/shell/
H A Dwindow_watcher.h44 uint32_t metrics) OVERRIDE;
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_chromeos.cc7 #include "ash/metrics/user_metrics_recorder.h"
40 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler.cc7 #include "ash/metrics/user_metrics_recorder.h"
60 ash::Shell::GetInstance()->metrics()->RecordUserMetricsAction(
105 ash::Shell::GetInstance()->metrics()->RecordUserMetricsAction(
126 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
132 Shell::GetInstance()->metrics()->RecordUserMetricsAction(

Completed in 500 milliseconds

1234567891011>>