HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 201 - 225 of 329) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 294 *end = _next; /* we'll be push forward later, if there's content here!*/
  /external/webkit/Source/WebCore/editing/
Editor.h 347 bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.cpp 149 void QGraphicsWKView::forward() function in class:QGraphicsWKView
151 page()->triggerAction(QWKPage::Forward);
  /external/zlib/contrib/delphi/
ZLib.pas 101 is read-only and unidirectional; you can seek forward in the stream, but not
103 allowed. Seeking forward decompresses data until the requested position in
  /ndk/
ndk-gdb 617 run $ADB_CMD forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET
  /packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java 95 // back/forward. Probably should be done inside onPageStarted.
98 mForwardButton = (ImageButton) findViewById(R.id.forward);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h 182 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
stl_multimap.h 180 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 94 : _Base(std::forward<map>(__x)), _Safe_base()
multimap.h 95 : _Base(std::forward<multimap>(__x)), _Safe_base()
multiset.h 92 : _Base(std::forward<multiset>(__x)), _Safe_base()
set.h 92 : _Base(std::forward<set>(__x)), _Safe_base()
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 599 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 182 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
stl_multimap.h 180 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 94 : _Base(std::forward<map>(__x)), _Safe_base()
multimap.h 95 : _Base(std::forward<multimap>(__x)), _Safe_base()
multiset.h 92 : _Base(std::forward<multiset>(__x)), _Safe_base()
set.h 92 : _Base(std::forward<set>(__x)), _Safe_base()
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 599 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 182 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
stl_multimap.h 180 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 94 : _Base(std::forward<map>(__x)), _Safe_base()
multimap.h 95 : _Base(std::forward<multimap>(__x)), _Safe_base()
multiset.h 92 : _Base(std::forward<multiset>(__x)), _Safe_base()

Completed in 1115 milliseconds

1 2 3 4 5 6 7 891011>>