Searched defs:chain (Results 1 - 25 of 90) sorted by relevance

1234

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dheapq.py132 from itertools import islice, count, imap, izip, tee, chain namespace
360 Similar to sorted(itertools.chain(*iterables)) but returns a generator,
406 return [min(chain(head, it))]
407 return [min(chain(head, it), key=key)]
444 return [max(chain(head, it))]
445 return [max(chain(head, it), key=key)]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dheapq.py132 from itertools import islice, count, imap, izip, tee, chain namespace
360 Similar to sorted(itertools.chain(*iterables)) but returns a generator,
406 return [min(chain(head, it))]
407 return [min(chain(head, it), key=key)]
444 return [max(chain(head, it))]
445 return [max(chain(head, it), key=key)]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Drefactor.py23 from itertools import chain namespace
97 for node_type in chain(pygram.python_grammar.symbol2number.itervalues(),
219 for fixer in chain(self.post_order, self.pre_order):
421 for fixer in chain(self.pre_order, self.post_order):
480 for fixer in chain(self.pre_order, self.post_order):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dseq_tests.py82 from itertools import chain, imap namespace
85 return chain(imap(lambda x:x, iterfunc(IterGen(Sequence(seqn)))))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Drefactor.py23 from itertools import chain namespace
97 for node_type in chain(pygram.python_grammar.symbol2number.itervalues(),
219 for fixer in chain(self.post_order, self.pre_order):
421 for fixer in chain(self.pre_order, self.post_order):
480 for fixer in chain(self.pre_order, self.post_order):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dseq_tests.py82 from itertools import chain, imap namespace
85 return chain(imap(lambda x:x, iterfunc(IterGen(Sequence(seqn)))))
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
H A Dname-lookup.h36 binding_entry chain; variable
68 /* Link to chain together various bindings for this name. */
189 /* A chain of _DECL nodes for all variables, constants, functions,
195 /* Count of elements in names chain. */
198 /* A chain of NAMESPACE_DECL nodes. */
227 a chain of BLOCK nodes for all the levels
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
H A Dname-lookup.h36 binding_entry chain; variable
68 /* Link to chain together various bindings for this name. */
189 /* A chain of _DECL nodes for all variables, constants, functions,
195 /* Count of elements in names chain. */
198 /* A chain of NAMESPACE_DECL nodes. */
227 a chain of BLOCK nodes for all the levels
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
H A Dname-lookup.h36 binding_entry chain; variable
68 /* Link to chain together various bindings for this name. */
189 /* A chain of _DECL nodes for all variables, constants, functions,
195 /* Count of elements in names chain. */
198 /* A chain of NAMESPACE_DECL nodes. */
227 a chain of BLOCK nodes for all the levels
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
H A Dname-lookup.h36 binding_entry chain; variable
68 /* Link to chain together various bindings for this name. */
189 /* A chain of _DECL nodes for all variables, constants, functions,
195 /* Count of elements in names chain. */
198 /* A chain of NAMESPACE_DECL nodes. */
227 a chain of BLOCK nodes for all the levels
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
H A Dtypelist.h63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< H
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
H A Dtypelist.h67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< H
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
H A Dtypelist.h67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dtypelist.h63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dtypelist.h63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dtypelist.h63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
H A Dtypelist.h63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dtypelist.h67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dtypelist.h68 struct chain struct in namespace:typelist
149 struct apply_<Fn, chain<Hd, Tl> >
171 struct apply_generator1_<Gn, chain<Hd, Tl> >
193 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
215 struct append_<chain<Hd, Tl>, Typelist_Chain>
221 typedef chain<Hd, typename append_type::type> type;
246 struct append_typelist_<chain<Hd, null_type> >
248 typedef chain<Hd, null_type> type;
252 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dtypelist.h67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dtypelist.h67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dtypelist.h68 struct chain struct in namespace:typelist
149 struct apply_<Fn, chain<Hd, Tl> >
171 struct apply_generator1_<Gn, chain<Hd, Tl> >
193 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
215 struct append_<chain<Hd, Tl>, Typelist_Chain>
221 typedef chain<Hd, typename append_type::type> type;
246 struct append_typelist_<chain<Hd, null_type> >
248 typedef chain<Hd, null_type> type;
252 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dtypelist.h67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dtypelist.h68 struct chain struct in namespace:typelist
149 struct apply_<Fn, chain<Hd, Tl> >
171 struct apply_generator1_<Gn, chain<Hd, Tl> >
193 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
215 struct append_<chain<Hd, Tl>, Typelist_Chain>
221 typedef chain<Hd, typename append_type::type> type;
246 struct append_typelist_<chain<Hd, null_type> >
248 typedef chain<Hd, null_type> type;
252 struct append_typelist_<chain< H
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dtypelist.h67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< H
[all...]

Completed in 565 milliseconds

1234