/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/toybox/toys/posix/ |
D | sed.c | 182 struct step { struct 183 struct step *next, *prev; argument 186 long lmatch[2]; 187 int rmatch[2], arg1, arg2, w; // offsets because remalloc() 188 unsigned not, hit, sflags; 189 char c; // action
|
/external/v8/src/ |
D | uri.h | 94 int step; in UnescapeSlow() local 116 int step; in UnescapeSlow() local 128 int step; in UnescapeSlow() local 154 int* step) { in UnescapeChar()
|
/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/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 152 bool GrFmtJpeg2000Reader::ReadData( uchar* data, int step, int color ) in ReadData() 260 int step, int cmpt, in ReadComponent8u() 322 int step, int cmpt, in ReadComponent16u() 402 bool GrFmtJpeg2000Writer::WriteImage( const uchar* data, int step, in WriteImage() 456 int step, int ncmpts, int w, int h ) in WriteComponent8u() 479 int step, int ncmpts, int w, int h ) in WriteComponent16u()
|
/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/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 | EulerIntegrator.java | 68 public EulerIntegrator(final double step) { in EulerIntegrator()
|
D | GillIntegrator.java | 70 public GillIntegrator(final double step) { in GillIntegrator()
|
D | ClassicalRungeKuttaIntegrator.java | 70 public ClassicalRungeKuttaIntegrator(final double step) { in ClassicalRungeKuttaIntegrator()
|
D | ThreeEighthesIntegrator.java | 68 public ThreeEighthesIntegrator(final double step) { in ThreeEighthesIntegrator()
|
D | MidpointIntegrator.java | 64 public MidpointIntegrator(final double step) { in MidpointIntegrator()
|
/external/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 20 SkPoint* step) { in ComputeStep() 45 SkVector firstStep, step; in filterPath() local
|
/external/icu/icu4c/source/i18n/ |
D | collation.cpp | 72 Collation::decTwoBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decTwoBytePrimaryByOneStep() 94 Collation::decThreeBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decThreeBytePrimaryByOneStep()
|
/external/libdrm/tests/modetest/ |
D | cursor.c | 81 static void set_cursor(struct cursor *cursor, struct cursor_step *step) in set_cursor() 94 static void move_cursor(struct cursor *cursor, struct cursor_step *step) in move_cursor() 148 struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)]; in cursor_thread_func() local
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 159 int step() const { return image ? image->widthStep : 0; } in step() function in CvImage 218 void* data=0, int step=CV_AUTOSTEP ) in CvMatrix() 223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP ) in CvMatrix() 327 int step() const { return matrix ? matrix->step : 0; } in step() function in CvMatrix 329 void set_data( void* data, int step=CV_AUTOSTEP ) in set_data()
|
/external/webp/src/dsp/ |
D | dec_mips32.c | 28 static WEBP_INLINE void do_filter2(uint8_t* p, int step) { in do_filter2() 38 static WEBP_INLINE void do_filter4(uint8_t* p, int step) { in do_filter4() 51 static WEBP_INLINE void do_filter6(uint8_t* p, int step) { in do_filter6() 66 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 71 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() 77 int step, int t, int it) { in needs_filter2()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | base.hpp | 144 step(F op, S state, Its its, Args... args) { in step() function 154 step(F op, S state, Its its, Args... args) { in step() function 165 step(F op, __empty state, Its its, Args... args) { in step() function
|
/external/skia/bench/ |
D | InterpBench.cpp | 56 SkFixed step = SkFloatToFixed(dx); in performTest() local 75 int64_t step = (int64_t)(dx * 65536 * 655536); in performTest() local 106 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); in performTest() local
|
/external/clang/test/SemaCXX/ |
D | for-range-examples.cpp | 30 T it, step; member in value_range_detail::value_range_step_iter 32 value_range_step_iter(const T &it, const T &step) : it(it), step(step) {} in value_range_step_iter() 40 T it, step, end_; member in value_range_detail::value_range_step 42 value_range_step(const T &it, const T &end, const T &step) : in value_range_step() 54 value_range_detail::value_range_step<T> range(const T &a, const T &b, const T &step) { return value… in range()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Function.java | 49 public void step(FunctionContext fc, String args[]); in step() method
|
/external/valgrind/coregrind/m_gdbserver/ |
D | target.h | 81 int step; member
|
/external/v8/test/mjsunit/es6/debug-promises/ |
D | throw-in-constructor.js | 13 var step = 0; variable
|
D | try-reject-in-constructor.js | 13 var step = 0; variable
|