HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 251 - 275 of 613) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 169 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_stack.h 193 { c.emplace_back(std::forward<_Args>(__args)...); }
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 169 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 106 _M_value(std::forward<_Args>(__args)...) { }
252 * @brief Forward list iterator equality comparison.
261 * @brief Forward list iterator inequality comparison.
349 std::forward<_Args>(__args)...);
778 * with Tp(std::forward<Args>(args)...) at the front of the list
787 std::forward<_Args>(__args)...); }
834 * with T(std::forward<Args>(args)...) after the specified
843 std::forward<_Args>(__args)...)); }
    [all...]
stl_stack.h 196 { c.emplace_back(std::forward<_Args>(__args)...); }
stl_queue.h 222 { c.emplace_back(std::forward<_Args>(__args)...); }
506 c.emplace_back(std::forward<_Args>(__args)...);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 171 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 99 _M_value(std::forward<_Args>(__args)...) { }
245 * @brief Forward list iterator equality comparison.
254 * @brief Forward list iterator inequality comparison.
346 std::forward<_Args>(__args)...);
776 * with Tp(std::forward<Args>(args)...) at the front of the list
785 std::forward<_Args>(__args)...); }
832 * with T(std::forward<Args>(args)...) after the specified
841 std::forward<_Args>(__args)...)); }
    [all...]
stl_stack.h 196 { c.emplace_back(std::forward<_Args>(__args)...); }
stl_queue.h 222 { c.emplace_back(std::forward<_Args>(__args)...); }
508 c.emplace_back(std::forward<_Args>(__args)...);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 168 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /external/icu4c/data/brkitr/
word.txt 80 !!forward;
word_POSIX.txt 80 !!forward;
  /external/openssl/crypto/asn1/
x_x509a.c 176 ASN1_EXP_OPT(X509_CERT_PAIR, forward, X509, 0),
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAnchorElement07.js 78 The rel attribute contains the forward link type.
HTMLLinkElement06.js 78 The rel attribute specifies the forward link type.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAnchorElement07.js 78 The rel attribute contains the forward link type.
HTMLLinkElement06.js 78 The rel attribute specifies the forward link type.
  /external/webkit/Source/WebCore/css/
fullscreenQuickTime.css 130 video:-webkit-full-screen::-webkit-media-controls-seek-forward-button {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_queue.h 222 { c.emplace_back(std::forward<_Args>(__args)...); }
506 c.emplace_back(std::forward<_Args>(__args)...);
stl_list.h 133 : __detail::_List_node_base(), _M_data(std::forward<_Args>(__args)...)
444 * we start at the tail and move forward by one. When this member
515 std::forward<_Args>(__args)...);
977 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
1018 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_queue.h 222 { c.emplace_back(std::forward<_Args>(__args)...); }
506 c.emplace_back(std::forward<_Args>(__args)...);
stl_list.h 133 : __detail::_List_node_base(), _M_data(std::forward<_Args>(__args)...)
444 * we start at the tail and move forward by one. When this member
515 std::forward<_Args>(__args)...);
977 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
1018 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameView.mm 699 - (BOOL)_pageInBlockProgressionDirection:(BOOL)forward
705 return [self _pageVertically:isFlippedBlock ? !forward : forward];
706 return [self _pageHorizontally:isFlippedBlock ? !forward : forward];
903 // Check back/forward related keys.
    [all...]

Completed in 1156 milliseconds

<<11121314151617181920>>