Searched refs:ListType (Results 1 - 25 of 39) sorted by relevance

12

/external/perfetto/src/tracing/core/
H A Dpatch_list.h67 using ListType = std::forward_list<Patch>;
68 using value_type = ListType::value_type; // For gtest.
69 using const_iterator = ListType::const_iterator; // For gtest.
97 ListType::const_iterator begin() const { return list_.begin(); }
98 ListType::const_iterator end() const { return list_.end(); }
102 ListType list_;
103 ListType::iterator last_;
/external/toolchain-utils/cros_utils/
H A Dpstat.py135 if type(source) not in [ListType, TupleType]:
138 if type(addon) not in [ListType, TupleType]:
181 if type(source) not in [ListType, TupleType]:
183 if type(addon) not in [ListType, TupleType]:
187 if type(source[0]) not in [ListType, TupleType]:
188 if type(addon[0]) not in [ListType, TupleType]:
195 if type(addon[0]) not in [ListType, TupleType]:
218 if type(cnums) in [ListType, TupleType]: # if multiple columns to get
263 if type(keepcols) not in [ListType, TupleType]:
265 if type(collapsecols) not in [ListType, TupleTyp
[all...]
H A Dstats.py524 if type(defaultreallimits) not in [ListType, TupleType] or len(
1640 if type(listoflists[0]) not in [ListType, TupleType]:
1916 geometricmean = Dispatch((lgeometricmean, (ListType, TupleType)),)
1917 harmonicmean = Dispatch((lharmonicmean, (ListType, TupleType)),)
1918 mean = Dispatch((lmean, (ListType, TupleType)),)
1919 median = Dispatch((lmedian, (ListType, TupleType)),)
1920 medianscore = Dispatch((lmedianscore, (ListType, TupleType)),)
1921 mode = Dispatch((lmode, (ListType, TupleType)),)
1924 moment = Dispatch((lmoment, (ListType, TupleType)),)
1925 variation = Dispatch((lvariation, (ListType, TupleTyp
[all...]
/external/python/cpython2/Lib/email/test/
H A Dtest_email_torture.py13 from types import ListType namespace
55 eq(type(payload), ListType)
/external/python/cpython2/Lib/wsgiref/
H A Dheaders.py8 from types import ListType, TupleType namespace
35 if type(headers) is not ListType:
H A Dvalidate.py116 from types import DictType, StringType, TupleType, ListType namespace
383 assert_(type(headers) is ListType,
/external/python/cpython2/Lib/
H A Dtypes.py39 ListType = list variable
/external/python/cpython2/Demo/parser/
H A Dexample.py14 from types import ListType, TupleType namespace
141 if type(pattern) is ListType: # 'variables' are ['varname']
/external/selinux/gui/
H A Dhtml_util.py161 elif type(body_component) in [TupleType, ListType]:
166 if type(result) in [TupleType, ListType]:
/external/jsoncpp/test/
H A Dpyjsontestrunner.py27 elif ty is types.ListType:
/external/libchrome/base/
H A Dobserver_list.h171 typedef std::vector<ObserverType*> ListType; typedef in class:base::ObserverListBase
173 ListType observers_;
285 typename ListType::iterator it =
309 for (typename ListType::iterator it = observers_.begin();
/external/python/cpython2/Lib/distutils/
H A Dextension.py107 assert (type(sources) is ListType and
/external/python/cpython2/Lib/idlelib/
H A DObjectBrowser.py123 ListType: SequenceTreeItem,
/external/autotest/cli/
H A Daction_common.py87 if isinstance(values, types.ListType):
/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h368 template <typename ListType, typename ElementType>
371 typedef OpArgIterator<ListType, ElementType> ME;
372 OpArgIterator(const ListType* list, int i) : list_(list), i_(i) {}
385 const ListType* const list_;
/external/v8/tools/
H A Dgc-nvp-trace-processor.py65 if type(field) is types.ListType:
/external/llvm/lib/TableGen/
H A DTGParser.cpp1310 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); local
1311 if (!ListType) {
1316 GivenListTy = ListType;
1773 ListRecTy *ListType = dyn_cast<ListRecTy>(ValueType); local
1774 if (!ListType) {
1778 IterType = ListType->getElementType();
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp359 typedef std::vector<unsigned> ListType; typedef in class:__anon14343::OrderedRegisterList
372 typedef ListType::iterator iterator;
373 typedef ListType::const_iterator const_iterator;
382 ListType Seq;
/external/python/cpython2/Lib/plat-mac/
H A Daepack.py109 if isinstance(x, ListType):
/external/python/cpython2/Tools/webchecker/
H A Dtktools.py336 if t in (ListType, TupleType):
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1552 // a list structure (ListType) and creating a combining matcher from such a
1561 typedef ::std::pair<Head, typename MatcherListTail::ListType> ListType; typedef in struct:testing::internal::MatcherList
1567 static ListType BuildList(const Head& matcher, const Tail&... tail) {
1568 return ListType(matcher, MatcherListTail::BuildList(tail...));
1576 static Matcher<T> CreateMatcher(const ListType& matchers) {
1588 typedef ::std::pair<Matcher1, Matcher2> ListType; typedef in struct:testing::internal::MatcherList
1590 static ListType BuildList(const Matcher1& matcher1,
1596 static Matcher<T> CreateMatcher(const ListType& matchers) {
1625 const typename MatcherListType::ListType matchers
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h1552 // a list structure (ListType) and creating a combining matcher from such a
1561 typedef ::std::pair<Head, typename MatcherListTail::ListType> ListType; typedef in struct:testing::internal::MatcherList
1567 static ListType BuildList(const Head& matcher, const Tail&... tail) {
1568 return ListType(matcher, MatcherListTail::BuildList(tail...));
1576 static Matcher<T> CreateMatcher(const ListType& matchers) {
1588 typedef ::std::pair<Matcher1, Matcher2> ListType; typedef in struct:testing::internal::MatcherList
1590 static ListType BuildList(const Matcher1& matcher1,
1596 static Matcher<T> CreateMatcher(const ListType& matchers) {
1625 const typename MatcherListType::ListType matchers
[all...]
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DRecord.cpp618 ListRecTy *ListType = dynamic_cast<ListRecTy *>(getType()); local
619 assert(ListType && "Bad type for ListInit!");
620 RecTy *EltTy = ListType->getElementType();
1061 ListRecTy *ListType = dynamic_cast<ListRecTy*>(Type); local
1075 if ((MHSd && DagType) || (MHSl && ListType)) {
H A DTGParser.cpp1154 ListRecTy *ListType = dynamic_cast<ListRecTy*>(ItemType); local
1155 if (ListType == 0) {
1162 GivenListTy = ListType;
/external/python/cpython2/Lib/distutils/command/
H A Dbuild_ext.py453 if sources is None or type(sources) not in (ListType, TupleType):

Completed in 2042 milliseconds

12