Home
last modified time | relevance | path

Searched refs:tempGroups (Results 1 – 13 of 13) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dsynthesizerstate.cpp45 std::list<SynthesizerGroup> tempGroups; in read() local
58 tempGroups.push_back(group); in read()
61 if (!tempGroups.empty()) { in read()
63 swap(tempGroups); in read()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dsubsample.cpp562 vector<int> tempGroups; tempGroups.resize(Groups.size(), 0); in getSample() local
563 tempGroups[i]++; in getSample()
564 tempCount[names[allNames[j]]] = tempGroups; in getSample()
621 vector<int> tempGroups; tempGroups.resize(Groups.size(), 0); in getSampleWithReplacement() local
622 tempGroups[i]++; in getSampleWithReplacement()
623 tempCount[names[allNames[randomRead]]] = tempGroups; in getSampleWithReplacement()
778 vector<int> tempGroups; tempGroups.resize(Groups.size(), 0); in getSample() local
779 tempGroups[allNames[j].group]++; in getSample()
780 tempCount[names[allNames[j].name]] = tempGroups; in getSample()
870 vector<int> tempGroups; tempGroups.resize(Groups.size(), 0); in getSampleWithReplacement() local
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter/
H A Dadapter.go102 tempGroups := generateTargetGroups(allTargetGroups)
104 if !reflect.DeepEqual(a.groups, tempGroups) {
105 a.groups = tempGroups
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter/
H A Dadapter.go102 tempGroups := generateTargetGroups(allTargetGroups)
104 if !reflect.DeepEqual(a.groups, tempGroups) {
105 a.groups = tempGroups
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter/
H A Dadapter.go104 tempGroups := generateTargetGroups(allTargetGroups)
106 if !reflect.DeepEqual(a.groups, tempGroups) {
107 a.groups = tempGroups
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter/
H A Dadapter.go104 tempGroups := generateTargetGroups(allTargetGroups)
106 if !reflect.DeepEqual(a.groups, tempGroups) {
107 a.groups = tempGroups
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter/
H A Dadapter.go103 tempGroups := generateTargetGroups(allTargetGroups)
105 if !reflect.DeepEqual(a.groups, tempGroups) {
106 a.groups = tempGroups
/dports/net-mgmt/prometheus2/prometheus-2.30.3/documentation/examples/custom-sd/adapter/
H A Dadapter.go104 tempGroups := generateTargetGroups(allTargetGroups)
106 if !reflect.DeepEqual(a.groups, tempGroups) {
107 a.groups = tempGroups
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dgetmimarkspackagecommand.cpp146 vector<string> tempGroups = groupmap.getNamesOfGroups(); in execute() local
147 for (int i = 0; i < tempGroups.size(); i++) { Groups.insert(tempGroups[i]); } in execute()
H A Dsplitgroupscommand.cpp410 vector<string> tempGroups; tempGroups.push_back(params->Groups[i]); in driverRunCount() local
411 ct.printCompressedTable(newCountFile, tempGroups); in driverRunCount()
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dtree.cpp84 vector<string> tempGroups; in Tree() local
85 tree[i].setGroup(tempGroups); in Tree()
151 vector<string> tempGroups; in Tree() local
152 tree[i].setGroup(tempGroups); in Tree()
334 vector<string> tempGroups; in getSubTree() local
335 tree[i].setGroup(tempGroups); in getSubTree()
/dports/ftp/php-fastdfs/fastdfs-6.06/tracker/
H A Dtracker_mem.c4332 FDFSGroups tempGroups; in tracker_mem_get_sys_files_from_others() local
4389 memcpy(&tempGroups, &g_groups, sizeof(FDFSGroups)); in tracker_mem_get_sys_files_from_others()
4394 tracker_mem_destroy_groups(&tempGroups, false); in tracker_mem_get_sys_files_from_others()
/dports/ftp/fastdfs/fastdfs-6.06/tracker/
H A Dtracker_mem.c4332 FDFSGroups tempGroups; in tracker_mem_get_sys_files_from_others() local
4389 memcpy(&tempGroups, &g_groups, sizeof(FDFSGroups)); in tracker_mem_get_sys_files_from_others()
4394 tracker_mem_destroy_groups(&tempGroups, false); in tracker_mem_get_sys_files_from_others()