HomeSort by relevance Sort by last modified time
    Searched full:_rep (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
thread 270 template<typename _Rep, typename _Period>
272 sleep_for(const chrono::duration<_Rep, _Period>& __rtime)
future 312 template<typename _Rep, typename _Period>
314 wait_for(const chrono::duration<_Rep, _Period>& __rel)
526 template<typename _Rep, typename _Period>
528 wait_for(const chrono::duration<_Rep, _Period>& __rel) const
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
thread 261 template<typename _Rep, typename _Period>
263 sleep_for(const chrono::duration<_Rep, _Period>& __rtime)
future 335 template<typename _Rep, typename _Period>
337 wait_for(const chrono::duration<_Rep, _Period>& __rel)
579 template<typename _Rep, typename _Period>
581 wait_for(const chrono::duration<_Rep, _Period>& __rel) const
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 410 template <class _Rep, class _Period>
412 sleep_for(const chrono::duration<_Rep, _Period>& __d)
415 if (__d > duration<_Rep, _Period>::zero())
future 563 template <class _Rep, class _Period>
565 wait_for(const chrono::duration<_Rep, _Period>& __rel_time) const;
587 template <class _Rep, class _Period>
590 __assoc_sub_state::wait_for(const chrono::duration<_Rep, _Period>& __rel_time) const
1116 template <class _Rep, class _Period>
1119 wait_for(const chrono::duration<_Rep, _Period>& __rel_time) const
1220 template <class _Rep, class _Period>
1223 wait_for(const chrono::duration<_Rep, _Period>& __rel_time) const
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/
policy.l1.json 149 "stacktrace": ".*std::basic_string::_Rep::_S_create.*",
  /external/llvm/test/CodeGen/Thumb2/
2009-10-15-ITBlockBranch.ll 8 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep" = type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
thread 267 template<typename _Rep, typename _Period>
269 sleep_for(const chrono::duration<_Rep, _Period>& __rtime)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 68 * [_Rep]
76 * you cast it to a pointer-to-_Rep and subtract 1 to get a
82 * a single "add" instruction: _Rep::_M_data(), and
84 * block of raw bytes and with room enough and constructs a _Rep
88 * not the _Rep is so that the debugger can see the string
90 * the _Rep for the debugger to use, so users can check the actual
93 * Note that the _Rep object is a POD so that you can have a
94 * static "empty string" _Rep object already "constructed" before
97 * destroy the empty-string _Rep object.
126 // _Rep: string representatio
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 71 * [_Rep]
79 * you cast it to a pointer-to-_Rep and subtract 1 to get a
85 * a single @a add instruction: _Rep::_M_data(), and
87 * block of raw bytes and with room enough and constructs a _Rep
91 * not the _Rep is so that the debugger can see the string
93 * the _Rep for the debugger to use, so users can check the actual
96 * Note that the _Rep object is a POD so that you can have a
97 * static <em>empty string</em> _Rep object already @a constructed before
100 * destroy the empty-string _Rep object.
129 // _Rep: string representatio
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 71 * [_Rep]
79 * you cast it to a pointer-to-_Rep and subtract 1 to get a
85 * a single @a add instruction: _Rep::_M_data(), and
87 * block of raw bytes and with room enough and constructs a _Rep
91 * not the _Rep is so that the debugger can see the string
93 * the _Rep for the debugger to use, so users can check the actual
96 * Note that the _Rep object is a POD so that you can have a
97 * static <em>empty string</em> _Rep object already @a constructed before
100 * destroy the empty-string _Rep object.
129 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 68 * [_Rep]
76 * you cast it to a pointer-to-_Rep and subtract 1 to get a
82 * a single "add" instruction: _Rep::_M_data(), and
84 * block of raw bytes and with room enough and constructs a _Rep
88 * not the _Rep is so that the debugger can see the string
90 * the _Rep for the debugger to use, so users can check the actual
93 * Note that the _Rep object is a POD so that you can have a
94 * static "empty string" _Rep object already "constructed" before
97 * destroy the empty-string _Rep object.
126 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 68 * [_Rep]
76 * you cast it to a pointer-to-_Rep and subtract 1 to get a
82 * a single "add" instruction: _Rep::_M_data(), and
84 * block of raw bytes and with room enough and constructs a _Rep
88 * not the _Rep is so that the debugger can see the string
90 * the _Rep for the debugger to use, so users can check the actual
93 * Note that the _Rep object is a POD so that you can have a
94 * static "empty string" _Rep object already "constructed" before
97 * destroy the empty-string _Rep object.
126 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 68 * [_Rep]
76 * you cast it to a pointer-to-_Rep and subtract 1 to get a
82 * a single "add" instruction: _Rep::_M_data(), and
84 * block of raw bytes and with room enough and constructs a _Rep
88 * not the _Rep is so that the debugger can see the string
90 * the _Rep for the debugger to use, so users can check the actual
93 * Note that the _Rep object is a POD so that you can have a
94 * static "empty string" _Rep object already "constructed" before
97 * destroy the empty-string _Rep object.
126 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 68 * [_Rep]
76 * you cast it to a pointer-to-_Rep and subtract 1 to get a
82 * a single "add" instruction: _Rep::_M_data(), and
84 * block of raw bytes and with room enough and constructs a _Rep
88 * not the _Rep is so that the debugger can see the string
90 * the _Rep for the debugger to use, so users can check the actual
93 * Note that the _Rep object is a POD so that you can have a
94 * static "empty string" _Rep object already "constructed" before
97 * destroy the empty-string _Rep object.
126 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 71 * [_Rep]
79 * you cast it to a pointer-to-_Rep and subtract 1 to get a
85 * a single @a add instruction: _Rep::_M_data(), and
87 * block of raw bytes and with room enough and constructs a _Rep
91 * not the _Rep is so that the debugger can see the string
93 * the _Rep for the debugger to use, so users can check the actual
96 * Note that the _Rep object is a POD so that you can have a
97 * static <em>empty string</em> _Rep object already @a constructed before
100 * destroy the empty-string _Rep object.
129 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 73 * [_Rep]
81 * you cast it to a pointer-to-_Rep and subtract 1 to get a
87 * a single @a add instruction: _Rep::_M_data(), and
89 * block of raw bytes and with room enough and constructs a _Rep
93 * not the _Rep is so that the debugger can see the string
95 * the _Rep for the debugger to use, so users can check the actual
98 * Note that the _Rep object is a POD so that you can have a
99 * static <em>empty string</em> _Rep object already @a constructed before
102 * destroy the empty-string _Rep object.
131 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 71 * [_Rep]
79 * you cast it to a pointer-to-_Rep and subtract 1 to get a
85 * a single @a add instruction: _Rep::_M_data(), and
87 * block of raw bytes and with room enough and constructs a _Rep
91 * not the _Rep is so that the debugger can see the string
93 * the _Rep for the debugger to use, so users can check the actual
96 * Note that the _Rep object is a POD so that you can have a
97 * static <em>empty string</em> _Rep object already @a constructed before
100 * destroy the empty-string _Rep object.
129 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 73 * [_Rep]
81 * you cast it to a pointer-to-_Rep and subtract 1 to get a
87 * a single @a add instruction: _Rep::_M_data(), and
89 * block of raw bytes and with room enough and constructs a _Rep
93 * not the _Rep is so that the debugger can see the string
95 * the _Rep for the debugger to use, so users can check the actual
98 * Note that the _Rep object is a POD so that you can have a
99 * static <em>empty string</em> _Rep object already @a constructed before
102 * destroy the empty-string _Rep object.
131 // _Rep: string representatio
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 76 * [_Rep]
84 * you cast it to a pointer-to-_Rep and subtract 1 to get a
90 * a single @a add instruction: _Rep::_M_data(), and
92 * block of raw bytes and with room enough and constructs a _Rep
96 * not the _Rep is so that the debugger can see the string
98 * the _Rep for the debugger to use, so users can check the actual
101 * Note that the _Rep object is a POD so that you can have a
102 * static <em>empty string</em> _Rep object already @a constructed before
105 * destroy the empty-string _Rep object.
134 // _Rep: string representatio
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future 312 template<typename _Rep, typename _Period>
314 wait_for(const chrono::duration<_Rep, _Period>& __rel)
526 template<typename _Rep, typename _Period>
528 wait_for(const chrono::duration<_Rep, _Period>& __rel) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future 312 template<typename _Rep, typename _Period>
314 wait_for(const chrono::duration<_Rep, _Period>& __rel)
526 template<typename _Rep, typename _Period>
528 wait_for(const chrono::duration<_Rep, _Period>& __rel) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 312 template<typename _Rep, typename _Period>
314 wait_for(const chrono::duration<_Rep, _Period>& __rel)
526 template<typename _Rep, typename _Period>
528 wait_for(const chrono::duration<_Rep, _Period>& __rel) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 335 template<typename _Rep, typename _Period>
337 wait_for(const chrono::duration<_Rep, _Period>& __rel)
579 template<typename _Rep, typename _Period>
581 wait_for(const chrono::duration<_Rep, _Period>& __rel) const
    [all...]

Completed in 2231 milliseconds

1 2 34 5 6