Home
last modified time | relevance | path

Searched defs:stepSize (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/aosp_15_r20/hardware/google/aemu/base/
Dring_buffer_unittest.cpp101 static void writeTest(ring_buffer* r, const uint8_t* data, size_t stepSize, size_t numSteps) { in writeTest()
128 static void readTest(ring_buffer* r, uint8_t* data, size_t stepSize, size_t numSteps) { in readTest()
216 for (auto stepSize : kStepSizesToTest) { in TEST() local
241 static void viewWriteTest(ring_buffer* r, ring_buffer_view* v, const uint8_t* data, size_t stepSize in viewWriteTest()
268 static void viewReadTest(ring_buffer* r, ring_buffer_view* v, uint8_t* data, size_t stepSize, size_… in viewReadTest()
329 for (auto stepSize : kStepSizesToTest) { in TEST() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
H A DFiniteDifferencesDifferentiator.java82 private final double stepSize; field in FiniteDifferencesDifferentiator
107 public FiniteDifferencesDifferentiator(final int nbPoints, final double stepSize) in FiniteDifferencesDifferentiator()
141 public FiniteDifferencesDifferentiator(final int nbPoints, final double stepSize, in FiniteDifferencesDifferentiator()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DAdamsFieldStepInterpolator.java70 AdamsFieldStepInterpolator(final T stepSize, final FieldODEStateAndDerivative<T> reference, in AdamsFieldStepInterpolator()
93 …private AdamsFieldStepInterpolator(final T stepSize, final FieldODEStateAndDerivative<T> reference, in AdamsFieldStepInterpolator()
151 … final S time, final S stepSize, in taylor()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/
DEllipseOverlapDetectorParams.java17 private final int stepSize = 0; field in EllipseOverlapDetectorParams
19 public EllipseOverlapDetectorParams(float minOverlap, float targetSize, int stepSize) { in EllipseOverlapDetectorParams()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DTimerProgressBar.java86 public void start(long duration, long stepSize) { in start()
97 public void start(long duration, long stepSize, TimerExpiredCallback callback) { in start()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DNordsieckStepInterpolator.java125 public void reinitialize(final double time, final double stepSize, in reinitialize()
143 public void rescale(final double stepSize) { in rescale()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/
H A DNordsieckStepInterpolator.java129 public void reinitialize(final double time, final double stepSize, in reinitialize()
147 public void rescale(final double stepSize) { in rescale()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/audio/
DCarAudioVolumeGroup.java53 int volumeGroupId, String name, int stepSize, int defaultGain, int minGain, int maxGain, in CarAudioVolumeGroup()
129 int stepSize = UNSET_STEP_SIZE; in calculateNewGainStageFromDeviceInfos() local
/aosp_15_r20/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp71 SLpermille minRate, maxRate, stepSize, rate = 1000; in PlayEventCallback() local
306 SLpermille minRate, maxRate, stepSize; in TestSlowDownUri() local
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DRatingBar.java120 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1); in RatingBar() local
246 public void setStepSize(float stepSize) { in setStepSize()
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/
H A DSegmentedByteString.java191 int stepSize = Math.min(byteCount, segmentOffset + segmentSize - offset); in rangeEquals() local
208 int stepSize = Math.min(byteCount, segmentOffset + segmentSize - offset); in rangeEquals() local
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DSegmentedByteString.java192 int stepSize = Math.min(byteCount, segmentOffset + segmentSize - offset); in rangeEquals() local
209 int stepSize = Math.min(byteCount, segmentOffset + segmentSize - offset); in rangeEquals() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/
H A DAbstractFieldIntegrator.java67 private T stepSize; field in AbstractFieldIntegrator
462 protected void setStepSize(final T stepSize) { in setStepSize()
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2CaptureRequestTest.java333 double stepSize = range / (double)DEFAULT_NUM_EXPOSURE_TIME_STEPS; in getExposureTimeTestValues() local
358 int stepSize = DEFAULT_SENSITIVITY_STEP_SIZE; in getSensitivityTestValues() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_fast.c157 size_t const stepSize = hasStep ? (cParams->targetLength + !(cParams->targetLength) + 1) : 2; in ZSTD_compressBlock_fast_noDict_generic() local
473 U32 const stepSize = cParams->targetLength + !(cParams->targetLength); in ZSTD_compressBlock_fast_dictMatchState_generic() local
700 size_t const stepSize = cParams->targetLength + !(cParams->targetLength) + 1; in ZSTD_compressBlock_fast_extDict_generic() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DEllipseOverlapDetectorParams.kt13 class EllipseOverlapDetectorParams(val minOverlap: Float, val targetSize: Float, val stepSize: Int) constant in com.android.systemui.biometrics.EllipseOverlapDetectorParams
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dprobability_utils.h47 const float stepSize = static_cast<float>(MAX_PROBABILITY - unigramProbability) in computeProbabilityForBigram() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/udfps/ui/viewmodel/
DUdfpsLastStepViewModel.java29 private final kotlinx.coroutines.flow.MutableStateFlow<java.lang.Integer> stepSize = null; field in UdfpsLastStepViewModel
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DGainBuilder.java56 GainBuilder setStepSize(int stepSize) { in setStepSize()
/aosp_15_r20/frameworks/wilhelm/src/itf/
H A DIPlaybackRate.cpp166 SLpermille stepSize = thiz->mStepSize; in IPlaybackRate_GetRateRange() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventBuilder.java156 public EventBuilder setStep(long threadID, int stepSize, int stepDepth) { in setStep()
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DYuvConverter.java74 private float stepSize; field in YuvConverter.ShaderCallbacks
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DJitterNetworkAnalyser.cpp76 uint32_t incThreshold, uint32_t decThreshold, uint32_t stepSize, double weight) in SetJitterOptions()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/udfps/ui/viewmodel/
DUdfpsLastStepViewModel.kt56 private val stepSize: MutableStateFlow<Int?> = MutableStateFlow(null) in <lambda>() constant in com.android.settings.biometrics.fingerprint2.ui.enrollment.modules.enrolling.udfps.ui.viewmodel.UdfpsLastStepViewModel
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/haptics/slider/
DSliderHapticFeedbackProvider.java98 … private final boolean isDiscreteStep(float $this$isDiscreteStep, float stepSize, float epsilon) { in isDiscreteStep()

12345678910>>...24