Home
last modified time | relevance | path

Searched refs:readValues (Results 1 – 25 of 109) sorted by relevance

12345

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dwriter_test.go100 readValues, err := r.ReadAll([]byte("cpu"))
105 if len(readValues) != len(values) {
110 if v.Value() != readValues[i].Value() {
160 readValues, err := r.ReadAll([]byte(d.key))
170 if v.Value() != readValues[i].Value() {
237 if v.Value() != readValues[i].Value() {
296 readValues, err := r.ReadAll([]byte("cpu"))
306 if v.Value() != readValues[i].Value() {
375 if v.Value() != readValues[i].Value() {
391 if v.Value() != readValues[i].Value() {
[all …]
H A Dreader_test.go111 readValues, err := r.ReadAll([]byte(k))
116 if exp := len(vals); exp != len(readValues) {
121 if v.Value() != readValues[i].Value() {
195 if exp := len(vals); exp != len(readValues) {
200 if v.Value() != readValues[i].Value() {
274 if exp := len(vals); exp != len(readValues) {
279 if v.Value() != readValues[i].Value() {
1604 readValues, err := r.ReadAll([]byte(k))
1609 if exp := len(vals); exp != len(readValues) {
1762 if v.Value() != readValues[i].Value() {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dwriter_test.go100 readValues, err := r.ReadAll([]byte("cpu"))
105 if len(readValues) != len(values) {
110 if v.Value() != readValues[i].Value() {
160 readValues, err := r.ReadAll([]byte(d.key))
170 if v.Value() != readValues[i].Value() {
237 if v.Value() != readValues[i].Value() {
296 readValues, err := r.ReadAll([]byte("cpu"))
306 if v.Value() != readValues[i].Value() {
375 if v.Value() != readValues[i].Value() {
391 if v.Value() != readValues[i].Value() {
[all …]
H A Dreader_test.go111 readValues, err := r.ReadAll([]byte(k))
116 if exp := len(vals); exp != len(readValues) {
121 if v.Value() != readValues[i].Value() {
195 if exp := len(vals); exp != len(readValues) {
200 if v.Value() != readValues[i].Value() {
274 if exp := len(vals); exp != len(readValues) {
279 if v.Value() != readValues[i].Value() {
1608 readValues, err := r.ReadAll([]byte(k))
1613 if exp := len(vals); exp != len(readValues) {
1766 if v.Value() != readValues[i].Value() {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dwriter_test.go100 readValues, err := r.ReadAll([]byte("cpu"))
105 if len(readValues) != len(values) {
110 if v.Value() != readValues[i].Value() {
160 readValues, err := r.ReadAll([]byte(d.key))
170 if v.Value() != readValues[i].Value() {
237 if v.Value() != readValues[i].Value() {
296 readValues, err := r.ReadAll([]byte("cpu"))
306 if v.Value() != readValues[i].Value() {
375 if v.Value() != readValues[i].Value() {
391 if v.Value() != readValues[i].Value() {
[all …]
H A Dreader_test.go115 readValues, err := r.ReadAll([]byte(k))
120 if exp := len(vals); exp != len(readValues) {
125 if v.Value() != readValues[i].Value() {
199 if exp := len(vals); exp != len(readValues) {
204 if v.Value() != readValues[i].Value() {
278 if exp := len(vals); exp != len(readValues) {
283 if v.Value() != readValues[i].Value() {
1605 readValues, err := r.ReadAll([]byte(k))
1610 if exp := len(vals); exp != len(readValues) {
1763 if v.Value() != readValues[i].Value() {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dwriter_test.go100 readValues, err := r.ReadAll([]byte("cpu"))
105 if len(readValues) != len(values) {
110 if v.Value() != readValues[i].Value() {
160 readValues, err := r.ReadAll([]byte(d.key))
170 if v.Value() != readValues[i].Value() {
237 if v.Value() != readValues[i].Value() {
296 readValues, err := r.ReadAll([]byte("cpu"))
306 if v.Value() != readValues[i].Value() {
375 if v.Value() != readValues[i].Value() {
391 if v.Value() != readValues[i].Value() {
[all …]
H A Dreader_test.go111 readValues, err := r.ReadAll([]byte(k))
116 if exp := len(vals); exp != len(readValues) {
121 if v.Value() != readValues[i].Value() {
195 if exp := len(vals); exp != len(readValues) {
200 if v.Value() != readValues[i].Value() {
274 if exp := len(vals); exp != len(readValues) {
279 if v.Value() != readValues[i].Value() {
1604 readValues, err := r.ReadAll([]byte(k))
1609 if exp := len(vals); exp != len(readValues) {
1762 if v.Value() != readValues[i].Value() {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/
H A DBitSetIteratorTests.cpp39 std::set<unsigned long> readValues; in TEST_F() local
42 EXPECT_EQ(0u, readValues.count(bit)); in TEST_F()
43 readValues.insert(bit); in TEST_F()
46 EXPECT_EQ(originalValues.size(), readValues.size()); in TEST_F()
107 std::set<TestEnum> readValues; in TEST_F() local
110 EXPECT_EQ(0u, readValues.count(bit)); in TEST_F()
111 readValues.insert(bit); in TEST_F()
114 EXPECT_EQ(originalValues.size(), readValues.size()); in TEST_F()
173 std::set<IntegerT> readValues; in TEST_F() local
176 EXPECT_EQ(0u, readValues.count(bit)); in TEST_F()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DScannerHelper.java149 long[] readValues = new long[1024]; in initializeTables() local
162 long[] readValues = new long[1024]; in initializeTables() local
175 long[] readValues = new long[1024]; in initializeTables() local
188 long[] readValues = new long[1024]; in initializeTables() local
193 tempTable[PART_INDEX][0] = readValues; in initializeTables()
201 long[] readValues = new long[1024]; in initializeTables() local
206 tempTable[PART_INDEX][1] = readValues; in initializeTables()
214 long[] readValues = new long[1024]; in initializeTables() local
219 tempTable[PART_INDEX][2] = readValues; in initializeTables()
227 long[] readValues = new long[1024]; in initializeTables() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DScannerHelper.java166 long[] readValues = new long[1024]; in initializeTables() local
175 long[] readValues = new long[1024]; in initializeTables() local
184 long[] readValues = new long[1024]; in initializeTables() local
193 long[] readValues = new long[1024]; in initializeTables() local
197 tempTable[PART_INDEX][0] = readValues; in initializeTables()
202 long[] readValues = new long[1024]; in initializeTables() local
206 tempTable[PART_INDEX][1] = readValues; in initializeTables()
211 long[] readValues = new long[1024]; in initializeTables() local
215 tempTable[PART_INDEX][2] = readValues; in initializeTables()
220 long[] readValues = new long[1024]; in initializeTables() local
[all …]
/dports/devel/vcglib/vcglib-2020.09/wrap/io_trimesh/
H A Dimport_nvm.h168 uint readValues = fscanf(fp,"%f %f %f ",&x,&y,&z); variable
169 … if (readValues < 3) qDebug() << "Point " << i << ": only " << readValues << " coordinates read!";
171 readValues = fscanf(fp,"%d %d %d ",&r,&g,&b);
172 … if (readValues < 3) qDebug() << "Point " << i << ": only " << readValues << " color values read!";
175 readValues = fscanf(fp,"%d ",&n_corr);
176 if (readValues < 1) qDebug() << "Point " << i << ": no n correspondences read!";
178 readValues = fscanf(fp,"%d %d %f %f ",&i_cam,&key_sift,&x,&y);
179 …if (readValues != 3) qDebug() << "Point " << i << "; Corresp: " << j << ": only " << readValues <<…
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreHDF5/
H A DHDF5HierarchyReader.cpp86 size_t readValues = 0; in readHierarchy() local
91 childrenSizes.size(), readValues, &childrenSizes.front() ); in readHierarchy()
102 attrSizes.size(), readValues, &attrSizes.front() ); in readHierarchy()
114 hasMask.size(), readValues, &hasMask.front() ); in readHierarchy()
122 maskBits.size(), readValues, &maskBits.front() ); in readHierarchy()
127 hasMeta.size(), readValues, &hasMeta.front() ); in readHierarchy()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/common/
H A DBitSetIterator_unittest.cpp38 std::set<unsigned long> readValues; in TEST_F() local
42 EXPECT_EQ(0u, readValues.count(bit)); in TEST_F()
43 readValues.insert(bit); in TEST_F()
46 EXPECT_EQ(originalValues.size(), readValues.size()); in TEST_F()
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/Action/
H A DActionStep.php91 $values = $this->readValues($entry, [$this->definition[$fieldName . '_field']]);
94 $values = $this->readValues($entry, $readFrom);
98 $values = $this->readValues($entry, $readFrom);
100 $values = $this->readValues($entry, [$fieldName]);
115 private function readValues($entry, $readFrom) function in Search_Action_ActionStep
/dports/math/R-cran-terra/terra/src/
H A Dread.cpp64 return readValues(bs.row[i], bs.nrows[i], 0, ncol()); in readBlock()
70 std::vector<double> x = readValues(bs.row[i], bs.nrows[i], 0, ncol()); in readBlock2()
81 std::vector<double> x = readValues(bs.row[i], bs.nrows[i], 0, ncol()); in readBlockIP()
162 std::vector<double> SpatRaster::readValues(size_t row, size_t nrows, size_t col, size_t ncols){ in readValues() function in SpatRaster
276 out = readValues(0, nrow(), 0, ncol()); in getValues()
280 out = sub.readValues(0, nrow(), 0, ncol()); in getValues()
331 out = sub.readValues(0, nrow(), 0, ncol()); in getValuesSource()
/dports/math/R-cran-terra/terra/R/
H A Dapp.R47 v <- readValues(x, round(0.51*nrow(x)), 1, 1, nc, mat=TRUE)
112 v <- readValues(x, b$row[i], b$nrows[i], 1, nc, TRUE)
123 v <- readValues(x, b$row[i], b$nrows[i], 1, nc, TRUE)
132 v <- readValues(x, b$row[i], b$nrows[i], 1, nc, TRUE)
249 v <- lapply(1:length(x), function(i) readValues(x[i], round(0.51*nrx), 1, 1, ncx, mat=TRUE))
265 …v <- lapply(1:length(x), function(s) as.vector(readValues(x[s], b$row[i], b$nrows[i], 1, ncx, mat=…
277 …v <- lapply(1:length(x), function(s) as.vector(readValues(x[s], b$row[i], b$nrows[i], 1, ncx, mat=…
H A Dlapp.R61 v <- readValues(x, round(0.51*nrow(x)), 1, 1, ncx, dataframe=TRUE)
75 v <- readValues(x, b$row[i], b$nrows[i], 1, ncx, dataframe=TRUE)
87 v <- readValues(x, b$row[i], b$nrows[i], 1, ncx, dataframe=TRUE)
146 v <- lapply(1:length(x), function(i) readValues(x[i], round(0.51*nrx), 1, 1, ncx, mat=TRUE))
178 v <- lapply(1:length(x), function(s) readValues(x[s], b$row[i], b$nrows[i], 1, ncx, mat=TRUE))
/dports/cad/sumo/sumo-1.2.0/tools/visualization/
H A Dplot_summary.py34 def readValues(files, verbose, measure): function
67 nums = readValues(files, options.verbose, options.measure)
68 times = readValues(files, options.verbose, "time")
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clearcase/
H A Dversionselector.cpp50 if (!readValues()) in VersionSelector()
58 if (!readValues()) in VersionSelector()
72 bool VersionSelector::readValues() in readValues() function in ClearCase::Internal::VersionSelector
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp838 readValues.push_back(value); in NestedOfHelper()
847 std::vector<uint8_t> readValues; in TEST_F() local
850 [&readValues](Reader& r) { in TEST_F()
851 return NestedOfHelper(r, readValues); in TEST_F()
853 ASSERT_EQ(3u, readValues.size()); in TEST_F()
854 ASSERT_EQ(0x01, readValues[0]); in TEST_F()
855 ASSERT_EQ(0x02, readValues[1]); in TEST_F()
856 ASSERT_EQ(0x03, readValues[2]); in TEST_F()
865 std::vector<uint8_t> readValues; in TEST_F() local
868 [&readValues](Reader& r) { in TEST_F()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp838 readValues.push_back(value); in NestedOfHelper()
847 std::vector<uint8_t> readValues; in TEST_F() local
850 [&readValues](Reader& r) { in TEST_F()
851 return NestedOfHelper(r, readValues); in TEST_F()
853 ASSERT_EQ(3u, readValues.size()); in TEST_F()
854 ASSERT_EQ(0x01, readValues[0]); in TEST_F()
855 ASSERT_EQ(0x02, readValues[1]); in TEST_F()
856 ASSERT_EQ(0x03, readValues[2]); in TEST_F()
865 std::vector<uint8_t> readValues; in TEST_F() local
868 [&readValues](Reader& r) { in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/gtests/mozpkix_gtest/
H A Dpkixder_input_tests.cpp838 readValues.push_back(value); in NestedOfHelper()
847 std::vector<uint8_t> readValues; in TEST_F() local
850 [&readValues](Reader& r) { in TEST_F()
851 return NestedOfHelper(r, readValues); in TEST_F()
853 ASSERT_EQ(3u, readValues.size()); in TEST_F()
854 ASSERT_EQ(0x01, readValues[0]); in TEST_F()
855 ASSERT_EQ(0x02, readValues[1]); in TEST_F()
856 ASSERT_EQ(0x03, readValues[2]); in TEST_F()
865 std::vector<uint8_t> readValues; in TEST_F() local
868 [&readValues](Reader& r) { in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/pkix/test/gtest/
H A Dpkixder_input_tests.cpp770 readValues.push_back(value); in NestedOfHelper()
778 std::vector<uint8_t> readValues; in TEST_F() local
780 [&readValues](Reader& r) { in TEST_F()
783 ASSERT_EQ(3u, readValues.size()); in TEST_F()
784 ASSERT_EQ(0x01, readValues[0]); in TEST_F()
785 ASSERT_EQ(0x02, readValues[1]); in TEST_F()
786 ASSERT_EQ(0x03, readValues[2]); in TEST_F()
794 std::vector<uint8_t> readValues; in TEST_F() local
797 [&readValues](Reader& r) { in TEST_F()
798 return NestedOfHelper(r, readValues); in TEST_F()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/pkix/test/gtest/
H A Dpkixder_input_tests.cpp835 readValues.push_back(value); in NestedOfHelper()
844 std::vector<uint8_t> readValues; in TEST_F() local
847 [&readValues](Reader& r) { in TEST_F()
848 return NestedOfHelper(r, readValues); in TEST_F()
850 ASSERT_EQ(3u, readValues.size()); in TEST_F()
851 ASSERT_EQ(0x01, readValues[0]); in TEST_F()
852 ASSERT_EQ(0x02, readValues[1]); in TEST_F()
853 ASSERT_EQ(0x03, readValues[2]); in TEST_F()
862 std::vector<uint8_t> readValues; in TEST_F() local
865 [&readValues](Reader& r) { in TEST_F()
[all …]

12345