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

  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 277 int nSec = JS_GetSecFromTime(dt);
344 swTemp.Format(L"%d/%d/%d %d:%d:%d", nMonth, nDay, nYear, nHour, nMin, nSec);
361 int nSec = JS_GetSecFromTime(dt);
431 nSec = ParseStringInteger(value, j, nSkip, 2);
474 nSec = ParseStringInteger(value, j, nSkip, 2);
598 if (nSec < 0 || nSec > 60)
606 JS_MakeTime(nHour, nMin, nSec, 0));
629 int nSec = JS_GetSecFromTime(dDate);
666 sPart.Format(L"%d", nSec);
    [all...]
JS_Value.h 198 double JS_MakeTime(int nHour, int nMin, int nSec, int nMs);
JS_Value.cpp 713 double JS_MakeTime(int nHour, int nMin, int nSec, int nMs) {
714 if (!_isfinite(nHour) || !_isfinite(nMin) || !_isfinite(nSec) ||
720 double s = _toInteger(nSec);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 41 const initialRescheduleCounterValue = 1021 // Largest 10-bit prime. 97 nSec loop bodies will check every 100 uSec.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 41 const initialRescheduleCounterValue = 1021 // Largest 10-bit prime. 97 nSec loop bodies will check every 100 uSec.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 6493 milliseconds