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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 169 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 193 { c.emplace_back(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 169 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 193 { c.emplace_back(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 169 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /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...]
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/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...]
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...]
  /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...]
  /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) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 278 * "forward" is true or false, where forward means searching towards the right
279 * and not forward is obviously towards the left.
282 * @param forward if true, search forwards, otherwise search backwards when on node boundaries
284 * where the side depends on the forward parameter
286 public static Node getNode(IDocument document, int offset, boolean forward) {
292 if (!forward && offset <= region.getStartOffset()) {
299 } else if (forward && offset >= region.getEndOffset()) {
    [all...]
  /cts/tests/src/android/webkit/cts/
WebViewOnUiThread.java 311 public void findNext(final boolean forward) {
315 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.

Completed in 1249 milliseconds

1 2 3 4 5 6 7 891011>>