Home
last modified time | relevance | path

Searched defs:shape (Results 1 - 25 of 136) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccess.js[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/
H A Dcheckbox_shape_test.cpp22 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 DShape.cpp16 Shape& Shape::operator=(const Shape& shape) { in operator =() argument
/test/xts/acts/ai/nncore/nncoretest/src/
H A DHdiTensorDescTest.cpp170 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 Dmodel.h58 int64_t shape[OH_AI_MAX_SHAPE_NUM]; member
/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp14 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 Dperf-shaping.hh5 static void shape (benchmark::State &state, const char *text_path, in shape() function
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dtensor_desc.cpp92 OH_NN_ReturnCode TensorDesc::GetShape(int32_t** shape, size_t* shapeNum) const in GetShape() argument
111 OH_NN_ReturnCode TensorDesc::SetShape(const int32_t* shape, size_t shapeNum) in SetShape() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_request_data.h44 int32_t shape = -1; member
50 << index << temporary << shape; in ToString() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_model.h33 ParticleDisturbanceShapeType shape = ParticleDisturbanceShapeType::RECT; member
/test/xts/acts/ai/nncore/opstest/src/
H A Dbroadcast_to_test.cpp34 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 Dscatter_nd_test.cpp37 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...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DArabicShaping.java69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape() method in ArabicShaping
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp72 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 Dshape-options.hh100 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 DDrawContext.cpp52 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 DDrawList.cpp48 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 Dnested.cpp56 static void AddShape(SkPathBuilder* b, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape() argument
H A Dshapes.cpp111 const SkRRect& shape = fShapes[i]; variable
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_prepared_model_v2_1.cpp139 int32_t* shape = nullptr; in TransIOTensor() local
H A Dhdi_prepared_model_v2_0.cpp139 int32_t* shape = nullptr; in TransIOTensor() local
H A Dhdi_prepared_model_v1_0.cpp138 int32_t* shape = nullptr; in TransIOTensor() local
H A Dnntensor.cpp345 int32_t* shape = nullptr; in CheckDimRanges() local
/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp294 int32_t* shape = &index; in HWTEST_F() local
397 int32_t* shape = &index; in HWTEST_F() local
462 int32_t* shape = &index; in HWTEST_F() local
531 int32_t* shape = &index; in HWTEST_F() local
598 int32_t* shape = &index; in HWTEST_F() local
627 int32_t* shape = &index; HWTEST_F() local
778 int32_t* shape = &index; HWTEST_F() local
809 int32_t* shape = &index; HWTEST_F() local
840 int32_t* shape = &index; HWTEST_F() local
871 int32_t* shape = &index; HWTEST_F() local
902 int32_t* shape = &index; HWTEST_F() local
1079 int32_t* shape = &index; HWTEST_F() local
1107 int32_t* shape = &index; HWTEST_F() local
1138 int32_t* shape = &index; HWTEST_F() local
1173 int32_t* shape = &index; HWTEST_F() local
1252 int32_t* shape = &index; HWTEST_F() local
1282 int32_t* shape = &index; HWTEST_F() local
[all...]
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dnnrt_utils.h34 std::vector<int32_t> shape; member

Completed in 14 milliseconds

123456