Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/scripts/python/
Dsched-migration.py18 from UserList import UserList
226 class TimeSliceList(UserList):
/external/chromium-trace/trace-viewer/third_party/six/documentation/
Dindex.rst655 | ``UserList`` | :class:`py2:UserList.UserList` | :class:`py3:collections.User…
/external/chromium-trace/trace-viewer/third_party/six/
DCHANGES86 - Pull request #33: Add import mappings for UserDict and UserList.
/external/lldb/source/Expression/
DIRForTarget.cpp1967 typedef SmallVector <llvm::Instruction*, 2> UserList; in ReplaceStaticLiterals() typedef
1969 typedef UserList::iterator UserIterator; in ReplaceStaticLiterals()
1972 UserList static_users; in ReplaceStaticLiterals()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp512 typedef SmallVector<ExternalUser, 16> UserList; typedef in __anonf9942ad60111::BoUpSLP
562 UserList ExternalUses;
1737 for (UserList::iterator I = ExternalUses.begin(), E = ExternalUses.end(); in getTreeCost()
2492 for (UserList::iterator it = ExternalUses.begin(), e = ExternalUses.end(); in vectorizeTree()