/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/ |
H A D | checkbox_shape_test.cpp | 22 int32_t shape = ArkUI_CHECKBOX_SHAPE_ROUNDED_SQUARE; in TestCheckboxShape001() local 34 int32_t shape = ArkUI_CHECKBOX_SHAPE_CIRCLE; in TestCheckboxShape002() local
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Shape.cpp | 16 Shape& Shape::operator=(const Shape& shape) { in operator =() argument
|
/test/xts/acts/ai/nncore/nncoretest/src/ |
H A D | HdiTensorDescTest.cpp | 170 int32_t* shape = nullptr; in HWTEST_F() local 184 int32_t* shape = nullptr; in HWTEST_F() local 202 int32_t* shape = nullptr; in HWTEST_F() local [all...] |
/third_party/mindspore/interfaces/kits/c/ |
H A D | model.h | 58 int64_t shape[OH_AI_MAX_SHAPE_NUM]; member
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathShapeData.cpp | 14 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) { in SmallPathShapeDataKey() argument 25 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) { in SmallPathShapeDataKey() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/perf/ |
H A D | perf-shaping.hh | 5 static void shape (benchmark::State &state, const char *text_path, in shape() function
|
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | broadcast_to_test.cpp | 34 OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t)};
member 51 OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t)};
member 68 OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t)};
member [all...] |
H A D | scatter_nd_test.cpp | 37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, sizeof(float)};
member 58 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 2*sizeof(float)};
member 79 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 2*sizeof(float)};
member 100 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
member [all...] |
H A D | nncore_utils.cpp | 28 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_NN_Format format) in createTensorDesc() argument
|
H A D | crop_test.cpp | 37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
member 60 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
member 83 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
member [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ArabicShaping.java | 69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape() method in ArabicShaping
|
/third_party/skia/src/gpu/ |
H A D | GrSWMaskHelper.cpp | 72 void GrSWMaskHelper::drawShape(const GrStyledShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() argument 93 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | shape-options.hh | 100 hb_bool_t shape (hb_font_t *font, hb_buffer_t *buffer, const char **error=nullptr) in shape() function
|
/third_party/skia/experimental/graphite/src/ |
H A D | DrawContext.cpp | 52 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) stencilAndFillPath() argument 61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) fillConvexPath() argument 70 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder order, const PaintParams* paint) strokePath() argument
|
H A D | DrawList.cpp | 48 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder ordering, const PaintParams* paint) stencilAndFillPath() argument 61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder ordering, const PaintParams* paint) fillConvexPath() argument 76 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder ordering, const PaintParams* paint) strokePath() argument
|
/third_party/skia/gm/ |
H A D | nested.cpp | 56 static void AddShape(SkPathBuilder* b, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape() argument
|
H A D | shapes.cpp | 111 const SkRRect& shape = fShapes[i]; variable
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | nnrt_utils.h | 34 std::vector<int32_t> shape; member
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | nnrt_utils.h | 34 std::vector<int32_t> shape; member
|
/test/xts/acts/ai/nncore/opstest/include/ |
H A D | nncore_utils.h | 32 std::vector<int32_t> shape; member
|
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
H A D | ExecutorTest.cpp | 299 int32_t shape[4] = {1, 100, 100, 11}; HWTEST_F() local 334 int32_t shape[4] = {1, 1, 1, 1}; //minInputDims HWTEST_F() local 369 int32_t shape[4] = {1, 100, 100, 10}; //maxInputDims HWTEST_F() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4videodec.h | 37 int shape; member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_median_filter.c | 163 generate_offsets(enum vl_median_filter_shape shape, unsigned size, in generate_offsets() argument 244 vl_median_filter_init(struct vl_median_filter *filter, struct pipe_context *pipe, unsigned width, unsigned height, unsigned size, enum vl_median_filter_shape shape) vl_median_filter_init() argument
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 13 GrShape& GrShape::operator=(const GrShape& shape) { in operator =() argument [all...] |