Home
last modified time | relevance | path

Searched refs:TestKey (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Drevision_info_client_test.py35 test_key = utils.TestKey(test_path)
37 'avg': utils.TestKey('Chromium/win7/suite/metric_avg'),
38 'std': utils.TestKey('Chromium/win7/suite/metric_std'),
39 'count': utils.TestKey('Chromium/win7/suite/metric_count'),
40 'max': utils.TestKey('Chromium/win7/suite/metric_max'),
41 'min': utils.TestKey('Chromium/win7/suite/metric_min'),
42 'sum': utils.TestKey('Chromium/win7/suite/metric_sum')
61 utils.TestKey('Chromium/win7/suite/metric'), 100, 200)
72 utils.TestKey('Chromium/win7/suite/metric_avg'), 100, 200)
82 utils.TestKey('Chromium/win7/suite/metric'), 100, 200)
/dports/math/vtk9/VTK-9.1.0/Documentation/Doxygen/
H A DIOLegacyInformationFormat.md32 NAME Double LOCATION TestKey
34 NAME DoubleVector LOCATION TestKey
36 NAME IdType LOCATION TestKey
38 NAME String LOCATION TestKey
40 NAME Integer LOCATION TestKey
44 NAME StringVector LOCATION TestKey
49 NAME UnsignedLong LOCATION TestKey
111 NAME Double LOCATION TestKey
125 NAME IdType LOCATION TestKey
132 NAME String LOCATION TestKey
[all …]
/dports/math/vtk8/VTK-8.2.0/Documentation/Doxygen/
H A DIOLegacyInformationFormat.md32 NAME Double LOCATION TestKey
34 NAME DoubleVector LOCATION TestKey
36 NAME IdType LOCATION TestKey
38 NAME String LOCATION TestKey
40 NAME Integer LOCATION TestKey
44 NAME StringVector LOCATION TestKey
49 NAME UnsignedLong LOCATION TestKey
111 NAME Double LOCATION TestKey
125 NAME IdType LOCATION TestKey
132 NAME String LOCATION TestKey
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/DBUpdate/
H A DFixUserPreferenceKeys.t75 for my $TestKey ( sort keys %UserTestKeys ) {
83 \$TestUserID, \$TestKey, \$UserTestKeys{$TestKey},
89 for my $TestKey ( sort keys %UserTestKeys ) {
97 \$TestUserID, \$TestKey,
104 $UserTestKeys{$TestKey},
173 \$TestCustomerUserLogin, \$TestKey, \$CustomerTestKeys{$TestKey},
187 \$TestCustomerUserLogin, \$TestKey,
194 $CustomerTestKeys{$TestKey},
224 for my $TestKey ( sort keys %UserTestKeys ) {
232 \$TestUserID, \$TestKey,
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/odht/benches/
H A Dbench.rs10 struct TestKey(u64, u64); struct
15 type Key = TestKey;
56 fn get_value<F: Fn(&TestKey) -> Option<u32>>(f: &F, key: &TestKey) -> Option<u32> { in get_value()
61 fn insert_value<F: FnMut(TestKey, u32) -> Option<u32>>( in insert_value() argument
63 key: TestKey, in insert_value() argument
70 test_data: &[(TestKey, u32)], in generate_hash_table() argument
89 fn generate_std_hash_table(test_data: &[(TestKey, u32)]) -> FxHashMap<TestKey, u32> { in generate_std_hash_table() argument
106 fn generate_test_data(num_values: usize) -> Vec<(TestKey, u32)> { in generate_test_data() argument
110 .map(|_| (TestKey(random(), random()), random())) in generate_test_data()
129 let get = |key: &TestKey| table.get(key); in bench_odht_fx_lookup()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A Dprefix_test.cc60 struct TestKey { struct
89 const TestKey *key_a = &kkey_a; in Compare()
90 const TestKey *key_b = &kkey_b; in Compare()
111 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
120 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
136 TestKey test_key(prefix, suffix); in PutKey()
163 TestKey test_key(prefix, suffix); in SeekIterator()
173 TestKey test_key(prefix, suffix); in Get()
541 TestKey test_key(12346, 8); in TEST_F()
692 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc63 struct TestKey { struct
92 const TestKey *key_a = &kkey_a; in Compare()
93 const TestKey *key_b = &kkey_b; in Compare()
114 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
123 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
139 TestKey test_key(prefix, suffix); in PutKey()
166 TestKey test_key(prefix, suffix); in SeekIterator()
176 TestKey test_key(prefix, suffix); in Get()
548 TestKey test_key(12346, 8); in TEST_F()
700 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/db/
H A Dprefix_test.cc63 struct TestKey { struct
92 const TestKey *key_a = &kkey_a; in Compare()
93 const TestKey *key_b = &kkey_b; in Compare()
114 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
123 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
139 TestKey test_key(prefix, suffix); in PutKey()
166 TestKey test_key(prefix, suffix); in SeekIterator()
176 TestKey test_key(prefix, suffix); in Get()
548 TestKey test_key(12346, 8); in TEST_F()
700 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/db/
H A Dprefix_test.cc63 struct TestKey { struct
92 const TestKey *key_a = &kkey_a; in Compare()
93 const TestKey *key_b = &kkey_b; in Compare()
114 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
123 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
139 TestKey test_key(prefix, suffix); in PutKey()
166 TestKey test_key(prefix, suffix); in SeekIterator()
176 TestKey test_key(prefix, suffix); in Get()
548 TestKey test_key(12346, 8); in TEST_F()
700 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc63 struct TestKey { struct
92 const TestKey *key_a = &kkey_a; in Compare()
93 const TestKey *key_b = &kkey_b; in Compare()
114 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
123 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
139 TestKey test_key(prefix, suffix); in PutKey()
166 TestKey test_key(prefix, suffix); in SeekIterator()
176 TestKey test_key(prefix, suffix); in Get()
548 TestKey test_key(12346, 8); in TEST_F()
700 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc63 struct TestKey { struct
92 const TestKey *key_a = &kkey_a; in Compare()
93 const TestKey *key_b = &kkey_b; in Compare()
114 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
123 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
139 TestKey test_key(prefix, suffix); in PutKey()
166 TestKey test_key(prefix, suffix); in SeekIterator()
176 TestKey test_key(prefix, suffix); in Get()
548 TestKey test_key(12346, 8); in TEST_F()
700 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc61 struct TestKey { struct
90 const TestKey *key_a = &kkey_a; in Compare()
91 const TestKey *key_b = &kkey_b; in Compare()
112 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
121 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
137 TestKey test_key(prefix, suffix); in PutKey()
164 TestKey test_key(prefix, suffix); in SeekIterator()
174 TestKey test_key(prefix, suffix); in Get()
542 TestKey test_key(12346, 8); in TEST_F()
693 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc61 struct TestKey { struct
90 const TestKey *key_a = &kkey_a; in Compare()
91 const TestKey *key_b = &kkey_b; in Compare()
112 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
121 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
137 TestKey test_key(prefix, suffix); in PutKey()
164 TestKey test_key(prefix, suffix); in SeekIterator()
174 TestKey test_key(prefix, suffix); in Get()
542 TestKey test_key(12346, 8); in TEST_F()
693 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc61 struct TestKey { struct
90 const TestKey *key_a = &kkey_a; in Compare()
91 const TestKey *key_b = &kkey_b; in Compare()
112 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
121 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
137 TestKey test_key(prefix, suffix); in PutKey()
164 TestKey test_key(prefix, suffix); in SeekIterator()
174 TestKey test_key(prefix, suffix); in Get()
542 TestKey test_key(12346, 8); in TEST_F()
693 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc61 struct TestKey { struct
90 const TestKey *key_a = &kkey_a; in Compare()
91 const TestKey *key_b = &kkey_b; in Compare()
112 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
121 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
137 TestKey test_key(prefix, suffix); in PutKey()
164 TestKey test_key(prefix, suffix); in SeekIterator()
174 TestKey test_key(prefix, suffix); in Get()
542 TestKey test_key(12346, 8); in TEST_F()
693 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc61 struct TestKey { struct
90 const TestKey *key_a = &kkey_a; in Compare()
91 const TestKey *key_b = &kkey_b; in Compare()
112 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
121 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
137 TestKey test_key(prefix, suffix); in PutKey()
164 TestKey test_key(prefix, suffix); in SeekIterator()
174 TestKey test_key(prefix, suffix); in Get()
542 TestKey test_key(12346, 8); in TEST_F()
693 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Dprefix_test.cc61 struct TestKey { struct
90 const TestKey *key_a = &kkey_a; in Compare()
91 const TestKey *key_b = &kkey_b; in Compare()
112 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare()
121 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()()
137 TestKey test_key(prefix, suffix); in PutKey()
164 TestKey test_key(prefix, suffix); in SeekIterator()
174 TestKey test_key(prefix, suffix); in Get()
542 TestKey test_key(12346, 8); in TEST_F()
693 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/models/
H A Dhistogram_test.py385 test_key = utils.TestKey('M/B/S')
399 test_key = utils.TestKey('M/B/S')
414 test_key = utils.TestKey('M/B/S')
430 test_key = utils.TestKey('M/B/S')
443 test_key = utils.TestKey('M/B/S')
459 test_key = utils.TestKey('M/B/S')
475 test_key = utils.TestKey('M/B/S')
492 test_key = utils.TestKey('M/B/S')
510 test_key = utils.TestKey('M/B/S')
527 test_key = utils.TestKey('M/B/S')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DImageCacheBench.cpp13 class TestKey : public SkResourceCache::Key { class
17 TestKey(intptr_t value) : fValue(value) { in TestKey() function in __anon18a5c7e70111::TestKey
22 TestKey fKey;
25 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {} in TestRec()
49 fCache.add(new TestRec(TestKey(i), i)); in populateCache()
63 TestKey key(-1); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DImageCacheBench.cpp13 class TestKey : public SkResourceCache::Key { class
17 TestKey(intptr_t value) : fValue(value) { in TestKey() function in __anonc515684c0111::TestKey
22 TestKey fKey;
25 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {} in TestRec()
49 fCache.add(new TestRec(TestKey(i), i)); in populateCache()
63 TestKey key(-1); in onDraw()
/dports/editors/lazarus/lazarus/components/synedit/test/
H A Dtestsynselection.pas127 procedure TestKey(Name: String; procedure
256 TestKey(Name, StartX, StartY, Key, Shift, EndX, EndY, ExpText,
262 procedure TestKey(Name: String; procedure
269 TestKey(Name, StartX, StartY, Key, Shift, EndX, EndY, LinesToText(ExpText),
300TestKey('S-VK_RIGHT, Exit=VK_RIGHT', 3,2, VK_RIGHT,[ssShift], 4,2, 'F', VK_RIGHT,[]…
302TestKey('S-VK_RIGHT, Exit=VK_UP', 3,2, VK_RIGHT,[ssShift], 4,2, 'F', VK_UP,[], …
303TestKey('S-VK_RIGHT, Exit=VK_UP(no move)', 3,1, VK_RIGHT,[ssShift], 4,1, 'g', VK_UP,[], …
305TestKey('S-VK_RIGHT, Exit=VK_RIGHT utf8', 8,3, VK_RIGHT,[ssShift], 10,3, 'ü', VK_RIGHT,[]…
306TestKey('S-VK_RIGHT, Exit=VK_LEFT utf8', 8,3, VK_RIGHT,[ssShift], 10,3, 'ü', VK_LEFT,[],…
324TestKey('S-VK_LEFT, Exit=VK_LEFT', 8,1, VK_LEFT,[ssShift], 7,1, '', VK_LEFT,[], …
[all …]
/dports/editors/lazarus-qt5/lazarus/components/synedit/test/
H A Dtestsynselection.pas127 procedure TestKey(Name: String; procedure
256 TestKey(Name, StartX, StartY, Key, Shift, EndX, EndY, ExpText,
262 procedure TestKey(Name: String; procedure
269 TestKey(Name, StartX, StartY, Key, Shift, EndX, EndY, LinesToText(ExpText),
300TestKey('S-VK_RIGHT, Exit=VK_RIGHT', 3,2, VK_RIGHT,[ssShift], 4,2, 'F', VK_RIGHT,[]…
302TestKey('S-VK_RIGHT, Exit=VK_UP', 3,2, VK_RIGHT,[ssShift], 4,2, 'F', VK_UP,[], …
303TestKey('S-VK_RIGHT, Exit=VK_UP(no move)', 3,1, VK_RIGHT,[ssShift], 4,1, 'g', VK_UP,[], …
305TestKey('S-VK_RIGHT, Exit=VK_RIGHT utf8', 8,3, VK_RIGHT,[ssShift], 10,3, 'ü', VK_RIGHT,[]…
306TestKey('S-VK_RIGHT, Exit=VK_LEFT utf8', 8,3, VK_RIGHT,[ssShift], 10,3, 'ü', VK_LEFT,[],…
324TestKey('S-VK_LEFT, Exit=VK_LEFT', 8,1, VK_LEFT,[ssShift], 7,1, '', VK_LEFT,[], …
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/psqueues-0.2.7.2/tests/Data/PSQ/Class/
H A DTests.hs33 :: forall psq. (PSQ psq, TestKey (Key psq),
88 :: forall psq. (PSQ psq, TestKey (Key psq),
95 :: forall psq. (PSQ psq, TestKey (Key psq),
107 :: forall psq. (PSQ psq, TestKey (Key psq))
114 :: forall psq. (PSQ psq, TestKey (Key psq))
123 :: forall psq. (PSQ psq, TestKey (Key psq))
130 :: forall psq. (PSQ psq, TestKey (Key psq))
147 :: forall psq. (PSQ psq, TestKey (Key psq))
155 :: forall psq. (PSQ psq, TestKey (Key psq),
169 :: forall psq. (PSQ psq, TestKey (Key psq),
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/psqueues-0.2.7.2/tests/Data/PSQ/Class/
H A DTests.hs33 :: forall psq. (PSQ psq, TestKey (Key psq),
88 :: forall psq. (PSQ psq, TestKey (Key psq),
95 :: forall psq. (PSQ psq, TestKey (Key psq),
107 :: forall psq. (PSQ psq, TestKey (Key psq))
114 :: forall psq. (PSQ psq, TestKey (Key psq))
123 :: forall psq. (PSQ psq, TestKey (Key psq))
130 :: forall psq. (PSQ psq, TestKey (Key psq))
147 :: forall psq. (PSQ psq, TestKey (Key psq))
155 :: forall psq. (PSQ psq, TestKey (Key psq),
169 :: forall psq. (PSQ psq, TestKey (Key psq),
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/psqueues-0.2.7.2/tests/Data/PSQ/Class/
H A DTests.hs33 :: forall psq. (PSQ psq, TestKey (Key psq),
88 :: forall psq. (PSQ psq, TestKey (Key psq),
95 :: forall psq. (PSQ psq, TestKey (Key psq),
107 :: forall psq. (PSQ psq, TestKey (Key psq))
114 :: forall psq. (PSQ psq, TestKey (Key psq))
123 :: forall psq. (PSQ psq, TestKey (Key psq))
130 :: forall psq. (PSQ psq, TestKey (Key psq))
147 :: forall psq. (PSQ psq, TestKey (Key psq))
155 :: forall psq. (PSQ psq, TestKey (Key psq),
169 :: forall psq. (PSQ psq, TestKey (Key psq),
[all …]

12345678910>>...31