Searched
full:forward (Results
1076 -
1100 of
4710) sorted by null
<<41424344454647484950>>
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
DisplayModifier.java | 409 private static boolean stepInternal(boolean forward) { 413 mIndices[modifierMapIndex] += (forward ? 1 : -1); 419 mIndices[modifierMapIndex] = (forward ? 0 : map.size() - 1);
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.h | 43 /// ResolveConstants - As we resolve forward-referenced constants, we add 90 /// resolves any forward references. 260 // If this is not a forward reference, just return the value we already
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.h | 43 /// ResolveConstants - As we resolve forward-referenced constants, we add 90 /// resolves any forward references. 254 // If this is not a forward reference, just return the value we already
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetTest.java | 343 // no exception is thrown when moving cursor backwards on forward only statement 346 // forward only 361 // should not be able to scroll backwards in forward only RS
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
vector | 98 : _Base(std::forward<vector>(__x)), _Safe_base(), 333 _Base::emplace_back(std::forward<_Args>(__args)...); 358 std::forward<_Args>(__args)...);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
deque | 358 _Base::emplace_front(std::forward<_Args>(__args)...); 366 _Base::emplace_back(std::forward<_Args>(__args)...); 376 std::forward<_Args>(__args)...);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
deque | 358 _Base::emplace_front(std::forward<_Args>(__args)...); 366 _Base::emplace_back(std::forward<_Args>(__args)...); 376 std::forward<_Args>(__args)...);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
vector | 98 : _Base(std::forward<vector>(__x)), _Safe_base(), 333 _Base::emplace_back(std::forward<_Args>(__args)...); 358 std::forward<_Args>(__args)...);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
vector | 98 : _Base(std::forward<vector>(__x)), _Safe_base(), 333 _Base::emplace_back(std::forward<_Args>(__args)...); 358 std::forward<_Args>(__args)...);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
vector | 98 : _Base(std::forward<vector>(__x)), _Safe_base(), 333 _Base::emplace_back(std::forward<_Args>(__args)...); 358 std::forward<_Args>(__args)...);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
vector | 98 : _Base(std::forward<vector>(__x)), _Safe_base(), 333 _Base::emplace_back(std::forward<_Args>(__args)...); 358 std::forward<_Args>(__args)...);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
deque | 358 _Base::emplace_front(std::forward<_Args>(__args)...); 366 _Base::emplace_back(std::forward<_Args>(__args)...); 376 std::forward<_Args>(__args)...);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
deque | 362 _Base::emplace_front(std::forward<_Args>(__args)...); 370 _Base::emplace_back(std::forward<_Args>(__args)...); 380 std::forward<_Args>(__args)...);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
deque | 301 _Base::emplace_front(std::forward<_Args>(__args)...); 308 _Base::emplace_back(std::forward<_Args>(__args)...); 316 std::forward<_Args>(__args)...);
|
/bionic/libc/netbsd/nameser/ |
ns_ttl.c | 44 /* Forward. */
|
/bionic/libc/private/ |
resolv_cache.h | 34 struct resolv_cache; /* forward */
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
ResultFilter.java | 48 * @param listener the real {@link ITestInvocationListener} to forward results to
|
/device/sample/frameworks/PlatformLibrary/ |
README.txt | 44 Other than that, the library is very straight-forward, and you can write
|
/external/bluetooth/bluedroid/bta/pan/ |
bta_pan_act.c | 167 BOOLEAN ext, BOOLEAN forward) 200 ((tBTA_PAN_DATA_PARAMS *)p_new_buf)->forward = forward; 647 ((tBTA_PAN_DATA_PARAMS *)p_buf)->forward);
|
bta_pan_int.h | 168 BOOLEAN forward; member in struct:__anon2856
|
/external/bluetooth/bluedroid/stack/include/ |
pan_api.h | 116 ** Flag used to indicate to forward on LAN 127 BOOLEAN forward); 136 ** Flag used to indicate to forward on LAN 146 BOOLEAN forward);
|
/external/chromium/chrome/browser/chromeos/login/ |
authenticator.h | 69 // forward to use his new password. |old_password| is the password
|
/external/chromium/chrome/browser/extensions/ |
extension_idle_api.cc | 43 // Forward declaration of utility methods.
|
/external/chromium/chrome/browser/ |
favicon_service.h | 100 // Helper to forward an empty result if we cannot get the history service.
|
gpu_process_host_ui_shim.h | 39 // A task that will forward an IPC message to the UI shim.
|
Completed in 716 milliseconds
<<41424344454647484950>>