/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 116 * Because properly forward-declaring these classes can be difficult, you 119 * well as the typedefs. Trying to forward-declare the typedefs
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 116 * Because properly forward-declaring these classes can be difficult, you 119 * well as the typedefs. Trying to forward-declare the typedefs
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 116 * Because properly forward-declaring these classes can be difficult, you 119 * well as the typedefs. Trying to forward-declare the typedefs
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 65 * Because properly forward-declaring these classes can be difficult, you 68 * well as the typedefs. Trying to forward-declare the typedefs
|
thread | 113 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f)) 136 std::forward<_Callable>(__f), 137 std::forward<_Args>(__args)...))); 194 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 65 * Because properly forward-declaring these classes can be difficult, you 68 * well as the typedefs. Trying to forward-declare the typedefs
|
thread | 111 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f)) 134 std::forward<_Callable>(__f), 135 std::forward<_Args>(__args)...))); 191 return std::make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
|
functional | 235 return __f(std::forward<_Args>(__args)...); 248 return mem_fn(__f)(std::forward<_Args>(__args)...); 261 return __f(std::forward<_Args>(__args)...); 468 return __invoke(get(), std::forward<_Args>(__args)...); 534 { return (__object.*__pmf)(std::forward<_ArgTypes>(__args)...); } 539 { return ((*__ptr).*__pmf)(std::forward<_ArgTypes>(__args)...); } 549 { return (__object.*__pmf)(std::forward<_ArgTypes>(__args)...); } 554 { return (__object->*__pmf)(std::forward<_ArgTypes>(__args)...); } 562 std::forward<_ArgTypes>(__args)...); 581 { return (__object.*__pmf)(std::forward<_ArgTypes>(__args)...); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 65 * Because properly forward-declaring these classes can be difficult, you 68 * well as the typedefs. Trying to forward-declare the typedefs
|
thread | 113 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f)) 136 std::forward<_Callable>(__f), 137 std::forward<_Args>(__args)...))); 194 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 65 * Because properly forward-declaring these classes can be difficult, you 68 * well as the typedefs. Trying to forward-declare the typedefs
|
thread | 111 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f)) 134 std::forward<_Callable>(__f), 135 std::forward<_Args>(__args)...))); 191 return std::make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
|
functional | 235 return __f(std::forward<_Args>(__args)...); 248 return mem_fn(__f)(std::forward<_Args>(__args)...); 261 return __f(std::forward<_Args>(__args)...); 468 return __invoke(get(), std::forward<_Args>(__args)...); 534 { return (__object.*__pmf)(std::forward<_ArgTypes>(__args)...); } 539 { return ((*__ptr).*__pmf)(std::forward<_ArgTypes>(__args)...); } 549 { return (__object.*__pmf)(std::forward<_ArgTypes>(__args)...); } 554 { return (__object->*__pmf)(std::forward<_ArgTypes>(__args)...); } 562 std::forward<_ArgTypes>(__args)...); 581 { return (__object.*__pmf)(std::forward<_ArgTypes>(__args)...); [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
DeviceBridge.java | 153 "Adb rejected forward command for device %1$s: %2$s", 157 "Failed to create forward for device %1$s: %2$s", 175 "Adb rejected remove-forward command for device %1$s: %2$s", 179 "Failed to remove forward for device %1$s: %2$s",
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
leveldb_transaction.cc | 216 direction_(FORWARD), 241 direction_ = FORWARD; 252 if (direction_ != FORWARD) { 268 direction_ = FORWARD; 341 if (direction_ == FORWARD) { 376 if (direction_ == FORWARD) 385 if (direction_ == FORWARD &&
|
/external/chromium_org/content/browser/ |
session_history_browsertest.cc | 179 // Test that back/forward works when navigating in subframes. 236 // Test that back/forward preserves POST data and document state in subframes. 288 // Test that back/forward preserves POST data and document state when navigating 324 // Test that back/forward entries are created for reference fragment 370 // back/forward list (such as trigger our start/stop loading events). This 371 // means the test will hang if it attempts to navigate too far forward or back, 435 // try to go back and forward with JavaScript. Bug 1136715.
|
/external/llvm/include/llvm/Analysis/ |
AliasSetTracker.h | 84 if (AS->Forward) { 110 AliasSet *Forward; // Forwarding pointer. 166 bool isForwardingAliasSet() const { return Forward; } 182 /// Define an iterator for alias sets... this is just a forward iterator. 223 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0), 238 if (!Forward) return this; 240 AliasSet *Dest = Forward->getForwardedTarget(AST); 241 if (Dest != Forward) { 243 Forward->dropRef(AST); 244 Forward = Dest [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
scoped_allocator | 151 : _M_inner(std::forward<_Args>(__args)...) { } 208 std::forward<_Args>(__args)...); 221 std::forward<_Args>(__args)...); 230 std::forward<_Args>(__args)..., 285 : _OuterAlloc(std::forward<_Outer2>(__outer)), 343 _M_construct(__use_tag, __p, std::forward<_Args>(__args)...); 375 std::forward_as_tuple(std::forward<_Up>(__u)), 376 std::forward_as_tuple(std::forward<_Vp>(__v))); 393 std::forward_as_tuple(std::forward<_Up>(__x.first)), 394 std::forward_as_tuple(std::forward<_Vp>(__x.second))) [all...] |
/external/bluetooth/bluedroid/btif/co/ |
bta_pan_co.c | 169 BOOLEAN forward; local 184 &ext, &forward))) 200 (char*)(p_buf + 1) + p_buf->offset, p_buf->len, ext, forward); 239 UINT16 len, BOOLEAN ext, BOOLEAN forward) 259 BOOLEAN ext, BOOLEAN forward)
|
/external/chromium_org/base/ |
callback_internal.h | 151 // CallbackForward() is a very limited simulation of C++11's std::forward() 159 // In C++11, std::forward would replace all uses of this function. However, it 160 // is impossible to implement a general std::forward with C++11 due to a lack 164 // simulate std::forward() and forward the result of one Callback as a
|
/external/chromium_org/chrome/browser/ |
browser_commands_unittest.cc | 156 // Tests back/forward in new tab (Control + Back/Forward button in the UI). 184 // Select the second tab and make it go forward in a new background tab. 200 // There should be a new tab navigated forward. 220 // Same thing again for forward.
|
/external/chromium_org/sync/internal_api/public/util/ |
immutable.h | 61 // with forward-declared types. See comments on traits below for 124 // Immutable<T> with a forward-declared type (important for protobuf 128 // forward-declared types.) 136 // // Forward declaration. 153 // // Forward declaration.
|
/external/chromium_org/chrome_frame/test/ |
navigation_test.cc | 127 // Test that multiple back and forward requests work. 159 // We have reached url 2 and have 1 back & 1 forward entries for url 1 & 3. 167 // We have reached url 1 and have 0 back & 2 forward entries for url 2 & 3. 168 // Go forward to url 2 now. 175 // We have reached url 2 and have 1 back & 1 forward entries for url 1 & 3. 176 // Go forward to url 3 now. 183 // We have reached url 2 and have 1 back & 1 forward entries for url 1 & 3. 193 // Test multiple back and forward operations among urls with anchors. 203 // Back/Forward state at this point: 205 // Forward: [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
scoped_allocator | 199 : outer_allocator_type(_VSTD::forward<_OuterA2>(__outerAlloc)), 229 : outer_allocator_type(_VSTD::forward<_OuterA2>(__o)), 279 : outer_allocator_type(_VSTD::forward<_OuterA2>(__outerAlloc)) {} 419 : base(_VSTD::forward<_OuterA2>(__outerAlloc), __innerAllocs...) {} 476 __p, _VSTD::forward<_Args>(__args)...);} 499 : base(_VSTD::forward<_OuterA2>(__o), __i) {} 510 _VSTD::forward<_Args>(__args)... 525 _VSTD::forward<_Args>(__args)... 538 _VSTD::forward<_Args>(__args)...,
|
/external/clang/www/ |
libstdc++4.4-clang0x.patch | 28 - forward(typename std::identity<_Tp>::type&& __t) 29 + forward(typename std::remove_reference<_Tp>::type& __t) 38 + forward(typename std::remove_reference<_Tp>::type&& __t) 42 + "Can't instantiate this forward() with an" 283 + : first(std::forward<_U1>(__x)), second(__y) { } 288 + : first(__x), second(std::forward<_U2>(__y)) { } 294 - : first(std::forward<_U1>(__x)), 295 - second(std::forward<_U2>(__y)) { } 296 + : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { [all...] |