Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 25 of 49) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/
Ddefault_config.json6 // Positive integer that controls the maximum number of distinct destinations
11 // Positive integer that controls the maximum number of distinct destinations
17 // Positive integer that controls the total maximum number of distinct
31 // Positive integer that controls the maximum number of distinct reporting
36 // Positive integer that controls the maximum number of distinct reporting
41 // Positive integer that controls the maximum number of attributions for a
46 // Positive integer that controls the maximum number of distinct reporting
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dmaximum.example.cpp7 namespace generated_tests::maximum { namespace
64 namespace generated_tests::maximum { namespace
189 namespace generated_tests::maximum { namespace
246 namespace generated_tests::maximum { namespace
371 namespace generated_tests::maximum { namespace
428 namespace generated_tests::maximum { namespace
553 namespace generated_tests::maximum { namespace
610 namespace generated_tests::maximum { namespace
667 namespace generated_tests::maximum { namespace
792 namespace generated_tests::maximum { namespace
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DIntHistogram.java153 public double quantileFunction(double probability, int minimum, int maximum) { in quantileFunction() argument
154 if (minimum > maximum) { in quantileFunction()
176 return minimum + probability * (maximum - minimum); in quantileFunction()
178 double highValue = Math.min(hitBucket.end, maximum); in quantileFunction()
183 return Math.min(Math.max(value, minimum), maximum); in quantileFunction()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterBasicRepresentation.java38 public FilterBasicRepresentation(String name, int minimum, int value, int maximum) { in FilterBasicRepresentation() argument
41 mMaximum = maximum; in FilterBasicRepresentation()
123 public void setMaximum(int maximum) { in setMaximum() argument
124 mMaximum = maximum; in setMaximum()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DFailedPasswordWipeManagedProfilePreferenceControllerTest.java39 public void setMaximumFailedPasswordsBeforeWipe(int maximum) { in setMaximumFailedPasswordsBeforeWipe() argument
41 .getMaximumFailedPasswordsBeforeWipeInManagedProfile()).thenReturn(maximum); in setMaximumFailedPasswordsBeforeWipe()
DFailedPasswordWipeCurrentUserPreferenceControllerTest.java39 public void setMaximumFailedPasswordsBeforeWipe(int maximum) { in setMaximumFailedPasswordsBeforeWipe() argument
41 .getMaximumFailedPasswordsBeforeWipeInCurrentUser()).thenReturn(maximum); in setMaximumFailedPasswordsBeforeWipe()
DFailedPasswordWipePreferenceControllerBaseTest.java39 public void setMaximumFailedPasswordsBeforeWipe(int maximum) { in setMaximumFailedPasswordsBeforeWipe() argument
40 mMaximumFailedPasswordsBeforeWipe = maximum; in setMaximumFailedPasswordsBeforeWipe()
DFailedPasswordWipePreferenceControllerTestBase.java65 public abstract void setMaximumFailedPasswordsBeforeWipe(int maximum); in setMaximumFailedPasswordsBeforeWipe() argument
/packages/apps/DeskClock/src/com/android/deskclock/
DMoveScreensaverRunnable.kt137 private fun getRandomPoint(maximum: Float): Float { in getRandomPoint()
138 return (Math.random() * maximum).toFloat() in getRandomPoint()
/packages/modules/AdServices/shared/libraries/device-side/proto/
Djob_policy.proto99 // Set deadline which is the maximum scheduling latency in millisecond. The job will be ran by
109 // The maximum delay in millisecond to use before scheduling the job when triggering on content
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/
Dgradlew89 MAX_FD=maximum
/packages/apps/Car/Launcher/
Dgradlew92 MAX_FD=maximum
/packages/modules/NeuralNetworks/tools/api/
DOperandTypes.t27 %% is a maximum alignment requirement. If a new operand type is added with a
/packages/modules/common/proto/
Dclasspaths.proto46 // Not setting this attribute implies unbound maximum.
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
Dstats.proto201 // The maximum number of distinct RAs (Router Advertisements).
261 // Record the maximum of program size.
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto1618 // maximum number of attaches for an app
1624 // maximum number of concurrent publish sessions in a single app
1627 // maximum number of concurrent subscribe sessions in a single app
1630 // maximum number of concurrent discovery (publish+subscribe) sessions in a single app
1633 // maximum number of concurrent publish sessions in the system
1636 // maximum number of concurrent subscribe sessions in the system
1639 // maximum number of concurrent discovery (publish+subscribe) sessions in the system
1658 // maximum number of concurrent active data-interfaces (NDI) in a single app
1661 // maximum number of concurrent active data-interfaces (NDI) in the system
1664 // maximum number of concurrent data-paths (NDP) in a single app
[all …]
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py71 v = np.minimum(np.maximum(v, 0), 255)
73 v = np.minimum(np.maximum(v, 0), 65535)
75 v = np.minimum(np.maximum(v, -127), 127)
77 v = np.maximum(v, 0)
79 v = np.minimum(np.maximum(v, -128), 127)
948 v = np.maximum(v, low)
/packages/modules/StatsD/lib/libkll/proto/
Dkll-quantiles.proto74 // (Exact) maximum value of the input data.
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperInteractorTest.kt68 fun `previews - limits to maximum results`() = in previews - limits to maximum results()
/packages/services/Car/car-lib/src/android/car/telemetry/
Dtelemetry.proto160 // The maximum number of memory snapshots to collect before terminating the MetricsConfig.
166 // The maximum number of pending script execution tasks that the MemoryPublisher can produce
/packages/modules/GeoTZ/data_pipeline/
DAndroid.bp88 // Converts TzS2Polygon proto files to TsS2CellUnion proto files at a maximum S2 level.
/packages/modules/Connectivity/netbpfload/
Dnetbpfload.rc68 # from the default (wembley: 64kB) to the maximum (1M) per log buffer.
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dreport_definition.proto489 // This field specifies the maximum count to be reported by a device in the
579 // The maximum number of distinct event vectors for which an instance of the Cobalt
602 // The maximum number of distinct strings that Cobalt must keep in its in-memory buffer
772 // and Report can declare the maximum ReleaseStage for which it is allowed to
/packages/modules/Bluetooth/system/gd/rust/linux/docs/
Dstyle_guide.md64 // This is the maximum allowed size for this field.
/packages/modules/Uwb/generic_ranging/proto/src/
Dmulti_sensor_finder_configuration.proto62 // the maximum rate at which finder will generate estimates.

12