HomeSort by relevance Sort by last modified time
    Searched refs:Metrics (Results 26 - 50 of 76) sorted by null

12 3 4

  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 43 import com.android.documentsui.Metrics;
230 Metrics.logRootVisited(mActivity, Metrics.PICKER_SCOPE, root);
236 Metrics.logAppVisited(mActivity, info);
  /external/libvpx/libvpx/test/
consistency_test.cc 31 int height, Ssimv *sv2, Metrics *m,
124 Metrics metrics_;
  /packages/apps/DocumentsUI/src/com/android/documentsui/
CreateDirectoryFragment.java 158 Metrics.logCreateDirOperation(getContext());
162 Metrics.logCreateDirError(getContext());
DragAndDropManager.java 442 Metrics.logUserAction(mContext,
443 localState == null ? Metrics.USER_ACTION_DRAG_N_DROP_MULTI_WINDOW
444 : Metrics.USER_ACTION_DRAG_N_DROP);
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 221 CodeMetrics Metrics;
222 Metrics.analyzeBasicBlock(OrigHeader, *TTI, EphValues);
223 if (Metrics.notDuplicatable) {
229 if (Metrics.convergent) {
235 if (Metrics.NumInsts > MaxHeaderSize)
LoopUnrollPass.cpp 536 CodeMetrics Metrics;
538 Metrics.analyzeBasicBlock(BB, TTI, EphValues);
539 NumCalls = Metrics.NumInlineCandidates;
540 NotDuplicatable = Metrics.notDuplicatable;
541 Convergent = Metrics.convergent;
543 unsigned LoopSize = Metrics.NumInsts;
    [all...]
LoopUnswitch.cpp 287 CodeMetrics Metrics;
290 Metrics.analyzeBasicBlock(*I, TTI, EphValues);
292 Props.SizeEstimation = Metrics.NumInsts;
297 if (Metrics.notDuplicatable) {
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.h 151 enum Metrics {
  /frameworks/base/core/java/com/android/internal/widget/
ImageFloatingTextView.java 69 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth,
  /frameworks/native/libs/vr/libvrflinger/
display_service.h 88 pdx::Status<display::Metrics> OnGetMetrics(pdx::Message& message);
hardware_composer.h 38 // Basic display metrics for physical displays. Dimensions and densities are
150 // Sets the display metrics used by all Layer instances.
178 // Display metrics shared by all instances of Layer. This must be set at least
183 // The hardware composer layer and metrics to use during the prepare cycle.
319 // Get the HMD display metrics for the current display.
320 display::Metrics GetHmdDisplayMetrics() const;
326 // Metrics of the logical display, which is always landscape.
331 // Metrics of the native display, which depends on the specific hardware
441 // Display metrics of the physical display.
443 // Display metrics of the logical display, adjusted so that orientation i
    [all...]
display_service.cpp 123 // that are independent of the display surface (metrics, creation) and routes
176 Status<display::Metrics> DisplayService::OnGetMetrics(
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
CompressJob.java 34 import com.android.documentsui.Metrics;
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 646 // Enables the computation of various echo metrics. These are obtained
657 struct Metrics {
671 // TODO(ajm): discuss the metrics update period.
672 virtual int GetMetrics(Metrics* metrics) = 0;
679 // The delay metrics consists of the delay |median| and the delay standard
684 // Note that if there are several clients pulling metrics from
    [all...]
mock_audio_processing.h 44 int(Metrics* metrics));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 440 CodeMetrics Metrics;
444 Metrics.analyzeBasicBlock(*I);
450 if (Metrics.NumInsts > Threshold ||
451 Metrics.NumBlocks * 5 > Threshold ||
452 Metrics.containsIndirectBr || Metrics.isRecursive) {
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc 291 // TODO(ajm): we currently just use the metrics from the first AEC. Think more
293 int EchoCancellationImpl::GetMetrics(Metrics* metrics) {
295 if (metrics == NULL) {
305 memset(metrics, 0, sizeof(Metrics));
313 metrics->residual_echo_return_loss.instant = my_metrics.rerl.instant;
314 metrics->residual_echo_return_loss.average = my_metrics.rerl.average;
315 metrics->residual_echo_return_loss.maximum = my_metrics.rerl.max;
316 metrics->residual_echo_return_loss.minimum = my_metrics.rerl.min
    [all...]
  /frameworks/native/libs/vr/libdisplay/
display_client.cpp 165 Status<Metrics> DisplayClient::GetDisplayMetrics() {
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 97 private final Metrics mMetrics = new Metrics();
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
ssim.c 273 Metrics *m, int do_inconsistency) {
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 609 Metrics metrics; member in struct:VP9_COMP
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 607 Constants.Metrics.DismissSourceSwipeGesture);
  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc 799 "SetEcMetricsStatus() unable to set EC metrics mode");
856 // Get Echo Metrics from Audio Processing Module.
857 EchoCancellation::Metrics echoMetrics;
861 "GetEchoMetrics(), AudioProcessingModule metrics error");
865 // Echo quality metrics.
906 // EC delay-logging metrics
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 673 Constants.Metrics.DismissSourceKeyboard);
    [all...]

Completed in 1450 milliseconds

12 3 4