| /foundation/arkui/ace_engine/test/unittest/core/layout/box/old_cases/ |
| D | box_layout_algorithm_test_old.cpp | 111 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 169 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 222 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 282 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 347 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 405 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 470 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 523 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 583 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 631 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/layout/ |
| D | layout_wrapper_test_ng.cpp | 780 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 821 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 860 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 925 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1077 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1116 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1163 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1201 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
| D | flex_testthree_ng.cpp | 539 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 633 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 717 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 797 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 854 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 911 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 952 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1010 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1113 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1202 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
| D | flex_test_ng.cpp | 475 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 574 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 678 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1051 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1134 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1219 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1304 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1390 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1475 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
| D | flex_testtwo_ng.cpp | 1006 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1147 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1282 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| D | text_test_ng.cpp | 895 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 919 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 945 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 1051 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 1078 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 1107 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 1141 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 1214 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 1276 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 1338 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable [all …]
|
| D | text_testtwo_ng.cpp | 624 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 676 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 701 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable
|
| D | text_testthree_ng.cpp | 223 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 250 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 394 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable
|
| D | text_testeight_ng.cpp | 940 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 962 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/blank/ |
| D | blank_test_ng.cpp | 155 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); in CreateFlexRow() local 560 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 628 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
| D | stage_test_ng.cpp | 1427 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
| D | side_bar_view_test_ng.cpp | 208 auto rowLayoutAlgorithm = rowPattern->CreateLayoutAlgorithm(); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
| D | text_field_pattern_test.cpp | 2601 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable
|