/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYStepCalculator.java | 38 …public static XYStep getStep(XYPlot plot, XYAxisType axisType, RectF rect, Number minVal, Number m… in getStep() method in XYStepCalculator 42 … step = getStep(plot.getDomainStepMode(), rect.width(), plot.getDomainStepValue(), minVal, maxVal); in getStep() 45 … step = getStep(plot.getRangeStepMode(), rect.height(), plot.getRangeStepValue(), minVal, maxVal); in getStep() 51 …public static XYStep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minV… in getStep() method in XYStepCalculator
|
D | XYGraphWidget.java | 538 XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, in drawGrid() 614 XYStep rangeStep = XYStepCalculator.getStep(plot, XYAxisType.RANGE, in drawGrid()
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | XYStepCalculatorTest.java | 47 …XYStep step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal… in testSubdivide() 55 … step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal); in testSubdivide()
|
D | XYSeriesRendererTest.java | 79 …XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, gridRect, plot.getCalculated… in testDataToGridCorrelation()
|
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 480 template <typename T> T getStep (void); 481 template <> inline float getStep (void) { return 0.25f; } in getStep() function 482 template <> inline int getStep (void) { return 1; } in getStep() function 492 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()() 513 aMax = rMin - getStep<T>(); in operator ()() 548 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()() 580 aMin = rMax + getStep<T>(); in operator ()()
|
/external/skia/src/animator/ |
D | SkDisplayApply.h | 56 void getStep(SkScriptValue* );
|
D | SkAnimateBase.cpp | 121 fApply->getStep(value); in getProperty()
|
D | SkDisplayApply.cpp | 506 void SkApply::getStep(SkScriptValue* value) { in getStep() function in SkApply
|
/external/guice/lib/build/ |
D | asm-5.0.3.jar | META-INF/MANIFEST.MF
org/
org/objectweb/
org/objectweb/asm/
... |
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 832 if (Node->getStep() != nullptr) { in VisitOMPLinearClause() 834 Node->getStep()->printPretty(OS, nullptr, Policy, 0); in VisitOMPLinearClause()
|
D | StmtProfile.cpp | 415 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 1886 Expr *getStep() { return *(getFinals().end()); } in getStep() function 1888 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function
|
D | RecursiveASTVisitor.h | 2639 TRY_TO(TraverseStmt(C->getStep()));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.osgi.services_3.2.100.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.test.performance_3.6.0.v20091014.jar | META-INF/MANIFEST.MF
plugin.properties
about.html
scripts/cs.sh
scripts ... |
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1934 Writer->Writer.AddStmt(C->getStep()); in VisitOMPLinearClause()
|
/external/guice/extensions/struts2/lib/ |
D | jsp-api-2.1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/jacoco/ |
D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF
org/
org/objectweb/
org/objectweb/asm/
... |
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2172 Visitor->AddStmt(C->getStep()); in VisitOMPLinearClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7633 Expr *Step = Clause.getStep(); in FinishOpenMPLinearClause()
|
D | TreeTransform.h | 7690 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()
|