/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
ActionHandler.java | 43 import com.android.documentsui.Metrics; 229 Metrics.logRootVisited(mActivity, Metrics.PICKER_SCOPE, root); 235 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());
|
/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 | 68 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth,
|
/frameworks/native/libs/vr/libvrflinger/ |
display_service.h | 87 pdx::Status<display::Metrics> OnGetMetrics(pdx::Message& message);
|
display_service.cpp | 53 // that are independent of the display surface (metrics, creation) and routes 89 Status<display::Metrics> DisplayService::OnGetMetrics(
|
hardware_composer.h | 35 // Basic display metrics for physical displays. Dimensions and densities are 57 const HWCDisplayMetrics* metrics); 138 // The hardware composer layer and metrics to use during the prepare cycle. 260 // Get the HMD display metrics for the current display. 261 display::Metrics GetHmdDisplayMetrics() const; 272 // Metrics of the logical display, which is always landscape. 277 // Metrics of the native display, which depends on the specific hardware 376 // Display metrics of the physical display. 378 // Display metrics of the logical display, adjusted so that orientation is
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
CompressJob.java | 33 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 | 166 Status<Metrics> DisplayClient::GetDisplayMetrics() {
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ZenModeHelper.java | 102 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 | 584 Constants.Metrics.DismissSourceSwipeGesture);
|
TaskViewHeader.java | 621 Constants.Metrics.DismissSourceHeaderButton);
|
/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 | 600 Constants.Metrics.DismissSourceKeyboard); [all...] |