Home
last modified time | relevance | path

Searched refs:setTimeUnit (Results 1 – 24 of 24) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/options/tests/
H A Dtimeunitmanager.cpp66 manager.setTimeUnit(gmx::TimeUnit::Nanoseconds); in TEST()
89 behavior.setTimeUnit(gmx::TimeUnit::Nanoseconds); in TEST()
95 behavior.setTimeUnit(gmx::TimeUnit::Microseconds); in TEST()
99 behavior.setTimeUnit(gmx::TimeUnit::Femtoseconds); in TEST()
103 behavior.setTimeUnit(gmx::TimeUnit::Picoseconds); in TEST()
127 behavior.setTimeUnit(gmx::TimeUnit::Nanoseconds); in TEST()
154 behavior.setTimeUnit(gmx::TimeUnit::Nanoseconds); in TEST()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java152 builder.setTimeUnit(GandivaTypes.TimeUnit.SEC); in initArrowTypeTime()
157 builder.setTimeUnit(GandivaTypes.TimeUnit.MILLISEC); in initArrowTypeTime()
162 builder.setTimeUnit(GandivaTypes.TimeUnit.MICROSEC); in initArrowTypeTime()
167 builder.setTimeUnit(GandivaTypes.TimeUnit.NANOSEC); in initArrowTypeTime()
182 builder.setTimeUnit(GandivaTypes.TimeUnit.SEC); in initArrowTypeTimestamp()
187 builder.setTimeUnit(GandivaTypes.TimeUnit.MILLISEC); in initArrowTypeTimestamp()
192 builder.setTimeUnit(GandivaTypes.TimeUnit.MICROSEC); in initArrowTypeTimestamp()
197 builder.setTimeUnit(GandivaTypes.TimeUnit.NANOSEC); in initArrowTypeTimestamp()
/dports/databases/arrow/apache-arrow-6.0.1/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java152 builder.setTimeUnit(GandivaTypes.TimeUnit.SEC); in initArrowTypeTime()
157 builder.setTimeUnit(GandivaTypes.TimeUnit.MILLISEC); in initArrowTypeTime()
162 builder.setTimeUnit(GandivaTypes.TimeUnit.MICROSEC); in initArrowTypeTime()
167 builder.setTimeUnit(GandivaTypes.TimeUnit.NANOSEC); in initArrowTypeTime()
182 builder.setTimeUnit(GandivaTypes.TimeUnit.SEC); in initArrowTypeTimestamp()
187 builder.setTimeUnit(GandivaTypes.TimeUnit.MILLISEC); in initArrowTypeTimestamp()
192 builder.setTimeUnit(GandivaTypes.TimeUnit.MICROSEC); in initArrowTypeTimestamp()
197 builder.setTimeUnit(GandivaTypes.TimeUnit.NANOSEC); in initArrowTypeTimestamp()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java152 builder.setTimeUnit(GandivaTypes.TimeUnit.SEC); in initArrowTypeTime()
157 builder.setTimeUnit(GandivaTypes.TimeUnit.MILLISEC); in initArrowTypeTime()
162 builder.setTimeUnit(GandivaTypes.TimeUnit.MICROSEC); in initArrowTypeTime()
167 builder.setTimeUnit(GandivaTypes.TimeUnit.NANOSEC); in initArrowTypeTime()
182 builder.setTimeUnit(GandivaTypes.TimeUnit.SEC); in initArrowTypeTimestamp()
187 builder.setTimeUnit(GandivaTypes.TimeUnit.MILLISEC); in initArrowTypeTimestamp()
192 builder.setTimeUnit(GandivaTypes.TimeUnit.MICROSEC); in initArrowTypeTimestamp()
197 builder.setTimeUnit(GandivaTypes.TimeUnit.NANOSEC); in initArrowTypeTimestamp()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/options/
H A Dtimeunitmanager.cpp87 void TimeUnitManager::setTimeUnit(TimeUnit unit) in setTimeUnit() function in gmx::TimeUnitManager
113 void TimeUnitBehavior::setTimeUnit(TimeUnit unit) in setTimeUnit() function in gmx::TimeUnitBehavior
151 setTimeUnit(result); in setTimeUnitFromEnvironment()
H A Dtimeunitmanager.h87 void setTimeUnit(TimeUnit unit);
123 void setTimeUnit(TimeUnit unit);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/
H A DGoogleCloudApigeeV1Quota.php40 public function setTimeUnit($timeUnit) function in Google_Service_Apigee_GoogleCloudApigeeV1Quota
H A DGoogleCloudApigeeV1OptimizedStatsResponse.php31 public function setTimeUnit($timeUnit) function in Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsResponse
H A DGoogleCloudApigeeV1QueryMetadata.php68 public function setTimeUnit($timeUnit) function in Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata
H A DGoogleCloudApigeeV1CustomReport.php210 public function setTimeUnit($timeUnit) function in Google_Service_Apigee_GoogleCloudApigeeV1CustomReport
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/
H A DFrequencyCap.php33 public function setTimeUnit($timeUnit) function in Google_Service_DisplayVideo_FrequencyCap
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/scheduling/concurrent/
H A DScheduledExecutorTask.java167 public void setTimeUnit(TimeUnit timeUnit) { in setTimeUnit() method in ScheduledExecutorTask
/dports/science/gromacs/gromacs-2021.4/src/gromacs/analysisdata/modules/
H A Dplot.h101 void setTimeUnit(TimeUnit timeUnit) { timeUnit_ = timeUnit; } in setTimeUnit() function
/dports/graphics/digikam/digikam-7.4.0/core/app/date/
H A Dtimelinewidget.h76 void setTimeUnit(TimeUnit timeUnit);
H A Dtimelinewidget.cpp153 void TimeLineWidget::setTimeUnit(TimeUnit timeUnit) in setTimeUnit() function in Digikam::TimeLineWidget
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/util/
H A DRetryCounter.java79 public RetryConfig setTimeUnit(TimeUnit timeUnit) { in setTimeUnit() method in RetryCounter.RetryConfig
/dports/science/gromacs/gromacs-2021.4/src/gromacs/trajectoryanalysis/
H A Drunnercommon.cpp403 impl_->settings_.impl_->plotSettings.setTimeUnit(impl_->settings_.timeUnit()); in optionsFinished()
/dports/graphics/digikam/digikam-7.4.0/core/app/views/sidebar/
H A Dtimelinesidebarwidget.cpp410 d->timeLineWidget->setTimeUnit((TimeLineWidget::TimeUnit)mode); in slotTimeUnitChanged()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_medcoupling_utils.cxx615 m->med_mesh->setTimeUnit("s"); in cs_medcoupling_mesh_create()
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_to_medcoupling.cxx205 m->setTimeUnit("s"); in _add_medcoupling_mesh()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DQuotaProtos.java823 setTimeUnit(other.getTimeUnit()); in mergeFrom()
882 …public Builder setTimeUnit(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TimeUnit value) { in setTimeUnit() method in QuotaProtos.TimedQuota.Builder
/dports/science/py-nibabel/nibabel-3.2.1/
H A DChangelog1039 :meth:`~nifti.format.NiftiFormat.setTimeUnit`,
/dports/science/py-nibabel/nibabel-3.2.1/doc/source/
H A Dchangelog.rst1039 :meth:`~nifti.format.NiftiFormat.setTimeUnit`,
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/
H A DProtobufUtil.java3100 .setTimeUnit(toProtoTimeUnit(timeUnit)).setScope(toProtoQuotaScope(scope)).build(); in toTimedQuota()