Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 14082) sorted by relevance

12345678910>>...564

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3timeedit/
H A Dtst_q3timeedit.cpp240 QTestEventList keys; in userKeyPress_AMPM_data() local
246 QTestEventList keys; in userKeyPress_AMPM_data() local
256 QTestEventList keys; in userKeyPress_AMPM_data() local
262 QTestEventList keys; in userKeyPress_AMPM_data() local
273 QTestEventList keys; in userKeyPress_AMPM_data() local
279 QTestEventList keys; in userKeyPress_AMPM_data() local
286 QTestEventList keys; in userKeyPress_AMPM_data() local
293 QTestEventList keys; in userKeyPress_AMPM_data() local
300 QTestEventList keys; in userKeyPress_AMPM_data() local
306 QTestEventList keys; in userKeyPress_AMPM_data() local
[all …]
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/
H A DMANIFEST373 t/keys/hsopairs.key
375 t/keys/hsotrace.key
376 t/keys/jcnpairs.key
378 t/keys/jcntrace.key
379 t/keys/lchpairs.key
381 t/keys/lchtrace.key
385 t/keys/linpairs.key
387 t/keys/lintrace.key
391 t/keys/respairs.key
393 t/keys/restrace.key
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/par/src/
H A Dpartitionmgr.tcl62 keys {-tool \
96 $keys(-clique_threshold) >= 3 && $keys(-clique_threshold) <= 32768) } {
120 $keys(-weight_model) >= 1 && $keys(-weight_model) <= 7) } {
132 $keys(-max_edge_weight) >= 1 && $keys(-max_edge_weight) <= 32768) } {
156 $keys(-num_starts) >= 1 && $keys(-num_starts) <= 32768) } {
201 $keys(-enable_term_prop) >= 0 && $keys(-enable_term_prop) <= 1) } {
213 $keys(-cut_hop_ratio) >= 0.5 && $keys(-cut_hop_ratio) <= 1.0) } {
232 $keys(-refinement) >= 0 && $keys(-refinement) <= 32768) } {
261 $keys(-num_partitions) >= 2 && $keys(-num_partitions) <= 32768)} {
396 keys {-tool \
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Deasyaccess.cpp73 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in orientation()
192 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in dateTimeOriginal()
207 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in flashBias()
225 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in exposureMode()
246 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in sceneMode()
262 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in macroMode()
293 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in imageQuality()
324 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in whiteBalance()
347 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in lensName()
369 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in saturation()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-util/src/main/java/de/lmu/ifi/dbs/elki/utilities/datastructures/arrays/
H A DDoubleIntegerArrayQuickSort.java96 keys[m3] = keys[start]; in quickSort()
121 keys[start] = keys[right]; in quickSort()
156 if(keys[m1] > keys[m2]) { in sort5()
159 if(keys[m3] > keys[m4]) { in sort5()
163 if(keys[m2] > keys[m4]) { in sort5()
166 if(keys[m1] > keys[m3]) { in sort5()
169 if(keys[m2] > keys[m3]) { in sort5()
173 if(keys[m4] > keys[m5]) { in sort5()
260 keys[m3] = keys[start]; in quickSortReverse()
320 if(keys[m1] < keys[m2]) { in sortReverse5()
[all …]
/dports/devel/poco/poco-1.10.1-all/Util/testsuite/src/
H A DConfigurationMapperTest.cpp45 pMapper->keys(keys); in testMapper1()
47 assertTrue (std::find(keys.begin(), keys.end(), "prop5") != keys.end()); in testMapper1()
49 pMapper->keys("prop5", keys); in testMapper1()
53 assertTrue (std::find(keys.begin(), keys.end(), "sub1") != keys.end()); in testMapper1()
54 assertTrue (std::find(keys.begin(), keys.end(), "sub2") != keys.end()); in testMapper1()
78 pMapper->keys(keys); in testMapper2()
82 pMapper->keys("root", keys); in testMapper2()
86 pMapper->keys("root.conf", keys); in testMapper2()
115 pMapper->keys(keys); in testMapper3()
119 pMapper->keys("root", keys); in testMapper3()
[all …]
H A DIniFileConfigurationTest.cpp67 pConf->keys(keys); in testLoad()
69 assertTrue (std::find(keys.begin(), keys.end(), "prop1") != keys.end()); in testLoad()
70 assertTrue (std::find(keys.begin(), keys.end(), "prop2") != keys.end()); in testLoad()
74 pConf->keys("Section1", keys); in testLoad()
83 pConf->keys(keys); in testLoad()
102 pConf->keys(keys); in testCaseInsensitiveRemove()
104 pConf->keys("prop4", keys); in testCaseInsensitiveRemove()
112 pConf->keys(keys); in testCaseInsensitiveRemove()
114 pConf->keys("PROP4", keys); in testCaseInsensitiveRemove()
122 pConf->keys(keys); in testCaseInsensitiveRemove()
[all …]
H A DWinConfigurationTest.cpp94 pReg->keys(keys); in testConfiguration()
96 assertTrue (std::find(keys.begin(), keys.end(), "name1") != keys.end()); in testConfiguration()
97 assertTrue (std::find(keys.begin(), keys.end(), "name2") != keys.end()); in testConfiguration()
98 assertTrue (std::find(keys.begin(), keys.end(), "name3") != keys.end()); in testConfiguration()
99 assertTrue (std::find(keys.begin(), keys.end(), "name4") != keys.end()); in testConfiguration()
100 assertTrue (std::find(keys.begin(), keys.end(), "config") != keys.end()); in testConfiguration()
102 pReg->keys("config", keys); in testConfiguration()
104 assertTrue (std::find(keys.begin(), keys.end(), "sub") != keys.end()); in testConfiguration()
110 pRootReg->keys(keys); in testConfiguration()
129 assertTrue (std::find(keys.begin(), keys.end(), "name1") != keys.end()); in testConfiguration()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dtpd.c86 for (keys = 0; keys < 8; ++keys) in Thread()
94 for (keys = 0; keys < 4; ++keys) in Thread()
102 for (keys = 4; keys < 8; ++keys) in Thread()
110 for (keys = 0; keys < 4; ++keys) in Thread()
118 for (keys = 0; keys < 4; ++keys) in Thread()
126 for (keys = 0; keys < 4; ++keys) in Thread()
158 for (keys = 0; keys < 4; ++keys) in Thread()
182 for (keys = 0; keys < 4; ++keys) in Tpd()
190 for (keys = 0; keys < 8; ++keys) in Tpd()
198 for (keys = 0; keys < 4; ++keys) in Tpd()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dtpd.c86 for (keys = 0; keys < 8; ++keys) in Thread()
94 for (keys = 0; keys < 4; ++keys) in Thread()
102 for (keys = 4; keys < 8; ++keys) in Thread()
110 for (keys = 0; keys < 4; ++keys) in Thread()
118 for (keys = 0; keys < 4; ++keys) in Thread()
126 for (keys = 0; keys < 4; ++keys) in Thread()
158 for (keys = 0; keys < 4; ++keys) in Thread()
182 for (keys = 0; keys < 4; ++keys) in Tpd()
190 for (keys = 0; keys < 8; ++keys) in Tpd()
198 for (keys = 0; keys < 4; ++keys) in Tpd()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dtpd.c80 for (keys = 0; keys < 8; ++keys) in Thread()
88 for (keys = 0; keys < 4; ++keys) in Thread()
96 for (keys = 4; keys < 8; ++keys) in Thread()
104 for (keys = 0; keys < 4; ++keys) in Thread()
112 for (keys = 0; keys < 4; ++keys) in Thread()
120 for (keys = 0; keys < 4; ++keys) in Thread()
152 for (keys = 0; keys < 4; ++keys) in Thread()
175 for (keys = 0; keys < 4; ++keys) in Tpd()
183 for (keys = 0; keys < 8; ++keys) in Tpd()
191 for (keys = 0; keys < 4; ++keys) in Tpd()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dtpd.c80 for (keys = 0; keys < 8; ++keys) in Thread()
88 for (keys = 0; keys < 4; ++keys) in Thread()
96 for (keys = 4; keys < 8; ++keys) in Thread()
104 for (keys = 0; keys < 4; ++keys) in Thread()
112 for (keys = 0; keys < 4; ++keys) in Thread()
120 for (keys = 0; keys < 4; ++keys) in Thread()
152 for (keys = 0; keys < 4; ++keys) in Thread()
175 for (keys = 0; keys < 4; ++keys) in Tpd()
183 for (keys = 0; keys < 8; ++keys) in Tpd()
191 for (keys = 0; keys < 4; ++keys) in Tpd()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dtpd.c86 for (keys = 0; keys < 8; ++keys) in Thread()
94 for (keys = 0; keys < 4; ++keys) in Thread()
102 for (keys = 4; keys < 8; ++keys) in Thread()
110 for (keys = 0; keys < 4; ++keys) in Thread()
118 for (keys = 0; keys < 4; ++keys) in Thread()
126 for (keys = 0; keys < 4; ++keys) in Thread()
158 for (keys = 0; keys < 4; ++keys) in Thread()
182 for (keys = 0; keys < 4; ++keys) in Tpd()
190 for (keys = 0; keys < 8; ++keys) in Tpd()
198 for (keys = 0; keys < 4; ++keys) in Tpd()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dtpd.c86 for (keys = 0; keys < 8; ++keys) in Thread()
94 for (keys = 0; keys < 4; ++keys) in Thread()
102 for (keys = 4; keys < 8; ++keys) in Thread()
110 for (keys = 0; keys < 4; ++keys) in Thread()
118 for (keys = 0; keys < 4; ++keys) in Thread()
126 for (keys = 0; keys < 4; ++keys) in Thread()
158 for (keys = 0; keys < 4; ++keys) in Thread()
182 for (keys = 0; keys < 4; ++keys) in Tpd()
190 for (keys = 0; keys < 8; ++keys) in Tpd()
198 for (keys = 0; keys < 4; ++keys) in Tpd()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dtpd.c86 for (keys = 0; keys < 8; ++keys) in Thread()
94 for (keys = 0; keys < 4; ++keys) in Thread()
102 for (keys = 4; keys < 8; ++keys) in Thread()
110 for (keys = 0; keys < 4; ++keys) in Thread()
118 for (keys = 0; keys < 4; ++keys) in Thread()
126 for (keys = 0; keys < 4; ++keys) in Thread()
158 for (keys = 0; keys < 4; ++keys) in Thread()
182 for (keys = 0; keys < 4; ++keys) in Tpd()
190 for (keys = 0; keys < 8; ++keys) in Tpd()
198 for (keys = 0; keys < 4; ++keys) in Tpd()
[all …]
/dports/security/shishi/shishi-1.0.2/lib/
H A Dkeys.c44 *keys = xmalloc (sizeof (**keys)); in shishi_keys()
47 (*keys)->keys = NULL; in shishi_keys()
66 if (!keys || !*keys) in shishi_keys_done()
73 free ((*keys)->keys); in shishi_keys_done()
112 return keys->keys[keyno]; in shishi_keys_nth()
129 memmove (&keys->keys[keyno], &keys->keys[keyno + 1], in shishi_keys_remove()
130 sizeof (*keys->keys) * (keys->nkeys - keyno - 1)); in shishi_keys_remove()
134 keys->keys = xrealloc (keys->keys, sizeof (*keys->keys) * keys->nkeys); in shishi_keys_remove()
158 keys->keys = xrealloc (keys->keys, sizeof (*keys->keys) * keys->nkeys); in shishi_keys_add()
160 rc = shishi_key (keys->handle, &(keys->keys[keys->nkeys - 1])); in shishi_keys_add()
[all …]
/dports/misc/gnome-mime-data/gnome-mime-data-2.18.0/po/
H A Dmn.po23 #: gnome-vfs.keys.in.h:1
27 # gnome-vfs.keys.in.h:1
28 #: gnome-vfs.keys.in.h:2
32 # gnome-vfs.keys.in.h:2
33 #: gnome-vfs.keys.in.h:3
37 # gnome-vfs.keys.in.h:3
38 #: gnome-vfs.keys.in.h:4
42 # gnome-vfs.keys.in.h:4
52 # gnome-vfs.keys.in.h:5
57 # gnome-vfs.keys.in.h:6
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/generic/
H A Darraysorthelper.cs221 keys[a] = keys[b]; in SwapIfGreater()
268 keys[i] = keys[j]; in DepthLimitedQuickSort()
451 keys[j + 1] = keys[j]; in InsertionSort()
603 if (keys[a] != null && keys[a].CompareTo(keys[b]) > 0) in Sort()
606 keys[a] = keys[b]; in Sort()
669 keys[i] = keys[j]; in Sort()
958 keys[a] = keys[b]; in SwapIfGreaterWithItems()
975 keys[i] = keys[j]; in Swap()
1300 if (keys[a] != null && keys[a].CompareTo(keys[b]) > 0) in SwapIfGreaterWithItems()
1303 keys[a] = keys[b]; in SwapIfGreaterWithItems()
[all …]
/dports/security/s2n/s2n-tls-1.1.2/crypto/
H A Ds2n_tls13_keys.c122 POSIX_GUARD(s2n_hash_digest_size(keys->hash_algorithm, &keys->size)); in s2n_tls13_keys_init()
123 POSIX_GUARD(s2n_blob_init(&keys->extract_secret, keys->extract_secret_bytes, keys->size)); in s2n_tls13_keys_init()
124 POSIX_GUARD(s2n_blob_init(&keys->derive_secret, keys->derive_secret_bytes, keys->size)); in s2n_tls13_keys_init()
185 …POSIX_GUARD(s2n_hkdf_extract(&keys->hmac, keys->hmac_algorithm, &zero_length_blob, &psk_ikm, &keys in s2n_tls13_derive_early_secret()
195 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, &keys->extract_secret, in s2n_tls13_derive_early_secret()
217 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, &keys->extract_secret, in s2n_tls13_derive_early_traffic_secret()
230 …POSIX_GUARD(s2n_hkdf_extract(&keys->hmac, keys->hmac_algorithm, &keys->derive_secret, ecdhe, &keys in s2n_tls13_extract_handshake_secret()
235 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, &keys->extract_secret, in s2n_tls13_extract_handshake_secret()
274 …POSIX_GUARD(s2n_hkdf_extract(&keys->hmac, keys->hmac_algorithm, &keys->derive_secret, &empty_key, … in s2n_tls13_extract_master_secret()
304 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, &keys->extract_secret, in s2n_tls13_derive_application_secret()
[all …]
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_modeless.vim30 let keys = ":"
42 let keys = ":"
55 let keys = ":"
71 let keys = ":"
86 let keys = ":"
99 let keys = ":"
112 let keys = ":"
125 let keys = ":"
138 let keys = ":"
151 let keys = ":"
[all …]
/dports/audio/mamba/Mamba-2.2/src/
H A Dxkeyboard.c484 … if ( k+keys->octave == keys->active_key || is_key_in_matrix(keys->key_matrix,k+keys->octave)) { in draw_keyboard()
584 … if ( k+keys->octave == keys->active_key || is_key_in_matrix(keys->key_matrix,k+keys->octave)) { in draw_keyboard()
708 keys->prelight_key = k+keys->octave; in keyboard_motion()
813 keys->send_key = (int)outkey+keys->octave; in key_release()
836 keys->active_key = keys->prelight_key; in button_pressed_keyboard()
837 keys->send_key = keys->active_key; in button_pressed_keyboard()
843 keys->send_key = keys->prelight_key; in button_pressed_keyboard()
845 if (is_key_in_matrix(keys->in_key_matrix[keys->channel], keys->send_key)) { in button_pressed_keyboard()
864 keys->send_key = keys->active_key; in button_released_keyboard()
867 if (is_key_in_matrix(keys->in_key_matrix[keys->channel], keys->send_key)) in button_released_keyboard()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Deasyaccess.cpp79 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in orientation()
205 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in flashBias()
223 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in exposureMode()
244 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in sceneMode()
260 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in macroMode()
291 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in imageQuality()
322 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in whiteBalance()
345 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in lensName()
367 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in saturation()
389 return findMetadatum(ed, keys, EXV_COUNTOF(keys)); in sharpness()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/aesni-0.6.0/src/aes256/
H A Dmod.rs23 let keys = self.encrypt_keys; localVariable
25 xor8!(blocks, keys[0]);
128 xor8!(b, keys[14]); in decrypt_blocks()
133 aesdec8!(b, keys[9]); in decrypt_blocks()
134 aesdec8!(b, keys[8]); in decrypt_blocks()
135 aesdec8!(b, keys[7]); in decrypt_blocks()
136 aesdec8!(b, keys[6]); in decrypt_blocks()
137 aesdec8!(b, keys[5]); in decrypt_blocks()
138 aesdec8!(b, keys[4]); in decrypt_blocks()
139 aesdec8!(b, keys[3]); in decrypt_blocks()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/aesni/src/aes256/
H A Dmod.rs23 let keys = self.encrypt_keys; localVariable
25 xor8!(blocks, keys[0]);
128 xor8!(b, keys[14]); in decrypt_blocks()
133 aesdec8!(b, keys[9]); in decrypt_blocks()
134 aesdec8!(b, keys[8]); in decrypt_blocks()
135 aesdec8!(b, keys[7]); in decrypt_blocks()
136 aesdec8!(b, keys[6]); in decrypt_blocks()
137 aesdec8!(b, keys[5]); in decrypt_blocks()
138 aesdec8!(b, keys[4]); in decrypt_blocks()
139 aesdec8!(b, keys[3]); in decrypt_blocks()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/aesni-0.6.0/src/aes256/
H A Dmod.rs23 let keys = self.encrypt_keys;
25 xor8!(blocks, keys[0]);
128 xor8!(b, keys[14]);
133 aesdec8!(b, keys[9]);
134 aesdec8!(b, keys[8]);
135 aesdec8!(b, keys[7]);
136 aesdec8!(b, keys[6]);
137 aesdec8!(b, keys[5]);
138 aesdec8!(b, keys[4]);
139 aesdec8!(b, keys[3]);
[all …]

12345678910>>...564