Home
last modified time | relevance | path

Searched defs:repeat (Results 1 – 25 of 4835) sorted by relevance

12345678910>>...194

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-component-alarm-repeat.c78 ECalComponentAlarmRepeat *repeat; in e_cal_component_alarm_repeat_new_seconds() local
98 e_cal_component_alarm_repeat_copy (const ECalComponentAlarmRepeat *repeat) in e_cal_component_alarm_repeat_copy()
116 e_cal_component_alarm_repeat_free (gpointer repeat) in e_cal_component_alarm_repeat_free()
135 e_cal_component_alarm_repeat_get_repetitions (const ECalComponentAlarmRepeat *repeat) in e_cal_component_alarm_repeat_get_repetitions()
152 e_cal_component_alarm_repeat_set_repetitions (ECalComponentAlarmRepeat *repeat, in e_cal_component_alarm_repeat_set_repetitions()
176 e_cal_component_alarm_repeat_get_interval (const ECalComponentAlarmRepeat *repeat) in e_cal_component_alarm_repeat_get_interval()
193 e_cal_component_alarm_repeat_set_interval (ECalComponentAlarmRepeat *repeat, in e_cal_component_alarm_repeat_set_interval()
216 e_cal_component_alarm_repeat_get_interval_seconds (const ECalComponentAlarmRepeat *repeat) in e_cal_component_alarm_repeat_get_interval_seconds()
233 e_cal_component_alarm_repeat_set_interval_seconds (ECalComponentAlarmRepeat *repeat, in e_cal_component_alarm_repeat_set_interval_seconds()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_ts_elec_se.F90510 …complex(dp), dimension(no_u,no_u,El%Bloch%B(1),El%Bloch%B(2),El%Bloch%B(3)), intent(in) :: H, S, GS local
511 integer :: B(3), i1, i2, i3
512 integer :: iau,ia1,ia2,ia3
513 integer :: iow,jow,jau,ja1,ja2,ja3
514 complex(dp) :: p(3), pZ, qPi
515 real(dp) :: rPi(3), wq
619 integer :: B(3), i1, i2, i3
620 integer :: iau,iow,ia1,ia2,ia3,iuo
621 integer :: jau,jow,ja1,ja2,ja3,juo
622 complex(dp) :: p(3), qPi
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/mapgen/basecamps/
H A Dmodular_field_defenses.json9 { "x": 3, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
10 { "x": 4, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
11 { "x": 5, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
12 { "x": 6, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
13 { "x": 7, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
14 { "x": 8, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
15 { "x": 9, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
16 { "x": 10, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
17 { "x": 11, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
18 { "x": 12, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/mapgen/basecamps/
H A Dmodular_field_defenses.json9 { "x": 3, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
10 { "x": 4, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
11 { "x": 5, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
12 { "x": 6, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
13 { "x": 7, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
14 { "x": 8, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
15 { "x": 9, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
16 { "x": 10, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
17 { "x": 11, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
18 { "x": 12, "y": 1, "item": "digging_soil_loam_50L", "chance": 99, "repeat": 30 }, number
[all …]
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/pgregory.net/rapid/
H A Dutils.go196 type repeat struct { struct
197 minCount int
198 maxCount int
199 avgCount float64
200 pContinue float64
201 count int
202 group int
203 rejected bool
204 rejections int
205 forceStop bool
[all …]
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/
H A Dcheck_memory.py72 def etree_parse(source, repeat=1): argument
80 def etree_full_iterparse(source, repeat=1): argument
89 def etree_emptied_iterparse(source, repeat=1): argument
98 def decode(source, repeat=1): argument
105 def lazy_decode(source, repeat=1): argument
113 def validate(source, repeat=1): argument
120 def lazy_validate(source, repeat=1): argument
/dports/databases/py-sqlite3/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/databases/py-gdbm/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python-tools/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python311/Python-3.11.0a3/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python37/Python-3.7.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python38/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python39/Python-3.9.9/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python310/Python-3.10.1/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/math/cadabra2/cadabra2-2.3.6.8/core/pythoncdb/
H A Dpy_algorithms.hh18 …Ex_ptr apply_algo_base(Algo& algo, Ex_ptr ex, bool deep, bool repeat, unsigned int depth, bool pre… in apply_algo_base()
35 Ex_ptr apply_algo(Ex_ptr ex, bool deep, bool repeat, unsigned int depth) in apply_algo()
42 Ex_ptr apply_algo(Ex_ptr ex, Arg1 arg1, bool deep, bool repeat, unsigned int depth) in apply_algo()
49 Ex_ptr apply_algo(Ex_ptr ex, Arg1 arg1, Arg2 arg2, bool deep, bool repeat, unsigned int depth) in apply_algo()
56 …Ex_ptr apply_algo(Ex_ptr ex, Arg1 arg1, Arg2 arg2, Arg3 arg3, bool deep, bool repeat, unsigned int… in apply_algo()
72 …void def_algo(pybind11::module& m, const char* name, bool deep, bool repeat, unsigned int depth, P… in def_algo()
86 Ex_ptr apply_algo_preorder(Ex_ptr ex, bool deep, bool repeat, unsigned int depth) in apply_algo_preorder()
93 Ex_ptr apply_algo_preorder(Ex_ptr ex, Arg1 arg1, bool deep, bool repeat, unsigned int depth) in apply_algo_preorder()
100 …Ex_ptr apply_algo_preorder(Ex_ptr ex, Arg1 arg1, Arg2 arg2, bool deep, bool repeat, unsigned int d… in apply_algo_preorder()
114 …void def_algo_preorder(pybind11::module& m, const char* name, bool deep, bool repeat, unsigned int… in def_algo_preorder()
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dio.cc210 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSB64_YbDX); in REP_INSB_YbDX() local
215 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSB32_YbDX); in REP_INSB_YbDX() local
219 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSB16_YbDX); in REP_INSB_YbDX() local
289 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSW64_YwDX); in REP_INSW_YwDX() local
294 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSW32_YwDX); in REP_INSW_YwDX() local
298 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSW16_YwDX); in REP_INSW_YwDX() local
400 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSD64_YdDX); in REP_INSD_YdDX() local
405 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSD32_YdDX); in REP_INSD_YdDX() local
409 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::INSD16_YdDX); in REP_INSD_YdDX() local
480 BX_CPU_THIS_PTR repeat(i, &BX_CPU_C::OUTSB64_DXXb); in REP_OUTSB_DXXb() local
[all …]
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/uvw/uvw/
H A Dtimer.hpp61 void start(Time timeout, Time repeat) { in start()
101 void repeat(Time repeat) { in repeat() argument
110 Time repeat() { in repeat() function in uvw::TimerHandle
/dports/net/astron/Astron-c8ba982/src/deps/uvw/uvw/
H A Dtimer.hpp61 void start(Time timeout, Time repeat) { in start()
101 void repeat(Time repeat) { in repeat() function in uvw::TimerHandle
110 Time repeat() { in repeat() function in uvw::TimerHandle
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/unit_test/
H A Dunit_test.cc51 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
105 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
159 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
213 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
267 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
321 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
375 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVCompareTest() local
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/unit_test/
H A Dunit_test.cc51 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
105 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
159 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
213 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
267 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
321 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
375 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVCompareTest() local
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/libyuv/unit_test/
H A Dunit_test.cc51 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
105 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
159 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
213 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
267 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
321 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
375 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVCompareTest() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/libyuv/unit_test/
H A Dunit_test.cc51 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
105 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
159 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
213 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
267 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
321 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
375 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVCompareTest() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/libyuv/libyuv/unit_test/
H A Dunit_test.cc43 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
102 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
161 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
220 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
279 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
338 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libyuv/unit_test/
H A Dunit_test.cc40 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest() local
92 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest() local
144 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVScaleTest() local
196 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVRotateTest() local
248 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVPlanarTest() local
300 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVBaseTest() local

12345678910>>...194