Home
last modified time | relevance | path

Searched refs:tableTest (Results 126 – 150 of 278) sorted by relevance

12345678910>>...12

/dports/devel/ta-lib/ta-lib/src/tools/ta_regtest/ta_test_func/
H A Dtest_sar.c120 static TA_Test tableTest[] = variable
132 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
147 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_sar()
150 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_sar()
154 retValue = do_test( history, &tableTest[i] ); in test_func_sar()
H A Dtest_per_ema.c109 static TA_Test tableTest[] = variable
129 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
142 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_per_ema()
145 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_per_ema()
149 retValue = do_test_per_ema( history, &tableTest[i] ); in test_func_per_ema()
H A Dtest_1in_2out.c115 static TA_Test tableTest[] = variable
166 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
180 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_1in_2out()
183 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_1in_2out()
187 retValue = do_test( history, &tableTest[i] ); in test_func_1in_2out()
H A Dtest_bbands.c112 static TA_Test tableTest[] = variable
259 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
270 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_bbands()
274 tableTest[i].expectedNbElement, in test_func_bbands()
279 retValue = do_test( history, &tableTest[i] ); in test_func_bbands()
H A Dtest_1in_1out.c115 static TA_Test tableTest[] = variable
144 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
157 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_1in_1out()
160 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_1in_1out()
164 retValue = do_test( history, &tableTest[i] ); in test_func_1in_1out()
H A Dtest_mom.c140 static TA_Test tableTest[] = variable
261 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
271 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_mom_roc()
274 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_mom_roc()
278 retValue = do_test( history, &tableTest[i] ); in test_func_mom_roc()
H A Dtest_po.c108 static TA_Test tableTest[] = variable
212 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
223 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_po()
226 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_po()
230 retValue = do_test( history, &tableTest[i] ); in test_func_po()
H A Dtest_rsi.c111 static TA_Test tableTest[] = variable
189 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
202 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_rsi()
205 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_rsi()
209 retValue = do_test( history, &tableTest[i] ); in test_func_rsi()
H A Dtest_macd.c118 static TA_Test tableTest[] = variable
171 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
182 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_macd()
186 tableTest[i].expectedNbElement, in test_func_macd()
191 retValue = do_test( history, &tableTest[i] ); in test_func_macd()
H A Dtest_per_hlc.c122 static TA_Test tableTest[] = variable
196 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
209 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_per_hlc()
212 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_per_hlc()
216 retValue = do_test( history, &tableTest[i] ); in test_func_per_hlc()
H A Dtest_per_ohlc.c116 static TA_Test tableTest[] = variable
134 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
147 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_per_ohlc()
150 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_per_ohlc()
154 retValue = do_test( history, &tableTest[i] ); in test_func_per_ohlc()
H A Dtest_ma.c116 static TA_Test tableTest[] = variable
361 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
375 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_ma()
378 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_ma()
382 retValue = do_test_ma( history, &tableTest[i], 0 ); in test_func_ma()
390 if( tableTest[i].id == TA_ANY_MA_TEST ) in test_func_ma()
392 retValue = do_test_ma( history, &tableTest[i], 1 ); in test_func_ma()
H A Dtest_per_hl.c115 static TA_Test tableTest[] = variable
212 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
225 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_per_hl()
228 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_per_hl()
232 retValue = do_test( history, &tableTest[i] ); in test_func_per_hl()
H A Dtest_adx.c118 static TA_Test tableTest[] = variable
191 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
204 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_adx()
207 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_adx()
211 retValue = do_test( history, &tableTest[i] ); in test_func_adx()
H A Dtest_per_hlcv.c121 static TA_Test tableTest[] = variable
169 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
183 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_per_hlcv()
186 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_per_hlcv()
190 retValue = do_test( history, &tableTest[i] ); in test_func_per_hlcv()
H A Dtest_minmax.c138 static TA_Test tableTest[] = variable
228 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
264 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_minmax()
267 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_minmax()
271 retValue = do_test( history, &tableTest[i] ); in test_func_minmax()
H A Dtest_stoch.c137 static TA_Test tableTest[] = variable
194 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
207 if( (int)tableTest[i].expectedNbElement > (int)history->nbBars ) in test_func_stoch()
210 i, tableTest[i].expectedNbElement, history->nbBars ); in test_func_stoch()
214 retValue = do_test( history, &tableTest[i] ); in test_func_stoch()
H A Dtest_candlestick.c189 static TA_Test tableTest[] = variable
254 #define NB_TEST (sizeof(tableTest)/sizeof(TA_Test))
271 retValue = do_test( history, &tableTest[i] ); in test_candlestick()
274 printf( "Failed Test #%d for %s (retValue=%d)\n", i, tableTest[i].name, retValue ); in test_candlestick()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/ascan/
H A DPolicyAllCategoryPanel.java77 private JTable tableTest = null; field in PolicyAllCategoryPanel
467 if (tableTest == null) { in getTableTest()
468 tableTest = new JTable(); in getTableTest()
469 tableTest.setModel(getAllCategoryTableModel()); in getTableTest()
470 tableTest.setRowHeight(DisplayUtils.getScaledSize(18)); in getTableTest()
471 tableTest.setIntercellSpacing(new java.awt.Dimension(1, 1)); in getTableTest()
472 tableTest.setAutoCreateRowSorter(true); in getTableTest()
477 tableTest.getRowSorter().setSortKeys(sortKeys); in getTableTest()
479 for (int i = 0; i < tableTest.getColumnCount() - 1; i++) { in getTableTest()
480 TableColumn column = tableTest.getColumnModel().getColumn(i); in getTableTest()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/services/httpd/
H A Dresponse_writer_test.go22 tableTest := []struct {
34 for _, testCase := range tableTest {
119 tableTest := []struct {
130 for _, testCase := range tableTest {
201 tableTest := []struct {
211 for _, testCase := range tableTest {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/services/httpd/
H A Dresponse_writer_test.go22 tableTest := []struct {
34 for _, testCase := range tableTest {
119 tableTest := []struct {
130 for _, testCase := range tableTest {
201 tableTest := []struct {
211 for _, testCase := range tableTest {
/dports/www/sahi/sahi/userdata/scripts/demo/
H A Dlink_test.sah70 _assert(location.href.indexOf("tableTest.htm") != -1); // goes to tableTest
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/collate/
H A Dtable_test.go28 type tableTest struct { struct
78 var appendNextTests = []tableTest{
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/collate/
H A Dtable_test.go28 type tableTest struct { struct
78 var appendNextTests = []tableTest{
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/text/collate/
H A Dtable_test.go28 type tableTest struct { struct
78 var appendNextTests = []tableTest{

12345678910>>...12