Home
last modified time | relevance | path

Searched defs:time (Results 51 – 75 of 18665) sorted by relevance

12345678910>>...747

/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Deasing.c45 float time, float begin, float change, float duration, float overshoot) in BLI_easing_back_ease_in()
52 float time, float begin, float change, float duration, float overshoot) in BLI_easing_back_ease_out()
59 float time, float begin, float change, float duration, float overshoot) in BLI_easing_back_ease_in_out()
69 float BLI_easing_bounce_ease_out(float time, float begin, float change, float duration) in BLI_easing_bounce_ease_out()
87 float BLI_easing_bounce_ease_in(float time, float begin, float change, float duration) in BLI_easing_bounce_ease_in()
101 float BLI_easing_circ_ease_in(float time, float begin, float change, float duration) in BLI_easing_circ_ease_in()
107 float BLI_easing_circ_ease_out(float time, float begin, float change, float duration) in BLI_easing_circ_ease_out()
122 float BLI_easing_cubic_ease_in(float time, float begin, float change, float duration) in BLI_easing_cubic_ease_in()
149 float time, float change, float duration, float amplitude, float s, float f) in elastic_blend()
281 float BLI_easing_expo_ease_in(float time, float begin, float change, float duration) in BLI_easing_expo_ease_in()
[all …]
/dports/security/libprelude/libprelude-1.2.6/src/
H A Didmef-time.c477 int idmef_time_set_from_gettimeofday(idmef_time_t *time) in idmef_time_set_from_gettimeofday()
502 int idmef_time_new_from_gettimeofday(idmef_time_t **time) in idmef_time_new_from_gettimeofday()
526 idmef_time_t *idmef_time_ref(idmef_time_t *time) in idmef_time_ref()
544 int idmef_time_new(idmef_time_t **time) in idmef_time_new()
664 void idmef_time_set_sec(idmef_time_t *time, uint32_t sec) in idmef_time_set_sec()
683 void idmef_time_set_usec(idmef_time_t *time, uint32_t usec) in idmef_time_set_usec()
698 int32_t idmef_time_get_gmt_offset(const idmef_time_t *time) in idmef_time_get_gmt_offset()
716 uint32_t idmef_time_get_sec(const idmef_time_t *time) in idmef_time_get_sec()
732 uint32_t idmef_time_get_usec(const idmef_time_t *time) in idmef_time_get_usec()
764 void idmef_time_destroy_internal(idmef_time_t *time) in idmef_time_destroy_internal()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp32 void GCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
37 void GCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
44 void GCTimer::register_gc_pause_start(const char* name, const Ticks& time) { in register_gc_pause_start()
48 void GCTimer::register_gc_pause_end(const Ticks& time) { in register_gc_pause_end()
52 void GCTimer::register_gc_phase_start(const char* name, const Ticks& time) { in register_gc_phase_start()
56 void GCTimer::register_gc_phase_end(const Ticks& time) { in register_gc_phase_end()
60 void STWGCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
65 void STWGCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
70 void ConcurrentGCTimer::register_gc_concurrent_start(const char* name, const Ticks& time) { in register_gc_concurrent_start()
74 void ConcurrentGCTimer::register_gc_concurrent_end(const Ticks& time) { in register_gc_concurrent_end()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp32 void GCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
37 void GCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
44 void GCTimer::register_gc_pause_start(const char* name, const Ticks& time) { in register_gc_pause_start()
48 void GCTimer::register_gc_pause_end(const Ticks& time) { in register_gc_pause_end()
52 void GCTimer::register_gc_phase_start(const char* name, const Ticks& time) { in register_gc_phase_start()
56 void GCTimer::register_gc_phase_end(const Ticks& time) { in register_gc_phase_end()
60 void STWGCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
65 void STWGCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
70 void ConcurrentGCTimer::register_gc_concurrent_start(const char* name, const Ticks& time) { in register_gc_concurrent_start()
74 void ConcurrentGCTimer::register_gc_concurrent_end(const Ticks& time) { in register_gc_concurrent_end()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp32 void GCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
37 void GCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
44 void GCTimer::register_gc_pause_start(const char* name, const Ticks& time) { in register_gc_pause_start()
48 void GCTimer::register_gc_pause_end(const Ticks& time) { in register_gc_pause_end()
52 void GCTimer::register_gc_phase_start(const char* name, const Ticks& time) { in register_gc_phase_start()
56 void GCTimer::register_gc_phase_end(const Ticks& time) { in register_gc_phase_end()
60 void STWGCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
65 void STWGCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
70 void ConcurrentGCTimer::register_gc_concurrent_start(const char* name, const Ticks& time) { in register_gc_concurrent_start()
74 void ConcurrentGCTimer::register_gc_concurrent_end(const Ticks& time) { in register_gc_concurrent_end()
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/
H A Dindex.sql5 CREATE TABLE index_test(time timestamptz, temp float); field
13 CREATE TABLE index_test(time timestamptz, device integer, temp float); field
47 CREATE TABLE index_test(id serial, time timestamptz, device integer, temp float); field
182 CREATE TABLE index_expr_test(id serial, time timestamptz, temp float, meta jsonb); field
196 CREATE TABLE index_test(time timestamptz, temp float); field
200 CREATE TABLE index_test_2(time timestamptz, temp float); field
208 CREATE TABLE idx_expr_test(filler int, time timestamptz, meta text); field
224 CREATE TABLE idx_predicate_test(filler int, time timestamptz); field
233 CREATE TABLE idx_tableref_test(time timestamptz); field
246 CREATE TABLE idx_exists(time timestamptz NOT NULL); field
[all …]
H A Dinsert.sql.in14 CREATE TABLE error_test(time timestamp, temp float8, device text NOT NULL); field
32 time TIMESTAMPTZ NOT NULL field
39 CREATE TABLE date_col_test(time date, temp float8, device text NOT NULL); field
57 CREATE TABLE one_space_test(time timestamp, temp float8, device text NOT NULL); field
94 CREATE TABLE timestamp_inf(time TIMESTAMP); field
108 CREATE TABLE date_inf(time DATE); field
125 CREATE TABLE metrics(time timestamptz NOT NULL, value float); field
126 CREATE TABLE metrics2(time timestamptz NOT NULL, value float); field
185 time TIMESTAMP WITHOUT TIME ZONE NOT NULL, field
204 CREATE TABLE i3037(time timestamptz PRIMARY KEY); field
H A Dcreate_hypertable.sql19 create table test_schema.test_table_no_not_null(time BIGINT, device_id text); field
91 CREATE TABLE dim_test_time(time TIMESTAMPTZ, time2 TIMESTAMPTZ, time3 BIGINT, temp float8, device i… field
105 CREATE TABLE dim_test_time2(time TIMESTAMPTZ, time2 TIMESTAMPTZ, temp float8, device int, location … field
114 CREATE TABLE not_hypertable(time TIMESTAMPTZ, temp float8, device int, location int); field
149 create table test_schema.test_1dim(time timestamp, temp float); field
188 CREATE TABLE test_schema.test_invalid_func(time timestamptz, temp float8, device text); field
201 CREATE TABLE test_schema.open_dim_part_func(time text, temp float8, device text, event_time text); field
218 create table test_schema.test_migrate(time timestamp, temp float); field
236 create table test_schema.test_migrate_empty(time timestamp, temp float); field
249 CREATE TABLE test_table_of_type (time timestamp, temp float); field
[all …]
H A Dvacuum.sql5 CREATE TABLE vacuum_test(time timestamp, temp float); field
41 CREATE TABLE analyze_test(time timestamp, temp float); field
75 CREATE TABLE vacuum_norm(time timestamp, temp float); field
88 CREATE TABLE vacuum_test(time timestamp, temp float); field
99 CREATE TABLE analyze_test(time timestamp, temp float); field
110 CREATE TABLE vacuum_norm(time timestamp, temp float); field
H A Dpartition.sql5 CREATE TABLE part_legacy(time timestamptz, temp float, device int); field
28 CREATE TABLE part_new(time timestamptz, temp float, device int); field
50 CREATE TABLE part_new_convert1(time timestamptz, temp float8, device int); field
64 CREATE TABLE part_add_dim(time timestamptz, temp float8, device int, location int); field
89 CREATE TABLE part_custom_func(time timestamptz, temp float8, device text); field
138 CREATE TABLE hyper_with_index(time timestamptz, temp float, device int); field
168 CREATE TABLE hyper_with_primary(time TIMESTAMPTZ PRIMARY KEY, temp float, device int); field
192 CREATE TABLE part_custom_dim (time TIMESTAMPTZ, combo TUPLE, device TEXT); field
212 CREATE TABLE part_custom_dim (time TIMESTAMPTZ, combo TUPLE, device TEXT); field
247 CREATE TABLE part_time_func(time float8, temp float8, device text); field
[all …]
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DSceneObject_Example.h29 void draw(Time time, ViewSettings & viewSettings) in draw()
48 void drawPick(Time time, ViewSettings & /*viewSettings*/) in drawPick()
54 void rawDraw(Time time, ViewSettings & /*viewSettings*/) in rawDraw()
70 void setHoveredObject(Time time, int /*id*/) in setHoveredObject()
87 void select(Time time, int id) in select()
92 void deselect(Time time, int id) in deselect()
96 void toggle(Time time, int id) in toggle()
103 void deselectAll(Time time) in deselectAll()
/dports/graphics/openvkl/openvkl-1.1.0/testing/volume/
H A Dprocedural_functions.h40 float time) in getWaveletValue()
91 inline vec3f getXYZGradient(const vec3f &objectCoordinates, float time) in getXYZGradient()
112 inline VOXEL_TYPE getXValue(const vec3f &objectCoordinates, float time) in getXValue()
118 inline vec3f getXGradient(const vec3f &objectCoordinates, float time) in getXGradient()
130 inline vec3f getYGradient(const vec3f &objectCoordinates, float time) in getYGradient()
142 inline vec3f getZGradient(const vec3f &objectCoordinates, float time) in getZGradient()
147 inline float getConstValue(const vec3f &objectCoordinates, float time) in getConstValue()
159 float time) in getRotatingSphereValue()
172 float time) in getRotatingSphereGradient()
179 float time) in getWigglingSphereValue()
[all …]
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dclockutils.cc41 guint get_hours(ClockTime time) in get_hours()
46 guint get_minutes(ClockTime time) in get_minutes()
51 guint get_seconds(ClockTime time) in get_seconds()
56 guint get_milliseconds(ClockTime time) in get_milliseconds()
61 guint get_microseconds(ClockTime time) in get_microseconds()
66 guint get_nanoseconds(ClockTime time) in get_nanoseconds()
71 guint get_fractional_seconds(ClockTime time) in get_fractional_seconds()
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/sql/
H A Dchunk_api.sql14 CREATE TABLE chunkapi (time timestamptz, device int, temp float); field
158 CREATE TABLE disttable (time timestamptz, device int, temp float, color text); field
304 CREATE TABLE chunkapi (time timestamptz, device int, temp float); field
314 CREATE TABLE chunkapi (time timestamptz not null, device int, temp float); field
322 CREATE TABLE chunkapi (time timestamptz not null, device int, temp float); field
332 CREATE TABLE chunkapi (time timestamptz not null, device int, temp float); field
344 CREATE TABLE chunkapi (time timestamptz not null, device int, temp float); field
355 CREATE TABLE chunkapi (time timestamptz not null, device int, temp float); field
377 CREATE TABLE chunkapi (time timestamptz not null, device int, temp float); field
394 CREATE TABLE chunkapi (time timestamptz NOT NULL PRIMARY KEY, device int REFERENCES devices(id), te… field
[all …]
H A Ddata_node.sql109 CREATE TABLE disttable(time timestamptz, device int, temp float); field
196 CREATE TABLE disttable(time timestamptz, device int, temp float); field
315 CREATE TABLE standalone(time TIMESTAMPTZ, device INT, value FLOAT); field
376 CREATE TABLE disttable(time timestamptz, device int, temp float); field
418 CREATE TABLE disttable(time timestamptz, device int, temp float); field
436 CREATE TABLE disttable_2(time timestamptz, device int, temp float); field
565 CREATE TABLE disttable_3(time timestamptz, device int, temp float); field
569 CREATE TABLE disttable_4(time timestamptz, device int, temp float); field
715 CREATE TABLE dist_test(time timestamp NOT NULL, device int, temp float); field
766 CREATE TABLE nondist_test(time timestamp NOT NULL, device int, temp float); field
H A Ddist_hypertable.sql.in1133 time TIMESTAMPTZ NOT NULL, field
1395 time timestamp NOT NULL, field
1488 time timestamp NOT NULL, field
1526 time TIMESTAMPTZ NOT NULL, field
1551 time timestamptz NOT NULL, field
1616 time timestamptz NOT NULL, field
1773 CREATE TABLE test (time timestamp, v int); field
1781 CREATE TABLE test (time timestamp, v int); field
1801 CREATE TABLE test_tz (time timestamp, v int); field
1929 CREATE TABLE test (time timestamp, v int); field
[all …]
/dports/devel/pear-Date/Date-1.4.7/Date/
H A DSpan.php153 function Date_Span($time = 0, $format = null)
180 function set($time = 0, $format = null)
217 function setFromArray($time)
569 function copy($time)
827 function add($time)
848 function subtract($time)
870 function equal($time)
887 function greaterEqual($time)
904 function lowerEqual($time)
921 function greater($time)
[all …]
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/utils/
H A Dtime.hpp37 struct XLNT_API time struct
75 int hour;
80 int minute;
85 int second;
90 int microsecond;
/dports/games/qonk/qonk-0.3.1/src/
H A Dmessages.cpp13 Message::Message( Uint32 time, string message, Uint32 displayTime, Uint8 r, Uint8 g, Uint8 b ) { in Message()
21 Message::Message( Uint32 time, string message, Uint32 displayTime, Uint32 color ) { in Message()
29 Message::Message( Uint32 time, string message, Uint8 r, Uint8 g, Uint8 b ) { in Message()
37 Message::Message( Uint32 time, string message, Uint32 color ) { in Message()
46 Message::render( int &x, int &y, int time) { in render()
100 Messages::addMessage( Uint32 time, Message m ) { in addMessage()
105 Messages::cleanup(Uint32 time) { in cleanup()
111 Messages::render(Uint32 time) { in render()
134 Uint32 time = game->getTime(); in MSGwon() local
149 Uint32 time = game->getTime(); in MSGlost() local
[all …]
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dmonotonic.h21 s_double_to_monotonic_t(double time) { in s_double_to_monotonic_t()
26 ms_double_to_monotonic_t(double time) { in ms_double_to_monotonic_t()
31 s_to_monotonic_t(monotonic_t time) { in s_to_monotonic_t()
36 ms_to_monotonic_t(monotonic_t time) { in ms_to_monotonic_t()
41 monotonic_t_to_ms(monotonic_t time) { in monotonic_t_to_ms()
46 monotonic_t_to_s_double(monotonic_t time) { in monotonic_t_to_s_double()
68 calc_nano_time(struct timespec time) { in calc_nano_time()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dscrollbar_animation_controller_unittest.cc165 base::TimeTicks time; in TEST_F() local
190 base::TimeTicks time; in TEST_F() local
219 base::TimeTicks time; in TEST_F() local
254 base::TimeTicks time; in TEST_F() local
285 base::TimeTicks time; in TEST_F() local
343 base::TimeTicks time; in TEST_F() local
382 base::TimeTicks time; in TEST_F() local
422 base::TimeTicks time; in TEST_F() local
448 base::TimeTicks time; in TEST_F() local
482 base::TimeTicks time; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dscrollbar_animation_controller_unittest.cc163 base::TimeTicks time; in TEST_F() local
190 base::TimeTicks time; in TEST_F() local
227 base::TimeTicks time; in TEST_F() local
264 base::TimeTicks time; in TEST_F() local
295 base::TimeTicks time; in TEST_F() local
355 base::TimeTicks time; in TEST_F() local
396 base::TimeTicks time; in TEST_F() local
438 base::TimeTicks time; in TEST_F() local
466 base::TimeTicks time; in TEST_F() local
502 base::TimeTicks time; in TEST_F() local
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dinput_event_spy.cpp42 void InputEventSpy::touchDown(qint32 id, const QPointF &point, quint32 time) in touchDown()
49 void InputEventSpy::touchMotion(qint32 id, const QPointF &point, quint32 time) in touchMotion()
56 void InputEventSpy::touchUp(qint32 id, quint32 time) in touchUp()
62 void InputEventSpy::pinchGestureBegin(int fingerCount, quint32 time) in pinchGestureBegin()
68 …InputEventSpy::pinchGestureUpdate(qreal scale, qreal angleDelta, const QSizeF &delta, quint32 time) in pinchGestureUpdate()
76 void InputEventSpy::pinchGestureEnd(quint32 time) in pinchGestureEnd()
81 void InputEventSpy::pinchGestureCancelled(quint32 time) in pinchGestureCancelled()
86 void InputEventSpy::swipeGestureBegin(int fingerCount, quint32 time) in swipeGestureBegin()
92 void InputEventSpy::swipeGestureUpdate(const QSizeF &delta, quint32 time) in swipeGestureUpdate()
98 void InputEventSpy::swipeGestureEnd(quint32 time) in swipeGestureEnd()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dchr_time.c8 chr_get_time( chr_time *time) in chr_get_time()
14 chr_timer_start( chr_time *time) in chr_timer_start()
20 chr_timer_stop( chr_time *time) in chr_timer_stop()
31 chr_timer_eq_zero (chr_time *time) in chr_timer_eq_zero()
69 chr_time_to_secs(chr_time *time) in chr_time_to_secs()
76 chr_time_to_millisecs(chr_time *time) in chr_time_to_millisecs()
83 chr_time_to_microsecs(chr_time *time) in chr_time_to_microsecs()
90 chr_time_to_nanosecs(chr_time *time) in chr_time_to_nanosecs()

12345678910>>...747