Home
last modified time | relevance | path

Searched refs:path_time (Results 1 – 20 of 20) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/
H A Dcamera_path.py260 def create_path(self, npoints, path_time=None, tension=0.5, shortest_path=False): argument
291 if path_time is None:
292 path_time = np.linspace(0, self.nframes, npoints)
293 self.path["time"] = path_time
296 self.times, self.pos[:, dim], path_time, tension=tension
300 self.times, self.north_vectors[:, dim], path_time, tension=tension
304 self.times, self.up_vectors[:, dim], path_time, tension=tension
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/
H A Ddevtools_file_watcher.cc198 for (const auto& path_time : current_times) { in DispatchNotifications() local
199 const base::FilePath& path = path_time.first; in DispatchNotifications()
203 else if (old_timestamp->second != path_time.second) in DispatchNotifications()
206 for (const auto& path_time : old_times) { in DispatchNotifications() local
207 const base::FilePath& path = path_time.first; in DispatchNotifications()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/devtools/
H A Ddevtools_file_watcher.cc198 for (const auto& path_time : current_times) { in DispatchNotifications() local
199 const base::FilePath& path = path_time.first; in DispatchNotifications()
203 else if (old_timestamp->second != path_time.second) in DispatchNotifications()
206 for (const auto& path_time : old_times) { in DispatchNotifications() local
207 const base::FilePath& path = path_time.first; in DispatchNotifications()
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/savers/
H A Dfloaters.c594 gdouble path_time; in screen_saver_floater_update_state() local
596 path_time = time - floater->path_start_time; in screen_saver_floater_update_state()
600 path_time); in screen_saver_floater_update_state()
602 screen_saver_floater_get_scale_from_time (screen_saver, floater, path_time); in screen_saver_floater_update_state()
605 screen_saver_floater_get_angle_from_time (screen_saver, floater, path_time); in screen_saver_floater_update_state()
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/savers/
H A Dfloaters.c605 gdouble path_time; in screen_saver_floater_update_state() local
607 path_time = time - floater->path_start_time; in screen_saver_floater_update_state()
611 path_time); in screen_saver_floater_update_state()
613 screen_saver_floater_get_scale_from_time (screen_saver, floater, path_time); in screen_saver_floater_update_state()
616 screen_saver_floater_get_angle_from_time (screen_saver, floater, path_time); in screen_saver_floater_update_state()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/py/_path/
H A Dlocal.py907 path_time = get_mtime(path)
908 if not path_time:
911 if abs(udir_time - path_time) < lock_timeout:
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/py/_path/
H A Dlocal.py907 path_time = get_mtime(path)
908 if not path_time:
911 if abs(udir_time - path_time) < lock_timeout:
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/py/_path/
H A Dlocal.py907 path_time = get_mtime(path)
908 if not path_time:
911 if abs(udir_time - path_time) < lock_timeout:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/py/py/_path/
H A Dlocal.py945 path_time = get_mtime(path)
946 if not path_time:
949 if abs(udir_time - path_time) < lock_timeout:
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/py/_path/
H A Dlocal.py907 path_time = get_mtime(path)
908 if not path_time:
911 if abs(udir_time - path_time) < lock_timeout:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/py/py/_path/
H A Dlocal.py945 path_time = get_mtime(path)
946 if not path_time:
949 if abs(udir_time - path_time) < lock_timeout:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/py/_path/
H A Dlocal.py907 path_time = get_mtime(path)
908 if not path_time:
911 if abs(udir_time - path_time) < lock_timeout:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/py/_path/
H A Dlocal.py907 path_time = get_mtime(path)
908 if not path_time:
911 if abs(udir_time - path_time) < lock_timeout:
/dports/devel/py-py/py-1.9.0/py/_path/
H A Dlocal.py945 path_time = get_mtime(path)
946 if not path_time:
949 if abs(udir_time - path_time) < lock_timeout:
/dports/audio/snd/snd-21.2/
H A Ddlocsig.rb891 tpoints = path.path_time
1394 def path_time method in Path
1433 xp, yp, zp, tp = path_x, path_y, path_z, path_time
1447 xp, yp, zp, tp = path_x, path_y, path_z, path_time
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs916 if let Some(path_time) = self.paths.next_timeout(pto) { in next_delay()
917 qtrace!([self], "Path probe timer {:?}", path_time); in next_delay()
918 delays.push(path_time); in next_delay()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs916 if let Some(path_time) = self.paths.next_timeout(pto) { in next_delay()
917 qtrace!([self], "Path probe timer {:?}", path_time); in next_delay()
918 delays.push(path_time); in next_delay()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs934 if let Some(path_time) = self.paths.next_timeout(pto) { in next_delay()
935 qtrace!([self], "Path probe timer {:?}", path_time); in next_delay()
936 delays.push(path_time); in next_delay()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglZeroHalf/
H A DCgl012cut.cpp76 static float path_time = 0.0; /* time spent in the computation of the variable
1236 path_time += tf - ti; in get_shortest_odd_cycle_list()
1290 path_time += tf - ti; in get_shortest_odd_cycle_list()
3721 …total_time, prep_time, weak_time, aux_time, path_time, cycle_time, cut_time, cut_ncalls, bw_time, … in print_times()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dparticle_edit.c2674 const bContext *C, Scene *scene, Object *ob, int pa_index, float path_time) in rekey_particle_to_time() argument
2705 state.time = path_time * (float)k / (float)(pa->totkey - 1); in rekey_particle_to_time()