Home
last modified time | relevance | path

Searched refs:getKeys (Results 1 – 25 of 2464) sorted by relevance

12345678910>>...99

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go43 if m.getKeys()[0][0] != "test" || m.getKeys()[0][1] != "key" {
53 if m.getKeys()[0][0] != "gauge" || m.getKeys()[0][1] != "key" {
63 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
84 if m.getKeys()[0][0] != "kv" || m.getKeys()[0][1] != "key" {
94 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
128 if m.getKeys()[0][0] != "counter" || m.getKeys()[0][1] != "key" {
138 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
172 if m.getKeys()[0][0] != "sample" || m.getKeys()[0][1] != "key" {
182 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
220 if m.getKeys()[0][0] != "timer" || m.getKeys()[0][1] != "key" {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go43 if m.getKeys()[0][0] != "test" || m.getKeys()[0][1] != "key" {
53 if m.getKeys()[0][0] != "gauge" || m.getKeys()[0][1] != "key" {
63 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
84 if m.getKeys()[0][0] != "kv" || m.getKeys()[0][1] != "key" {
94 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
128 if m.getKeys()[0][0] != "counter" || m.getKeys()[0][1] != "key" {
138 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
172 if m.getKeys()[0][0] != "sample" || m.getKeys()[0][1] != "key" {
182 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
220 if m.getKeys()[0][0] != "timer" || m.getKeys()[0][1] != "key" {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go43 if m.getKeys()[0][0] != "test" || m.getKeys()[0][1] != "key" {
53 if m.getKeys()[0][0] != "gauge" || m.getKeys()[0][1] != "key" {
63 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
84 if m.getKeys()[0][0] != "kv" || m.getKeys()[0][1] != "key" {
94 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
128 if m.getKeys()[0][0] != "counter" || m.getKeys()[0][1] != "key" {
138 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
172 if m.getKeys()[0][0] != "sample" || m.getKeys()[0][1] != "key" {
182 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
220 if m.getKeys()[0][0] != "timer" || m.getKeys()[0][1] != "key" {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go43 if m.getKeys()[0][0] != "test" || m.getKeys()[0][1] != "key" {
53 if m.getKeys()[0][0] != "gauge" || m.getKeys()[0][1] != "key" {
63 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
84 if m.getKeys()[0][0] != "kv" || m.getKeys()[0][1] != "key" {
94 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
128 if m.getKeys()[0][0] != "counter" || m.getKeys()[0][1] != "key" {
138 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
172 if m.getKeys()[0][0] != "sample" || m.getKeys()[0][1] != "key" {
182 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
220 if m.getKeys()[0][0] != "timer" || m.getKeys()[0][1] != "key" {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go43 if m.getKeys()[0][0] != "test" || m.getKeys()[0][1] != "key" {
53 if m.getKeys()[0][0] != "gauge" || m.getKeys()[0][1] != "key" {
63 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
84 if m.getKeys()[0][0] != "kv" || m.getKeys()[0][1] != "key" {
94 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
128 if m.getKeys()[0][0] != "counter" || m.getKeys()[0][1] != "key" {
138 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
172 if m.getKeys()[0][0] != "sample" || m.getKeys()[0][1] != "key" {
182 if m.getKeys()[0][0] != "service" || m.getKeys()[0][1] != "key" {
220 if m.getKeys()[0][0] != "timer" || m.getKeys()[0][1] != "key" {
[all …]
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-kvs.hh32 virtual std::vector<std::string> getKeys(const DNSQuestion&) = 0;
43 std::vector<std::string> getKeys(const ComboAddress& addr);
45 std::vector<std::string> getKeys(const DNSQuestion& dq) override in getKeys() function in KeyValueLookupKeySourceIP
47 return getKeys(*dq.remote); in getKeys()
67 std::vector<std::string> getKeys(const DNSName& qname) in getKeys() function in KeyValueLookupKeyQName
75 std::vector<std::string> getKeys(const DNSQuestion& dq) override in getKeys() function in KeyValueLookupKeyQName
77 return getKeys(*dq.qname); in getKeys()
99 std::vector<std::string> getKeys(const DNSName& qname);
101 std::vector<std::string> getKeys(const DNSQuestion& dq) override in getKeys() function in KeyValueLookupKeySuffix
103 return getKeys(*dq.qname); in getKeys()
[all …]
H A Dtest-dnsdistkvs_cc.cc24 auto keys = lookupKey->getKeys(dq); in doKVSChecks()
45 keys = lookupKey->getKeys(v6ToMask); in doKVSChecks()
61 auto keys = lookupKey->getKeys(dq); in doKVSChecks()
70 keys = lookupKey->getKeys(notPDNS); in doKVSChecks()
78 keys = lookupKey->getKeys(subdomain); in doKVSChecks()
98 auto keys = lookupKey->getKeys(dq); in doKVSChecks()
106 keys = lookupKey->getKeys(notPDNS); in doKVSChecks()
134 auto keys = lookupKey->getKeys(dq); in doKVSChecks()
145 keys = lookupKey->getKeys(notPDNS); in doKVSChecks()
171 auto keys = lookupKey->getKeys(dq); in doKVSChecks()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/dtd/util/
H A DSortedSet.java75 Object[] array = fKeyHolder.getKeys(); in internalAdd()
97 Object[] array = fKeyHolder.getKeys(); in internalAdd()
127 Object[] array = fKeyHolder.getKeys(); in append()
137 Object[] array = fKeyHolder.getKeys(); in indexOf()
155 Object[] array = fKeyHolder.getKeys(); in indexOfIdentity()
172 Object[] array = fKeyHolder.getKeys(); in equals()
173 Object[] otherarray = other.fKeyHolder.getKeys(); in equals()
188 Object[] array = fKeyHolder.getKeys(); in merge()
216 Object[] array = fKeyHolder.getKeys(); in members()
223 Object[] array = fKeyHolder.getKeys(); in size()
[all …]
/dports/devel/rudiments/rudiments-1.2.2/test/
H A Ddictionary.cpp49 strstrdict.getKeys()->getLength()==4); in main()
106 strstrdict.getKeys()->getLength()==3); in main()
118 strstrdict.getKeys()->getLength()==2); in main()
130 strstrdict.getKeys()->getLength()==1); in main()
142 strstrdict.getKeys()->getLength()==0); in main()
162 strstrdict.getKeys()->getLength()==0); in main()
173 strstrdict.getKeys()->getLength()==4); in main()
186 strstrdict.getKeys()->getLength()==4); in main()
201 strstrdict.getKeys()->getLength()==4); in main()
250 intstrdict.getKeys()->getLength()==4); in main()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/map/
H A DBidiObservableMapTest.java86 withAndWithoutListeners(() -> assertEquals(Collections.EMPTY_SET, bidiMap.getKeys(value1))); in testGetKeys_Empty()
93 assertEquals(Collections.singleton(null), bidiMap.getKeys(value1)); in testGetKeys_NullKey()
101 assertEquals(Collections.singleton(key1), bidiMap.getKeys(null)); in testGetKeys_NullValue()
109 assertEquals(Collections.singleton(key1), bidiMap.getKeys(value1)); in testGetKeys_SinglePut()
117 assertEquals(Collections.singleton(key1), bidiMap.getKeys(value1)); in testGetKeys_ReplaceValue()
118 assertEquals(Collections.EMPTY_SET, bidiMap.getKeys(value2)); in testGetKeys_ReplaceValue()
120 assertEquals(Collections.EMPTY_SET, bidiMap.getKeys(value1)); in testGetKeys_ReplaceValue()
121 assertEquals(Collections.singleton(key1), bidiMap.getKeys(value2)); in testGetKeys_ReplaceValue()
134 assertEquals(expected, bidiMap.getKeys(value1)); in testGetKeys_MultipleKeysWithSameValue()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/fts/
H A Dfts_index_format_test.cpp58 FTSIndexFormat::getKeys(spec, in TEST()
77 FTSIndexFormat::getKeys(spec, in TEST()
97 FTSIndexFormat::getKeys(spec, in TEST()
118 FTSIndexFormat::getKeys(spec, in TEST()
125 FTSIndexFormat::getKeys(spec, in TEST()
173 FTSIndexFormat::getKeys(spec, BSON("data" << text), &keys); in TEST()
206 FTSIndexFormat::getKeys(spec, BSON("data" << text), &keys); in TEST()
238 FTSIndexFormat::getKeys(spec, BSON("data" << text), &keys); in TEST()
261 ASSERT_THROWS_CODE(FTSIndexFormat::getKeys(spec, objToIndex, &keys), in TEST()
271 ASSERT_THROWS_CODE(FTSIndexFormat::getKeys(spec, objToIndex, &keys), in TEST()
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/keyvalue/
H A DTestMultiKey.java74 Assert.assertTrue(Arrays.equals(new Object[] {ONE, TWO}, mk.getKeys())); in testConstructors()
77 Assert.assertTrue(Arrays.equals(new Object[] {ONE, TWO, THREE}, mk.getKeys())); in testConstructors()
80 Assert.assertTrue(Arrays.equals(new Object[] {ONE, TWO, THREE, FOUR}, mk.getKeys())); in testConstructors()
86 Assert.assertTrue(Arrays.equals(new Object[] {THREE, FOUR, ONE, TWO}, mk.getKeys())); in testConstructors()
93 Assert.assertTrue(Arrays.equals(new Object[] {THREE, FOUR, ONE, TWO}, mk.getKeys())); in testConstructorsByArray()
95 Assert.assertTrue(Arrays.equals(new Object[] {THREE, FOUR, ONE, TWO}, mk.getKeys())); in testConstructorsByArray()
99 Assert.assertTrue(Arrays.equals(new Object[] {}, mk.getKeys())); in testConstructorsByArray()
103 Assert.assertTrue(Arrays.equals(new Object[] {THREE, FOUR, ONE, TWO}, mk.getKeys())); in testConstructorsByArray()
164 Object[] array = mk.getKeys(); in testGetKeysSimpleConstructor()
173 Object[] array = mk.getKeys(); in testGetKeysArrayConstructorCloned()
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/testdata/mapKey/
H A Dnegative_tests.go77 getKeys()[0]: 1,
78 getKeys()[1]: 2,
79 getKeys()[0]: 3,
83 func getKeys() []string { func
/dports/net-im/coyim/coyim-0.3.11/config/
H A Dencrypted_config.go178 getKeys func(params EncryptionParameters, lastAttemptFailed bool) ([]byte, []byte, bool) member
183 func FunctionKeySupplier(getKeys func(params EncryptionParameters, lastAttemptFailed bool) ([]byte,…
184 return &functionKeySupplier{getKeys, false}
197 return fk.getKeys(params, laf)
204 getKeys func(params EncryptionParameters, lastAttemptFailed bool) ([]byte, []byte, bool) member
227 ck.key, ck.macKey, ok = ck.getKeys(params, laf)
237 func CachingKeySupplier(getKeys func(params EncryptionParameters, lastAttemptFailed bool) ([]byte, …
239 getKeys: getKeys,
/dports/www/phalcon4/cphalcon-4.1.1/tests/integration/Storage/Adapter/Stream/
H A DGetKeysCest.php68 $actual = $adapter->getKeys();
76 $actual = $adapter->getKeys("one");
113 $actual = $adapter->getKeys();
148 $I->assertEmpty($adapter->getKeys());
161 $actual = $adapter->getKeys();
170 $actual1 = $adapter->getKeys('so');
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/cacheutil/
H A Dmemcached_client_test.go136 getKeys []string
147 getKeys: []string{"key-1", "key-2"},
162 getKeys: []string{"key-1", "key-2", "key-3"},
179 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
197 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
215 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
233 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
251 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
267 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
283 getKeys: []string{"key-5", "key-6", "key-7"},
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/plugin/
H A Demulate_game_controller_via_libretro.c169 getKeys = inputGetKeys_default; in inputPluginStartup()
695 getKeys = inputGetKeys_default; in inputInitiateCallback()
743 getKeys = inputGetKeys_XENA; in inputInitiateCallback()
766 getKeys = inputGetKeys_RR64; in inputInitiateCallback()
774 getKeys = inputGetKeys_ISS; in inputInitiateCallback()
776 getKeys = inputGetKeys_Mace; in inputInitiateCallback()
784 getKeys = inputGetKeys_MK4; in inputInitiateCallback()
797 getKeys = inputGetKeys_WWF; in inputInitiateCallback()
838 getKeys = inputGetKeys_default; in inputInitiateControllers()
903 if (getKeys) in egcvip_get_input()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/cacheutil/
H A Dmemcached_client_test.go186 getKeys []string
197 getKeys: []string{"key-1", "key-2"},
212 getKeys: []string{"key-1", "key-2", "key-3"},
229 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
247 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
265 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
283 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
301 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
317 getKeys: []string{"key-1", "key-2", "key-3", "key-4"},
333 getKeys: []string{"key-5", "key-6", "key-7"},
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/tests/unit/Collection/Collection/
H A DGetKeysCest.php45 $I->assertEquals($keys, $collection->getKeys());
54 $I->assertEquals($keys, $collection->getKeys());
55 $I->assertEquals(array_keys($data), $collection->getKeys(false));
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/pqc/crypto/lms/
H A DHSSTests.java235 … assertTrue("same private key size", keyPair.getKeys().size() == regenKeyPair.getKeys().size()); in testGenerate()
237 for (int t = 0; t < keyPair.getKeys().size(); t++) in testGenerate()
242 byte[] pk1 = keyPair.getKeys().get(t).getEncoded(); in testGenerate()
243 byte[] pk2 = regenKeyPair.getKeys().get(t).getEncoded(); in testGenerate()
278 for (int t = 0; t < keyPair.getKeys().size(); t++) in testGenerate()
283 byte[] pk1 = keyPair.getKeys().get(t).getEncoded(); in testGenerate()
284 byte[] pk2 = differentKey.getKeys().get(t).getEncoded(); in testGenerate()
622 LMSPrivateKeyParameters lmsKey = keyPair.getKeys().get(keyPair.getL() - 1); in testRemaining()
798 long[] qValues = new long[keyPair.getKeys().size()]; in testSignUnitExhaustion()
801 for (int t = keyPair.getKeys().size() - 1; t >= 0; t--) in testSignUnitExhaustion()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStaticStringsHash.java105 int currentMaxDepth = getKeys(LENGTH); in StaticStringsHash()
128 int charAtDepth = getKeys(CHAR_AT); in StaticStringsHash()
153 int hashCodeDepth = getKeys(HASH_CODE); in StaticStringsHash()
177 getKeys(CHAR_AT); in StaticStringsHash()
183 getKeys(LENGTH); in StaticStringsHash()
342 private int getKeys(int methodKind) { in getKeys() method in StaticStringsHash
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStaticStringsHash.java105 int currentMaxDepth = getKeys(LENGTH); in StaticStringsHash()
128 int charAtDepth = getKeys(CHAR_AT); in StaticStringsHash()
153 int hashCodeDepth = getKeys(HASH_CODE); in StaticStringsHash()
177 getKeys(CHAR_AT); in StaticStringsHash()
183 getKeys(LENGTH); in StaticStringsHash()
342 private int getKeys(int methodKind) { in getKeys() method in StaticStringsHash
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jndi/dns/AttributeTests/
H A DGetNumericIRRs.java52 Attributes retAttrs = getAttributes(getKeys()[i], getNumAttrs()[i]); in runTest()
58 for (int i = ROOT_LIMIT; i < getKeys().length; i++) { in runTest()
59 Attributes retAttrs = getAttributes(getKeys()[i], getNumAttrs()[i]); in runTest()
H A DGetRRs.java52 Attributes retAttrs = getAttributes(getKeys()[i], getAttrs()[i]); in runTest()
58 for (int i = ROOT_LIMIT; i < getKeys().length; i++) { in runTest()
59 Attributes retAttrs = getAttributes(getKeys()[i], getAttrs()[i]); in runTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/jndi/dns/AttributeTests/
H A DGetRRs.java52 Attributes retAttrs = getAttributes(getKeys()[i], getAttrs()[i]); in runTest()
58 for (int i = ROOT_LIMIT; i < getKeys().length; i++) { in runTest()
59 Attributes retAttrs = getAttributes(getKeys()[i], getAttrs()[i]); in runTest()

12345678910>>...99