Home
last modified time | relevance | path

Searched refs:newList (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dmsvc9compiler.py212 newList = []
214 if i not in newList:
215 newList.append(i)
216 newVariable = os.pathsep.join(newList)
/device/google/contexthub/firmware/os/core/
Dseos.c1069 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */ in osInternalEvtHandle() local
1070 if (newList) { in osInternalEvtHandle()
1071 … memcpy(newList, task->subbedEvents, sizeof(uint32_t[task->subbedEvtListSz])); in osInternalEvtHandle()
1074 task->subbedEvents = newList; in osInternalEvtHandle()