Home
last modified time | relevance | path

Searched refs:test_key (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/models/
H A Dhistogram_test.py88 test=test_key,
117 test=test_key,
178 test=test_key,
213 test=test_key,
222 test=test_key,
230 test_key,
250 test=test_key,
258 test_key,
272 test=test_key,
279 test_key,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Ddebug_alert_test.py74 test_key = self._AddSampleData()
81 test_key = self._AddSampleData()
93 test_key = self._AddSampleData()
102 test_key = self._AddSampleData()
121 test_key = self._AddSampleData()
124 t = test_key.get()
138 test_key = self._AddSampleData()
150 test_key = self._AddSampleData()
157 test_key = self._AddSampleData()
165 test_key = self._AddSampleData()
[all …]
H A Dgraph_revisions.py102 def _UpdateCache(test_key): argument
111 test = test_key.get()
128 SetCache(utils.TestPath(test_key), rows)
154 test_key = row.parent_test
155 if test_key in test_key_to_futures:
158 test_path = utils.TestPath(test_key)
166 test_key = row.parent_test
167 if test_key in test_key_to_rows:
170 test_path = utils.TestPath(test_key)
186 for test_key in test_key_to_rows:
[all …]
H A Dmark_recovered_alerts_test.py57 test_key, argument
70 test=test_key,
110 test_key = self._AddTestData(values)
112 test_key, revision=11, median_before=50, median_after=55)
151 test_key = self._AddTestData(values)
153 test_key, revision=11, median_before=50, median_after=55)
192 test_key = self._AddTestData(values)
233 test_key = self._AddTestData(values)
274 test_key = self._AddTestData(values)
322 test_key = self._AddTestData(values)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dtest_static_keys.c35 struct test_key { struct
38 bool (*test_key)(void); argument
78 ret = keys[i].test_key(); in verify_keys()
114 struct test_key static_key_tests[] = { in test_key_func()
119 .test_key = &old_true_key_static_key_true, in test_key_func()
124 .test_key = &old_false_key_static_key_false, in test_key_func()
130 .test_key = &true_key_static_branch_likely, in test_key_func()
135 .test_key = &true_key_static_branch_unlikely, in test_key_func()
140 .test_key = &false_key_static_branch_likely, in test_key_func()
145 .test_key = &false_key_static_branch_unlikely, in test_key_func()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dtest_static_keys.c35 struct test_key { struct
38 bool (*test_key)(void); argument
78 ret = keys[i].test_key(); in verify_keys()
114 struct test_key static_key_tests[] = { in test_key_func()
119 .test_key = &old_true_key_static_key_true, in test_key_func()
124 .test_key = &old_false_key_static_key_false, in test_key_func()
130 .test_key = &true_key_static_branch_likely, in test_key_func()
135 .test_key = &true_key_static_branch_unlikely, in test_key_func()
140 .test_key = &false_key_static_branch_likely, in test_key_func()
145 .test_key = &false_key_static_branch_unlikely, in test_key_func()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dtest_static_keys.c35 struct test_key { struct
38 bool (*test_key)(void); argument
78 ret = keys[i].test_key(); in verify_keys()
114 struct test_key static_key_tests[] = { in test_key_func()
119 .test_key = &old_true_key_static_key_true, in test_key_func()
124 .test_key = &old_false_key_static_key_false, in test_key_func()
130 .test_key = &true_key_static_branch_likely, in test_key_func()
135 .test_key = &true_key_static_branch_unlikely, in test_key_func()
140 .test_key = &false_key_static_branch_likely, in test_key_func()
145 .test_key = &false_key_static_branch_unlikely, in test_key_func()
[all …]
/dports/databases/py-python-binary-memcached/python-binary-memcached-0.30.1/test/
H A Dtest_simple_functions.py321 test_key = self.bkey()
328 test_key = self.bkey()
338 test_key = self.bkey()
356 test_key = self.bkey()
416 test_key = self.bkey()
421 test_key = self.bkey()
445 test_key = self.bkey()
452 test_key = self.bkey()
459 test_key = self.bkey()
464 test_key = self.bkey()
[all …]
/dports/databases/p5-DBM-Deep/DBM-Deep-2.0016/t/
H A D10_largekeys.t37 ($test_key eq $key1) ||
38 ($test_key eq $key2) ||
39 ($test_key eq $key3),
43 $test_key = $db->next_key($test_key);
45 ($test_key eq $key1) ||
46 ($test_key eq $key2) ||
47 ($test_key eq $key3),
51 $test_key = $db->next_key($test_key);
53 ($test_key eq $key1) ||
55 ($test_key eq $key3),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Dtsd.c34 } test_key[NO_OF_KEYS] = {0}; variable
53 erl_drv_tsd_set(test_key[i].key, NULL); in tf()
56 if (erl_drv_tsd_get(test_key[i].key) != NULL) in tf()
67 erl_drv_tsd_set(test_key[i].key, NULL); in thr_key_clnup()
86 test_key[i].used = 1; in testcase_run()
90 erl_drv_tsd_set(test_key[i].key, in testcase_run()
118 == erl_drv_tsd_get(test_key[i].key)), in testcase_run()
142 if (test_key[i].used) { in testcase_run()
143 test_key[i].used = 0; in testcase_run()
170 if (test_key[i].used) { in testcase_cleanup()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Dtsd.c34 } test_key[NO_OF_KEYS] = {0}; variable
53 erl_drv_tsd_set(test_key[i].key, NULL); in tf()
56 if (erl_drv_tsd_get(test_key[i].key) != NULL) in tf()
67 erl_drv_tsd_set(test_key[i].key, NULL); in thr_key_clnup()
86 test_key[i].used = 1; in testcase_run()
90 erl_drv_tsd_set(test_key[i].key, in testcase_run()
118 == erl_drv_tsd_get(test_key[i].key)), in testcase_run()
142 if (test_key[i].used) { in testcase_run()
143 test_key[i].used = 0; in testcase_run()
170 if (test_key[i].used) { in testcase_cleanup()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Dtsd.c34 } test_key[NO_OF_KEYS] = {0}; variable
53 erl_drv_tsd_set(test_key[i].key, NULL); in tf()
56 if (erl_drv_tsd_get(test_key[i].key) != NULL) in tf()
67 erl_drv_tsd_set(test_key[i].key, NULL); in thr_key_clnup()
86 test_key[i].used = 1; in testcase_run()
90 erl_drv_tsd_set(test_key[i].key, in testcase_run()
118 == erl_drv_tsd_get(test_key[i].key)), in testcase_run()
142 if (test_key[i].used) { in testcase_run()
143 test_key[i].used = 0; in testcase_run()
170 if (test_key[i].used) { in testcase_cleanup()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Dtsd.c34 } test_key[NO_OF_KEYS] = {0}; variable
53 erl_drv_tsd_set(test_key[i].key, NULL); in tf()
56 if (erl_drv_tsd_get(test_key[i].key) != NULL) in tf()
67 erl_drv_tsd_set(test_key[i].key, NULL); in thr_key_clnup()
86 test_key[i].used = 1; in testcase_run()
90 erl_drv_tsd_set(test_key[i].key, in testcase_run()
118 == erl_drv_tsd_get(test_key[i].key)), in testcase_run()
142 if (test_key[i].used) { in testcase_run()
143 test_key[i].used = 0; in testcase_run()
170 if (test_key[i].used) { in testcase_cleanup()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Dtsd.c34 } test_key[NO_OF_KEYS] = {0}; variable
53 erl_drv_tsd_set(test_key[i].key, NULL); in tf()
56 if (erl_drv_tsd_get(test_key[i].key) != NULL) in tf()
67 erl_drv_tsd_set(test_key[i].key, NULL); in thr_key_clnup()
86 test_key[i].used = 1; in testcase_run()
90 erl_drv_tsd_set(test_key[i].key, in testcase_run()
118 == erl_drv_tsd_get(test_key[i].key)), in testcase_run()
142 if (test_key[i].used) { in testcase_run()
143 test_key[i].used = 0; in testcase_run()
170 if (test_key[i].used) { in testcase_cleanup()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Dtsd.c34 } test_key[NO_OF_KEYS] = {0}; variable
53 erl_drv_tsd_set(test_key[i].key, NULL); in tf()
56 if (erl_drv_tsd_get(test_key[i].key) != NULL) in tf()
67 erl_drv_tsd_set(test_key[i].key, NULL); in thr_key_clnup()
86 test_key[i].used = 1; in testcase_run()
90 erl_drv_tsd_set(test_key[i].key, in testcase_run()
118 == erl_drv_tsd_get(test_key[i].key)), in testcase_run()
142 if (test_key[i].used) { in testcase_run()
143 test_key[i].used = 0; in testcase_run()
170 if (test_key[i].used) { in testcase_cleanup()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/erl_drv_thread_SUITE_data/
H A Dtsd.c34 } test_key[NO_OF_KEYS] = {0}; variable
53 erl_drv_tsd_set(test_key[i].key, NULL); in tf()
56 if (erl_drv_tsd_get(test_key[i].key) != NULL) in tf()
67 erl_drv_tsd_set(test_key[i].key, NULL); in thr_key_clnup()
86 test_key[i].used = 1; in testcase_run()
90 erl_drv_tsd_set(test_key[i].key, in testcase_run()
118 == erl_drv_tsd_get(test_key[i].key)), in testcase_run()
142 if (test_key[i].used) { in testcase_run()
143 test_key[i].used = 0; in testcase_run()
170 if (test_key[i].used) { in testcase_cleanup()
[all …]
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_string_hmap.c71 printf("find key %s\n", test_key[i]); in main()
72 d = strmap_find(&map, test_key[i]); in main()
82 printf("add key %s\n", test_key[i]); in main()
89 if (strcmp(d->key, test_key[i]) != 0) { in main()
107 printf("find key %s\n", test_key[i]); in main()
108 d = strmap_find(&map, test_key[i]); in main()
114 if (strcmp(d->key, test_key[i]) != 0) { in main()
140 d = strmap_find(&map, test_key[i]); in main()
143 r = strmap_find(&map, test_key[i]); in main()
152 printf("find key %s: ", test_key[i]); in main()
[all …]
/dports/databases/pecl-memcache/memcache-8.0/tests/
H A D055.phpt10 $memcache->set('test_key', '1');
11 $result = $memcache->get('test_key');
14 $memcache->set('test_key', 1);
15 $result = $memcache->get('test_key');
18 $memcache->set('test_key', true);
19 $result = $memcache->get('test_key');
22 $memcache->set('test_key', false);
23 $result = $memcache->get('test_key');
26 $memcache->set('test_key', 1.1);
27 $result = $memcache->get('test_key');
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_table/
H A Dkey_value.phpt27 $ret = $table->get('test_key');
33 $ret = $table->get('test_key', 'id');
39 Assert::eq($table->get('test_key', 'name'), NAME);
40 Assert::eq($table->get('test_key', 'num'), PI);
46 $ret = $table->exist('test_key');
58 $ret = $table->incr('test_key','id', 2);
63 $_value = $table->get('test_key', 'id');
69 $ret = $table->decr('test_key', 'id', 2);
74 $_value = $table->get('test_key', 'id');
86 $ret = $table->del('test_key');
[all …]
H A Dint.phpt21 $ret = $table->set('test_key', array(
32 $ret = $table->get('test_key');
43 $ret = $table->incr('test_key', 'i8', 8);
48 Assert::same($table->get('test_key', 'i8'), -120 + 8);
50 $ret = $table->decr('test_key', 'i32', 8);
55 Assert::same($table->get('test_key', 'i32'), -1247483648 - 8);
57 $ret = $table->set('test_key', array(
68 $ret = $table->get('test_key');
79 $ret = $table->incr('test_key', 'i8', 4);
84 Assert::same($table->get('test_key', 'i8'), 120 + 4);
[all …]
/dports/www/py-paste/Paste-3.4.6/tests/
H A Dtest_config.py10 test_key = 'test key' variable
21 lines = ['Variable is: %s\n' % CONFIG[test_key],
22 'Variable is (in environ): %s' % environ['paste.config'][test_key]]
34 supplement = ['Nesting variable is: %s' % CONFIG[test_key],
36 environ['paste.config'][test_key]]
44 config = {test_key: 'test value'}
54 config = {test_key: 'test value'}
56 config = {test_key: 'nesting value'}
69 process_config = {test_key: 'bar', 'process_var': 'foo'}
72 assert CONFIG[test_key] == 'bar'
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/tests/
H A Dtest_config.py8 test_key = 'test key' variable
19 lines = ['Variable is: %s\n' % CONFIG[test_key],
20 'Variable is (in environ): %s' % environ['paste.config'][test_key]]
32 supplement = ['Nesting variable is: %s' % CONFIG[test_key],
34 environ['paste.config'][test_key]]
42 config = {test_key: 'test value'}
52 config = {test_key: 'test value'}
54 config = {test_key: 'nesting value'}
67 process_config = {test_key: 'bar', 'process_var': 'foo'}
70 assert CONFIG[test_key] == 'bar'
[all …]
/dports/net/ntp/ntp-4.2.8p15/lib/isc/tests/
H A Dhash_test.c966 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
976 test_key++; in ATF_TC_BODY()
1129 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
1139 test_key++; in ATF_TC_BODY()
1292 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
1302 test_key++; in ATF_TC_BODY()
1461 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
1471 test_key++; in ATF_TC_BODY()
1630 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
1640 test_key++; in ATF_TC_BODY()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/browser/
H A Dpnacl_translation_cache_unittest.cc124 static const std::string test_key("1"); variable
214 StoreNexe(test_key, test_store_val); in TEST_F()
221 StoreNexe(test_key, test_store_val); in TEST_F()
229 StoreNexe(test_key, large_buffer); in TEST_F()
249 StoreNexe(test_key, test_store_val); in TEST_F()
256 StoreNexe(test_key, test_store_val); in TEST_F()
264 StoreNexe(test_key, large_buffer); in TEST_F()
272 StoreNexe(test_key, test_store_val); in TEST_F()
273 StoreNexe(test_key, test_store_val + "aaa"); in TEST_F()
280 StoreNexe(test_key, test_store_val); in TEST_F()
[all …]
/dports/devel/p5-Tie-FileLRUCache/Tie-FileLRUCache-1.06/t/
H A D01_Tie-FileLRUCache.t100 my $test_key = 'test';
102 $cache{$test_key} = $test_value;
103 unless (exists ($cache{$test_key}) and ($cache{$test_key} eq $test_value)) {
107 delete $cache{$test_key};
108 if (exists ($cache{$test_key})) {
117 $cache{$test_key} = $test_value;
118 unless (exists ($cache{$test_key}) and ($cache{$test_key} eq $test_value)) {
122 delete $cache{$test_key};
189 my $test_key = 'test';
275 my $test_key = 'test';
[all …]

12345678910>>...29