Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dgridline_helper_unittest.ts43 const stepSize = getGridStepSize(i, 14); constant
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliSteppingCommandProvider.java47 int stepSize) { in getStepOverCommand()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DNordsieckStepInterpolator.java125 public void reinitialize(final double time, final double stepSize, in reinitialize()
143 public void rescale(final double stepSize) { in rescale()
/external/sonivox/arm-wt-22k/lib_src/
Deas_imaadpcm.c228 EAS_INT stepSize; in IMADecoderADPCM() local
/external/okhttp/okio/okio/src/main/java/okio/
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
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
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
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventBuilder.java156 public EventBuilder setStep(long threadID, int stepSize, int stepDepth) { in setStep()
DVmMirror.java1484 public ReplyPacket setStep(long threadID, int stepSize, int stepDepth) { in setStep()
1506 int stepSize, int stepDepth) { in setStep()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc231 uint16_t stepSize(0); in RecordedDataIsAvailable() local
256 uint16_t stepSize(0); in RecordedDataIsAvailable() local
507 uint16_t stepSize(0); in NeedMorePlayData() local
Daudio_device_test_api.cc883 uint16_t stepSize(0); in TEST_F() local
1033 uint16_t stepSize(0); in TEST_F() local
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h264 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const override { in SpeakerVolumeStepSize()
295 int32_t MicrophoneVolumeStepSize(uint16_t& stepSize) const override { in MicrophoneVolumeStepSize()
/external/webrtc/webrtc/modules/audio_device/include/
Dfake_audio_device.h84 virtual int32_t SpeakerVolumeStepSize(uint16_t* stepSize) const { return 0; } in SpeakerVolumeStepSize()
90 virtual int32_t MicrophoneVolumeStepSize(uint16_t* stepSize) const { in MicrophoneVolumeStepSize()
/external/aac/libSBRenc/src/
Dton_corr.h138 INT stepSize; /*!< Stride for the lpc estimate. */ member
Dton_corr.cpp150 INT stepSize = hTonCorr->stepSize; in FDKsbrEnc_CalculateTonalityQuotas() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DAbstractIntegrator.java55 protected double stepSize; field in AbstractIntegrator
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp799 for (vk::VkDeviceSize stepSize = memorySize / 4; currentSize > 0; stepSize /= 2) in findMaxBufferSize() local
886 for (deInt32 stepSize = currentSize[0] / 2; currentSize[0] > 0; stepSize /= 2) in findMaxRGBA8ImageSize() local