/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | bits1_5.h | 184 #define IBackgroundCopyJob2_SetMinimumRetryDelay(This,Seconds) (This)->lpVtbl->SetMinimumRetryDelay… argument 185 #define IBackgroundCopyJob2_GetMinimumRetryDelay(This,Seconds) (This)->lpVtbl->GetMinimumRetryDelay… argument 186 #define IBackgroundCopyJob2_SetNoProgressTimeout(This,Seconds) (This)->lpVtbl->SetNoProgressTimeout… argument 187 #define IBackgroundCopyJob2_GetNoProgressTimeout(This,Seconds) (This)->lpVtbl->GetNoProgressTimeout… argument
|
D | bits2_0.h | 170 #define IBackgroundCopyJob3_SetMinimumRetryDelay(This,Seconds) (This)->lpVtbl -> SetMinimumRetryDel… argument 171 #define IBackgroundCopyJob3_GetMinimumRetryDelay(This,Seconds) (This)->lpVtbl -> GetMinimumRetryDel… argument 172 #define IBackgroundCopyJob3_SetNoProgressTimeout(This,Seconds) (This)->lpVtbl -> SetNoProgressTimeo… argument 173 #define IBackgroundCopyJob3_GetNoProgressTimeout(This,Seconds) (This)->lpVtbl -> GetNoProgressTimeo… argument
|
D | bits.h | 401 #define IBackgroundCopyJob_SetMinimumRetryDelay(This,Seconds) (This)->lpVtbl->SetMinimumRetryDelay(… argument 402 #define IBackgroundCopyJob_GetMinimumRetryDelay(This,Seconds) (This)->lpVtbl->GetMinimumRetryDelay(… argument 403 #define IBackgroundCopyJob_SetNoProgressTimeout(This,Seconds) (This)->lpVtbl->SetNoProgressTimeout(… argument 404 #define IBackgroundCopyJob_GetNoProgressTimeout(This,Seconds) (This)->lpVtbl->GetNoProgressTimeout(… argument
|
/aosp_15_r20/external/libpalmrejection/ |
H A D | chrome_to_android_compatibility.h | 35 constexpr TimeDelta Seconds(T n) { in Seconds() function 45 constexpr TimeDelta Seconds(T n) { in Seconds() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerUtilWindows.cpp | 102 void SetTimer(int Seconds) { in SetTimer() 148 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds()
|
D | FuzzerUtilPosix.cpp | 106 void SetTimer(int Seconds) { in SetTimer() 143 void SleepSeconds(int Seconds) { in SleepSeconds()
|
D | FuzzerUtilFuchsia.cpp | 70 void AlarmHandler(int Seconds) { in AlarmHandler() 377 void SleepSeconds(int Seconds) { in SleepSeconds()
|
/aosp_15_r20/external/llvm/lib/Fuzzer/ |
H A D | FuzzerUtil.cpp | 98 void SetTimer(int Seconds) { in SetTimer() 248 void SleepSeconds(int Seconds) { in SleepSeconds()
|
/aosp_15_r20/external/rust/crates/rusb/src/ |
D | context.rs | 16 type Seconds = ::libc::c_long; typedef 21 type Seconds = ::libc::time_t; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/ |
D | context.rs | 16 type Seconds = ::libc::c_long; typedef 21 type Seconds = ::libc::time_t; typedef
|
/aosp_15_r20/external/pytorch/caffe2/core/ |
H A D | timer.h | 40 inline float Seconds() { return NanoSeconds() / 1000000000.f; } in Seconds() function
|
/aosp_15_r20/external/ot-br-posix/src/common/ |
H A D | time.hpp | 47 using Seconds = std::chrono::seconds; typedef
|
/aosp_15_r20/external/webrtc/api/units/ |
H A D | timestamp.h | 33 static constexpr Timestamp Seconds(T value) { in Seconds() function
|
H A D | time_delta.h | 41 static constexpr TimeDelta Seconds(T value) { in Seconds() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/abseil/ |
D | DurationRewriter.h | 23 Seconds, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/abseil/ |
D | DurationRewriter.h | 23 Seconds, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/abseil/ |
D | DurationRewriter.h | 23 Seconds, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/abseil/ |
D | DurationRewriter.h | 23 Seconds, enumerator
|
/aosp_15_r20/external/perfetto/ui/src/public/ |
H A D | timeline.ts | 22 Seconds = 'seconds', enumerator
|
/aosp_15_r20/system/chre/util/include/chre/util/ |
H A D | time_impl.h | 25 constexpr Seconds::Seconds(uint64_t seconds) : mSeconds(seconds) {} in Seconds() function
|
/aosp_15_r20/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
H A D | time_impl.h | 24 constexpr Seconds::Seconds(uint64_t seconds) : mSeconds(seconds) {} in Seconds() function
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | UefiLib.h | 98 #define EFI_TIMER_PERIOD_SECONDS(Seconds) MultU64x32((UINT64)(Seconds), 10000000) argument
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | UefiLib.h | 98 #define EFI_TIMER_PERIOD_SECONDS(Seconds) MultU64x32((UINT64)(Seconds), 10000000) argument
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | UefiLib.h | 98 #define EFI_TIMER_PERIOD_SECONDS(Seconds) MultU64x32((UINT64)(Seconds), 10000000) argument
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | UefiLib.h | 99 #define EFI_TIMER_PERIOD_SECONDS(Seconds) MultU64x32((UINT64)(Seconds), 10000000) argument
|