/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/opencv3/modules/core/test/ |
D | test_downhill_simplex.cpp | 46 …<cv::DownhillSolver> solver,cv::Ptr<cv::MinProblemSolver::Function> ptr_F,cv::Mat& x,cv::Mat& step, in mytest() 89 step=(cv::Mat_<double>(2,1)<<-0.5,-0.5), in TEST() local 99 step=(cv::Mat_<double>(2,1)<<0.5,+0.5), in TEST() local
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | glob.hpp | 70 size_t step; member 91 __host__ __device__ GlobPtr<T> globPtr(T* data, size_t step) in globPtr() 100 __host__ __device__ GlobPtrSz<T> globPtr(T* data, size_t step, int rows, int cols) in globPtr()
|
/external/webp/src/utils/ |
D | huffman.c | 44 uint32_t step = 1 << (len - 1); in GetNextKey() local 54 int step, int end, in ReplicateValue() 141 int step; // step size to replicate values in current table in VP8LBuildHuffmanTable() local
|
/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/v8/src/runtime/ |
D | runtime-uri.cc | 74 int step; in UnescapeSlow() local 97 int step; in UnescapeSlow() local 110 int step; in UnescapeSlow() local 134 int* step) { in UnescapeChar()
|
/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/opencv3/modules/core/src/ |
D | arithm.cpp | 76 void vBinOp(const T* src1, size_t step1, const T* src2, size_t step2, T* dst, size_t step, Size sz) in vBinOp() 152 void vBinOp32(const T* src1, size_t step1, const T* src2, size_t step2, in vBinOp32() 247 void vBinOp64(const T* src1, size_t step1, const T* src2, size_t step2, in vBinOp64() 748 static inline void fixSteps(Size sz, size_t elemSize, size_t& step1, size_t& step2, size_t& step) in fixSteps() 755 static void add8u( const uchar* src1, size_t step1, in add8u() 774 static void add8s( const schar* src1, size_t step1, in add8s() 781 static void add16u( const ushort* src1, size_t step1, in add16u() 800 static void add16s( const short* src1, size_t step1, in add16s() 819 static void add32s( const int* src1, size_t step1, in add32s() 826 static void add32f( const float* src1, size_t step1, in add32f() [all …]
|
/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 | MidpointIntegrator.java | 64 public MidpointIntegrator(final double step) { in MidpointIntegrator()
|
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()
|
/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()
|
D | dec_mips32.c | 30 static WEBP_INLINE void do_filter2(uint8_t* p, int step) { in do_filter2() 40 static WEBP_INLINE void do_filter4(uint8_t* p, int step) { in do_filter4() 53 static WEBP_INLINE void do_filter6(uint8_t* p, int step) { in do_filter6() 69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 74 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int t) { in needs_filter() 80 int step, int t, int it) { in needs_filter2()
|
/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, const struct cursor_step *step) in set_cursor() 94 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) in move_cursor() 148 const 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/opencv3/apps/traincascade/ |
D | traincascade_features.h | 9 #define CV_SUM_OFFSETS( p0, p1, p2, p3, rect, step ) \ argument 19 #define CV_TILTED_OFFSETS( p0, p1, p2, p3, rect, step ) \ argument
|
/external/skia/infra/bots/flavor/ |
D | coverage_flavor.py | 26 def step(self, cmd, **kwargs): member in CoverageFlavorUtils
|