Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dgridline_helper_unittest.ts43 const stepSize = getGridStepSize(i, 14); constant
/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/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliSteppingCommandProvider.java47 int stepSize) { in getStepOverCommand()
/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/zstd/lib/compress/
Dzstd_fast.c56 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/
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/sdk/android/api/org/webrtc/
DYuvConverter.java72 private float stepSize; field in YuvConverter.ShaderCallbacks
/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/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1299 cl_ulong maxSize, stepSize, currentSize, maxGlobalSize, maxAllocSize; in test_min_max_constant_buffer_size() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp983 const size_t stepSize = de::min(srcSize, pending); in fillWithPattern() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp803 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