/external/perfetto/ui/src/frontend/ |
D | gridline_helper_unittest.ts | 43 const stepSize = getGridStepSize(i, 14); constant
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/ |
D | SmaliSteppingCommandProvider.java | 47 int stepSize) { in getStepOverCommand()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
D | NordsieckStepInterpolator.java | 125 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/ |
D | eas_imaadpcm.c | 228 EAS_INT stepSize; in IMADecoderADPCM() local
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | SegmentedByteString.java | 191 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/ |
D | SegmentedByteString.java | 192 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/ |
D | EventBuilder.java | 156 public EventBuilder setStep(long threadID, int stepSize, int stepDepth) { in setStep()
|
D | VmMirror.java | 1484 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/ |
D | func_test_manager.cc | 231 uint16_t stepSize(0); in RecordedDataIsAvailable() local 256 uint16_t stepSize(0); in RecordedDataIsAvailable() local 507 uint16_t stepSize(0); in NeedMorePlayData() local
|
D | audio_device_test_api.cc | 883 uint16_t stepSize(0); in TEST_F() local 1033 uint16_t stepSize(0); in TEST_F() local
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 264 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/ |
D | fake_audio_device.h | 84 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/ |
D | ton_corr.h | 138 INT stepSize; /*!< Stride for the lpc estimate. */ member
|
D | ton_corr.cpp | 150 INT stepSize = hTonCorr->stepSize; in FDKsbrEnc_CalculateTonalityQuotas() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | AbstractIntegrator.java | 55 protected double stepSize; field in AbstractIntegrator
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 799 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
|