HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 226 - 250 of 479) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/bits/
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/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/bits/
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/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/x86_64-linux-glibc2.7-4.6/x86_64-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/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 229 { c.emplace_back(std::forward<_Args>(__args)...); }
527 c.emplace_back(std::forward<_Args>(__args)...);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 229 { c.emplace_back(std::forward<_Args>(__args)...); }
527 c.emplace_back(std::forward<_Args>(__args)...);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 229 { c.emplace_back(std::forward<_Args>(__args)...); }
527 c.emplace_back(std::forward<_Args>(__args)...);
  /external/chromium/base/win/
pe_image_unittest.cc 20 LPCSTR forward,
  /external/chromium/chrome/browser/automation/
automation_provider.h 204 bool forward,
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 526 // (|forward| is false).
527 void SelectRelativeTab(bool forward);
  /external/opencv/ml/src/
mlcnn.cpp 268 CV_CALL(layer->forward( layer, X[k], X[k+1] ));
289 CV_CALL(layer->forward( layer, X[k], X[k+1] ));
290 CV_CALL(layer->forward( layer, X[k], X[k+1] ));
360 CV_CALL(layer->forward( layer, X[k], X[k+1] ));
578 CvCNNLayerRelease release, CvCNNLayerForward forward, CvCNNLayerBackward backward )
585 CV_ASSERT( release && forward && backward )
619 layer->forward = forward;
812 * Layer FORWARD functions *
    [all...]
  /external/openssh/regress/
Makefile 46 dynamic-forward \
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.h 177 EAPI Eina_Bool ewk_frame_text_search(const Evas_Object *o, const char *string, Eina_Bool case_sensitive, Eina_Bool forward, Eina_Bool wrap);

Completed in 1296 milliseconds

1 2 3 4 5 6 7 8 91011>>