/external/skia/resources/ |
D | slides_transitions.lua | 74 rec.step = function (self) function 85 rec.step = function (self) function 117 rec.step = function (self) function 148 rec.step = function (self) function 155 rec.step = function (self) function 189 step = function (self) function
|
/external/python/cpython2/Objects/ |
D | sliceobject.c | 61 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() 104 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices() 135 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) in PySlice_GetIndicesEx() 195 PyObject *start, *stop, *step; in slice_new() local 257 Py_ssize_t ilen, start, stop, step, slicelength; in slice_indices() local
|
D | rangeobject.c | 8 long step; member 16 get_len_of_range(long lo, long hi, long step) in get_len_of_range() 233 long step; member 315 long start, step, len; in range_reverse() local
|
/external/brotli/java/org/brotli/dec/ |
D | Utils.java | 31 int step = Math.min(cursor + 1024, length) - cursor; in fillWithZeroes() local 50 int step = Math.min(cursor + 1024, length) - cursor; in fillWithZeroes() local
|
D | Huffman.java | 28 int step = 1 << (len - 1); in getNextKey() local 40 private static void replicateValue(int[] table, int offset, int step, int end, int item) { in replicateValue()
|
/external/bart/bart/common/ |
D | Utils.py | 70 def area_under_curve(series, sign=None, method="trapz", step="post"): argument 168 def interval_sum(series, value=None, step="post"): argument
|
/external/lisa/libs/wlgen/wlgen/ |
D | workload.py | 99 def __callback(self, step, **kwords): argument 107 def setCallback(self, step, func): argument 301 def getOutput(self, step='executor'): argument
|
/external/libunwind/tests/ |
D | Gperf-trace.c | 58 measure_unwind (int maxlevel, double *step) in measure_unwind() 79 g1 (int level, int maxlevel, double *step) in g1() 89 f1 (int level, int maxlevel, double *step) in f1() 101 double step, min_step, first_step, sum_step; in doit() local
|
D | Gperf-simple.c | 58 measure_unwind (int maxlevel, double *step) in measure_unwind() 93 g1 (int level, int maxlevel, double *step) in g1() 103 f1 (int level, int maxlevel, double *step) in f1() 115 double step, min_step, first_step, sum_step; in doit() local
|
/external/libldac/src/ |
D | bitalloc_ldac.c | 229 int step = limit - grad_os_l; in decrease_offset_low_ldac() local 293 int step = LDAC_MAXGRADOS - grad_os_h; in decrease_offset_high_ldac() local 357 int step = grad_os_l; in increase_offset_low_ldac() local 421 int step = grad_qu_h - grad_qu_l; in increase_qu_low_ldac() local 484 int step = grad_qu_h - grad_qu_l; in increase_qu_low_0_ldac() local 548 int step = LDAC_MAXNADJQUS>>1; in adjust_remain_bits_ldac() local
|
/external/python/cpython2/Lib/test/ |
D | test_xrange.py | 13 def pyrange(start, stop, step): argument 22 def pyrange_reversed(start, stop, step): argument
|
/external/webp/src/utils/ |
D | huffman_utils.c | 44 uint32_t step = 1 << (len - 1); in GetNextKey() local 54 int step, int end, in ReplicateValue() 137 int step; // step size to replicate values in current table in BuildHuffmanTable() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | RungeKuttaIntegrator.java | 70 private final double step; field in RungeKuttaIntegrator 85 final double step) { in RungeKuttaIntegrator()
|
D | ThreeEighthesIntegrator.java | 68 public ThreeEighthesIntegrator(final double step) { in ThreeEighthesIntegrator()
|
D | ClassicalRungeKuttaIntegrator.java | 70 public ClassicalRungeKuttaIntegrator(final double step) { in ClassicalRungeKuttaIntegrator()
|
D | EulerIntegrator.java | 68 public EulerIntegrator(final double step) { in EulerIntegrator()
|
D | GillIntegrator.java | 70 public GillIntegrator(final double step) { in GillIntegrator()
|
D | MidpointIntegrator.java | 64 public MidpointIntegrator(final double step) { in MidpointIntegrator()
|
/external/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 19 SkPoint* step) { in ComputeStep() 44 SkVector firstStep, step; in filterPath() local
|
/external/webp/src/dsp/ |
D | argb_mips_dsp_r2.c | 23 const int step = 4; in PackARGB() local 59 int len, int step, uint32_t* out) { in PackRGB()
|
/external/tremolo/Tremolo/ |
D | mdct.c | 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ in presymmetry() 197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){ in mdct_butterfly_generic() 274 STIN void mdct_step7(DATA_TYPE *x,int n,int step){ in mdct_step7() 320 STIN void mdct_step8(DATA_TYPE *x, int n, int step){ in mdct_step8() 413 int step; in mdct_backward() local 475 int step, in mdct_unroll_lap()
|
/external/brotli/dec/ |
D | huffman.c | 81 int step, int end, in ReplicateValue() 111 int step; /* step size to replicate values in current table */ in BrotliBuildCodeLengthsHuffmanTable() local 183 int step; /* step size to replicate values in current table */ in BrotliBuildHuffmanTable() local
|
/external/icu/icu4c/source/i18n/ |
D | collation.cpp | 74 Collation::decTwoBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decTwoBytePrimaryByOneStep() 96 Collation::decThreeBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decThreeBytePrimaryByOneStep()
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | BaseTween.java | 19 private int step; field in BaseTween 360 protected void updateOverride(int step, int lastStep, boolean isIterationStep, float delta) { in updateOverride() 383 protected boolean isReverse(int step) { in isReverse() 387 protected boolean isValid(int step) { in isValid()
|
/external/kmod/shared/ |
D | array.h | 13 size_t step; member
|