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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 113 : __detail::_List_node_base(), _M_data(std::forward<_Args>(__args)...)
424 * we start at the tail and move forward by one. When this member
495 std::forward<_Args>(__args)...);
957 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
998 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
1024 * with T(std::forward<Args>(args)...) before the specified
    [all...]
shared_ptr_base.h 253 // Forward declarations.
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
519 std::forward<_Args>(__args)...);
987 std::forward<_Args>(__args)...)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_list.h 115 : __detail::_List_node_base(), _M_data(std::forward<_Args>(__args)...)
431 * we start at the tail and move forward by one. When this member
504 std::forward<_Args>(__args)...);
966 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
1007 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
    [all...]
shared_ptr_base.h 253 // Forward declarations.
403 std::forward<_Args>(__args)...); // might throw
526 std::forward<_Args>(__args)...);
997 std::forward<_Args>(__args)...)
1032 std::forward<_Args>(__args)...);
    [all...]
  /external/qemu/slirp/
ip_input.c 507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0; local
560 * yet; nothing to do except forward.
596 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr));
677 if (forward) {
  /external/qemu/slirp-android/
ip_input.c 507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0; local
560 * yet; nothing to do except forward.
596 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr));
677 if (forward) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 253 // Forward declarations.
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
519 std::forward<_Args>(__args)...);
987 std::forward<_Args>(__args)...)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
    [all...]
stl_map.h 526 { return _M_t._M_insert_unique(std::forward<_Pair>(__x)); }
580 std::forward<_Pair>(__x)); }
    [all...]
stl_multimap.h 449 { return _M_t._M_insert_equal(std::forward<_Pair>(__x)); }
487 std::forward<_Pair>(__x)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 253 // Forward declarations.
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
519 std::forward<_Args>(__args)...);
987 std::forward<_Args>(__args)...)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
    [all...]
stl_map.h 526 { return _M_t._M_insert_unique(std::forward<_Pair>(__x)); }
580 std::forward<_Pair>(__x)); }
    [all...]
stl_multimap.h 449 { return _M_t._M_insert_equal(std::forward<_Pair>(__x)); }
487 std::forward<_Pair>(__x)); }
  /cts/tests/src/android/webkit/cts/
WebViewOnUiThread.java 320 public void findNext(final boolean forward) {
324 mWebView.findNext(forward);
  /external/icu4c/test/cintltst/
cnormtst.c     [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
path.js 56 // Backslashes should get converted to forward slashes
standard-url.js 17 // Backslashes should get converted to forward slashes.
  /external/webkit/Source/WebKit/wx/
WebBrowserShell.cpp 154 wxBitmap forward = wxArtProvider::GetBitmap(wxART_GO_FORWARD, wxART_TOOLBAR, wxSize(32,32)); local
155 toolbar->AddTool(ID_FORWARD, forward, wxT("Next"));
WebFrame.cpp 272 bool wxWebFrame::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
275 return m_impl->frame->editor()->findString(string, forward, caseSensitive, wrapSelection, startInSelection);
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 225 /* [in] */ BOOL forward,
230 /* [in] */ BOOL forward) { return E_NOTIMPL; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_queue.h 229 { c.emplace_back(std::forward<_Args>(__args)...); }
527 c.emplace_back(std::forward<_Args>(__args)...);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
map.h 223 = _Base::insert(std::forward<_Pair>(__x));
255 std::forward<_Pair>(__x)), this);
multimap.h 207 { return iterator(_Base::insert(std::forward<_Pair>(__x)), this); }
236 std::forward<_Pair>(__x)), this);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
map.h 264 = _Base::insert(std::forward<_Pair>(__x));
304 = iterator(_Base::insert(__position, std::forward<_Pair>(__x)));
multimap.h 192 { return iterator(_Base::insert(std::forward<_Pair>(__x))); }
216 std::forward<_Pair>(__x))); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
map.h 223 = _Base::insert(std::forward<_Pair>(__x));
255 std::forward<_Pair>(__x)), this);

Completed in 887 milliseconds

<<11121314151617181920>>