Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 8 of 8) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_model.cpp32 for (int i = 0; i < UiAttr::MAX; i++) { in ToStr()
61 if (attrId >= UiAttr::MAX) { in SetAttr()
70 if (attrId >= UiAttr::MAX) { in GetAttr()
Dui_model.h61 MAX, // mark the max length enumerator
269 std::vector<string> attributeVec_ = std::vector<string>(UiAttr::MAX + 1);
/test/testfwk/arkxtest/uitest/test/
Dui_model_test.cpp42 ASSERT_EQ("none", widget.GetAttr(UiAttr::MAX)); in TEST()
44 widget.SetAttr(UiAttr::MAX, "wyz"); in TEST()
/test/xts/acts/hiviewdfx/hisyseventtest/hisyseventjstest/src/main/js/test/
DHiSysEvent.test.js101 MAX: Number.MAX_VALUE, property
145 MAX: Number.MAX_VALUE, property
189 MAX: Number.MAX_VALUE, property
233 MAX: Number.MAX_VALUE, property
/test/xts/acts/graphic/webGL/src/main/js/test/
DWebGL2.enum.js112 console.info("webgltest gl.MAX = ", gl.MAX);
113 expect(gl.MAX).assertEqual(0x8008);
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dwcharndk.cpp39 #define MAX (20) macro
542 wchar_t buffer[MAX]; in Swprintf()
543 int value = swprintf(buffer, MAX, L"%ls", hebrew_str); in Swprintf()
/test/xts/acts/hiviewdfx/crossplatform/hiviewdfxhilogetstest/src/main/ets/test/
Dhilog.test.ets422 …hilog.info(0x3200, "HILOGTEST", "MAX Number:%{public}d, MIN Number:%{public}d", Number.MAX_VALUE, …
/test/xts/acts/multimedia/audio/audio_js_standard/AudioManagerEnhance/src/main/ets/test/
DGetSystemVolumeInDb.test.ets273 …if (index == 'DEFAULT' || index == 'MAX' || index == 'INVALID' || index == 'NONE' || index == 'WAK…