/external/gemmlowp/test/ |
D | benchmark_meta_gemm.cc | 179 void time_one(Shape* shape, double max_time) { in time_one() 270 for (auto& shape : googlenet_gemms) { in main() local 279 for (auto& shape : small_gemms) { in main() local 288 for (auto& shape : others) { in main() local 299 for (auto& shape : lstm) { in main() local 315 for (auto& shape : googlenet_gemms) { in main() local 319 for (auto& shape : small_gemms) { in main() local 323 for (auto& shape : others) { in main() local 327 for (auto& shape : lstm) { in main() local
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
D | NodeShape.java | 31 private final String shape; field in NodeShape 33 NodeShape(String shape) { in NodeShape()
|
D | GraphvizNode.java | 37 private NodeShape shape = NodeShape.BOX; field in GraphvizNode 64 public void setShape(NodeShape shape) { in setShape()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
D | TriangleBean.java | 20 private Shape shape; field in TriangleBean 34 public void setShape(Shape shape) { in setShape()
|
/external/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_SymbolInfo.cpp | 121 SymbolShapeHint shape, in lookup() 129 SymbolShapeHint shape = allowRectangular ? FORCE_NONE : FORCE_SQUARE; in lookup() local 133 SymbolShapeHint shape, in lookup() 139 SymbolShapeHint shape, in lookup()
|
D | BC_DataMatrixWriter.cpp | 59 CBC_SymbolShapeHint::SymbolShapeHint shape = in Encode() local
|
D | BC_EncoderContext.cpp | 55 void CBC_EncoderContext::setSymbolShape(SymbolShapeHint shape) { in setSymbolShape()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_frame.h | 59 const DesktopRegion* shape() const { return shape_.get(); } in shape() function 60 void set_shape(DesktopRegion* shape) { shape_.reset(shape); } in set_shape()
|
/external/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 53 void GrSWMaskHelper::drawShape(const GrShape& shape, SkRegion::Op op, GrAA aa, uint8_t alpha) { in drawShape() 133 const GrShape& shape, in DrawShapeMaskToTexture()
|
D | GrPath.cpp | 17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey()
|
D | GrClipStackClip.cpp | 115 GrShape shape(path, GrStyle::SimpleFill()); in PathNeedsSWRenderer() local 473 GrShape shape(clipPath, GrStyle::SimpleFill()); in createSoftwareClipMask() local 485 GrShape shape(path, GrStyle::SimpleFill()); in createSoftwareClipMask() local
|
D | GrSoftwarePathRenderer.cpp | 26 static bool get_unclipped_shape_dev_bounds(const GrShape& shape, const SkMatrix& matrix, in get_unclipped_shape_dev_bounds() 50 const GrShape& shape, in get_shape_and_clip_bounds()
|
D | GrReducedClip.cpp | 742 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask() local 784 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask() local 821 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask() local
|
/external/jemalloc/test/unit/ |
D | math.c | 360 double shape = pt_gamma_shape[i]; in TEST_BEGIN() local 376 double shape = 1.0; in TEST_BEGIN() local
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_median_filter.c | 158 generate_offsets(enum vl_median_filter_shape shape, unsigned size, in generate_offsets() 241 enum vl_median_filter_shape shape) in vl_median_filter_init()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | Example2_24Test.java | 55 Shape shape = new Shape(values); in construct() local 105 Shape shape = (Shape) data; in representData() local 240 Shape shape = (Shape) yaml.load(Util.getLocalResource("specification/example2_24.yaml")); in testExample_2_24() local
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_planet_and_moon.py | 40 def __init__(self, m, x, v, gravSys, shape): argument
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ArabicShaping.java | 69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape() method in ArabicShaping
|
/external/skia/tools/ |
D | SkShaper_primitive.cpp | 32 SkScalar SkShaper::shape(SkTextBlobBuilder* builder, in shape() function in SkShaper
|
/external/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 48 static GrPath* get_gr_path(GrResourceProvider* resourceProvider, const GrShape& shape) { in get_gr_path()
|
D | GrSmallPathRenderer.cpp | 143 static std::unique_ptr<GrDrawOp> Make(GrPaint&& paint, const GrShape& shape, in Make() 153 SmallPathOp(Helper::MakeArgs helperArgs, GrColor color, const GrShape& shape, in SmallPathOp() 386 GrDrawOpAtlas* atlas, ShapeData* shapeData, const GrShape& shape, in addDFPathToAtlas() 503 GrDrawOpAtlas* atlas, ShapeData* shapeData, const GrShape& shape, in addBMPathToAtlas() 825 GrShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE() local
|
D | GrTessellatingPathRenderer.cpp | 168 const GrShape& shape, in Make() 189 const GrShape& shape, in TessellatingPathOp() 395 GrShape shape(path, style); in GR_DRAW_OP_TEST_DEFINE() local
|
/external/skia/gm/ |
D | nested.cpp | 49 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) { in AddShape()
|
D | shapes.cpp | 99 const SkRRect& shape = fShapes[i]; in drawShapes() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() method in ArabicShaping 144 public void shape(char[] source, int start, int length) throws ArabicShapingException { in shape() method in ArabicShaping 158 public String shape(String text) throws ArabicShapingException { in shape() method in ArabicShaping 1701 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode() local
|