Home
last modified time | relevance | path

Searched refs:shape (Results 26 – 50 of 10558) sorted by relevance

12345678910>>...423

/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/
H A Dapi-2.json.php3shape' => 'AddTagsToResourceMessage', ], 'output' => [ 'shape' => 'TagListMessage', 'resultWrapper…
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/
H A Dapi-2.json.php3shape' => 'AcceptReservedNodeExchangeInputMessage', ], 'output' => [ 'shape' => 'AcceptReservedNod…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/Shape/
H A Dcanonicalize.mlir14 func @f() -> (!shape.shape, !shape.shape) {
19 %head, %tail = "shape.split_at"(%0, %c2) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
28 func @f() -> (!shape.shape, !shape.shape) {
33 %head, %tail = "shape.split_at"(%0, %c-1) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
45 %head, %tail = "shape.split_at"(%0, %c5) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
57 %2 = shape.broadcast %0, %1 : !shape.shape, !shape.shape -> !shape.shape
93 %1 = shape.broadcast %arg0, %0 : !shape.shape, !shape.shape -> !shape.shape
104 %1 = shape.broadcast %0, %arg0 : !shape.shape, !shape.shape -> !shape.shape
117 %2 = shape.broadcast %0, %1 : !shape.shape, !shape.shape -> !shape.shape
129 %2 = shape.broadcast %0, %1 : !shape.shape, !shape.shape -> !shape.shape
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/Shape/
H A Dcanonicalize.mlir14 func @f() -> (!shape.shape, !shape.shape) {
19 %head, %tail = "shape.split_at"(%0, %c2) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
28 func @f() -> (!shape.shape, !shape.shape) {
33 %head, %tail = "shape.split_at"(%0, %c-1) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
45 %head, %tail = "shape.split_at"(%0, %c5) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
57 %2 = shape.broadcast %0, %1 : !shape.shape, !shape.shape -> !shape.shape
93 %1 = shape.broadcast %arg0, %0 : !shape.shape, !shape.shape -> !shape.shape
104 %1 = shape.broadcast %0, %arg0 : !shape.shape, !shape.shape -> !shape.shape
117 %2 = shape.broadcast %0, %1 : !shape.shape, !shape.shape -> !shape.shape
129 %2 = shape.broadcast %0, %1 : !shape.shape, !shape.shape -> !shape.shape
[all …]
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/data/iam/2010-05-08/
H A Dapi-2.json.php3shape' => 'AddClientIDToOpenIDConnectProviderRequest', ], 'errors' => [ [ 'shape' => 'InvalidInput…
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/
H A Dapi-2.json.php3shape' => 'AddClientIDToOpenIDConnectProviderRequest', ], 'errors' => [ [ 'shape' => 'InvalidInput…
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/data/docdb/2014-10-31/
H A Dapi-2.json.php3shape' => 'AddSourceIdentifierToSubscriptionMessage', ], 'output' => [ 'shape' => 'AddSourceIdenti…
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/
H A Dapi-2.json.php3shape' => 'AddSourceIdentifierToSubscriptionMessage', ], 'output' => [ 'shape' => 'AddSourceIdenti…
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/data/autoscaling/2011-01-01/
H A Dapi-2.json.php3shape' => 'AttachInstancesQuery', ], 'errors' => [ [ 'shape' => 'ResourceContentionFault', ], [ 's…
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/
H A Dapi-2.json.php3shape' => 'AttachInstancesQuery', ], 'errors' => [ [ 'shape' => 'ResourceContentionFault', ], [ 's…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/Shape/
H A Dcanonicalize.mlir14 func @f() -> (!shape.shape, !shape.shape) {
19 %head, %tail = "shape.split_at"(%0, %c2) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
20 return %head, %tail : !shape.shape, !shape.shape
28 func @f() -> (!shape.shape, !shape.shape) {
33 %head, %tail = "shape.split_at"(%0, %c-1) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
41 func @f() -> (!shape.shape, !shape.shape) {
45 %head, %tail = "shape.split_at"(%0, %c5) : (!shape.shape, i32) -> (!shape.shape, !shape.shape)
57 %2 = "shape.broadcast"(%0, %1) : (!shape.shape, !shape.shape) -> !shape.shape
69 %2 = "shape.broadcast"(%0, %1) : (!shape.shape, !shape.shape) -> !shape.shape
81 %0 = "shape.concat"(%lhs, %rhs) : (!shape.shape, !shape.shape) -> !shape.shape
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DTestAllowedInteraction.cpp33 shape->setVisible(false); in testVisible()
35 shape->setVisible(true); in testVisible()
39 parent->addShape(shape); in testVisible()
60 shape->setVisible(true); in testSelectable()
64 parent->addShape(shape); in testSelectable()
91 shape->setVisible(true); in testDeletable()
292 QVERIFY(shape->allowedInteractions() == parent->allowedInteractions(shape)); in testParentAllowedInteractions()
294 QVERIFY(shape->allowedInteractions() == parent->allowedInteractions(shape)); in testParentAllowedInteractions()
296 QVERIFY(shape->allowedInteractions() == parent->allowedInteractions(shape)); in testParentAllowedInteractions()
331 QVERIFY(shape->allowedInteractions() == parent->allowedInteractions(shape)); in testParentAllowedInteraction()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/scripts/entity/
H A Dentity_properties.lua832 tr4_entity_tbl[113] = {coll = COLLISION_GROUP_KINEMATIC, shape = COLLISION_SHAPE_BOX}; -- Scales
866 tr4_entity_tbl[138] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX}; -- Hammer
868 tr4_entity_tbl[140] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX}; -- Cog
895 tr4_entity_tbl[163] = {coll = COLLISION_GROUP_KINEMATIC, shape = COLLISION_SHAPE_BOX}; -- Mine
896 tr4_entity_tbl[164] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX}; -- Mapper
897 tr4_entity_tbl[165] = {coll = COLLISION_GROUP_KINEMATIC, shape = COLLISION_SHAPE_BOX}; -- Obelisk
1100 tr4_entity_tbl[346] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX}; -- God head
1312 tr5_entity_tbl[093] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX}; -- Bats
1314 tr5_entity_tbl[095] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX}; -- Spiders
1404 tr5_entity_tbl[161] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX}; -- Sign
[all …]
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/data/elasticloadbalancingv2/2015-12-01/
H A Dapi-2.json.php3shape' => 'AddListenerCertificatesInput', ], 'output' => [ 'shape' => 'AddListenerCertificatesOutp…
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/
H A Dapi-2.json.php3shape' => 'AddListenerCertificatesInput', ], 'output' => [ 'shape' => 'AddListenerCertificatesOutp…
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/data/elasticbeanstalk/2010-12-01/
H A Dapi-2.json.php3shape' => 'AbortEnvironmentUpdateMessage', ], 'errors' => [ [ 'shape' => 'InsufficientPrivilegesEx…
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/
H A Dapi-2.json.php3shape' => 'AbortEnvironmentUpdateMessage', ], 'errors' => [ [ 'shape' => 'InsufficientPrivilegesEx…
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/data/monitoring/2010-08-01/
H A Dapi-2.json.php3shape' => 'DeleteAlarmsInput', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteA…
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/
H A Dapi-2.json.php3shape' => 'DeleteAlarmsInput', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteA…
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/data/sns/2010-03-31/
H A Dapi-2.json.php3shape' => 'AddPermissionInput', ], 'errors' => [ [ 'shape' => 'InvalidParameterException', ], [ 's…
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/
H A Dapi-2.json.php3shape' => 'AddPermissionInput', ], 'errors' => [ [ 'shape' => 'InvalidParameterException', ], [ 's…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dinvalid.mlir3 func @reduce_op_args_num_mismatch(%shape : !shape.shape, %init : !shape.size) {
5 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
14 func @reduce_op_arg0_wrong_type(%shape : !shape.shape, %init : !shape.size) {
16 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
27 func @reduce_op_arg1_wrong_type(%shape : !shape.shape, %init : !shape.size) {
29 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
51 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> f32 {
62 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
73 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
144 : !shape.shape, !shape.shape -> tensor<?xindex>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dinvalid.mlir3 func @reduce_op_args_num_mismatch(%shape : !shape.shape, %init : !shape.size) {
5 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
14 func @reduce_op_arg0_wrong_type(%shape : !shape.shape, %init : !shape.size) {
16 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
27 func @reduce_op_arg1_wrong_type(%shape : !shape.shape, %init : !shape.size) {
29 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
51 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> f32 {
62 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
73 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
144 : !shape.shape, !shape.shape -> tensor<?xindex>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dinvalid.mlir3 func @reduce_op_args_num_mismatch(%shape : !shape.shape, %init : !shape.size) {
5 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
14 func @reduce_op_arg0_wrong_type(%shape : !shape.shape, %init : !shape.size) {
16 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
27 func @reduce_op_arg1_wrong_type(%shape : !shape.shape, %init : !shape.size) {
29 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
51 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> f32 {
62 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
73 %num_elements = shape.reduce(%shape, %init) : !shape.shape -> !shape.size {
144 : !shape.shape, !shape.shape -> tensor<?xindex>
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/w3c-css/submitted/shapes1/
H A Dreftest.list3 # <shape-box> only
4 == shape-outside-margin-box-001.html shape-outside-margin-box-001-ref.html
5 == shape-outside-margin-box-002.html shape-outside-margin-box-002-ref.html
6 == shape-outside-border-box-001.html shape-outside-border-box-001-ref.html
7 == shape-outside-border-box-002.html shape-outside-border-box-002-ref.html
8 == shape-outside-padding-box-001.html shape-outside-padding-box-001-ref.html
40 == shape-outside-circle-032.html shape-outside-circle-032-ref.html
42 == shape-outside-circle-034.html shape-outside-circle-034-ref.html
43 == shape-outside-circle-035.html shape-outside-circle-035-ref.html
44 == shape-outside-circle-036.html shape-outside-circle-036-ref.html
[all …]

12345678910>>...423