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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClearHistoryTest.java 52 assertTrue("Should be able to go forward",
58 assertFalse("Should not be able to go forward",
  /external/chromium_org/chrome/browser/ui/gtk/
back_forward_button_gtk.h 20 // When clicked, these buttons will navigate forward or backward. When
58 // Whether this button is a forward button.
  /external/chromium_org/media/base/
seekable_buffer.cc 67 // Since the forward capacity is only used to check the criteria for buffer
81 // Advise the user to stop append if the amount of forward bytes exceeds
82 // the forward capacity. A false return value means the user should stop
94 // Return true if we have forward capacity.
108 // Perform seeking forward only if we have enough bytes in the queue.
143 // Forward bytes increases and backward bytes decreases by the amount
209 // |data| is NULL if we are seeking forward, so there's no need to copy.
247 // We have less forward bytes and more backward bytes. Updates these
  /external/chromium_org/third_party/freetype/src/autofit/
afpic.c 26 /* forward declaration of PIC init functions from afmodule.c */
30 /* forward declaration of PIC init functions from script classes */
  /external/clang/test/Analysis/
rdar-6540084.m 13 @class NSMutableArray, NSIndexSet, NSView, NSPredicate, NSString, NSViewAnimation, NSTimer; // expected-note{{forward declaration of class here}}
25 NSPredicate *isSearchablePredicate = [NSPredicate predicateWithFormat:@"isSearchable == YES"]; // expected-warning{{receiver 'NSPredicate' is a forward class and corresponding}} // expected-warning{{return type defaults to 'id'}}
  /external/clang/test/Parser/
missing-end-4.m 35 @protocol P; // forward declarations of protocols in @implementations is allowed
36 @class C; // forward declarations of classes in @implementations is allowed
  /external/clang/test/SemaCXX/
incomplete-call.cpp 2 struct A; // expected-note 14 {{forward declaration of 'A'}}
45 struct C; // expected-note{{forward declaration}}
  /external/clang/test/SemaObjC/
property-9.m 99 @class MDAInstance; // expected-note {{forward declaration of class here}}
106 return d.instance.path; // expected-error {{property 'path' cannot be found in forward class object 'MDAInstance'}}
  /external/dropbear/
dbclient.1 34 Forward the port
43 Forward the port
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingService.java 64 * {@link #startAndWait()} to forward to this implementation.
74 * {@link #stopAndWait()} to forward to this implementation.
  /external/iptables/extensions/
libipt_addrtype.man 55 .B FORWARD
66 .B FORWARD
  /external/speex/libspeex/
fftwrap.h 46 /** Forward (real to half-complex) transform */
52 /** Forward (real to half-complex) transform of float data */
  /frameworks/base/tests/TileBenchmark/res/layout/
playback.xml 41 android:id="@+id/forward"
44 android:text="@string/forward"
  /packages/apps/UnifiedEmail/res/layout-land/
conversation_message_upper_header_actions.xml 41 android:id="@+id/forward"
44 android:contentDescription="@string/forward" />
  /packages/apps/UnifiedEmail/res/layout-sw600dp/
conversation_message_upper_header_actions.xml 41 android:id="@+id/forward"
44 android:contentDescription="@string/forward" />
  /external/chromium/base/
linked_list_unittest.cc 35 // tail to head, as determined by |forward|), we get back |node_ids|,
38 int num_nodes, const int* node_ids, bool forward) {
40 for (const LinkNode<Node>* node = (forward ? list.head() : list.tail());
42 node = (forward ? node->next() : node->previous())) {
44 int index_of_id = forward ? i : num_nodes - i - 1;
55 SCOPED_TRACE("Iterating forward (from head to tail)");
  /external/chromium_org/base/containers/
linked_list_unittest.cc 35 // tail to head, as determined by |forward|), we get back |node_ids|,
38 int num_nodes, const int* node_ids, bool forward) {
40 for (const LinkNode<Node>* node = (forward ? list.head() : list.tail());
42 node = (forward ? node->next() : node->previous())) {
44 int index_of_id = forward ? i : num_nodes - i - 1;
55 SCOPED_TRACE("Iterating forward (from head to tail)");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
move.h 1 // Move, forward and identity for C++0x + swap -*- C++ -*-
69 * @brief Forward an lvalue.
76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
80 * @brief Forward an rvalue.
87 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
143 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
tuple 77 : _Head(std::forward<_UHead>(__h)) { }
101 : _M_head_impl(std::forward<_UHead>(__h)) { }
167 : _Inherited(std::forward<_UTail>(__tail)...),
168 _Base(std::forward<_UHead>(__head)) { }
174 _Base(std::forward<_Head>(__in._M_head())) { }
183 _Base(std::forward<_UHead>(__in._M_head())) { }
196 _M_head() = std::forward<_Head>(__in._M_head());
214 _M_head() = std::forward<_UHead>(__in._M_head());
247 : _Inherited(std::forward<_UElements>(__elements)...) { }
330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
tuple 77 : _Head(std::forward<_UHead>(__h)) { }
101 : _M_head_impl(std::forward<_UHead>(__h)) { }
167 : _Inherited(std::forward<_UTail>(__tail)...),
168 _Base(std::forward<_UHead>(__head)) { }
174 _Base(std::forward<_Head>(__in._M_head())) { }
183 _Base(std::forward<_UHead>(__in._M_head())) { }
196 _M_head() = std::forward<_Head>(__in._M_head());
214 _M_head() = std::forward<_UHead>(__in._M_head());
247 : _Inherited(std::forward<_UElements>(__elements)...) { }
330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 77 : _Head(std::forward<_UHead>(__h)) { }
101 : _M_head_impl(std::forward<_UHead>(__h)) { }
167 : _Inherited(std::forward<_UTail>(__tail)...),
168 _Base(std::forward<_UHead>(__head)) { }
174 _Base(std::forward<_Head>(__in._M_head())) { }
183 _Base(std::forward<_UHead>(__in._M_head())) { }
196 _M_head() = std::forward<_Head>(__in._M_head());
214 _M_head() = std::forward<_UHead>(__in._M_head());
247 : _Inherited(std::forward<_UElements>(__elements)...) { }
330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 77 : _Head(std::forward<_UHead>(__h)) { }
101 : _M_head_impl(std::forward<_UHead>(__h)) { }
167 : _Inherited(std::forward<_UTail>(__tail)...),
168 _Base(std::forward<_UHead>(__head)) { }
174 _Base(std::forward<_Head>(__in._M_head())) { }
183 _Base(std::forward<_UHead>(__in._M_head())) { }
196 _M_head() = std::forward<_Head>(__in._M_head());
214 _M_head() = std::forward<_UHead>(__in._M_head());
247 : _Inherited(std::forward<_UElements>(__elements)...) { }
330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, and std::swap
77 // Forward declarations.
121 : first(std::forward<_U1>(__x)), second(__y) { }
126 : first(__x), second(std::forward<_U2>(__y)) { }
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
136 : first(std::forward<_U1>(__p.first)),
137 second(std::forward<_U2>(__p.second)) { }
267 return __pair_type(std::forward<_T1>(__x), std::forward<_T2>(__y))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, and std::swap
77 // Forward declarations.
121 : first(std::forward<_U1>(__x)), second(__y) { }
126 : first(__x), second(std::forward<_U2>(__y)) { }
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
136 : first(std::forward<_U1>(__p.first)),
137 second(std::forward<_U2>(__p.second)) { }
267 return __pair_type(std::forward<_T1>(__x), std::forward<_T2>(__y))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
90 : first(std::forward<_U1>(__x)), second(__y) { }
95 : first(__x), second(std::forward<_U2>(__y)) { }
101 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
130 : first(std::forward<_U1>(__x)),
131 second(std::forward<_Arg0>(__arg0),
132 std::forward<_Args>(__args)...) { }
274 (std::forward<_T1>(__x), std::forward<_T2>(__y))
    [all...]

Completed in 1548 milliseconds

1 2 3 4 5 6 7 8 91011>>