Searched refs:metrics (Results 1 - 25 of 707) sorted by path

1234567891011>>

/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 DAbstractSessionInputBuffer.java71 private HttpTransportMetricsImpl metrics; field in class:AbstractSessionInputBuffer
92 this.metrics = new HttpTransportMetricsImpl();
113 this.metrics.incrementBytesTransferred(l);
277 return this.metrics;
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/ash/accelerators/
H A Dexit_warning_handler.cc7 #include "ash/metrics/user_metrics_recorder.h"
118 metrics()->RecordUserMetricsAction(UMA_ACCEL_EXIT_FIRST_Q);
125 metrics()->RecordUserMetricsAction(UMA_ACCEL_EXIT_SECOND_Q);
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc633 uint32_t metrics) {
634 if (!(metrics & (DISPLAY_METRIC_BOUNDS | DISPLAY_METRIC_ROTATION |
632 OnDisplayMetricsChanged(const gfx::Display& display, uint32_t metrics) argument
H A Ddisplay_controller.h150 uint32_t metrics) OVERRIDE;
H A Ddisplay_controller_unittest.cc102 uint32_t metrics) OVERRIDE {
104 if (metrics & DISPLAY_METRIC_BOUNDS)
106 if (metrics & DISPLAY_METRIC_ROTATION)
108 if (metrics & DISPLAY_METRIC_WORK_AREA)
H A Ddisplay_manager.cc21 #include "base/metrics/histogram.h"
833 uint32_t metrics = gfx::DisplayObserver::DISPLAY_METRIC_NONE; local
844 metrics |= gfx::DisplayObserver::DISPLAY_METRIC_BOUNDS |
850 metrics |= gfx::DisplayObserver::DISPLAY_METRIC_DEVICE_SCALE_FACTOR;
854 metrics |= gfx::DisplayObserver::DISPLAY_METRIC_ROTATION;
856 if (metrics != gfx::DisplayObserver::DISPLAY_METRIC_NONE) {
858 std::pair<size_t, uint32_t>(new_displays.size(), metrics));
912 uint32_t metrics = gfx::DisplayObserver::DISPLAY_METRIC_BOUNDS | local
915 metrics |= display_changes[updated_index];
917 display_changes[updated_index] = metrics;
[all...]
H A Dresolution_notification_controller.h92 uint32_t metrics) OVERRIDE;
H A Dscreen_ash.cc192 uint32_t metrics) {
195 OnDisplayMetricsChanged(display, metrics));
191 NotifyMetricsChanged(const gfx::Display& display, uint32_t metrics) argument
H A Dscreen_ash.h85 void NotifyMetricsChanged(const gfx::Display& display, uint32_t metrics);
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view.cc13 #include "ash/metrics/user_metrics_recorder.h"
349 ash::Shell::GetInstance()->metrics()->RecordUserMetricsAction(action);
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/shelf/
H A Dshelf_alignment_menu.cc7 #include "ash/metrics/user_metrics_recorder.h"
56 Shell::GetInstance()->metrics()->
62 Shell::GetInstance()->metrics()->
68 Shell::GetInstance()->metrics()->
H A Dshelf_view.cc12 #include "ash/metrics/user_metrics_recorder.h"
34 #include "base/metrics/histogram.h"
1694 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
1699 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
H A Dshelf_window_watcher.h121 uint32_t metrics) OVERRIDE;
/external/chromium_org/ash/
H A Dshell.h12 #include "ash/metrics/user_metrics_recorder.h"
553 UserMetricsRecorder* metrics() { function in class:ash::Shell
688 // An event filter for logging keyboard-related metrics.
/external/chromium_org/ash/shell/
H A Dwindow_watcher.h44 uint32_t metrics) OVERRIDE;
/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc309 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc368 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
441 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
/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/system/chromeos/brightness/
H A Dtray_brightness.cc12 #include "ash/metrics/user_metrics_recorder.h"
225 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
256 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
/external/chromium_org/ash/system/chromeos/
H A Dkeyboard_brightness_controller.cc7 #include "ash/metrics/user_metrics_recorder.h"
18 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
30 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc8 #include "ash/metrics/user_metrics_recorder.h"
222 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
232 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
236 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
263 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
270 Shell::GetInstance()->metrics()->RecordUserMetricsAction(

Completed in 4293 milliseconds

1234567891011>>