/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRatingBar.java | 24 final float stepSize = attributeSet.getAttributeFloatValue("android", "stepSize", -1); in applyAttributes() local 77 public void setStepSize(float stepSize) { in setStepSize()
|
/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/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/sonivox/arm-wt-22k/lib_src/ |
D | eas_imaadpcm.c | 228 EAS_INT stepSize; in IMADecoderADPCM() local
|
/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/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/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/aac/libSBRenc/src/ |
D | ton_corr.h | 119 INT stepSize; /*!< Stride for the lpc estimate. */ member
|
D | ton_corr.cpp | 134 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 1813 public ReplyPacket setStep(long threadID, int stepSize, int stepDepth) { in setStep() 1841 int stepSize, int stepDepth) { in setStep()
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.cpp | 1370 const int stepSize = heval.sbuf.step.p[0]; in rs_parallel_detect() local
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 842 for (vk::VkDeviceSize stepSize = memorySize / 4; currentSize > 0; stepSize /= 2) in findMaxBufferSize() local 929 for (deInt32 stepSize = currentSize[0] / 2; currentSize[0] > 0; stepSize /= 2) in findMaxRGBA8ImageSize() local
|