/device/generic/goldfish-opengl/android-emu/android/base/ |
D | StringFormat.h | 61 return std::forward<T>(t); 68 return StringFormatRaw(format, unpackFormatArg(std::forward<Args>(args))...); in StringFormat() 76 unpackFormatArg(std::forward<Args>(args))...); in StringAppendFormat()
|
D | Optional.h | 231 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/ |
D | hidl_return_util.h | 32 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/ |
D | gentest.sh | 53 echo forward-empty 64 echo forward-list
|
/device/google/cuttlefish_common/tools/play_audio/ |
D | README.md | 20 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/ |
D | proxy.cpp | 187 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
|
D | proxy.h | 58 void forward(const Interface& from, Interface& to,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | fractions.py | 360 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/ |
D | Coreboot.h | 205 UINT64 forward; member
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
D | PeiTscTimerLib.inf | 11 # This is the architectural behavior moving forward.
|
D | BaseTscTimerLib.inf | 14 # This is the architectural behavior moving forward.
|
D | DxeTscTimerLib.inf | 11 # This is the architectural behavior moving forward.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/X64/ |
D | CopyMem.asm | 41 jae @F ; Copy forward if Source > Destination
|
D | CopyMem.S | 45 jae L0 # Copy forward if Source > Destination
|
D | CopyMem.nasm | 45 jae .0 ; Copy forward if Source > Destination
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/ |
D | memcpySSE2.asm | 44 jae @F ; Copy forward if Source > Destination
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/ |
D | CopyMem.asm | 41 jae @F ; Copy forward if Source > Destination
|
D | CopyMem.S | 46 jae L0 # Copy forward if Source > Destination
|
D | CopyMem.nasm | 45 jae .0 ; Copy forward if Source > Destination
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/ |
D | EfiCopyMemSSE2.asm | 44 jae @F ; Copy forward if Source > Destination
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.h | 355 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/ |
D | SearchForSecEntry.asm | 47 ; Make forward progress in the search
|
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 44 Other than that, the library is very straight-forward, and you can write
|
/device/generic/goldfish-opengl/android-emu/android/base/containers/ |
D | SmallVector.h | 120 new (mEnd) T(std::forward<Args>(args)...); in emplace_back()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | bufferedio.c | 1763 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()
|