Searched defs:UserList (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dsandbox.py56 from UserList import UserList namespace
58 _mutable_set_types += (UserList,)
/external/chromium_org/tools/gyp/test/lib/
H A DTestCommon.py102 import UserList namespace
176 or isinstance(e, UserList.UserList)
H A DTestCmd.py233 import UserList namespace
254 or isinstance(e, UserList.UserList)
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dsched-migration.py18 from UserList import UserList namespace
226 class TimeSliceList(UserList):
/external/chromium_org/components/user_manager/
H A Duser.h277 typedef std::vector<User*> UserList; typedef in namespace:user_manager
/external/lldb/source/Expression/
H A DIRForTarget.cpp1967 typedef SmallVector <llvm::Instruction*, 2> UserList; typedef
1969 typedef UserList::iterator UserIterator;
1972 UserList static_users;
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp551 typedef SmallVector<ExternalUser, 16> UserList; typedef in class:__anon26372::BoUpSLP
555 UserList ExternalUses;
1391 for (UserList::iterator I = ExternalUses.begin(), E = ExternalUses.end();
1952 for (UserList::iterator it = ExternalUses.begin(), e = ExternalUses.end();

Completed in 610 milliseconds