Home
last modified time | relevance | path

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

12

/device/generic/goldfish-opengl/android-emu/android/base/
DStringFormat.h64 return std::forward<T>(t);
71 return StringFormatRaw(format, unpackFormatArg(std::forward<Args>(args))...); in StringFormat()
79 unpackFormatArg(std::forward<Args>(args))...); in StringAppendFormat()
DOptional.h234 new (&get()) T(std::forward<Args>(args)...); in Optional()
342 get() = std::forward<U>(other);
344 new (&get()) T(std::forward<U>(other));
430 *this = std::forward<U>(u); in reset()
439 new (&get()) T(std::forward<Args>(args)...); in emplace()
474 return Optional<typename std::decay<T>::type>(std::forward<T>(t)); in makeOptional()
480 std::forward<Args>(args)...); in makeOptional()
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
Dgentest.sh53 echo forward-empty
64 echo forward-list
/device/google/cuttlefish/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/network/wifi_forwarder/
Dwifi_forwarder.cpp197 bool forward = false; in forwardFrame() local
201 forward = true; in forwardFrame()
207 forward = true; in forwardFrame()
211 if (forward) { in forwardFrame()
/device/mediatek/wembley-sepolicy/r_non_plat/
Dmtk_agpsd.te54 # Send the message to the LBS HIDL Service to forward to system partitions
57 # Send the message to the merged hal Service to forward to system partitions
Dmnld.te43 # Send the message to the LBS HIDL Service to forward to applications
46 # Send the message to the merged hal Service to forward to applications
/device/mediatek/wembley-sepolicy/non_plat/
Dmtk_agpsd.te54 # Send the message to the LBS HIDL Service to forward to system partitions
57 # Send the message to the merged hal Service to forward to system partitions
Dmnld.te43 # Send the message to the LBS HIDL Service to forward to applications
46 # Send the message to the merged hal Service to forward to applications
/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/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h478 auto error = ((*display).*member)(std::forward<Args>(args)...); in callDisplayFunction()
486 std::forward<Args>(args)...); in displayHook()
627 error = ((*layer).*member)(std::forward<Args>(args)...); in callLayerFunction()
636 memFunc, std::forward<Args>(args)...); in layerHook()
/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/CorebootModulePkg/Include/
DCoreboot.h205 UINT64 forward; member
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/X64/
DCopyMem.asm41 jae @F ; Copy forward if Source > Destination
DCopyMem.nasm45 jae .0 ; Copy forward if Source > Destination
DCopyMem.S45 jae L0 # 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/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
DEfiCopyMemSSE2.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/UefiCpuPkg/ResetVector/Vtf0/Ia32/
DSearchForSecEntry.asm47 ; Make forward progress in the search
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.h390 auto error = ((*display).*memFunc)(std::forward<Args>(args)...); in displayHook()
458 error = ((*layer).*memFunc)(std::forward<Args>(args)...); in layerHook()

12