Home
last modified time | relevance | path

Searched refs:numArray (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/kernel_lite/util_posix/src/
DActsUtilDataStructApiTest.cpp57 int numArray[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; variable
62 itemPtr = (int *)bsearch(&keyVal, numArray, sizeof(numArray) / sizeof(numArray[0]),
64 ASSERT_TRUE(&numArray[5] == itemPtr) << "ErrInfo: bsearch returnVal:='" << *itemPtr << "'";
73 int numArray[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; variable
78 itemPtr = (int *)bsearch(&keyVal, numArray, sizeof(numArray) / sizeof(numArray[0]),
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/State/
DStorageLink1.ets62 @State numArray: Array<number> = [1,2]
121 Button(`numArray: ${this.numArray}`).margin(3).width("100%")
125 this.numArray = AppStorage.get<Array<number>>('Prop8')
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventndktest/entry/src/main/cpp/
Dhiappeventndk.cpp35 int32_t numArray[] = {PARAM_1, INT32_MAX, INT32_MIN}; in OHHiAppEventWrite() local
36 …_HiAppEvent_AddInt32ArrayParam(list, "int32_arr_key", numArray, sizeof(numArray) / sizeof(numArray in OHHiAppEventWrite()
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/test/State/
DStorageLinkJsunit1.test.ets176 expect(obj8.$attrs.label).assertEqual('numArray: 2,3');
/test/xts/acts/distributeddatamgr/crossplatform/preferencesetstest/src/main/ets/test/
DPreferencesPromise.test.ets537 * @tc.desc : GetSync numArray interface test