Home
last modified time | relevance | path

Searched refs:timeVector (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/utils/
H A DPerfUtil.as14 timeVector = new Vector.<uint>();
20 private var timeVector:Vector.<uint>;
91 timeVector.push(time);
93 return timeVector.length - 1;
120 if (token == timeVector.length - 1)
122 timeVector.pop();
126 timeVector[token] = IGNORE;
141 timeVector.push(time);
154 timeVector.push(time);
219 var count:int = timeVector.length;
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/elasticsearch/
H A Dresponse_parser.go185 timeVector := make([]time.Time, 0, len(esAggBuckets))
194 timeVector = append(timeVector, time.Unix(int64(*key)/1000, 0).UTC())
203 data.NewField("time", nil, timeVector),
233 timeVector = append(timeVector, time.Unix(int64(*key)/1000, 0).UTC())
237 data.NewField("time", nil, timeVector),
260 timeVector = append(timeVector, time.Unix(int64(*key)/1000, 0).UTC())
279 data.NewField("time", nil, timeVector),
321 timeVector = append(timeVector, time.Unix(int64(*key)/1000, 0).UTC())
326 data.NewField("time", nil, timeVector),
350 timeVector = append(timeVector, time.Unix(int64(*key)/1000, 0).UTC())
[all …]
/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dgraphdialog.cpp143 timeVector = new QVector<QPointF>(); in plotCurve()
144 timeVector->append(QPointF(0.0, 0.0)); in plotCurve()
166 timeVector->resize(numValues); in plotCurve()
181 timeVector->replace(i, QPointF(tempX[i], tempY[i])); in plotCurve()
184 timeSeries->replace(timeVector->mid(0, numValues)); in plotCurve()
H A Dgraphdialog.h74 QVector<QPointF> *timeVector; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Events.Edir.EventData/
H A DDebugParameter.cs87 ArrayList timeVector = new ArrayList(); in DebugParameter()
96 timeVector.Add(new DSETimeStamp((Asn1Sequence) timeSeq.get_Renamed(i))); in DebugParameter()
100 objData = timeVector; in DebugParameter()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dosrng.h206 void Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector);
218 …<BLOCK_CIPHER>::Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector) in Reseed() argument
220 m_rng.reset(new X917RNG(new typename BLOCK_CIPHER::Encryption(key, keylength), seed, timeVector)); in Reseed()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dosrng.h224 void Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector);
238 …<BLOCK_CIPHER>::Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector) in Reseed() argument
240 m_rng.reset(new X917RNG(new typename BLOCK_CIPHER::Encryption(key, keylength), seed, timeVector)); in Reseed()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dosrng.h224 void Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector);
238 …<BLOCK_CIPHER>::Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector) in Reseed() argument
240 m_rng.reset(new X917RNG(new typename BLOCK_CIPHER::Encryption(key, keylength), seed, timeVector)); in Reseed()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dosrng.h224 void Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector);
238 …<BLOCK_CIPHER>::Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector) in Reseed() argument
240 m_rng.reset(new X917RNG(new typename BLOCK_CIPHER::Encryption(key, keylength), seed, timeVector)); in Reseed()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dosrng.h224 void Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector);
238 …<BLOCK_CIPHER>::Reseed(const byte *key, size_t keylength, const byte *seed, const byte *timeVector)
240 m_rng.reset(new X917RNG(new typename BLOCK_CIPHER::Encryption(key, keylength), seed, timeVector));
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/opentsdb/
H A Dopentsdb.go169 timeVector := make([]time.Time, 0, len(val.DataPoints))
179 timeVector = append(timeVector, time.Unix(timestamp, 0).UTC())
183 data.NewField("time", nil, timeVector),
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/loki/
H A Dloki.go237 timeVector := make([]time.Time, 0, len(v.Values))
245 timeVector = append(timeVector, time.Unix(k.Timestamp.Unix(), 0).UTC())
250 data.NewField("time", nil, timeVector),
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/graphite/
H A Dgraphite.go237 timeVector := make([]time.Time, 0, len(series.DataPoints))
246 timeVector = append(timeVector, timestamp)
261 data.NewField("time", nil, timeVector),
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/prometheus/
H A Dtime_series_query.go400 timeVector := []time.Time{time.Unix(scalar.Timestamp.Unix(), 0).UTC()}
409 data.NewField("Time", nil, timeVector),
419 timeVector := []time.Time{time.Unix(v.Timestamp.Unix(), 0).UTC()}
431 data.NewField("Time", nil, timeVector),
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreAbstract/Tests/
H A DTestTimeSampling.cpp60 const TimeVector &timeVector, in validateTimeSampling() argument
85 for ( size_t i = 0 ; i < timeVector.size() ; ++i ) in validateTimeSampling()
87 std::cout << i << ": " << timeVector[i] << " " << std::endl; in validateTimeSampling()
/dports/finance/kmymoney/kmymoney-5.1.1/3rdparty/ext_qt/
H A Dqsql_mysql.diff30 QVector<MYSQL_TIME *> timeVector;
/dports/multimedia/kdenlive/kdenlive-21.12.3/packaging/appimage/3rdparty/ext_qt/
H A Dqsql_mysql.diff30 QVector<MYSQL_TIME *> timeVector;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/sql/drivers/mysql/
H A Dqsql_mysql.cpp931 QVector<MYSQL_TIME *> timeVector; in exec() local
970 timeVector.append(myTime); in exec()
1032 qDeleteAll(timeVector); in exec()
1038 qDeleteAll(timeVector); in exec()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/sqldrivers/mysql/
H A Dqsql_mysql.cpp944 QVector<MYSQL_TIME *> timeVector; in exec() local
983 timeVector.append(myTime); in exec()
1045 qDeleteAll(timeVector); in exec()
1051 qDeleteAll(timeVector); in exec()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/sqldrivers/mysql/
H A Dqsql_mysql.cpp944 QVector<MYSQL_TIME *> timeVector; in exec() local
983 timeVector.append(myTime); in exec()
1045 qDeleteAll(timeVector); in exec()
1051 qDeleteAll(timeVector); in exec()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/sqldrivers/mysql/
H A Dqsql_mysql.cpp944 QVector<MYSQL_TIME *> timeVector; in exec() local
983 timeVector.append(myTime); in exec()
1045 qDeleteAll(timeVector); in exec()
1051 qDeleteAll(timeVector); in exec()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/sqldrivers/mysql/
H A Dqsql_mysql.cpp944 QVector<MYSQL_TIME *> timeVector; in exec() local
983 timeVector.append(myTime); in exec()
1045 qDeleteAll(timeVector); in exec()
1051 qDeleteAll(timeVector); in exec()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/sqldrivers/mysql/
H A Dqsql_mysql.cpp944 QVector<MYSQL_TIME *> timeVector; in exec() local
983 timeVector.append(myTime); in exec()
1045 qDeleteAll(timeVector); in exec()
1051 qDeleteAll(timeVector); in exec()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/sqldrivers/mysql/
H A Dqsql_mysql.cpp944 QVector<MYSQL_TIME *> timeVector; in exec() local
983 timeVector.append(myTime); in exec()
1045 qDeleteAll(timeVector); in exec()
1051 qDeleteAll(timeVector); in exec()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/sqldrivers/mysql/
H A Dqsql_mysql.cpp944 QVector<MYSQL_TIME *> timeVector; in exec() local
983 timeVector.append(myTime); in exec()
1045 qDeleteAll(timeVector); in exec()
1051 qDeleteAll(timeVector); in exec()

12