Searched defs:first (Results 126 - 150 of 1850) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_pair.h92 * @tparam _T1 Type of first object.
98 typedef _T1 first_type; /// @c first_type is the first bound type
101 _T1 first; /// @c first is a copy of the first object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), secon
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_pair.h92 * @tparam _T1 Type of first object.
98 typedef _T1 first_type; /// @c first_type is the first bound type
101 _T1 first; /// @c first is a copy of the first object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), secon
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_pair.h92 * @tparam _T1 Type of first object.
98 typedef _T1 first_type; /// @c first_type is the first bound type
101 _T1 first; /// @c first is a copy of the first object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), secon
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_pair.h92 * @tparam _T1 Type of first object.
98 typedef _T1 first_type; /// @c first_type is the first bound type
101 _T1 first; /// @c first is a copy of the first object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), secon
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_generators.py84 This may be surprising at first:
336 ... first, rest = x[0], x[1:]
337 ... # A combination does or doesn't contain first.
340 ... c.insert(0, first)
342 ... # If it doesn't contain first, it's a k comb of rest.
529 in increasing order, where i,j,k >= 0. Trickier than it may look at first!
633 ... g.next() # throw first away
656 - produce at least a first element without presupposing the existence of
714 ... fibTail.next() # throw first away
1175 # Generate the first mov
1176 def first(): function in function:Knights.__init__
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_generators.py84 This may be surprising at first:
336 ... first, rest = x[0], x[1:]
337 ... # A combination does or doesn't contain first.
340 ... c.insert(0, first)
342 ... # If it doesn't contain first, it's a k comb of rest.
529 in increasing order, where i,j,k >= 0. Trickier than it may look at first!
633 ... g.next() # throw first away
656 - produce at least a first element without presupposing the existence of
714 ... fibTail.next() # throw first away
1175 # Generate the first mov
1176 def first(): function in function:Knights.__init__
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h92 * @tparam _T1 Type of first object.
98 typedef _T1 first_type; /// @c first_type is the first bound type
101 _T1 first; /// @c first is a copy of the first object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), secon
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_iter_iter.pass.cpp28 typename S::const_iterator first = s.begin() + pos1; local
30 typename S::size_type xlen = last - first;
31 s.replace(first, last, f, l);
43 typename S::const_iterator first = s.begin() + pos1; local
47 s.replace(first, last, f, l);
H A Diter_iter_pointer_size.pass.cpp28 typename S::const_iterator first = s.begin() + pos1; local
30 typename S::size_type xlen = last - first;
31 s.replace(first, last, str, n2);
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h92 * @tparam _T1 Type of first object.
98 typedef _T1 first_type; /// @c first_type is the first bound type
101 _T1 first; /// @c first is a copy of the first object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), secon
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h92 * @tparam _T1 Type of first object.
98 typedef _T1 first_type; /// @c first_type is the first bound type
101 _T1 first; /// @c first is a copy of the first object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), secon
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_iter_iter.pass.cpp27 typename S::const_iterator first = s.begin() + pos1; local
29 typename S::size_type xlen = last - first;
30 s.replace(first, last, f, l);
H A Diter_iter_pointer_size.pass.cpp29 typename S::const_iterator first = s.begin() + pos1; local
31 typename S::size_type xlen = last - first;
32 s.replace(first, last, str, n2);
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h92 * @tparam _T1 Type of first object.
98 typedef _T1 first_type; /// @c first_type is the first bound type
101 _T1 first; /// @c first is a copy of the first object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), secon
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_iter_iter.pass.cpp28 typename S::const_iterator first = s.begin() + pos1; local
30 typename S::size_type xlen = last - first;
31 s.replace(first, last, f, l);
43 typename S::const_iterator first = s.begin() + pos1; local
47 s.replace(first, last, f, l);
H A Diter_iter_pointer_size.pass.cpp28 typename S::const_iterator first = s.begin() + pos1; local
30 typename S::size_type xlen = last - first;
31 s.replace(first, last, str, n2);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_generators.py84 This may be surprising at first:
336 ... first, rest = x[0], x[1:]
337 ... # A combination does or doesn't contain first.
340 ... c.insert(0, first)
342 ... # If it doesn't contain first, it's a k comb of rest.
529 in increasing order, where i,j,k >= 0. Trickier than it may look at first!
633 ... g.next() # throw first away
656 - produce at least a first element without presupposing the existence of
714 ... fibTail.next() # throw first away
1175 # Generate the first mov
1176 def first(): function in function:Knights.__init__
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
H A Dutil.py71 def first(s, sorted=False): function
73 Return the first element of a set.
75 It sometimes useful to return the first element from a set but,
77 will return the first element from a set. If sorted is True, then
78 the set will first be sorted (making this an expensive operation).
171 def cmp(first, second):
172 return (first > second) - (second > first)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_generators.py84 This may be surprising at first:
336 ... first, rest = x[0], x[1:]
337 ... # A combination does or doesn't contain first.
340 ... c.insert(0, first)
342 ... # If it doesn't contain first, it's a k comb of rest.
529 in increasing order, where i,j,k >= 0. Trickier than it may look at first!
633 ... g.next() # throw first away
656 - produce at least a first element without presupposing the existence of
714 ... fibTail.next() # throw first away
1175 # Generate the first mov
1176 def first(): function in function:Knights.__init__
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Diterator.h68 ++_Base::first; member in class:__gnu_parallel::_IteratorPair::_Base
76 { return _IteratorPair(_Base::first++, _Base::second++); }
82 --_Base::first;
90 { return _IteratorPair(_Base::first--, _Base::second--); }
99 _Base::first = __other.first; member in class:__gnu_parallel::_IteratorPair::_Base
106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta);
111 { return _Base::first - __other.first; }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Diterator.h68 ++_Base::first; member in class:__gnu_parallel::_IteratorPair::_Base
76 { return _IteratorPair(_Base::first++, _Base::second++); }
82 --_Base::first;
90 { return _IteratorPair(_Base::first--, _Base::second--); }
99 _Base::first = __other.first; member in class:__gnu_parallel::_IteratorPair::_Base
106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta);
111 { return _Base::first - __other.first; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Diterator.h68 ++_Base::first; member in class:__gnu_parallel::_IteratorPair::_Base
76 { return _IteratorPair(_Base::first++, _Base::second++); }
82 --_Base::first;
90 { return _IteratorPair(_Base::first--, _Base::second--); }
99 _Base::first = __other.first; member in class:__gnu_parallel::_IteratorPair::_Base
106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta);
111 { return _Base::first - __other.first; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddwrite_1.h30 UINT32 first; member in struct:DWRITE_UNICODE_RANGE
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
H A Diterator.h68 ++_Base::first; member in class:__gnu_parallel::_IteratorPair::_Base
76 { return _IteratorPair(_Base::first++, _Base::second++); }
82 --_Base::first;
90 { return _IteratorPair(_Base::first--, _Base::second--); }
99 _Base::first = __other.first; member in class:__gnu_parallel::_IteratorPair::_Base
106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta);
111 { return _Base::first - __other.first; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Ddwrite_1.h30 UINT32 first; member in struct:DWRITE_UNICODE_RANGE

Completed in 5664 milliseconds

1234567891011>>