Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 25 of 45) sorted by relevance

12

/device/generic/goldfish-opengl/android-emu/android/base/
DStringFormat.h61 return std::forward<T>(t);
68 return StringFormatRaw(format, unpackFormatArg(std::forward<Args>(args))...); in StringFormat()
76 unpackFormatArg(std::forward<Args>(args))...); in StringAppendFormat()
DOptional.h231 new (&get()) T(std::forward<Args>(args)...); in Optional()
339 get() = std::forward<U>(other);
341 new (&get()) T(std::forward<U>(other));
427 *this = std::forward<U>(u); in reset()
436 new (&get()) T(std::forward<Args>(args)...); in emplace()
471 return Optional<typename std::decay<T>::type>(std::forward<T>(t)); in makeOptional()
477 std::forward<Args>(args)...); in makeOptional()
/device/google/wahoo/wifi_offload/
Dhidl_return_util.h32 hidl_cb((obj->*work)(std::forward<Args>(args)...)); in validateAndCall()
42 const auto& ret_pair = (obj->*work)(std::forward<Args>(args)...); in validateAndCall()
56 const auto& ret_tuple = (obj->*work)(std::forward<Args>(args)...); in validateAndCall()
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
Dgentest.sh53 echo forward-empty
64 echo forward-list
/device/google/cuttlefish_common/tools/play_audio/
DREADME.md20 Use ssh port forwarding to forward `7444` from a running instance. Then run the
29 and you will have to add `1 - device_num` to the port that you forward (vsoc-02
/device/generic/goldfish/wifi/ipv6proxy/
Dproxy.cpp187 forward(mOuterIf, inner, packet, options); in handleOuterMessage()
207 forward(inner, mOuterIf, packet, options); in handleInnerMessage()
210 void Proxy::forward(const Interface& from, in forward() function in Proxy
Dproxy.h58 void forward(const Interface& from, Interface& to,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfractions.py360 def forward(a, b): function
369 forward.__name__ = '__' + fallback_operator.__name__ + '__'
370 forward.__doc__ = monomorphic_operator.__doc__
385 return forward, reverse
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/
DCoreboot.h205 UINT64 forward; member
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DPeiTscTimerLib.inf11 # This is the architectural behavior moving forward.
DBaseTscTimerLib.inf14 # This is the architectural behavior moving forward.
DDxeTscTimerLib.inf11 # This is the architectural behavior moving forward.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/X64/
DCopyMem.asm41 jae @F ; Copy forward if Source > Destination
DCopyMem.S45 jae L0 # Copy forward if Source > Destination
DCopyMem.nasm45 jae .0 ; Copy forward if Source > Destination
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/
DmemcpySSE2.asm44 jae @F ; Copy forward if Source > Destination
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
DCopyMem.asm41 jae @F ; Copy forward if Source > Destination
DCopyMem.S46 jae L0 # Copy forward if Source > Destination
DCopyMem.nasm45 jae .0 ; Copy forward if Source > Destination
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
DEfiCopyMemSSE2.asm44 jae @F ; Copy forward if Source > Destination
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.h355 auto error = ((*display).*memFunc)(std::forward<Args>(args)...); in displayHook()
423 error = ((*layer).*memFunc)(std::forward<Args>(args)...); in layerHook()
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
DSearchForSecEntry.asm47 ; Make forward progress in the search
/device/sample/frameworks/PlatformLibrary/
DREADME.txt44 Other than that, the library is very straight-forward, and you can write
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h120 new (mEnd) T(std::forward<Args>(args)...); in emplace_back()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbufferedio.c1763 Py_off_t forward = rewind - written; in _bufferedwriter_flush_unlocked() local
1764 if (forward != 0) { in _bufferedwriter_flush_unlocked()
1765 n = _buffered_raw_seek(self, forward, 1); in _bufferedwriter_flush_unlocked()
1769 self->raw_pos += forward; in _bufferedwriter_flush_unlocked()

12