/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | SwipeAction.java | 189 double xStep = ((double) (endX - startX)) / steps; in perform() local 199 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i)); in perform()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | sgprcopies.ll | 6 …ddrspace(1)* nocapture %out, i32 %width, float %xPos, float %yPos, float %xStep, float %yStep, i32… 12 %x = tail call float @llvm.fmuladd.f32(float %xStep, float %conv1, float %xPos)
|
/external/skqp/tools/viewer/ |
D | StatsLayer.cpp | 109 const int xStep = 3; in onPaint() local 137 x += xStep; in onPaint()
|
/external/skia/tools/viewer/ |
D | StatsLayer.cpp | 111 const int xStep = 3; in onPaint() local 139 x += xStep; in onPaint()
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 84 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 88 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 218 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
D | sqlite3.h | 4707 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4717 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4727 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
D | sqlite3.c | 5731 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5741 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5751 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 15579 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument 15581 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}} 15582 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument 15584 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}} 113365 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 113369 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 113499 void (*xStep)(sqlite3_context*,int,sqlite3_value**), [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 84 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 88 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 218 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
D | sqlite3.h | 4707 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4717 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4727 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
D | sqlite3.c | 5731 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5741 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5751 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 15579 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument 15581 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}} 15582 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument 15584 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}} 113349 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 113353 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 113483 void (*xStep)(sqlite3_context*,int,sqlite3_value**), [all …]
|
/external/libpng/ |
D | libpng-manual.txt | 2338 png_uint_32 xStep = 1U << PNG_PASS_COL_SHIFT(pass); 2356 output_x += xStep;
|