/external/perfetto/ui/src/frontend/ |
D | gridline_helper_unittest.ts | 43 const stepSize = getGridStepSize(i, 14); constant
|
/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/smali/smalidea/src/main/java/org/jf/smalidea/debugging/ |
D | SmaliSteppingCommandProvider.java | 47 int stepSize) { in getStepOverCommand()
|
/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/zstd/lib/compress/ |
D | zstd_fast.c | 56 size_t const stepSize = cParams->targetLength + !(cParams->targetLength) + 1; in ZSTD_compressBlock_fast_generic() local 215 U32 const stepSize = cParams->targetLength + !(cParams->targetLength); in ZSTD_compressBlock_fast_dictMatchState_generic() local 383 U32 const stepSize = cParams->targetLength + !(cParams->targetLength); in ZSTD_compressBlock_fast_extDict_generic() 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/sdk/android/api/org/webrtc/ |
D | YuvConverter.java | 72 private float stepSize; field in YuvConverter.ShaderCallbacks
|
/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/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 1299 cl_ulong maxSize, stepSize, currentSize, maxGlobalSize, maxAllocSize; in test_min_max_constant_buffer_size() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 983 const size_t stepSize = de::min(srcSize, pending); in fillWithPattern() local
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 803 for (vk::VkDeviceSize stepSize = memorySize / 4; currentSize > 0; stepSize /= 2) in findMaxBufferSize() local 890 for (deInt32 stepSize = currentSize[0] / 2; currentSize[0] > 0; stepSize /= 2) in findMaxRGBA8ImageSize() local
|