HomeSort by relevance Sort by last modified time
    Searched refs:Seconds (Results 1 - 20 of 20) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 135 HRESULT (WINAPI *SetMinimumRetryDelay)(IBackgroundCopyJob2 *This,ULONG Seconds);
136 HRESULT (WINAPI *GetMinimumRetryDelay)(IBackgroundCopyJob2 *This,ULONG *Seconds);
137 HRESULT (WINAPI *SetNoProgressTimeout)(IBackgroundCopyJob2 *This,ULONG Seconds);
138 HRESULT (WINAPI *GetNoProgressTimeout)(IBackgroundCopyJob2 *This,ULONG *Seconds);
184 #define IBackgroundCopyJob2_SetMinimumRetryDelay(This,Seconds) (This)->lpVtbl->SetMinimumRetryDelay(This,Seconds)
185 #define IBackgroundCopyJob2_GetMinimumRetryDelay(This,Seconds) (This)->lpVtbl->GetMinimumRetryDelay(This,Seconds)
186 #define IBackgroundCopyJob2_SetNoProgressTimeout(This,Seconds) (This)->lpVtbl->SetNoProgressTimeout(This,Seconds)
    [all...]
bits2_0.h 117 HRESULT (WINAPI *SetMinimumRetryDelay)(IBackgroundCopyJob3 *This,ULONG Seconds);
118 HRESULT (WINAPI *GetMinimumRetryDelay)(IBackgroundCopyJob3 *This,ULONG *Seconds);
119 HRESULT (WINAPI *SetNoProgressTimeout)(IBackgroundCopyJob3 *This,ULONG Seconds);
120 HRESULT (WINAPI *GetNoProgressTimeout)(IBackgroundCopyJob3 *This,ULONG *Seconds);
170 #define IBackgroundCopyJob3_SetMinimumRetryDelay(This,Seconds) (This)->lpVtbl -> SetMinimumRetryDelay(This,Seconds)
171 #define IBackgroundCopyJob3_GetMinimumRetryDelay(This,Seconds) (This)->lpVtbl -> GetMinimumRetryDelay(This,Seconds)
172 #define IBackgroundCopyJob3_SetNoProgressTimeout(This,Seconds) (This)->lpVtbl -> SetNoProgressTimeout(This,Seconds)
    [all...]
bits.h 321 virtual HRESULT WINAPI SetMinimumRetryDelay(ULONG Seconds) = 0;
322 virtual HRESULT WINAPI GetMinimumRetryDelay(ULONG *Seconds) = 0;
323 virtual HRESULT WINAPI SetNoProgressTimeout(ULONG Seconds) = 0;
324 virtual HRESULT WINAPI GetNoProgressTimeout(ULONG *Seconds) = 0;
360 HRESULT (WINAPI *SetMinimumRetryDelay)(IBackgroundCopyJob *This,ULONG Seconds);
361 HRESULT (WINAPI *GetMinimumRetryDelay)(IBackgroundCopyJob *This,ULONG *Seconds);
362 HRESULT (WINAPI *SetNoProgressTimeout)(IBackgroundCopyJob *This,ULONG Seconds);
363 HRESULT (WINAPI *GetNoProgressTimeout)(IBackgroundCopyJob *This,ULONG *Seconds);
401 #define IBackgroundCopyJob_SetMinimumRetryDelay(This,Seconds) (This)->lpVtbl->SetMinimumRetryDelay(This,Seconds)
    [all...]
mpeg2structs.h 186 BYTE Seconds;
ntddmmc.h 612 UCHAR Seconds[2];
dbgeng.h     [all...]
dbdaoint.h 338 STDMETHOD(put_QueryTimeout) (SHORT Seconds) PURE;
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/core/
example.js 49 // Convert NaCl Seconds elapsed to MS
  /external/llvm/lib/Object/
Archive.cpp 58 unsigned Seconds;
60 .getAsInteger(10, Seconds))
64 Ret.fromEpochTime(Seconds);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 132 ATTRIBUTE Ascend-Seconds-Of-History 238 integer
134 ATTRIBUTE Ascend-Add-Seconds 240 integer
135 ATTRIBUTE Ascend-Remove-Seconds 241 integer
  /external/fio/tools/plot/
fio2gnuplot 58 set xlabel "Time (Seconds)"
376 print '-m or --min_time <time> : Only consider data starting from <time> seconds (default is 0)'
377 print '-M or --max_time <time> : Only consider data ending before <time> seconds (default is -1 aka nolimit)'
471 mode="IO per Seconds (IO/sec)"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 51 // ...Hours/Minutes/Seconds could be longer for any locale, then this should
116 var seconds = parseInt(ms / 1000) % 60;
118 return chrome.i18n.getMessage(prefix + 'Minutes', [minutes, seconds]);
120 return chrome.i18n.getMessage(prefix + 'Seconds', [seconds]);
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 95 // Seconds are optional.
date.js 126 // Seconds
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 32 "Seconds",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 178 UCHAR Seconds;
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 1149 milliseconds