Home
last modified time | relevance | path

Searched defs:aggregation_type (Results 1 – 11 of 11) sorted by relevance

/dports/devel/py-vsts/vsts-0.1.25/vsts/project_analysis/v4_1/
H A Dproject_analysis_client.py43 def get_project_activity_metrics(self, project, from_date, aggregation_type): argument
66 … def get_git_repositories_activity_metrics(self, project, from_date, aggregation_type, skip, top): argument
95 def get_repository_activity_metrics(self, project, repository_id, from_date, aggregation_type): argument
/dports/databases/grass7/grass-7.8.6/lib/temporal/SQL/
H A Ddowngrade_db_3_to_2.sql51aggregation_type VARCHAR, -- The aggregation type of the dataset (mean, min, max, ...) set by … field
71aggregation_type VARCHAR, -- The aggregation type of the dataset (mean, min, max, ...) set by … field
H A Dstrds_metadata_table.sql20aggregation_type VARCHAR, -- The aggregation type of the dataset (mean, min, max, ...) set by … field
H A Dstr3ds_metadata_table.sql21aggregation_type VARCHAR, -- The aggregation type of the dataset (mean, min, max, ...) set by … field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/metrics/
H A Dthroughput_ukm_reporter.cc58 AggregationType aggregation_type, in ReportAggregateThroughput()
/dports/devel/py-vsts/vsts-0.1.25/vsts/project_analysis/v4_0/
H A Dproject_analysis_client.py43 def get_project_activity_metrics(self, project, from_date, aggregation_type): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/metrics/
H A Dthroughput_ukm_reporter.cc54 AggregationType aggregation_type, in ReportAggregateThroughput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dukm_manager.cc173 void UkmManager::RecordAggregateThroughput(AggregationType aggregation_type, in RecordAggregateThroughput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dukm_manager.cc159 void UkmManager::RecordAggregateThroughput(AggregationType aggregation_type, in RecordAggregateThroughput()
/dports/databases/grass7/grass-7.8.6/lib/python/temporal/
H A Dmetadata.py1025 aggregation_type=None): argument
1040 def set_aggregation_type(self, aggregation_type): argument
1141 aggregation_type = property(fset=set_aggregation_type, variable in STDSRasterMetadataBase
H A Dabstract_space_time_dataset.py173 def set_aggregation_type(self, aggregation_type): argument