Home
last modified time | relevance | path

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

/external/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp67 NodeStackEntry &curEntry = m_nodeStack.back(); in pruneStack() local
68 const bool isPkg = curEntry.node->getNodeType() == NODETYPE_PACKAGE; in pruneStack()
72 if (curEntry.node) // Just in case we are in in pruneStack()
76 if (curEntry.node->getNodeType() == NODETYPE_GROUP) in pruneStack()
77 m_inflater.leaveGroupNode(static_cast<TestCaseGroup *>(curEntry.node)); in pruneStack()
78 else if (curEntry.node->getNodeType() == NODETYPE_PACKAGE) in pruneStack()
79 m_inflater.leaveTestPackage(static_cast<TestPackage *>(curEntry.node)); in pruneStack()
81 DE_ASSERT(curEntry.children.empty()); in pruneStack()
83 curEntry.node = DE_NULL; in pruneStack()
84 curEntry.children.clear(); in pruneStack()
/external/deqp/executor/tools/
DxeExtractShaderPrograms.cpp115 StackEntry& curEntry = itemListStack.back(); in extractShaderPrograms() local
117 if (curEntry.curNdx < curEntry.list->getNumItems()) in extractShaderPrograms()
119 const xe::ri::Item& curItem = curEntry.list->getItem(curEntry.curNdx); in extractShaderPrograms()
120 curEntry.curNdx += 1; in extractShaderPrograms()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java250 theme_entry curEntry = curEntries[e]; in applyStyle() local
261 curEntry.value.dataType); in applyStyle()
263 if (force || (curEntry.value.dataType == TYPE_NULL in applyStyle()
264 && curEntry.value.data != Res_value.DATA_NULL_EMPTY)) { in applyStyle()
265 curEntry.stringBlock = bag_entry.stringBlock; in applyStyle()
266 curEntry.typeSpecFlags |= bagTypeSpecFlags.get(); in applyStyle()
267 curEntry.value = new Res_value(bag_entry.map.value); in applyStyle()
DResTable.java2868 int curEntry = 0; in getBagLocked() local
2876 ALOGI("Now at %s\n", curEntry); in getBagLocked()
2894 (int) curEntry, (int) newName.get()); in getBagLocked()
2901 while ((isInside=(curEntry < set.numAttrs)) in getBagLocked()
2902 && (oldName=entries[curEntry].map.name.ident) < newName.get()) { in getBagLocked()
2905 curEntry, entries[curEntry].map.name.ident); in getBagLocked()
2907 curEntry++; in getBagLocked()
2931 System.arraycopy(entries, curEntry, entries, curEntry + 1, set.numAttrs - curEntry); in getBagLocked()
2932 entries[curEntry] = null; in getBagLocked()
2936 ALOGI("#0x%x: Inserting new attribute: 0x%08x\n", curEntry, newName.get()); in getBagLocked()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh710 unsigned curEntry = (unsigned) _.startUnicodeValue + addcnt; in copy() local
711 if (!unicodes->has (curEntry)) continue; in copy()
714 lastCode = curEntry; in copy()
715 else if (lastCode + count != curEntry) in copy()
722 lastCode = curEntry; in copy()