Home
last modified time | relevance | path

Searched defs:time (Results 151 – 175 of 30313) sorted by relevance

12345678910>>...1213

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A Dhes_cpu_io.h55 #define CPU_READ_FAST( cpu, addr, time, out ) \ argument
58 #define CPU_READ_FAST_( cpu, addr, time, out ) \ argument
69 #define CPU_WRITE_FAST( cpu, addr, data, time ) \ argument
72 #define CPU_WRITE_FAST_( cpu, addr, data, time ) \ argument
88 #define CPU_READ( cpu, addr, time ) \ argument
91 #define CPU_WRITE( cpu, addr, data, time ) \ argument
94 #define CPU_WRITE_VDP( cpu, addr, data, time ) \ argument
100 #define CPU_DONE( cpu, time, result_out ) \ argument
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/
H A Dhes_cpu_io.h55 #define CPU_READ_FAST( cpu, addr, time, out ) \ argument
58 #define CPU_READ_FAST_( cpu, addr, time, out ) \ argument
69 #define CPU_WRITE_FAST( cpu, addr, data, time ) \ argument
72 #define CPU_WRITE_FAST_( cpu, addr, data, time ) \ argument
88 #define CPU_READ( cpu, addr, time ) \ argument
91 #define CPU_WRITE( cpu, addr, data, time ) \ argument
94 #define CPU_WRITE_VDP( cpu, addr, data, time ) \ argument
100 #define CPU_DONE( cpu, time, result_out ) \ argument
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Ddebug_clock.hpp79 struct time struct in gui2::dialogs::debug_clock
105 unsigned hour;
108 unsigned minute;
111 unsigned second;
114 unsigned millisecond;
/dports/lang/nyan/nyan-3c263e2/nyan/
H A Dcurve.h45 const T &at(const order_t time) const { in at()
71 const T *at_find(const order_t time) const { in at_find()
83 const T *at_exact(const order_t time) const { in at_exact()
95 const T &before(const order_t time) const { in before()
117 T &insert_drop(const order_t time, T &&value) { in insert_drop()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dplatform.cpp257 void Platform::keyboardKeyPressed(quint32 key, quint32 time) in keyboardKeyPressed()
265 void Platform::keyboardKeyReleased(quint32 key, quint32 time) in keyboardKeyReleased()
305 void Platform::pointerButtonPressed(quint32 button, quint32 time) in pointerButtonPressed()
313 void Platform::pointerButtonReleased(quint32 button, quint32 time) in pointerButtonReleased()
329 void Platform::pointerMotion(const QPointF &position, quint32 time) in pointerMotion()
353 void Platform::touchDown(qint32 id, const QPointF &pos, quint32 time) in touchDown()
377 void Platform::touchUp(qint32 id, quint32 time) in touchUp()
401 void Platform::processSwipeGestureEnd(quint32 time) in processSwipeGestureEnd()
409 void Platform::processSwipeGestureCancelled(quint32 time) in processSwipeGestureCancelled()
433 void Platform::processPinchGestureEnd(quint32 time) in processPinchGestureEnd()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/modularsimulator/
H A Dsignallers.cpp56 … inline void runAllCallbacks(const std::vector<SignallerCallback>& callbacks, Step step, Time time) in runAllCallbacks()
75 void NeighborSearchSignaller::signal(Step step, Time time) in signal()
97 void LastStepSignaller::signal(Step step, Time time) in signal()
120 return [this](Step step, Time gmx_unused time) { this->nextNSStep_ = step; }; in registerNSCallback()
136 void LoggingSignaller::signal(Step step, Time time) in signal()
154 return [this](Step step, Time gmx_unused time) { this->lastStep_ = step; }; in registerLastStepCallback()
190 void TrajectorySignaller::signal(Step step, Time time) in signal()
215 return [this](Step step, Time gmx_unused time) { this->lastStep_ = step; }; in registerLastStepCallback()
237 void EnergySignaller::signal(Step step, Time time) in signal()
271 return [this](Step step, Time gmx_unused time) { this->energyWritingStep_ = step; }; in registerTrajectorySignallerCallback()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/gui/
H A Dgui_inventory.cpp86 void Item_Frame(struct ss_bone_frame_s *bf, float time) in Item_Frame()
226 void gui_InventoryManager::restoreItemAngle(float time) in restoreItemAngle()
297 void gui_InventoryManager::frame(float time) in frame()
311 void gui_InventoryManager::frameStates(float time) in frameStates()
568 void gui_InventoryManager::frameItems(float time) in frameItems()
673 void Gui_DrawInventory(float time) in Gui_DrawInventory()
716 void Gui_DrawNotifier(float time) in Gui_DrawNotifier()
736 void gui_ItemNotifier::Start(int item, float time) in Start()
745 void gui_ItemNotifier::Animate(float time) in Animate()
817 float time = item->bf->animations.frame_time; in Draw() local
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DFirstOrderType2R.cpp91 void FirstOrderType2R::computeh(double time, const BlockVector& x, const SiconosVector& lambda, Sic… in computeh()
97 void FirstOrderType2R::computeg(double time, const SiconosVector& lambda, BlockVector& r) in computeg()
104 void FirstOrderType2R::computeOutput(double time, Interaction& inter, unsigned int level) in computeOutput()
117 void FirstOrderType2R::computeInput(double time, Interaction& inter, unsigned int level) in computeInput()
128 void FirstOrderType2R::computeJachlambda(double time, const BlockVector& x, const SiconosVector& la… in computeJachlambda()
132 void FirstOrderType2R::computeJachx(double time, const BlockVector& x, const SiconosVector& lambda,… in computeJachx()
137 void FirstOrderType2R::computeJach(double time, Interaction& inter) in computeJach()
154 void FirstOrderType2R::computeJacglambda(double time, const SiconosVector& lambda, SimpleMatrix& B) in computeJacglambda()
159 void FirstOrderType2R::computeJacg(double time, Interaction& inter) in computeJacg()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/der/
H A Dencode_values_unittest.cc27 base::Time time = in TEST() local
65 base::Time time; in TEST() local
92 base::Time time; in TEST() local
114 base::Time time; in TEST() local
142 base::Time time; in TEST() local
176 base::Time time; in TEST() local
189 GeneralizedTime time; in TEST() local
231 GeneralizedTime time; in TEST() local
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/helpers/
H A Ddate_helper.php102 function mdate($datestr = '', $time = '')
146 function standard_date($fmt = 'DATE_RFC822', $time = NULL)
178 function timespan($seconds = 1, $time = '', $units = 7)
325 function local_to_gmt($time = '')
359 function gmt_to_local($time = '', $timezone = 'UTC', $dst = FALSE)
382 function mysql_to_unix($time = '')
416 function unix_to_human($time = '', $seconds = FALSE, $fmt = 'us')
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/
H A DMediaWikiLoggerPHPUnitTestListener.php37 public function addRiskyTest( Test $test, Throwable $e, $time ) : void {
41 public function addIncompleteTest( Test $test, Throwable $e, $time ) : void {
45 public function addSkippedTest( Test $test, Throwable $e, $time ) : void {
49 public function addError( Test $test, Throwable $e, $time ) : void {
53 public function addWarning( Test $test, Warning $e, $time ) : void {
57 public function addFailure( Test $test, AssertionFailedError $e, $time ) : void {
75 public function endTest( Test $test, $time ) : void {
/dports/www/codeigniter/CodeIgniter-3.1.11/system/helpers/
H A Ddate_helper.php102 function mdate($datestr = '', $time = '')
146 function standard_date($fmt = 'DATE_RFC822', $time = NULL)
178 function timespan($seconds = 1, $time = '', $units = 7)
325 function local_to_gmt($time = '')
359 function gmt_to_local($time = '', $timezone = 'UTC', $dst = FALSE)
382 function mysql_to_unix($time = '')
416 function unix_to_human($time = '', $seconds = FALSE, $fmt = 'us')
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/sql/
H A Dbgw_policy.sql13 CREATE TABLE test_table(time timestamptz, chunk_id int); field
184 CREATE TABLE test_table_int(time bigint, junk int); field
185 CREATE TABLE test_overflow_smallint(time smallint, junk int); field
194 CREATE TABLE test_table_perm(time timestamp PRIMARY KEY); field
284 create table part_time_now_func(time float8, temp float8); field
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/
H A Ddrop_hypertable.sql8 CREATE TABLE should_drop (time timestamp, temp float8); field
11 CREATE TABLE hyper_with_dependencies (time timestamp, temp float8); field
24 CREATE TABLE chunk_with_dependencies (time timestamp, temp float8); field
44 CREATE TABLE should_drop (time timestamp, temp float8); field
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dblinepointtangentmerge.h51 synfig::Time time; variable
74 synfig::Time time; variable
98 synfig::Time time; variable
H A Dblinepointtangentsplit.h51 synfig::Time time; variable
74 synfig::Time time; variable
97 synfig::Time time; variable
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dblinepointtangentmerge.h51 synfig::Time time; variable
74 synfig::Time time; variable
98 synfig::Time time; variable
H A Dblinepointtangentsplit.h51 synfig::Time time; variable
74 synfig::Time time; variable
97 synfig::Time time; variable
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dblinepointtangentmerge.h51 synfig::Time time; variable
74 synfig::Time time; variable
98 synfig::Time time; variable
H A Dblinepointtangentsplit.h51 synfig::Time time; variable
74 synfig::Time time; variable
97 synfig::Time time; variable
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-middle-button.c144 uint64_t time, in evdev_middlebutton_idle_handle_event()
170 uint64_t time, in evdev_middlebutton_ldown_handle_event()
223 uint64_t time, in evdev_middlebutton_rdown_handle_event()
320 uint64_t time, in evdev_middlebutton_lup_pending_handle_event()
355 uint64_t time, in evdev_middlebutton_rup_pending_handle_event()
390 uint64_t time, in evdev_middlebutton_passthrough_handle_event()
413 uint64_t time, in evdev_middlebutton_ignore_lr_handle_event()
442 uint64_t time, in evdev_middlebutton_ignore_l_handle_event()
469 uint64_t time, in evdev_middlebutton_ignore_r_handle_event()
497 uint64_t time, in evdev_middlebutton_handle_event()
[all …]
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/examples/simple/
H A Ddnd.py31 def target_drag_leave(w, context, time): argument
37 def target_drag_motion(w, context, x, y, time): argument
51 def target_drag_drop(w, context, x, y, time): argument
61 def target_drag_data_received(w, context, x, y, data, info, time): argument
67 def label_drag_data_received(w, context, x, y, data, info, time): argument
73 def source_drag_data_get(w, context, selection_data, info, time): argument
86 def popup_motion(w, context, x, y, time): argument
95 def popup_leave(w, context, time): argument
127 def popsite_motion(w, context, x, y, time): argument
132 def popsite_leave(w, context, time): argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/awt/
H A D_XTimeField.java67 Time time = oObj.getTime(); in _setTime() local
101 Time time = oObj.getMin(); in _setMin() local
131 Time time = oObj.getMax(); in _setMax() local
161 Time time = oObj.getFirst(); in _setFirst() local
197 Time time = oObj.getLast(); in _setLast() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/awt/
H A D_XTimeField.java67 Time time = oObj.getTime(); in _setTime() local
101 Time time = oObj.getMin(); in _setMin() local
131 Time time = oObj.getMax(); in _setMax() local
161 Time time = oObj.getFirst(); in _setFirst() local
197 Time time = oObj.getLast(); in _setLast() local
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/index/example/
H A Dbenchmark_experimental.cpp144 dur_t time = clock_t::now() - start; in main() local
172 dur_t time = clock_t::now() - start; in main() local
192 dur_t time = clock_t::now() - start; in main() local
208 dur_t time = clock_t::now() - start; in main() local
227 dur_t time = clock_t::now() - start; in main() local
244 dur_t time = clock_t::now() - start; in main() local
262 dur_t time = clock_t::now() - start; in main() local
280 dur_t time = clock_t::now() - start; in main() local
296 dur_t time = clock_t::now() - start; in main() local
324 dur_t time = clock_t::now() - start; in main() local
[all …]

12345678910>>...1213