Searched refs:MAX (Results 1 – 8 of 8) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | ui_model.cpp | 32 for (int i = 0; i < UiAttr::MAX; i++) { in ToStr() 61 if (attrId >= UiAttr::MAX) { in SetAttr() 70 if (attrId >= UiAttr::MAX) { in GetAttr()
|
D | ui_model.h | 61 MAX, // mark the max length enumerator 269 std::vector<string> attributeVec_ = std::vector<string>(UiAttr::MAX + 1);
|
/test/testfwk/arkxtest/uitest/test/ |
D | ui_model_test.cpp | 42 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/ |
D | HiSysEvent.test.js | 101 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/ |
D | WebGL2.enum.js | 112 console.info("webgltest gl.MAX = ", gl.MAX); 113 expect(gl.MAX).assertEqual(0x8008);
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | wcharndk.cpp | 39 #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/ |
D | hilog.test.ets | 422 …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/ |
D | GetSystemVolumeInDb.test.ets | 273 …if (index == 'DEFAULT' || index == 'MAX' || index == 'INVALID' || index == 'NONE' || index == 'WAK…
|