Home
last modified time | relevance | path

Searched refs:test_idx (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/test/
H A Dfts5delete.test61 CREATE VIRTUAL TABLE test_idx USING fts5(
67 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 1, 'quick');
71 INSERT INTO test_idx(rowid, name) VALUES(123, 'one one one');
72 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
73 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
77 DROP TABLE test_idx;
78 CREATE VIRTUAL TABLE test_idx USING fts5(
85 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
86 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
87 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/test/
H A Dfts5delete.test61 CREATE VIRTUAL TABLE test_idx USING fts5(
67 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 1, 'quick');
71 INSERT INTO test_idx(rowid, name) VALUES(123, 'one one one');
72 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
73 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
77 DROP TABLE test_idx;
78 CREATE VIRTUAL TABLE test_idx USING fts5(
85 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
86 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
87 INSERT INTO test_idx (test_idx, rowid, name) VALUES('delete', 123, 'one');
[all …]
/dports/misc/py-scikit-fusion/scikit-fusion-0.2.1/examples/
H A Ddicty_factorization.py26 def mf(train_idx, test_idx, term_idx): argument
28 ann[test_idx, :] = 0
48 X_new = X[test_idx, :]
53 def rf(train_idx, test_idx, term_idx): argument
58 X_new = dicty[gene][exp_cond][0].data[test_idx, :]
79 for i, (train_idx, test_idx) in enumerate(cv):
82 y_pred_mf[test_idx] = mf(train_idx, test_idx, term_idx)
84 y_pred_rf[test_idx] = rf(train_idx, test_idx, term_idx)
H A Dpharma_chaining.py56 def transform(fuser, test_idx): argument
57 pubmed_data = pharma[chemical][pmid][0].data[test_idx]
58 depositor_data = pharma[chemical][depositor][0].data[test_idx]
59 fingerprint_data = pharma[chemical][fingerprint][0].data[test_idx]
60 chemical_data = pharma[chemical][chemical][0].data[test_idx, :][:, test_idx]
73 def predict_action(train_idx, test_idx, action_idx): argument
80 transformer = transform(fuser, test_idx)
97 for i, (train_idx, test_idx) in enumerate(cv):
98 y_pred[test_idx] = predict_action(train_idx, test_idx, action_idx)
H A Ddicty_chaining.py56 def transform(fuser, test_idx): argument
58 skf.Relation(dicty[gene][exp_cond][0].data[test_idx, :], gene, exp_cond),
59 skf.Relation(dicty[gene][gene][0].data[test_idx, :][:, test_idx], gene, gene)]
66 def predict_term(train_idx, test_idx, term_idx): argument
72 transformer = transform(fuser, test_idx)
89 for i, (train_idx, test_idx) in enumerate(cv):
90 y_pred[test_idx] = predict_term(train_idx, test_idx, term_idx)
H A Ddicty_association.py39 for i, (train_idx, test_idx) in enumerate(cv):
41 ann_mask[test_idx, :] = True
45 pred_ann = fuser.complete(fuser.fusion_graph[gene][go_term][0])[test_idx]
46 true_ann = dicty[gene][go_term][0].data[test_idx]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_view/
H A Drendering-layers-image.c149 for (int test_idx = 0; test_idx < ARRAY_SIZE(tests); test_idx++) { in piglit_display() local
150 const struct test_info *test = &tests[test_idx]; in piglit_display()
196 for (int test_idx = 0; test_idx < ARRAY_SIZE(tests); test_idx++) { in piglit_init() local
197 struct test_info *test = &tests[test_idx]; in piglit_init()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Dtest-message-header-decode.c52 static void check_encoded(string_t *encoded, unsigned int test_idx) in check_encoded() argument
65 test_assert_idx(cur_line_len <= 76, test_idx); in check_encoded()
72 test_idx); in check_encoded()
76 test_assert_idx(cur_line_len <= 76, test_idx); in check_encoded()
81 string_t *out, unsigned int test_idx) in check_encode_decode_result() argument
115 rep_char_len) == 0, test_idx); in check_encode_decode_result()
124 memcmp(pin, pout, nch) == 0, test_idx); in check_encode_decode_result()
134 test_assert_idx(pin == pinend && pout == poutend, test_idx); in check_encode_decode_result()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dalter_index.out15 CREATE INDEX test_idx on t1 ((a+b));
16 ALTER INDEX test_idx ALTER COLUMN 1 SET STATISTICS 4646;
17 ALTER INDEX test_idx ALTER COLUMN 1 SET STATISTICS -4646;
19 ALTER INDEX test_idx ALTER COLUMN 3 SET STATISTICS 4646;
20 ERROR: column number 3 of relation "test_idx" does not exist
41 test_idx | 4646
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/beacon/resources/
H A Dbeacon.py62 test_idx = request.GET.first("tidx")
67 test_data_key = build_stash_key(session_id, test_idx)
106 test_data_key = build_stash_key(session_id, test_idx)
115 for test_idx in range(test_idx_min, test_idx_max+1): # +1 because end is exclusive
116 test_data_key = build_stash_key(session_id, test_idx)
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dalter_index.sql12 CREATE INDEX test_idx on t1 ((a+b)); index
13 ALTER INDEX test_idx ALTER COLUMN 1 SET STATISTICS 4646;
14 ALTER INDEX test_idx ALTER COLUMN 1 SET STATISTICS -4646;
15 ALTER INDEX test_idx ALTER COLUMN 3 SET STATISTICS 4646;
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/gluon/house_prices/
H A Dkaggle_k_fold_cross_validation.py112 for test_idx in range(k):
113 X_val_test = X_train[test_idx * fold_size: (test_idx + 1) *
115 y_val_test = y_train[test_idx * fold_size: (test_idx + 1) * fold_size]
118 if i != test_idx:
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/gluon/house_prices/
H A Dkaggle_k_fold_cross_validation.py112 for test_idx in range(k):
113 X_val_test = X_train[test_idx * fold_size: (test_idx + 1) *
115 y_val_test = y_train[test_idx * fold_size: (test_idx + 1) * fold_size]
118 if i != test_idx:
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_120/
H A Dmodel.bin1test_idx where match( 'div' )";s:10:"total_rows";i:0;}i:1;a:2:{s:8:"sphinxql";s:44:"select * from
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/test/test_120/
H A Dmodel.bin1test_idx where match( 'div' )";s:10:"total_rows";i:0;}i:1;a:2:{s:8:"sphinxql";s:44:"select * from
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/io/
H A Dtest_octree_compression.cpp102 for (int test_idx = 0; test_idx < NUMBER_OF_TEST_RUNS; test_idx++, total_runs++) in TYPED_TEST() local
141 for (int test_idx = 0; test_idx < NUMBER_OF_TEST_RUNS; test_idx++, total_runs++) in TEST() local
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-base64.c918 unsigned int test_idx, in test_base64_random_lowlevel_one_block() argument
939 test_assert_idx(FALSE, test_idx); in test_base64_random_lowlevel_one_block()
941 test_assert_idx(FALSE, test_idx); in test_base64_random_lowlevel_one_block()
954 test_assert_idx(ret >= 0, test_idx); in test_base64_random_lowlevel_one_block()
1012 test_idx); in test_base64_random_lowlevel_stream()
1018 (!eres && src_pos < buf_ch), test_idx); in test_base64_random_lowlevel_stream()
1034 NULL, buf2), test_idx); in test_base64_random_lowlevel_stream()
1070 test_assert_idx(ret >= 0, test_idx); in test_base64_random_lowlevel_stream()
1079 test_assert_idx(ret >= 0, test_idx); in test_base64_random_lowlevel_stream()
1084 test_assert_idx(ret == 0, test_idx); in test_base64_random_lowlevel_stream()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/tests/
H A Dgen_cubic_spline.py170 firstDeriv=(0.0, 0.0), test_idx=0): argument
198 out = spline_solver_template.format(test_case=test_idx, n=n, xvals=x_init_expr, yvals=y_init_expr,
207 generate_cubic_spline_coeff_test_case(len(xvals), xvals, yvals, test_idx=1)
208 …oeff_test_case(len(xvals), xvals, yvals, naturalBC=(True,False), firstDeriv=(0.0, 1.0), test_idx=2)
209 …eff_test_case(len(xvals), xvals, yvals, naturalBC=(False,False), firstDeriv=(1.0, 2.0), test_idx=3)
213 generate_cubic_spline_coeff_test_case(len(xvals), xvals, yvals, test_idx=4)
214 …eff_test_case(len(xvals), xvals, yvals, naturalBC=(False,False), firstDeriv=(0.0, 1.0), test_idx=5)
339 test_idx = 1
340 out = spline_evaluate_template.format(test_case=test_idx, n=n, yvals=y_expr,
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_040/
H A Dmodel.bin1test_idx', 't?st*', 1 AS query_mode, 0 as limit )";s:10:"total_rows";i:1;s:4:"rows";a:1:{i:0;a:1:{…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp631 uint32_t test_idx = 0; in GetChildAtIndex() local
647 test_idx++; in GetChildAtIndex()
757 uint32_t test_idx = 0; in GetChildAtIndex() local
764 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
774 test_idx++; in GetChildAtIndex()
1007 uint32_t test_idx = 0; in GetChildAtIndex() local
1010 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1024 test_idx++; in GetChildAtIndex()
1164 uint32_t test_idx = 0; in GetChildAtIndex() local
1167 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp635 uint32_t test_idx = 0; in GetChildAtIndex() local
651 test_idx++; in GetChildAtIndex()
761 uint32_t test_idx = 0; in GetChildAtIndex() local
768 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
778 test_idx++; in GetChildAtIndex()
1011 uint32_t test_idx = 0; in GetChildAtIndex() local
1014 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1028 test_idx++; in GetChildAtIndex()
1168 uint32_t test_idx = 0; in GetChildAtIndex() local
1171 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp631 uint32_t test_idx = 0; in GetChildAtIndex() local
647 test_idx++; in GetChildAtIndex()
757 uint32_t test_idx = 0; in GetChildAtIndex() local
764 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
774 test_idx++; in GetChildAtIndex()
1007 uint32_t test_idx = 0; in GetChildAtIndex() local
1010 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1024 test_idx++; in GetChildAtIndex()
1164 uint32_t test_idx = 0; in GetChildAtIndex() local
1167 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp635 uint32_t test_idx = 0; in GetChildAtIndex() local
651 test_idx++; in GetChildAtIndex()
761 uint32_t test_idx = 0; in GetChildAtIndex() local
768 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
778 test_idx++; in GetChildAtIndex()
1011 uint32_t test_idx = 0; in GetChildAtIndex() local
1014 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1028 test_idx++; in GetChildAtIndex()
1168 uint32_t test_idx = 0; in GetChildAtIndex() local
1171 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp635 uint32_t test_idx = 0; in GetChildAtIndex() local
651 test_idx++; in GetChildAtIndex()
761 uint32_t test_idx = 0; in GetChildAtIndex() local
768 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
778 test_idx++; in GetChildAtIndex()
1011 uint32_t test_idx = 0; in GetChildAtIndex() local
1014 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1028 test_idx++; in GetChildAtIndex()
1168 uint32_t test_idx = 0; in GetChildAtIndex() local
1171 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp632 uint32_t test_idx = 0; in GetChildAtIndex() local
648 test_idx++; in GetChildAtIndex()
758 uint32_t test_idx = 0; in GetChildAtIndex() local
765 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
775 test_idx++; in GetChildAtIndex()
1008 uint32_t test_idx = 0; in GetChildAtIndex() local
1011 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1025 test_idx++; in GetChildAtIndex()
1165 uint32_t test_idx = 0; in GetChildAtIndex() local
1168 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]

12345678910>>...12