Home
last modified time | relevance | path

Searched refs:intTime (Results 1 – 25 of 48) sorted by relevance

12

/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dclip.cpp695 Usd_Clip::InternalTime intTime, in _TranslateTimeToExternalHelper() argument
704 else if (intTime == m1.internalTime) { in _TranslateTimeToExternalHelper()
707 else if (intTime == m2.internalTime) { in _TranslateTimeToExternalHelper()
713 * (intTime - m1.internalTime) in _TranslateTimeToExternalHelper()
719 InternalTime intTime, size_t i1, size_t i2) const in _TranslateTimeToExternal() argument
756 return _TranslateTimeToExternalHelper(intTime, m1, m2); in _TranslateTimeToExternal()
836 const Usd_Clip::InternalTime &intTime, in _ConvertValueForTime() argument
839 *value = *value + (extTime - intTime); in _ConvertValueForTime()
846 const Usd_Clip::InternalTime &intTime, in _ConvertValueForTime() argument
892 _ConvertValueForTime(extTime, intTime, &rawVal); in _ConvertTypeErasedValueForTime()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/tests/
H A Dtimeline_model_test.cpp187 QSpinBox *intTime = new KisIntParseSpinBox(&dlg); in testView() local
188 intTime->setValue(0); in testView()
189 intTime->setMaximum(10000); in testView()
216 connect(intTime, SIGNAL(valueChanged(int)), in testView()
220 intTime, SLOT(setValue(int))); in testView()
234 layout->addWidget(intTime); in testView()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkRealTimeClock.cxx71 LARGE_INTEGER intTime; in RealTimeClock() local
77 memcpy( &intTime, &currentTime, sizeof( intTime ) ); in RealTimeClock()
79 …this->m_Origin = static_cast< TimeStampType >( intTime.QuadPart ) / static_cast< TimeStampType >( … in RealTimeClock()
/dports/security/cryptlib/cryptlib-3.4.3/random/
H A Dtandem.c177 long long totalTime, busyTime, intTime, idleTime; in fastPoll() local
189 ,&intTime /* Interrupt time */ in fastPoll()
196 addRandomData( randomState, &intTime, sizeof( long long ) ); in fastPoll()
/dports/games/anki/anki-2.1.16/anki/
H A Dmodels.py6 from anki.utils import intTime, joinFields, splitFields, ids2str,\
88 m['mod'] = intTime()
148 m['mod'] = intTime()
191 id = str(intTime(1000))
342 intTime(), self.col.usn(), id))
386 self.col.usn(), intTime(), m['id'], ord)
413 self.col.usn(), intTime(), m['id'])
446 m=intTime(),u=self.col.usn()))
470 cid=cid,new=new,u=self.col.usn(),m=intTime()))
H A Dcards.py8 from anki.utils import intTime, timestampID, joinFields
36 self.crt = intTime()
73 self.mod = intTime()
104 self.mod = intTime()
H A Ddecks.py9 from anki.utils import intTime, ids2str
118 g['mod'] = intTime()
149 id = intTime(1000)
368 id = intTime(1000)
430 ids2str(cids), did, self.col.usn(), intTime())
462 deck['name'] += "%d" % intTime(1000)
468 deck['name'] = "recovered%d" % intTime(1000)
H A Dschedv2.py12 from anki.utils import ids2str, intTime, fmtTimeSpan
72 card.mod = intTime()
112 card.due = intTime() + self._previewDelay(card)
679 now = intTime()
1383 ids2str(ids), intTime(), self.col.usn())
1391 intTime(), self.col.usn())
1484 mod = intTime()
1517 now = intTime()
1601 """ % (intTime(), self.col.usn()))
1607 """ % (self.today, intTime(), self.col.usn()))
[all …]
H A Dcollection.py18 intTime, splitFields, joinFields, maxID, devMode, stripHTMLMedia
165 self.mod = intTime(1000) if mod is None else mod
233 self.scm = intTime(1000)
390 now = intTime()
714 intTime(), self.usn(), c.nid)
863 and type=0""", [intTime(), self.usn()])
876 % ids2str(ids), self.sched.today, intTime(), self.usn())
919 buf = "[%s] %s:%s(): %s" % (intTime(), os.path.basename(path), fn,
948 ids2str(cids), 0b111, flag, self.usn(), intTime())
H A Dsched.py12 from anki.utils import ids2str, intTime, fmtTimeSpan
92 card.mod = intTime()
158 % sids, intTime(), self.col.usn())
624 now = intTime()
687 """ % (intTime(), self.col.usn(), extra))
1003 t = intTime(); u = self.col.usn()
1263 ids2str(ids), intTime(), self.col.usn())
1271 intTime(), self.col.usn())
1321 intTime(), self.col.usn())
1343 mod = intTime()
[all …]
H A Dstorage.py11 from anki.utils import intTime, isWin
290 """ % ({'v':SCHEMA_VERSION, 's':intTime(1000)}))
301 g['mod'] = intTime()
H A Dtags.py14 from anki.utils import intTime, ids2str
113 return {'id': row[0], 't': fn(tags, row[1]), 'n':intTime(),
H A Dutils.py29 def intTime(scale=1): function
224 t = intTime(1000)
231 now = intTime(1000)
H A Dnotes.py5 from anki.utils import fieldChecksum, intTime, \
57 self.mod = mod if mod else intTime()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DVideoReferenceClock.cpp188 int64_t intTime = m_CurrTime + static_cast<int64_t>(elapsed); in GetTime() local
189 if (intTime > m_LastIntTime) in GetTime()
190 m_LastIntTime = intTime; in GetTime()
/dports/games/anki/anki-2.1.16/anki/importing/
H A Dnoteimp.py12 joinFields, intTime, splitFields
232 intTime(), self.col.usn(), self.col.tags.join(n.tags),
247 return [intTime(), self.col.usn(), n.fieldsStr, tags,
250 return [intTime(), self.col.usn(), n.fieldsStr,
H A Danki2.py8 from anki.utils import intTime, splitFields, joinFields
268 name = "%s %d" % (name, intTime())
334 card[4] = intTime()
/dports/www/beehive/beehive-0.4.0/bees/timebee/
H A Dtimebee.go35 curTime, lastEvent intTime
40 type intTime struct { struct
/dports/net-im/slack-term/slack-term-0.4.1/service/
H A Dslack.go362 intTime := int64(floatTime)
366 Time: time.Unix(intTime, 0),
435 intTime := int64(floatTime)
439 Time: time.Unix(intTime, 0),
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/renderers/anki/
H A Dutils.py26 def intTime(scale=1): function
207 t = intTime(1000)
214 now = intTime(1000)
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/integration/
H A DintegrationTestsLib.mpl306 local myTime, temp, intTime, L:
314 intTime:=0:
388 intTime:=intTime + time() - temp:
389 #####print(StringTools[Join](["Integrating", convert(intTime,string)], ":"));
392 intTime:=intTime / polyCount:
393 …#####print(StringTools[Join]([convert(intTime,string),"s. avg. spent on Maple integration."], " ")…
/dports/games/anki/anki-2.1.16/aqt/
H A Dprofiles.py17 from anki.utils import isMac, isWin, intTime
29 created=intTime(),
43 lastOptimize=intTime(),
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.scripthost.d.ts221 Sleep(intTime: number): void;
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.scripthost.d.ts221 Sleep(intTime: number): void;
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.scripthost.d.ts221 Sleep(intTime: number): void;

12