HomeSort by relevance Sort by last modified time
    Searched full:_fp (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/libcxx/include/
__functional_03 22 template<class _Fp> class __base;
102 template<class _Fp, class _Alloc, class _Rp>
103 class __func<_Fp, _Alloc, _Rp()>
106 __compressed_pair<_Fp, _Alloc> __f_;
108 explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
109 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
121 template<class _Fp, class _Alloc, class _Rp>
123 __func<_Fp, _Alloc, _Rp()>::__clone() const
134 template<class _Fp, class _Alloc, class _Rp>
136 __func<_Fp, _Alloc, _Rp()>::__clone(__base<_Rp()>* __p) cons
    [all...]
future 842 template <class _Rp, class _Fp>
848 _Fp __func_;
852 explicit __deferred_assoc_state(_Fp&& __f);
860 template <class _Rp, class _Fp>
862 __deferred_assoc_state<_Rp, _Fp>::__deferred_assoc_state(_Fp&& __f)
863 : __func_(_VSTD::forward<_Fp>(__f))
870 template <class _Rp, class _Fp>
872 __deferred_assoc_state<_Rp, _Fp>::__execute()
888 template <class _Fp>
    [all...]
thread 277 template <class _Fp, class ..._Args,
280 !is_same<typename decay<_Fp>::type, thread>::value
283 explicit thread(_Fp&& __f, _Args&&... __args);
285 template <class _Fp> explicit thread(_Fp __f);
332 template <class _Fp, class ..._Args, size_t ..._Indices>
335 __thread_execute(tuple<_Fp, _Args...>& __t, __tuple_indices<_Indices...>)
340 template <class _Fp>
345 std::unique_ptr<_Fp> __p(static_cast<_Fp*>(__vp))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio-lock.h 81 #define _IO_cleanup_region_start(_fct, _fp) \
82 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
91 # define _IO_acquire_lock(_fp) \
95 = (_fp); \
97 # define _IO_acquire_lock_clear_flags2(_fp) \
101 = (_fp); \
104 # define _IO_acquire_lock(_fp) _IO_acquire_lock_needs_exceptions_enabled
105 # define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio-lock.h 81 #define _IO_cleanup_region_start(_fct, _fp) \
82 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
91 # define _IO_acquire_lock(_fp) \
95 = (_fp); \
97 # define _IO_acquire_lock_clear_flags2(_fp) \
101 = (_fp); \
104 # define _IO_acquire_lock(_fp) _IO_acquire_lock_needs_exceptions_enabled
105 # define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio-lock.h 81 #define _IO_cleanup_region_start(_fct, _fp) \
82 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
91 # define _IO_acquire_lock(_fp) \
95 = (_fp); \
97 # define _IO_acquire_lock_clear_flags2(_fp) \
101 = (_fp); \
104 # define _IO_acquire_lock(_fp) _IO_acquire_lock_needs_exceptions_enabled
105 # define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_03 206 template<class _Fp> class _LIBCPP_TYPE_VIS_ONLY function; // undefined
211 template<class _Fp>
222 template<class _Fp>
233 template<class _Fp> class __base;
313 template<class _Fp, class _Alloc, class _Rp>
314 class __func<_Fp, _Alloc, _Rp()>
317 __compressed_pair<_Fp, _Alloc> __f_;
319 explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
320 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
332 template<class _Fp, class _Alloc, class _Rp
    [all...]
future 835 template <class _Rp, class _Fp>
841 _Fp __func_;
845 explicit __deferred_assoc_state(_Fp&& __f);
853 template <class _Rp, class _Fp>
855 __deferred_assoc_state<_Rp, _Fp>::__deferred_assoc_state(_Fp&& __f)
856 : __func_(_VSTD::forward<_Fp>(__f))
863 template <class _Rp, class _Fp>
865 __deferred_assoc_state<_Rp, _Fp>::__execute()
881 template <class _Fp>
    [all...]
thread 274 template <class _Fp, class ..._Args,
277 !is_same<typename decay<_Fp>::type, thread>::value
280 explicit thread(_Fp&& __f, _Args&&... __args);
282 template <class _Fp> explicit thread(_Fp __f);
329 template <class _Fp, class ..._Args, size_t ..._Indices>
332 __thread_execute(tuple<_Fp, _Args...>& __t, __tuple_indices<_Indices...>)
337 template <class _Fp>
342 std::unique_ptr<_Fp> __p(static_cast<_Fp*>(__vp))
    [all...]
functional     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_03 206 template<class _Fp> class _LIBCPP_TYPE_VIS_ONLY function; // undefined
211 template<class _Fp>
222 template<class _Fp>
233 template<class _Fp> class __base;
313 template<class _Fp, class _Alloc, class _Rp>
314 class __func<_Fp, _Alloc, _Rp()>
317 __compressed_pair<_Fp, _Alloc> __f_;
319 explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
320 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
332 template<class _Fp, class _Alloc, class _Rp
    [all...]
future 835 template <class _Rp, class _Fp>
841 _Fp __func_;
845 explicit __deferred_assoc_state(_Fp&& __f);
853 template <class _Rp, class _Fp>
855 __deferred_assoc_state<_Rp, _Fp>::__deferred_assoc_state(_Fp&& __f)
856 : __func_(_VSTD::forward<_Fp>(__f))
863 template <class _Rp, class _Fp>
865 __deferred_assoc_state<_Rp, _Fp>::__execute()
881 template <class _Fp>
    [all...]
thread 274 template <class _Fp, class ..._Args,
277 !is_same<typename decay<_Fp>::type, thread>::value
280 explicit thread(_Fp&& __f, _Args&&... __args);
282 template <class _Fp> explicit thread(_Fp __f);
329 template <class _Fp, class ..._Args, size_t ..._Indices>
332 __thread_execute(tuple<_Fp, _Args...>& __t, __tuple_indices<_Indices...>)
337 template <class _Fp>
342 std::unique_ptr<_Fp> __p(static_cast<_Fp*>(__vp))
    [all...]
functional     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 431 #define _IO_getc_unlocked(_fp) \
432 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
433 ? __uflow (_fp) : *(unsigned char *) (_fp)->_IO_read_ptr++)
434 #define _IO_peekc_unlocked(_fp) \
435 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
436 && __underflow (_fp) == EOF ? EOF \
437 : *(unsigned char *) (_fp)->_IO_read_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 433 #define _IO_getc_unlocked(_fp) \
434 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
435 ? __uflow (_fp) : *(unsigned char *) (_fp)->_IO_read_ptr++)
436 #define _IO_peekc_unlocked(_fp) \
437 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
438 && __underflow (_fp) == EOF ? EOF \
439 : *(unsigned char *) (_fp)->_IO_read_ptr
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
file_part.py 41 self._fp = open(filename, 'rb')
45 self._fp.seek(self._start)
55 return self._fp.tell() - self._start
60 size = min(size, self._end - self._fp.tell()) # Only read to our EOF
61 return self._fp.read(max(0, size))
65 return self._fp.seek(offset + self._end)
67 return self._fp.seek(offset, whence)
69 return self._fp.seek(self._start + offset)
72 self._fp.close()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_StringIO.py 24 self._fp = self.MODULE.StringIO(self._lines)
28 self.assertRaises(TypeError, self._fp.seek)
29 eq(self._fp.read(10), self._line[:10])
30 eq(self._fp.read(0), '')
31 eq(self._fp.readline(0), '')
32 eq(self._fp.readline(), self._line[10:] + '\n')
33 eq(len(self._fp.readlines(60)), 2)
34 self._fp.seek(0)
35 eq(self._fp.readline(-1), self._line + '\n')
94 eq(iter(self._fp), self._fp
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_StringIO.py 24 self._fp = self.MODULE.StringIO(self._lines)
28 self.assertRaises(TypeError, self._fp.seek)
29 eq(self._fp.read(10), self._line[:10])
30 eq(self._fp.read(0), '')
31 eq(self._fp.readline(0), '')
32 eq(self._fp.readline(), self._line[10:] + '\n')
33 eq(len(self._fp.readlines(60)), 2)
34 self._fp.seek(0)
35 eq(self._fp.readline(-1), self._line + '\n')
94 eq(iter(self._fp), self._fp
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 24 self._fp = self.MODULE.StringIO(self._lines)
28 self.assertRaises(TypeError, self._fp.seek)
29 eq(self._fp.read(10), self._line[:10])
30 eq(self._fp.read(0), '')
31 eq(self._fp.readline(0), '')
32 eq(self._fp.readline(), self._line[10:] + '\n')
33 eq(len(self._fp.readlines(60)), 2)
34 self._fp.seek(0)
35 eq(self._fp.readline(-1), self._line + '\n')
94 eq(iter(self._fp), self._fp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 24 self._fp = self.MODULE.StringIO(self._lines)
28 self.assertRaises(TypeError, self._fp.seek)
29 eq(self._fp.read(10), self._line[:10])
30 eq(self._fp.read(0), '')
31 eq(self._fp.readline(0), '')
32 eq(self._fp.readline(), self._line[10:] + '\n')
33 eq(len(self._fp.readlines(60)), 2)
34 self._fp.seek(0)
35 eq(self._fp.readline(-1), self._line + '\n')
94 eq(iter(self._fp), self._fp
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 60 self._fp = outfp
66 self._fp.write(s)
83 print >> self._fp, ufrom
106 oldfp = self._fp
108 self._fp = sfp = StringIO()
111 self._fp = oldfp
119 self._fp.write(sfp.getvalue())
143 print >> self._fp, '%s:' % h,
146 print >> self._fp, v
149 print >> self._fp, v.encode(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 60 self._fp = outfp
66 self._fp.write(s)
83 print >> self._fp, ufrom
106 oldfp = self._fp
108 self._fp = sfp = StringIO()
111 self._fp = oldfp
119 self._fp.write(sfp.getvalue())
143 print >> self._fp, '%s:' % h,
146 print >> self._fp, v
149 print >> self._fp, v.encode(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 60 self._fp = outfp
66 self._fp.write(s)
83 print >> self._fp, ufrom
106 oldfp = self._fp
108 self._fp = sfp = StringIO()
111 self._fp = oldfp
119 self._fp.write(sfp.getvalue())
143 print >> self._fp, '%s:' % h,
146 print >> self._fp, v
149 print >> self._fp, v.encode(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 60 self._fp = outfp
66 self._fp.write(s)
83 print >> self._fp, ufrom
106 oldfp = self._fp
108 self._fp = sfp = StringIO()
111 self._fp = oldfp
119 self._fp.write(sfp.getvalue())
143 print >> self._fp, '%s:' % h,
146 print >> self._fp, v
149 print >> self._fp, v.encode(
    [all...]

Completed in 1512 milliseconds

1 2 3 4