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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
property-map-save-crash.html 40 <li><a href="resources/go-back.html">Click here to do a back/forward navigation.</a></li>
45 with the back/forward cache enabled.)</p>
  /external/chromium_org/third_party/freetype/src/base/
basepic.c 26 /* forward declaration of PIC init functions from ftglyph.c */
30 /* forward declaration of PIC init functions from ftinit.c */
  /external/clang/test/ASTMerge/Inputs/
interface1.m 72 // Forward-declared interfaces
77 // Forward-declared protocols
interface2.m 71 // Forward-declared interface
76 // Forward-declared protocols
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 8 class T0; // expected-note {{forward declaration}}
15 class T1_B; // expected-note {{forward declaration}}
  /external/clang/test/Sema/
incomplete-decl.c 3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
28 expected-note {{forward declaration of 'struct bar'}}
  /external/clang/test/SemaObjC/
exprs.m 36 @class Incomplete_ObjC_class; // expected-note{{forward declaration of class here}}
37 struct Incomplete_struct; // expected-note {{forward declaration}}
  /external/clang/test/SemaObjCXX/
debugger-cast-result-to-id.mm 26 @class NSString; // expected-note {{forward declaration of class here}}
29 id s = [NSString stringWithUTF8String:"foo"]; // expected-warning {{receiver 'NSString' is a forward class and corresponding @interface may not exist}}
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCharacter.java 57 boolean leftStrafe = false, rightStrafe = false, forward = false, backward = false, field in class:TestPhysicsCharacter
78 inputManager.addMapping("Walk Forward",
91 inputManager.addListener(this, "Walk Forward", "Walk Backward");
115 // set forward camera node that follows the character
147 if (forward) {
182 } else if (binding.equals("Walk Forward")) {
184 forward = true;
186 forward = false;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
forward1.fail.cpp 10 // test forward
23 std::forward<A&>(source()); // error
forward2.fail.cpp 10 // test forward
24 std::forward<A&>(ca); // error
forward3.fail.cpp 10 // test forward
23 std::forward<A&>(csource()); // error
forward4.fail.cpp 10 // test forward
24 std::forward<A>(ca); // error
forward5.fail.cpp 10 // test forward
24 std::forward<A>(csource()); // error
forward6.fail.cpp 10 // test forward
21 std::forward(a); // error
  /ndk/tests/device/issue35933-lambda/jni/
issue35933-lambda.cpp 1 #include <utility> // for std::forward
21 return native_func(std::forward<ArgTypes>(args)...);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
concept_def.hpp 21 struct name; /* forward declaration */ \
36 struct name; /* forward declaration */ \
  /packages/apps/UnifiedEmail/res/menu/
message_header_overflow_menu.xml 24 <item android:id="@+id/forward"
25 android:title="@string/forward" />
  /external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java 55 AbstractBiMap(Map<K, V> forward, Map<V, K> backward) {
56 setDelegates(forward, backward);
60 private AbstractBiMap(Map<K, V> backward, AbstractBiMap<V, K> forward) {
62 inverse = forward;
73 void setDelegates(Map<K, V> forward, Map<V, K> backward) {
76 checkArgument(forward.isEmpty());
78 checkArgument(forward != backward);
79 delegate = forward;
223 * iteration order so that it is consistent with the forward map.
373 private Inverse(Map<K, V> backward, AbstractBiMap<V, K> forward) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 61 #include <bits/move.h> // for std::move / std::forward, and std::swap
78 // Forward declarations.
126 : first(std::forward<_U1>(__x)), second(__y) { }
131 : first(__x), second(std::forward<_U2>(__y)) { }
137 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
143 : first(std::forward<_U1>(__p.first)),
144 second(std::forward<_U2>(__p.second)) { }
162 first = std::forward<first_type>(__p.first);
163 second = std::forward<second_type>(__p.second)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 61 #include <bits/move.h> // for std::move / std::forward, and std::swap
78 // Forward declarations.
126 : first(std::forward<_U1>(__x)), second(__y) { }
131 : first(__x), second(std::forward<_U2>(__y)) { }
137 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
143 : first(std::forward<_U1>(__p.first)),
144 second(std::forward<_U2>(__p.second)) { }
162 first = std::forward<first_type>(__p.first);
163 second = std::forward<second_type>(__p.second)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 59 #include <bits/move.h> // for std::move / std::forward, and std::swap
81 // Forward declarations.
134 : first(std::forward<_U1>(__x)), second(__y) { }
139 : first(__x), second(std::forward<_U2>(__y)) { }
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
151 : first(std::forward<_U1>(__p.first)),
152 second(std::forward<_U2>(__p.second)) { }
170 first = std::forward<first_type>(__p.first);
171 second = std::forward<second_type>(__p.second)
    [all...]
  /system/core/adb/
SERVICES.TXT 39 emulator will forward automatically to the adbd daemon running
99 <host-prefix>:forward:<local>;<remote>
100 Asks the ADB server to forward local connections from <local>
120 <host-prefix>:forward:norebind:<local>;<remote>
121 Same as <host-prefix>:forward:<local>;<remote> except that it will
122 fail it there is already a forward connection from <local>.
124 Used to implement 'adb forward --no-rebind <local> <remote>'
127 Remove any existing forward local connection from <local>.
128 This is used to implement 'adb forward --remove <local>'
131 Remove all forward network connections
    [all...]
  /art/test/011-array-copy/src/
Main.java 119 /* copy forward, even alignment */
125 /* copy forward, odd alignment */
134 /* copy forward, odd length */
137 /* copy forward, mixed alignment */
143 /* copy forward, mixed alignment, trivial length */
  /dalvik/tests/011-array-copy/src/
Main.java 119 /* copy forward, even alignment */
125 /* copy forward, odd alignment */
134 /* copy forward, odd length */
137 /* copy forward, mixed alignment */
143 /* copy forward, mixed alignment, trivial length */

Completed in 832 milliseconds

1 2 3 4 56 7 8 91011>>