Home
last modified time | relevance | path

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

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/patterns/scope/
H A DScopeTest.java39 private static String st_block(String... statements) { in st_block() method in ScopeTest
125 assertOK(st_block(st_if(expr_o_match_str(), st_s_use(), st_return()), st_s_use())); in testIf()
126 … assertOK(st_block(st_if(expr_not(expr_o_match_str()), st_return(), st_s_use()), st_s_use())); in testIf()
127 …assertFail("compiler.err.cant.resolve.location", st_block(st_if(expr_o_match_str(), st_s_use(), st… in testIf()
128 …assertFail("compiler.err.cant.resolve.location", st_block(st_if(expr_not(expr_o_match_str()), st_n… in testIf()
132 assertOK(st_block(st_while(expr_not(expr_o_match_str()), st_noop()), st_s_use())); in testWhile()
133 …assertFail("compiler.err.cant.resolve.location", st_block(st_while(expr_not(expr_o_match_str()), s… in testWhile()
137 assertOK(st_block(st_do_while(st_noop(), expr_not(expr_o_match_str())), st_s_use())); in testDoWhile()
138 …assertFail("compiler.err.cant.resolve.location", st_block(st_do_while(st_break(), expr_not(expr_o_… in testDoWhile()
142 …assertOK(st_block(st_for(expr_empty(), expr_not(expr_o_match_str()), expr_empty(), st_noop()), st_… in testFor()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/patterns/scope/
H A DScopeTest.java39 private static String st_block(String... statements) { in st_block() method in ScopeTest
125 assertOK(st_block(st_if(expr_o_match_str(), st_s_use(), st_return()), st_s_use())); in testIf()
126 … assertOK(st_block(st_if(expr_not(expr_o_match_str()), st_return(), st_s_use()), st_s_use())); in testIf()
127 …assertFail("compiler.err.cant.resolve.location", st_block(st_if(expr_o_match_str(), st_s_use(), st… in testIf()
128 …assertFail("compiler.err.cant.resolve.location", st_block(st_if(expr_not(expr_o_match_str()), st_n… in testIf()
132 assertOK(st_block(st_while(expr_not(expr_o_match_str()), st_noop()), st_s_use())); in testWhile()
133 …assertFail("compiler.err.cant.resolve.location", st_block(st_while(expr_not(expr_o_match_str()), s… in testWhile()
137 assertOK(st_block(st_do_while(st_noop(), expr_not(expr_o_match_str())), st_s_use())); in testDoWhile()
138 …assertFail("compiler.err.cant.resolve.location", st_block(st_do_while(st_break(), expr_not(expr_o_… in testDoWhile()
142 …assertOK(st_block(st_for(expr_empty(), expr_not(expr_o_match_str()), expr_empty(), st_noop()), st_… in testFor()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/patterns/scope/
H A DScopeTest.java39 private static String st_block(String... statements) { in st_block() method in ScopeTest
131 assertOK(st_block(st_if(expr_o_match_str(), st_s_use(), st_return()), st_s_use())); in testIf()
132 … assertOK(st_block(st_if(expr_not(expr_o_match_str()), st_return(), st_s_use()), st_s_use())); in testIf()
133 …assertFail("compiler.err.cant.resolve.location", st_block(st_if(expr_o_match_str(), st_s_use(), st… in testIf()
134 …assertFail("compiler.err.cant.resolve.location", st_block(st_if(expr_not(expr_o_match_str()), st_n… in testIf()
138 assertOK(st_block(st_while(expr_not(expr_o_match_str()), st_noop()), st_s_use())); in testWhile()
139 …assertFail("compiler.err.cant.resolve.location", st_block(st_while(expr_not(expr_o_match_str()), s… in testWhile()
143 assertOK(st_block(st_do_while(st_noop(), expr_not(expr_o_match_str())), st_s_use())); in testDoWhile()
144 …assertFail("compiler.err.cant.resolve.location", st_block(st_do_while(st_break(), expr_not(expr_o_… in testDoWhile()
148 …assertOK(st_block(st_for(expr_empty(), expr_not(expr_o_match_str()), expr_empty(), st_noop()), st_… in testFor()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/patterns/scope/
H A DScopeTest.java39 private static String st_block(String... statements) { in st_block() method in ScopeTest
131 assertOK(st_block(st_if(expr_o_match_str(), st_s_use(), st_return()), st_s_use())); in testIf()
132 … assertOK(st_block(st_if(expr_not(expr_o_match_str()), st_return(), st_s_use()), st_s_use())); in testIf()
133 …assertFail("compiler.err.cant.resolve.location", st_block(st_if(expr_o_match_str(), st_s_use(), st… in testIf()
134 …assertFail("compiler.err.cant.resolve.location", st_block(st_if(expr_not(expr_o_match_str()), st_n… in testIf()
138 assertOK(st_block(st_while(expr_not(expr_o_match_str()), st_noop()), st_s_use())); in testWhile()
139 …assertFail("compiler.err.cant.resolve.location", st_block(st_while(expr_not(expr_o_match_str()), s… in testWhile()
143 assertOK(st_block(st_do_while(st_noop(), expr_not(expr_o_match_str())), st_s_use())); in testDoWhile()
144 …assertFail("compiler.err.cant.resolve.location", st_block(st_do_while(st_break(), expr_not(expr_o_… in testDoWhile()
148 …assertOK(st_block(st_for(expr_empty(), expr_not(expr_o_match_str()), expr_empty(), st_noop()), st_… in testFor()
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Dashboard/classes/
H A Dclass.ilDashboardGUI.php857 $st_block = ilStudyProgrammeDIC::dic()['ilStudyProgrammeDashboardViewGUI'];
858 return $st_block->getHTML();
879 $st_block = new ilDashboardLearningSequenceGUI();
880 return $st_block->getHTML();
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-0.06_to_0.52670 構造体にst_blksize, st_blockを持っているかをautoconfでチェックす
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc198 struct st_block struct
206 static struct st_block block_stack[32]; argument
207 static struct st_block *cur_block, *block_stack_end;
8672 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
8880 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc198 struct st_block struct
206 static struct st_block block_stack[32]; argument
207 static struct st_block *cur_block, *block_stack_end;
8672 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
8880 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc198 struct st_block struct
206 static struct st_block block_stack[32]; argument
207 static struct st_block *cur_block, *block_stack_end;
8672 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
8880 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysqltest.cc198 struct st_block struct
206 static struct st_block block_stack[32]; argument
207 static struct st_block *cur_block, *block_stack_end;
8616 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
8824 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dmysqltest.cc176 struct st_block struct
184 static struct st_block block_stack[32]; argument
185 static struct st_block *cur_block, *block_stack_end;
8435 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
8626 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysqltest.cc198 struct st_block struct
206 static struct st_block block_stack[32]; argument
207 static struct st_block *cur_block, *block_stack_end;
8618 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
8826 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysqltest.cc234 struct st_block struct
242 static struct st_block block_stack[32]; argument
243 static struct st_block *cur_block, *block_stack_end;
9357 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9564 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysqltest.cc234 struct st_block struct
242 static struct st_block block_stack[32]; argument
243 static struct st_block *cur_block, *block_stack_end;
9208 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9415 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysqltest.cc234 struct st_block struct
242 static struct st_block block_stack[32]; argument
243 static struct st_block *cur_block, *block_stack_end;
9357 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9564 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysqltest.cc234 struct st_block struct
242 static struct st_block block_stack[32]; argument
243 static struct st_block *cur_block, *block_stack_end;
9208 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9415 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysqltest.cc234 struct st_block struct
242 static struct st_block block_stack[32]; argument
243 static struct st_block *cur_block, *block_stack_end;
9357 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9564 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dmysqltest.cc208 struct st_block struct
216 static struct st_block block_stack[32]; argument
217 static struct st_block *cur_block, *block_stack_end;
9162 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9360 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mariadb104-server/mariadb-10.4.24/client/
H A Dmysqltest.cc207 struct st_block
215 static struct st_block block_stack[32];
216 static struct st_block *cur_block, *block_stack_end;
9110 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1;
9308 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--)
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dmysqltest.cc208 struct st_block struct
216 static struct st_block block_stack[32]; argument
217 static struct st_block *cur_block, *block_stack_end;
9162 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9360 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysqltest.cc206 struct st_block struct
214 static struct st_block block_stack[32]; argument
215 static struct st_block *cur_block, *block_stack_end;
9150 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9353 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dmysqltest.cc207 struct st_block struct
215 static struct st_block block_stack[32]; argument
216 static struct st_block *cur_block, *block_stack_end;
9110 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9308 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dmysqltest.cc206 struct st_block struct
214 static struct st_block block_stack[32]; argument
215 static struct st_block *cur_block, *block_stack_end;
9150 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9353 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dmysqltest.cc234 struct st_block struct
242 static struct st_block block_stack[32]; argument
243 static struct st_block *cur_block, *block_stack_end;
9209 block_stack + (sizeof(block_stack)/sizeof(struct st_block)) - 1; in main()
9416 for (struct st_block *stb= cur_block-1; stb >= block_stack; stb--) in main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dmysqltest.cc312 struct st_block { struct
319 static struct st_block block_stack[32]; argument
320 static struct st_block *cur_block, *block_stack_end;
9023 block_stack + (sizeof(block_stack) / sizeof(struct st_block)) - 1; in main()
9247 for (struct st_block *stb = cur_block - 1; stb >= block_stack; stb--) { in main()