Home
last modified time | relevance | path

Searched refs:time_path (Results 1 – 8 of 8) sorted by relevance

/dports/audio/festival/speech_tools/lib/example_data/
H A Dked_wr1_012.utt483 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
495 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
508 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
512 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
519 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
523 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
532 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
545 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
567 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
570 …d F:unisyn_leaf_end ; start F:unisyn_leaf_start ; dur F:unisyn_duration ; time_path SylStructure ;
[all …]
/dports/net/pathneck/pathneck-1.3/
H A Dpathneck.c94 struct ip_icmp_hdr time_path[MAX_REC]; variable
303 memset(time_path, 0, sizeof(struct ip_icmp_hdr) * MAX_REC);
434 rtt1 = time_path[k1].rtime - time_path[k1].stime;
436 rtt2 = (time_path[k2].rtime - time_path[k2].stime);
739 memcpy(&(time_path[path_i].iph), iphdr, sizeof(struct iphdr));
740 memcpy(&(time_path[path_i].icmph), icmp, sizeof(struct icmp));
741 time_path[path_i].rtime = arr_time[i];
759 time_path[path_i].stime = send_time[j];
797 ip_path[i].avg_gap = time_path[k2].rtime - time_path[k1].rtime;
H A Dpathneck.h167 extern struct ip_icmp_hdr time_path[MAX_REC];
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_event.cpp647 std::string time_path; in SetPath() local
659 time_path = stringtf("%02d/%02d/%02d", stime.tm_hour, stime.tm_min, stime.tm_sec); in SetPath()
663 if (symlink(time_path.c_str(), id_file.c_str()) < 0) { in SetPath()
664 Error("Can't symlink %s -> %s: %s", id_file.c_str(), time_path.c_str(), strerror(errno)); in SetPath()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_expression_filters.cpp1357 string time_path = "time"; in execute() local
1358 if(!history.child(current_index).has_path(time_path)) in execute()
1360 …NT_ERROR("ScalarGradient: interal error. current time point does not have the child " + time_path); in execute()
1362 const double current_time = history.child(current_index)[time_path].to_float64(); in execute()
1367 if(history.child(index).has_path(time_path)) in execute()
1369 time = history.child(index)[time_path].to_float64(); in execute()
1373 …e calculation at absolute index: " + to_string(index) + ") does not have the child " + time_path ); in execute()
1561 string time_path = "time"; in get_first_and_last_index() local
1567 if(history.child(index).has_path(time_path)) in get_first_and_last_index()
1569 time = history.child(index)[time_path].to_float64(); in get_first_and_last_index()
[all …]
/dports/net/nmsg/nmsg-1.0.1/nmsg/msgmod/
H A Dmessage.c240 const char *time_path[] = { "time", (const char *) 0 }; in nmsg_message_from_json() local
322 time_v = yajl_tree_get(node, time_path, yajl_t_any); in nmsg_message_from_json()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Danimation_blend_tree_editor_plugin.cpp773 …StringName time_path = AnimationTreeEditor::get_singleton()->get_base_path() + String(E->key()) + … in _notification() local
774 E->get()->set_value(AnimationTreeEditor::get_singleton()->get_tree()->get(time_path)); in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Danimation_blend_tree_editor_plugin.cpp773 …StringName time_path = AnimationTreeEditor::get_singleton()->get_base_path() + String(E->key()) + … in _notification() local
774 E->get()->set_value(AnimationTreeEditor::get_singleton()->get_tree()->get(time_path)); in _notification()