Searched refs:nodeDataList (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h110 NodeDataList nodeDataList; member in class:PBQP::HeuristicSolverImpl
419 nodeDataList.push_back(NodeData());
420 g.setNodeData(nItr, &nodeDataList.back());
589 nodeDataList.clear();
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1854 Vector<TouchNodeData> nodeDataList; local
1906 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end();
1907 for (Vector<TouchNodeData>::const_iterator n = nodeDataList.begin(); n != nlast; ++n) {
1937 for (int i = nodeDataList.size() - 1; i >= 0; i--) {
1938 TouchNodeData n = nodeDataList.at(i);
1946 nodeDataList.remove(i);
1953 nodeDataList.append(newNode);
1956 if (!nodeDataList.size()) {
1966 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end();
1967 for (Vector<TouchNodeData>::const_iterator n = nodeDataList
[all...]

Completed in 85 milliseconds