/dports/graphics/aseprite/aseprite-1.2.9/src/doc/ |
H A D | keyframes_tests.cpp | 119 EXPECT_EQ(1, k.range(0, 0).countKeys()); in TEST() 120 EXPECT_EQ(1, k.range(0, 1).countKeys()); in TEST() 121 EXPECT_EQ(2, k.range(0, 2).countKeys()); in TEST() 122 EXPECT_EQ(4, k.range(0, 7).countKeys()); in TEST() 123 EXPECT_EQ(1, k.range(2, 3).countKeys()); in TEST() 124 EXPECT_EQ(2, k.range(2, 4).countKeys()); in TEST() 125 EXPECT_EQ(3, k.range(3, 7).countKeys()); in TEST() 126 EXPECT_EQ(2, k.range(5, 6).countKeys()); in TEST() 127 EXPECT_EQ(1, k.range(6, 6).countKeys()); in TEST() 128 EXPECT_EQ(1, k.range(7, 7).countKeys()); in TEST() [all …]
|
H A D | keyframes.h | 91 size_t countKeys() const { in countKeys() function
|
/dports/devel/icu-lx/icu/source/test/perf/unisetperf/draft/ |
H A D | bitset.cpp | 74 uint16_t countKeys() const { return count; } in countKeys() function 154 if(bitHash->countKeys()>UPRV_LENGTHOF(shortBits)) { in BitSet() 155 bits=(int64_t *)uprv_malloc(bitHash->countKeys()*8); in BitSet()
|
/dports/devel/icu/icu/source/test/perf/unisetperf/draft/ |
H A D | bitset.cpp | 74 uint16_t countKeys() const { return count; } in countKeys() function 154 if(bitHash->countKeys()>UPRV_LENGTHOF(shortBits)) { in BitSet() 155 bits=(int64_t *)uprv_malloc(bitHash->countKeys()*8); in BitSet()
|
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/ |
H A D | Info.hs | 54 { countKeys :: Integer function 62 { countKeys = countKeys a + countKeys b function 365 countKeys <$> cachedPresentData 374 countKeys <$> cachedRemoteData u 384 countKeys <$> cachedReferencedData 412 localkeys <- countKeys <$> cachedPresentData
|
/dports/graphics/tiled/tiled-1.7.2/util/java/libtiled-java/src/main/java/org/mapeditor/core/ |
H A D | AnimatedTile.java | 102 public int countKeys() { in countKeys() method in AnimatedTile
|
/dports/audio/libgig/libgig-4.3.0/src/ |
H A D | typeinfo.cpp | 58 const size_t countKeys() const { return valueByName.size(); } in countKeys() function 193 return g_enumsByRawTypeName[typeName].countKeys(); in enumCount()
|
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/collection/ |
H A D | Collection.php | 94 public function countKeys() function in Cake\\Collection\\Collection
|
H A D | CollectionInterface.php | 1130 public function countKeys(); function
|
H A D | CollectionTrait.php | 1006 public function countKeys() function
|
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Net/ |
H A D | BoshClientSocket.cs | 285 int countKeys = GetRandomNumber(m_MinCountKeys, m_MaxCountKeys); in GenerateKeys() 287 Keys = new string[countKeys]; in GenerateKeys() 290 for (int i = 0; i < countKeys; i++) in GenerateKeys() 295 CurrentKeyIdx = countKeys - 1; in GenerateKeys()
|
/dports/databases/redis_exporter/redis_exporter-1.33.0/ |
H A D | main.go | 66 …countKeys = flag.String("count-keys", getEnv("REDIS_EXPORTER_COUNT_KEYS", ""), "Comma s… 158 CountKeys: *countKeys,
|
/dports/net/openldap25-client/openldap-2.5.9/libraries/libldap/ |
H A D | sortctrl.c | 54 static int countKeys(char *keyString) in countKeys() function 197 if (( numKeys = countKeys(keyString)) == 0) { in ldap_create_sort_keylist()
|
/dports/net/openldap24-server/openldap-2.4.59/libraries/libldap/ |
H A D | sortctrl.c | 54 static int countKeys(char *keyString) in countKeys() function 197 if (( numKeys = countKeys(keyString)) == 0) { in ldap_create_sort_keylist()
|
/dports/net/openldap24-client/openldap-2.4.59/libraries/libldap/ |
H A D | sortctrl.c | 54 static int countKeys(char *keyString) in countKeys() function 197 if (( numKeys = countKeys(keyString)) == 0) { in ldap_create_sort_keylist()
|
/dports/net/openldap25-server/openldap-2.5.9/libraries/libldap/ |
H A D | sortctrl.c | 54 static int countKeys(char *keyString) in countKeys() function 197 if (( numKeys = countKeys(keyString)) == 0) { in ldap_create_sort_keylist()
|
/dports/net/openldap26-client/openldap-2.6.0/libraries/libldap/ |
H A D | sortctrl.c | 54 static int countKeys(char *keyString) in countKeys() function 197 if (( numKeys = countKeys(keyString)) == 0) { in ldap_create_sort_keylist()
|
/dports/net/openldap26-server/openldap-2.6.0/libraries/libldap/ |
H A D | sortctrl.c | 54 static int countKeys(char *keyString) in countKeys() function 197 if (( numKeys = countKeys(keyString)) == 0) { in ldap_create_sort_keylist()
|
/dports/databases/redis_exporter/redis_exporter-1.33.0/exporter/ |
H A D | exporter.go | 302 if countKeys, err := parseKeyArg(opts.CountKeys); err != nil { 305 log.Debugf("countKeys: %#v", countKeys)
|
/dports/net-im/dendrite/dendrite-0.5.1/userapi/storage/accounts/postgres/ |
H A D | key_backup_table.go | 90 func (s keyBackupStatements) countKeys( func
|
H A D | storage.go | 441 count, err = d.keyBackups.countKeys(ctx, txn, userID, version) 496 count, err = d.keyBackups.countKeys(ctx, txn, userID, version)
|
/dports/net-im/dendrite/dendrite-0.5.1/userapi/storage/accounts/sqlite3/ |
H A D | key_backup_table.go | 90 func (s keyBackupStatements) countKeys( func
|
H A D | storage.go | 483 count, err = d.keyBackups.countKeys(ctx, txn, userID, version) 538 count, err = d.keyBackups.countKeys(ctx, txn, userID, version)
|
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/ |
H A D | RST.hs | 939 when (parentRole == "raw" && countKeys "format" > 1) $ 943 when (parentRole == "code" && countKeys "language" > 1) $ 954 countKeys k = length . filter (== k) . map fst $ fields function
|
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/ |
H A D | RST.hs | 954 when (parentRole == "raw" && countKeys "format" > 1) $ 958 when (parentRole == "code" && countKeys "language" > 1) $ 969 countKeys k = length . filter (== k) . map fst $ fields function
|