Home
last modified time | relevance | path

Searched defs:cases (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/examples/input_device_display_bind/src/
H A Dinput_device_display_bind.cpp51 int32_t cases = 0; in main() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/
H A Dupdate_case.py202 def build_cases(hcgen_path, cases): argument
H A Dhcgen_test.py247 def test_cases(cases): argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_test_ng.cpp1695 std::vector<SizeF> cases = { { 1, 1 }, { 1, Infinity<float>() }, { Infinity<float>(), 1 }, variable
1731 std::vector<std::vector<SizeF>> cases = { { { 0, 0 }, { 720, 1440 }, { 0, 0 } }, variable
1988 std::vector<std::vector<int>> cases = { variable
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp478 PropCase cases[] { in TestDefineProperty() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp1615 …std::vector<std::vector<int>> cases = { { 1, 1, 2, 2 }, { 1, 2, 2, 2 }, { 1, 1, 1, 2 }, { 1, 2, 1,… variable
H A Drich_editor_test_ng.cpp1745 std::vector<KeyCode> cases = { KeyCode::KEY_DPAD_UP, KeyCode::KEY_DPAD_DOWN, KeyCode::KEY_TAB, variable
2222 …std::vector<std::vector<int>> cases = { { 1, 1, 2, 2 }, { 1, 2, 2, 2 }, { 1, 1, 1, 2 }, { 1, 2, 1,… variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp91 std::vector<Offset> cases = { Offset(1, 1), Offset(21, 21) }; variable