Home
last modified time | relevance | path

Searched defs:start_time (Results 1 – 25 of 4160) sorted by relevance

12345678910>>...167

/dports/math/hpipm/hpipm-0.1.1/examples/python/
H A Dgetting_started.py50 start_time = time.time() variable
55 start_time = time.time() variable
103 start_time = time.time() variable
108 start_time = time.time() variable
140 start_time = time.time() variable
147 start_time = time.time() variable
165 start_time = time.time() variable
172 start_time = time.time() variable
/dports/math/py-algopy/algopy-0.5.7/documentation/sphinx/
H A Druntime_comparison.py12 start_time = time.time() variable
23 start_time = time.time() variable
35 start_time = time.time() variable
48 start_time = time.time() variable
58 start_time = time.time() variable
74 start_time = time.time() variable
84 start_time = time.time() variable
100 start_time = time.time() variable
108 start_time = time.time() variable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dcron_schedulable.rb17 def calculate_next_run_at(start_time = Time.zone.now) argument
27 def ideal_next_run_from(start_time) argument
31 def cron_worker_next_run_from(start_time) argument
35 def next_time_from(start_time, cron, cron_timezone) argument
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunlinsol/
H A Dtest_sunlinsol.c98 double start_time, stop_time; in Test_SUNLinSolLastFlag() local
127 double start_time, stop_time; in Test_SUNLinSolSpace() local
155 double start_time, stop_time; in Test_SUNLinSolNumIters() local
178 double start_time, stop_time, resnorm; in Test_SUNLinSolResNorm() local
206 double start_time, stop_time; in Test_SUNLinSolResid() local
237 double start_time, stop_time; in Test_SUNLinSolSetATimes() local
266 double start_time, stop_time; in Test_SUNLinSolSetPreconditioner() local
295 double start_time, stop_time; in Test_SUNLinSolSetScalingVectors() local
323 double start_time, stop_time; in Test_SUNLinSolInitialize() local
352 double start_time, stop_time; in Test_SUNLinSolSetup() local
[all …]
/dports/math/sundials/sundials-5.7.0/examples/sunlinsol/
H A Dtest_sunlinsol.c98 double start_time, stop_time; in Test_SUNLinSolLastFlag() local
127 double start_time, stop_time; in Test_SUNLinSolSpace() local
155 double start_time, stop_time; in Test_SUNLinSolNumIters() local
178 double start_time, stop_time, resnorm; in Test_SUNLinSolResNorm() local
206 double start_time, stop_time; in Test_SUNLinSolResid() local
237 double start_time, stop_time; in Test_SUNLinSolSetATimes() local
266 double start_time, stop_time; in Test_SUNLinSolSetPreconditioner() local
295 double start_time, stop_time; in Test_SUNLinSolSetScalingVectors() local
323 double start_time, stop_time; in Test_SUNLinSolInitialize() local
352 double start_time, stop_time; in Test_SUNLinSolSetup() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/ffmpeg/
H A Dffmpeg-download.ps1.in34 $start_time = Get-Date variable
36 Write-Output "Downloaded in $((Get-Date).Subtract($start_time).Seconds) seconds" variable
41 $start_time = Get-Date variable
43 Write-Output "Downloaded in $((Get-Date).Subtract($start_time).Seconds) seconds" variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/image_fetcher/core/
H A Dimage_fetcher_metrics_reporter.cc67 base::Time start_time) { in ReportImageLoadFromCacheTime()
78 base::Time start_time) { in ReportImageLoadFromCacheTimeJava()
89 base::Time start_time) { in ReportTotalFetchFromNativeTimeJava()
100 base::Time start_time) { in ReportImageLoadFromNetworkTime()
111 base::Time start_time) { in ReportImageLoadFromNetworkAfterCacheHit()
121 base::Time start_time) { in ReportTimeSinceLastCacheLRUEviction()
128 base::TimeTicks start_time) { in ReportLoadImageMetadata()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/modules/
H A Dec2_vpc_subnet.py256 def waiter_params(module, params, start_time): argument
263 def handle_waiter(conn, module, waiter_name, params, start_time): argument
274 def create_subnet(conn, module, vpc_id, cidr, ipv6_cidr=None, az=None, start_time=None): argument
303 def ensure_tags(conn, module, subnet, tags, purge_tags, start_time): argument
321 def ensure_map_public(conn, module, subnet, map_public, check_mode, start_time): argument
331 … ensure_assign_ipv6_on_create(conn, module, subnet, assign_instances_ipv6, check_mode, start_time): argument
341 def disassociate_ipv6_cidr(conn, module, subnet, start_time): argument
361 def ensure_ipv6_cidr_block(conn, module, subnet, ipv6_cidr, check_mode, start_time): argument
479 def ensure_final_subnet(conn, module, subnet, start_time): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_vpc_subnet.py258 def waiter_params(module, params, start_time): argument
265 def handle_waiter(conn, module, waiter_name, params, start_time): argument
276 def create_subnet(conn, module, vpc_id, cidr, ipv6_cidr=None, az=None, start_time=None): argument
310 def ensure_tags(conn, module, subnet, tags, purge_tags, start_time): argument
359 def ensure_map_public(conn, module, subnet, map_public, check_mode, start_time): argument
368 … ensure_assign_ipv6_on_create(conn, module, subnet, assign_instances_ipv6, check_mode, start_time): argument
377 def disassociate_ipv6_cidr(conn, module, subnet, start_time): argument
397 def ensure_ipv6_cidr_block(conn, module, subnet, ipv6_cidr, check_mode, start_time): argument
512 def ensure_final_subnet(conn, module, subnet, start_time): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Dec2_vpc_subnet.py264 def waiter_params(module, params, start_time): argument
271 def handle_waiter(conn, module, waiter_name, params, start_time): argument
282 def create_subnet(conn, module, vpc_id, cidr, ipv6_cidr=None, az=None, start_time=None): argument
316 def ensure_tags(conn, module, subnet, tags, purge_tags, start_time): argument
365 def ensure_map_public(conn, module, subnet, map_public, check_mode, start_time): argument
374 … ensure_assign_ipv6_on_create(conn, module, subnet, assign_instances_ipv6, check_mode, start_time): argument
383 def disassociate_ipv6_cidr(conn, module, subnet, start_time): argument
403 def ensure_ipv6_cidr_block(conn, module, subnet, ipv6_cidr, check_mode, start_time): argument
518 def ensure_final_subnet(conn, module, subnet, start_time): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Dec2_vpc_subnet.py264 def waiter_params(module, params, start_time): argument
271 def handle_waiter(conn, module, waiter_name, params, start_time): argument
282 def create_subnet(conn, module, vpc_id, cidr, ipv6_cidr=None, az=None, start_time=None): argument
316 def ensure_tags(conn, module, subnet, tags, purge_tags, start_time): argument
365 def ensure_map_public(conn, module, subnet, map_public, check_mode, start_time): argument
374 … ensure_assign_ipv6_on_create(conn, module, subnet, assign_instances_ipv6, check_mode, start_time): argument
383 def disassociate_ipv6_cidr(conn, module, subnet, start_time): argument
403 def ensure_ipv6_cidr_block(conn, module, subnet, ipv6_cidr, check_mode, start_time): argument
518 def ensure_final_subnet(conn, module, subnet, start_time): argument
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/ao2mo/
H A Dsemi_incore.py282 start_time = logger.perf_counter() variable
288 start_time = logger.perf_counter() variable
297 start_time = logger.perf_counter() variable
303 start_time = logger.perf_counter() variable
314 start_time = logger.perf_counter() variable
320 start_time = logger.perf_counter() variable
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dmonotonic.h40 static inline void elapsedStart(monotime *start_time) { in elapsedStart()
44 static inline uint64_t elapsedUs(monotime start_time) { in elapsedUs()
48 static inline uint64_t elapsedMs(monotime start_time) { in elapsedMs()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/gaussian_process/
H A Dplot_compare_gpr_krr.py133 start_time = time.time() variable
193 start_time = time.time() variable
207 start_time = time.time() variable
256 start_time = time.time() variable
273 start_time = time.time() variable
/dports/math/sundials/sundials-5.7.0/examples/nvector/
H A Dtest_nvector.c112 double start_time, stop_time, maxt; in Test_N_VCloneVectorArray() local
171 double start_time, stop_time, maxt; in Test_N_VCloneEmptyVectorArray() local
221 double start_time, stop_time, maxt; in Test_N_VCloneEmpty() local
265 double start_time, stop_time, maxt; in Test_N_VClone() local
328 double start_time, stop_time, maxt; in Test_N_VGetArrayPointer() local
504 double start_time, stop_time, maxt; in Test_N_VLinearSum() local
1003 double start_time, stop_time, maxt; in Test_N_VConst() local
1038 double start_time, stop_time, maxt; in Test_N_VProd() local
1074 double start_time, stop_time, maxt; in Test_N_VDiv() local
1110 double start_time, stop_time, maxt; in Test_N_VScale() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/audio/public/cpp/
H A Daudio_system_to_service_adapter.cc77 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapGetStreamParametersReply() local
97 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapHasDevicesReply()
116 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapGetDeviceDescriptionsReply()
135 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapGetAssociatedOutputDeviceIDReply()
154 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapGetInputDeviceInfoReply()
163 const base::Optional<std::string>& associated_output_device_id) { in WrapGetInputDeviceInfoReply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/audio/public/cpp/
H A Daudio_system_to_service_adapter.cc78 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapGetStreamParametersReply() local
98 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapHasDevicesReply()
117 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapGetDeviceDescriptionsReply()
136 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapGetAssociatedOutputDeviceIDReply()
155 const base::TimeTicks start_time = base::TimeTicks::Now(); in WrapGetInputDeviceInfoReply()
164 const base::Optional<std::string>& associated_output_device_id) { in WrapGetInputDeviceInfoReply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/image_fetcher/core/
H A Dimage_fetcher_metrics_reporter.cc85 base::Time start_time) { in ReportImageLoadFromCacheTime()
96 base::Time start_time) { in ReportImageLoadFromCacheTimeJava()
107 base::Time start_time) { in ReportTotalFetchFromNativeTimeJava()
118 base::Time start_time) { in ReportImageLoadFromNetworkTime()
129 base::Time start_time) { in ReportImageLoadFromNetworkAfterCacheHit()
139 base::Time start_time) { in ReportTimeSinceLastCacheLRUEviction()
146 base::TimeTicks start_time) { in ReportLoadImageMetadata()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunmatrix/
H A Dtest_sunmatrix.c50 double start_time, stop_time; in Test_SUNMatGetID() local
80 double start_time, stop_time; in Test_SUNMatClone() local
136 double start_time, stop_time; in Test_SUNMatZero() local
181 double start_time, stop_time; in Test_SUNMatCopy() local
229 double start_time, stop_time; in Test_SUNMatScaleAdd() local
353 double start_time, stop_time; in Test_SUNMatScaleAddI() local
404 double start_time, stop_time; in Test_SUNMatMatvecSetup() local
435 double start_time, stop_time; in Test_SUNMatMatvec() local
532 double start_time, stop_time; in Test_SUNMatSpace() local
/dports/math/sundials/sundials-5.7.0/examples/sunmatrix/
H A Dtest_sunmatrix.c50 double start_time, stop_time; in Test_SUNMatGetID() local
80 double start_time, stop_time; in Test_SUNMatClone() local
136 double start_time, stop_time; in Test_SUNMatZero() local
181 double start_time, stop_time; in Test_SUNMatCopy() local
229 double start_time, stop_time; in Test_SUNMatScaleAdd() local
354 double start_time, stop_time; in Test_SUNMatScaleAddI() local
405 double start_time, stop_time; in Test_SUNMatMatvecSetup() local
436 double start_time, stop_time; in Test_SUNMatMatvec() local
539 double start_time, stop_time; in Test_SUNMatSpace() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dtext_ranges.cc21 bool TextRanges::AddCue(base::TimeDelta start_time) { in AddCue()
91 void TextRanges::NewRange(base::TimeDelta start_time) { in NewRange()
110 void TextRanges::Range::ResetCount(base::TimeDelta start_time) { in ResetCount()
120 bool TextRanges::Range::AddCue(base::TimeDelta start_time) { in AddCue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dtext_ranges.cc21 bool TextRanges::AddCue(base::TimeDelta start_time) { in AddCue()
91 void TextRanges::NewRange(base::TimeDelta start_time) { in NewRange()
110 void TextRanges::Range::ResetCount(base::TimeDelta start_time) { in ResetCount()
120 bool TextRanges::Range::AddCue(base::TimeDelta start_time) { in AddCue()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/nvector/
H A Dtest_nvector.c107 double start_time, stop_time, maxt; in Test_N_VCloneVectorArray() local
159 double start_time, stop_time, maxt; in Test_N_VCloneEmptyVectorArray() local
209 double start_time, stop_time, maxt; in Test_N_VCloneEmpty() local
253 double start_time, stop_time, maxt; in Test_N_VClone() local
310 double start_time, stop_time, maxt; in Test_N_VGetArrayPointer() local
465 double start_time, stop_time, maxt; in Test_N_VLinearSum() local
964 double start_time, stop_time, maxt; in Test_N_VConst() local
1001 double start_time, stop_time, maxt; in Test_N_VProd() local
1037 double start_time, stop_time, maxt; in Test_N_VDiv() local
1073 double start_time, stop_time, maxt; in Test_N_VScale() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/android/
H A Dcodec_allocator.cc98 const auto start_time = tick_clock_->NowTicks(); in CreateMediaCodecAsync() local
138 const auto start_time = tick_clock_->NowTicks(); in ReleaseMediaCodec() local
156 void CodecAllocator::OnCodecCreated(base::TimeTicks start_time, in OnCodecCreated()
164 void CodecAllocator::OnCodecReleased(base::TimeTicks start_time, in OnCodecReleased()
203 void CodecAllocator::CompletePendingOperation(base::TimeTicks start_time) { in CompletePendingOperation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/android/
H A Dcodec_allocator.cc98 const auto start_time = tick_clock_->NowTicks(); in CreateMediaCodecAsync() local
138 const auto start_time = tick_clock_->NowTicks(); in ReleaseMediaCodec() local
156 void CodecAllocator::OnCodecCreated(base::TimeTicks start_time, in OnCodecCreated()
164 void CodecAllocator::OnCodecReleased(base::TimeTicks start_time, in OnCodecReleased()
203 void CodecAllocator::CompletePendingOperation(base::TimeTicks start_time) { in CompletePendingOperation()

12345678910>>...167