Home
last modified time | relevance | path

Searched defs:time (Results 126 – 150 of 27113) sorted by relevance

12345678910>>...1085

/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/
H A Dpartitioning.sql7 CREATE TABLE partitioned_ht_create(time timestamptz, temp float, device int) PARTITION BY RANGE (ti… field
13 CREATE TABLE partitioned_attachment_vanilla(time timestamptz, temp float, device int) PARTITION BY … field
14 CREATE TABLE attachment_hypertable(time timestamptz, temp float, device int); field
20 CREATE TABLE partitioned_vanilla(time timestamptz, temp float, device int) PARTITION BY RANGE (time… field
21 CREATE TABLE attachment_vanilla(time timestamptz, temp float, device int); field
H A Dpartitionwise.sql.in8 CREATE TABLE hyper (time timestamptz, device int, temp float); field
12 CREATE TABLE pg2dim (time timestamptz, device int, temp float) PARTITION BY HASH (device); field
21 CREATE TABLE pg1dim (time timestamptz, device int, temp float) PARTITION BY HASH (device); field
179 CREATE TABLE hyper_meta (time timestamptz, device int, info text); field
222 CREATE TABLE hyper_timepart (time float8, device int, temp float); field
/dports/emulators/aranym/aranym-1.1.0/atari/hostfs/metados/mint/
H A Dtime.h15 struct time struct
17 long high_time; argument
18 long time; /* This has to be signed! */ member
27 data.s[0] = xattr.x##time; \ argument
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/sql/
H A Dcontinuous_aggs_union_view.sql.in12 CREATE TABLE metrics(f1 int, f2 int, time timestamptz NOT NULL, device_id int, value float); field
147 CREATE TABLE boundary_test(time int, value float); field
294 CREATE TABLE smallint_table (time smallint, value int); field
295 CREATE TABLE int_table (time int, value int); field
296 CREATE TABLE bigint_table (time bigint, value int); field
297 CREATE TABLE date_table (time date, value int); field
298 CREATE TABLE timestamp_table (time timestamp, value int); field
299 CREATE TABLE timestamptz_table (time timestamptz, value int); field
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/UIUCModel/
H A Duiuc_coefficients.cpp258 double time = Simtime - eta_tail_input_startTime; in uiuc_coefficients() local
265 double time = Simtime - eta_wing_left_input_startTime; in uiuc_coefficients() local
272 double time = Simtime - eta_wing_right_input_startTime; in uiuc_coefficients() local
311 double time = Simtime - demo_tactile_startTime; in uiuc_coefficients() local
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/
H A DBaseTestListener.php20 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
24 …function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time)
28 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
32 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
36 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
52 public function endTest(PHPUnit_Framework_Test $test, $time)
H A DTestListener.php25 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time);
34 …unction addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time);
43 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time);
54 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time);
65 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time);
98 public function endTest(PHPUnit_Framework_Test $test, $time);
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php40 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
60 …function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time)
80 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
102 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
122 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
190 public function endTest(PHPUnit_Framework_Test $test, $time)
204 … protected function writeCase($status, $time, array $trace = array(), $message = '', $test = null)
/dports/sysutils/tlsdate/tlsdate-tlsdate-0.0.13/src/compat/
H A Dclock.h62 #define CLOCK_SEC(time) ((time)->tp.tv_sec) argument
63 #define CLOCK_MSEC(time) ((time)->tp.tv_nsec / 1000000) argument
64 #define CLOCK_USEC(time) ((time)->tp.tv_nsec / 1000) argument
65 #define CLOCK_NSEC(time) ((time)->tp.tv_nsec) argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DCalendar.cs255 public virtual DateTime AddDays(DateTime time, int days) in AddDays()
344 public abstract int GetDayOfMonth(DateTime time); in GetDayOfMonth()
352 public abstract DayOfWeek GetDayOfWeek(DateTime time); in GetDayOfWeek()
358 public abstract int GetDayOfYear(DateTime time); in GetDayOfYear()
390 public abstract int GetEra(DateTime time); in GetEra()
411 public virtual int GetHour(DateTime time) in GetHour()
420 public virtual double GetMilliseconds(DateTime time) in GetMilliseconds()
429 public virtual int GetMinute(DateTime time) in GetMinute()
438 public abstract int GetMonth(DateTime time); in GetMonth()
455 public virtual int GetSecond(DateTime time) in GetSecond()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DCalendar.cs255 public virtual DateTime AddDays(DateTime time, int days) in AddDays()
344 public abstract int GetDayOfMonth(DateTime time); in GetDayOfMonth()
352 public abstract DayOfWeek GetDayOfWeek(DateTime time); in GetDayOfWeek()
358 public abstract int GetDayOfYear(DateTime time); in GetDayOfYear()
390 public abstract int GetEra(DateTime time); in GetEra()
411 public virtual int GetHour(DateTime time) in GetHour()
420 public virtual double GetMilliseconds(DateTime time) in GetMilliseconds()
429 public virtual int GetMinute(DateTime time) in GetMinute()
438 public abstract int GetMonth(DateTime time); in GetMonth()
455 public virtual int GetSecond(DateTime time) in GetSecond()
[all …]
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-mt-touchpad-tap.c116 uint64_t time, in tp_tap_notify()
165 enum tap_event event, uint64_t time) in tp_tap_idle_handle_event()
197 enum tap_event event, uint64_t time) in tp_tap_touch_handle_event()
250 enum tap_event event, uint64_t time) in tp_tap_hold_handle_event()
285 enum tap_event event, uint64_t time) in tp_tap_tapped_handle_event()
360 enum tap_event event, uint64_t time) in tp_tap_touch2_hold_handle_event()
491 enum tap_event event, uint64_t time) in tp_tap_touch3_hold_handle_event()
747 uint64_t time) in tp_tap_multitap_down_handle_event()
789 uint64_t time) in tp_tap_multitap_palm_handle_event()
820 uint64_t time) in tp_tap_dead_handle_event()
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DNewtonEulerDS.cpp287 void NewtonEulerDS::initRhs(double time) in initRhs()
476 void NewtonEulerDS::computeFExt(double time) in computeFExt()
528 void NewtonEulerDS::computeMExt(double time) in computeMExt()
653 void NewtonEulerDS::computeJacobianFIntq(double time) in computeJacobianFIntq()
657 void NewtonEulerDS::computeJacobianFIntv(double time) in computeJacobianFIntv()
765 void NewtonEulerDS::computeJacobianMIntq(double time) in computeJacobianMIntq()
769 void NewtonEulerDS::computeJacobianMIntv(double time) in computeJacobianMIntv()
845 void NewtonEulerDS::computeRhs(double time) in computeRhs()
867 void NewtonEulerDS::computeJacobianRhsx(double time) in computeJacobianRhsx()
886 void NewtonEulerDS::computeForces(double time) in computeForces()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/polyfill-util/
H A DTestListenerForV5.php37 public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
42 public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time)
46 …nction addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
51 public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
55 public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
59 public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
71 public function endTest(\PHPUnit_Framework_Test $test, $time)
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/test/
H A Dchrono-test.cc14 auto time = std::tm(); in make_tm() local
20 auto time = make_tm(); in make_hour() local
26 auto time = make_tm(); in make_minute() local
32 auto time = make_tm(); in make_second() local
37 std::string format_tm(const std::tm &time, const char *spec, in format_tm()
46 #define EXPECT_TIME(spec, time, duration) { \ argument
178 auto time = make_tm(); in TEST() local
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/symfony/polyfill-util/
H A DTestListenerForV5.php37 public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
42 public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time)
46 …nction addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
51 public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
55 public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
59 public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
71 public function endTest(\PHPUnit_Framework_Test $test, $time)
/dports/deskutils/egroupware/egroupware/vendor/symfony/polyfill-util/
H A DTestListenerForV5.php37 public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
42 public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time)
46 …nction addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
51 public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
55 public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
59 public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
71 public function endTest(\PHPUnit_Framework_Test $test, $time)
/dports/finance/prestashop/prestashop/vendor/symfony/polyfill-util/
H A DTestListenerForV5.php37 public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
42 public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time)
46 …nction addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
51 public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
55 public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
59 public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
71 public function endTest(\PHPUnit_Framework_Test $test, $time)
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/polyfill-util/
H A DTestListenerForV5.php37 public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
42 public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time)
46 …nction addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
51 public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
55 public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
59 public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
71 public function endTest(\PHPUnit_Framework_Test $test, $time)
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/polyfill-util/
H A DTestListenerForV5.php37 public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
42 public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time)
46 …nction addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
51 public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
55 public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
59 public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
71 public function endTest(\PHPUnit_Framework_Test $test, $time)
/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DOneStepIntegrator.cpp66 void OneStepIntegrator::update_interaction_output(Interaction& inter, double time, InteractionPrope… in update_interaction_output()
152 void OneStepIntegrator::updateOutput(double time) in updateOutput()
158 void OneStepIntegrator::updateInput(double time) in updateInput()
167 void OneStepIntegrator::updateOutput(double time, unsigned int level) in updateOutput()
173 void OneStepIntegrator::updateInput(double time, unsigned int level) in updateInput()
180 double OneStepIntegrator::computeResiduOutput(double time, SP::InteractionsGraph indexSet) in computeResiduOutput()
187 double OneStepIntegrator::computeResiduInput(double time, SP::InteractionsGraph indexSet) in computeResiduInput()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/polyfill-util/
H A DTestListenerForV5.php37 public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
42 public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time)
46 …nction addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
51 public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
55 public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
59 public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
71 public function endTest(\PHPUnit_Framework_Test $test, $time)
/dports/audio/libgme/game-music-emu-0.6.1/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/zdoom/zdoom-2.8.1/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/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/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

12345678910>>...1085