/frameworks/av/services/audioflinger/ |
D | FastMixerDumpState.cpp | 127 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6, in dump() 131 loadNs.mean()*1e-3, loadNs.minimum()*1e-3, loadNs.maximum()*1e-3, in dump() 139 kHz.mean()*1e-3, kHz.minimum()*1e-3, kHz.maximum()*1e-3, kHz.stddev()*1e-3); in dump() 142 loadMHz.mean(), loadMHz.minimum(), loadMHz.maximum(), loadMHz.stddev()); in dump() 157 left.mean()*1e-6, left.minimum()*1e-6, left.maximum()*1e-6, left.stddev()*1e-6, in dump() 158 right.mean()*1e-6, right.minimum()*1e-6, right.maximum()*1e-6, in dump()
|
D | Threads.cpp | 399 double maximum = mWcStats.maximum(); in sample() local 403 double maxCycles = mHzStats.maximum(); in sample() 417 maximum * .001, in sample() 421 maximum / perLoop100, in sample()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | wbalance.rs | 96 int maximum = max(estimation.r, max(estimation.g, estimation.b)); 97 float avg = (minimum + maximum) / 2.f;
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | wbalance.rs | 96 int maximum = max(estimation.r, max(estimation.g, estimation.b)); 97 float avg = (minimum + maximum) / 2.f;
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | wbalance.rs | 96 int maximum = max(estimation.r, max(estimation.g, estimation.b)); 97 float avg = (minimum + maximum) / 2.f;
|
/frameworks/av/media/libcpustats/include/cpustats/ |
D | CentralTendencyStatistics.h | 43 double maximum() const { return mMaximum; } in maximum() function
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 137 summary: Thread-safe maximum 139 Atomicly sets the value at addr to the maximum of *addr and value, i.e.
|
D | rs_math.spec | 947 Returns the maximum of a and b, i.e. <code>(a < b ? b : a)</code>. 1484 Returns the maximum value of two arguments.
|
/frameworks/base/core/proto/android/service/ |
D | battery.proto | 68 // The maximum value for the charge level
|
D | power.proto | 356 // The maximum screen dim time expressed as a ratio relative to the screen off timeout. 362 // The maximum allowable screen off timeout according to the device administration policy.
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 94 const uint32_t maximum = frameCount(); in setBufferSizeInFrames() local 96 if (maximum < minimum) { in setBufferSizeInFrames() 97 clippedSize = maximum; in setBufferSizeInFrames() 100 } else if (clippedSize > maximum) { in setBufferSizeInFrames() 101 clippedSize = maximum; in setBufferSizeInFrames()
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 149 * rsAtomicMax: Thread-safe maximum 151 * Atomicly sets the value at addr to the maximum of *addr and value, i.e.
|
D | rs_math.rsh | 1745 * Returns the maximum of a and b, i.e. (a < b ? b : a). 2627 * Returns the maximum value of two arguments.
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 357 HelpText<"Set the maximum limit of errors">; 361 HelpText<"Set the maximum limit of warnings">; 465 HelpText<"Set the maximum size of objects to be optimized using GP">;
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 50 # the documentation. The maximum height of the logo should not exceed 55 pixels 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 209 # Minimum value: 1, maximum value: 16, default value: 4. 385 # Minimum value: 0, maximum value: 9, default value: 0. 611 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the 618 # Minimum value: 0, maximum value: 10000, default value: 30. 983 # Minimum value: 1, maximum value: 20, default value: 5. 1089 # Minimum value: 0, maximum value: 359, default value: 220. 1097 # Minimum value: 0, maximum value: 255, default value: 100. 1108 # Minimum value: 40, maximum value: 240, default value: 80. [all …]
|
D | Doxyfile | 50 # the documentation. The maximum height of the logo should not exceed 55 pixels 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 209 # Minimum value: 1, maximum value: 16, default value: 4. 385 # Minimum value: 0, maximum value: 9, default value: 0. 611 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the 618 # Minimum value: 0, maximum value: 10000, default value: 30. 992 # Minimum value: 1, maximum value: 20, default value: 5. 1098 # Minimum value: 0, maximum value: 359, default value: 220. 1106 # Minimum value: 0, maximum value: 255, default value: 100. 1117 # Minimum value: 40, maximum value: 240, default value: 80. [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | DropBoxManagerService.java | 785 int maximum = quotaKb * 1024 / mBlockSize; in trimToFit() local 786 mCachedQuotaBlocks = Math.min(maximum, Math.max(0, nonreserved * quotaPercent / 100)); in trimToFit()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 834 printf(" maximum = %.1f bytes\n", frameStats.maximum()); in TestDecToBuffQueue()
|
/frameworks/native/services/inputflinger/ |
D | EventHub.cpp | 297 if (info.minimum != info.maximum) { in getAbsoluteAxisInfo() 300 outAxisInfo->maxValue = info.maximum; in getAbsoluteAxisInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 434 public int computeMaxKeyguardNotifications(int maximum) { in computeMaxKeyguardNotifications() argument 462 if (availableSpace >= 0 && count < maximum) { in computeMaxKeyguardNotifications()
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 282 // The maximum APF program size in byte advertised by hardware.
|
/frameworks/native/docs/ |
D | Doxyfile | 44 # included in the documentation. The maximum height of the logo should not 45 # exceed 55 pixels and the maximum width should not exceed 200 pixels. 562 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines 1857 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of 1867 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 470 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines 1585 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of 1595 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 39 define VK_MAX_MEMORY_HEAPS 16 /// The maximum number of unique memory heaps, each o… 2951 … /// The fragment alpha channel can be forced to maximum representable alp… 2992 /// resource maximum sizes
|
/frameworks/data-binding/compiler/src/main/resources/ |
D | NOTICE.txt | 829 1.8.1. "Licensable" means having the right to grant, to the maximum 1055 the terms of this License to the maximum extent possible; and (b)
|