Searched refs:oldList (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp141 Vector<OwnPtr<Digest> > oldList; local
143 oldList.append(createDigest(child, 0));
160 if (!innerPatchChildren(parentNode, oldList, newList, exceptionState)) {
213 DOMPatchSupport::diff(const Vector<OwnPtr<Digest> >& oldList, const Vector<OwnPtr<Digest> >& newList) argument
216 ResultMap oldMap(oldList.size());
229 for (size_t i = 0; i < oldList.size() && i < newList.size() && oldList[i]->m_sha1 == newList[i]->m_sha1; ++i) {
230 oldMap[i].first = oldList[i].get();
235 for (size_t i = 0; i < oldList.size() && i < newList.size() && oldList[oldLis
298 innerPatchChildren(ContainerNode* parentNode, const Vector<OwnPtr<Digest> >& oldList, const Vector<OwnPtr<Digest> >& newList, ExceptionState& exceptionState) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp145 std::vector<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange) argument
150 std::vector<tcu::IVec2>::const_iterator oldListIter = oldList.begin();
153 for (; oldListIter != oldList.end() && oldListIter->x()+oldListIter->y() < newRange.x(); ++oldListIter)
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
169 for (; oldListIter != oldList.end(); oldListIter++)
/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp145 std::vector<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange) argument
150 std::vector<tcu::IVec2>::const_iterator oldListIter = oldList.begin();
153 for (; oldListIter != oldList.end() && oldListIter->x()+oldListIter->y() < newRange.x(); ++oldListIter)
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
169 for (; oldListIter != oldList.end(); oldListIter++)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c4686 xmlNodeSetPtr list = NULL, oldList; local
4717 oldList = ctxt->nodeList;
5053 ctxt->nodeList = oldList;
5461 xmlNodeSetPtr oldList; local
5499 oldList = ctxt->nodeList;
5639 ctxt->nodeList = oldList;

Completed in 155 milliseconds