Home
last modified time | relevance | path

Searched defs:tr (Results 101 – 125 of 13924) sorted by relevance

12345678910>>...557

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/launcher/
H A DSourceMode.java146 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleJavaAtFile() local
161 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleAtFile() local
245 TestResult tr = in testClassNamedJava() local
270 TestResult tr = in testSourceClasspath() local
283 TestResult tr = doExec(javaCmd, "--source"); in testSourceNoArg() local
301 TestResult tr = in testSourceJarConflict() local
340 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebang() local
366 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebangAtFile() local
390 TestResult tr = doExec(bad.toString()); in testMainClassInShebang() local
406 private void show(TestResult tr) { in show()
[all …]
H A DArgsFileTest.java75 private void verifyOptions(List<String> args, TestResult tr) { in verifyOptions()
91 private void verifyUserArgs(List<String> args, TestResult tr, int index) { in verifyUserArgs()
120 TestResult tr = doExec(env, javaCmd, "@argFile1", "@argFile2"); in expandAll() local
162 TestResult tr = doExec(env, javaCmd, "-cp", "@@arg", "-cp", "@", in escapeArg() local
176 verifyUserArgs(Collections.emptyList(), tr, options.size()); in escapeArg() local
194 TestResult tr = doExec(env, javaCmd, "@argFile1", "--disable-@files", "@argFile2"); in killSwitch() local
202 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
208 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
215 verifyUserArgs(Collections.emptyList(), tr, 3); in killSwitch() local
241 TestResult tr = doExec(env, javaCmd, in userApplication() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/launcher/
H A DSourceMode.java146 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleJavaAtFile() local
161 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleAtFile() local
245 TestResult tr = in testClassNamedJava() local
270 TestResult tr = in testSourceClasspath() local
283 TestResult tr = doExec(javaCmd, "--source"); in testSourceNoArg() local
301 TestResult tr = in testSourceJarConflict() local
340 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebang() local
366 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebangAtFile() local
390 TestResult tr = doExec(bad.toString()); in testMainClassInShebang() local
406 private void show(TestResult tr) { in show()
[all …]
H A DArgsFileTest.java75 private void verifyOptions(List<String> args, TestResult tr) { in verifyOptions()
91 private void verifyUserArgs(List<String> args, TestResult tr, int index) { in verifyUserArgs()
120 TestResult tr = doExec(env, javaCmd, "@argFile1", "@argFile2"); in expandAll() local
162 TestResult tr = doExec(env, javaCmd, "-cp", "@@arg", "-cp", "@", in escapeArg() local
176 verifyUserArgs(Collections.emptyList(), tr, options.size()); in escapeArg() local
194 TestResult tr = doExec(env, javaCmd, "@argFile1", "--disable-@files", "@argFile2"); in killSwitch() local
202 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
208 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
215 verifyUserArgs(Collections.emptyList(), tr, 3); in killSwitch() local
241 TestResult tr = doExec(env, javaCmd, in userApplication() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/launcher/
H A DSourceMode.java146 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleJavaAtFile() local
161 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleAtFile() local
245 TestResult tr = in testClassNamedJava() local
270 TestResult tr = in testSourceClasspath() local
283 TestResult tr = doExec(javaCmd, "--source"); in testSourceNoArg() local
301 TestResult tr = in testSourceJarConflict() local
340 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebang() local
366 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebangAtFile() local
390 TestResult tr = doExec(bad.toString()); in testMainClassInShebang() local
406 private void show(TestResult tr) { in show()
[all …]
H A DArgsFileTest.java75 private void verifyOptions(List<String> args, TestResult tr) { in verifyOptions()
91 private void verifyUserArgs(List<String> args, TestResult tr, int index) { in verifyUserArgs()
120 TestResult tr = doExec(env, javaCmd, "@argFile1", "@argFile2"); in expandAll() local
162 TestResult tr = doExec(env, javaCmd, "-cp", "@@arg", "-cp", "@", in escapeArg() local
176 verifyUserArgs(Collections.emptyList(), tr, options.size()); in escapeArg() local
194 TestResult tr = doExec(env, javaCmd, "@argFile1", "--disable-@files", "@argFile2"); in killSwitch() local
202 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
208 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
215 verifyUserArgs(Collections.emptyList(), tr, 3); in killSwitch() local
241 TestResult tr = doExec(env, javaCmd, in userApplication() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/launcher/
H A DSourceMode.java146 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleJavaAtFile() local
161 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleAtFile() local
245 TestResult tr = in testClassNamedJava() local
270 TestResult tr = in testSourceClasspath() local
283 TestResult tr = doExec(javaCmd, "--source"); in testSourceNoArg() local
301 TestResult tr = in testSourceJarConflict() local
340 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebang() local
366 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebangAtFile() local
390 TestResult tr = doExec(bad.toString()); in testMainClassInShebang() local
406 private void show(TestResult tr) { in show()
[all …]
H A DArgsFileTest.java75 private void verifyOptions(List<String> args, TestResult tr) { in verifyOptions()
91 private void verifyUserArgs(List<String> args, TestResult tr, int index) { in verifyUserArgs()
120 TestResult tr = doExec(env, javaCmd, "@argFile1", "@argFile2"); in expandAll() local
162 TestResult tr = doExec(env, javaCmd, "-cp", "@@arg", "-cp", "@", in escapeArg() local
176 verifyUserArgs(Collections.emptyList(), tr, options.size()); in escapeArg() local
194 TestResult tr = doExec(env, javaCmd, "@argFile1", "--disable-@files", "@argFile2"); in killSwitch() local
202 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
208 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
215 verifyUserArgs(Collections.emptyList(), tr, 3); in killSwitch() local
241 TestResult tr = doExec(env, javaCmd, in userApplication() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/launcher/
H A DSourceMode.java146 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleJavaAtFile() local
161 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleAtFile() local
245 TestResult tr = in testClassNamedJava() local
270 TestResult tr = in testSourceClasspath() local
283 TestResult tr = doExec(javaCmd, "--source"); in testSourceNoArg() local
301 TestResult tr = in testSourceJarConflict() local
340 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebang() local
366 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebangAtFile() local
390 TestResult tr = doExec(bad.toString()); in testMainClassInShebang() local
406 private void show(TestResult tr) { in show()
[all …]
H A DArgsFileTest.java75 private void verifyOptions(List<String> args, TestResult tr) { in verifyOptions()
91 private void verifyUserArgs(List<String> args, TestResult tr, int index) { in verifyUserArgs()
120 TestResult tr = doExec(env, javaCmd, "@argFile1", "@argFile2"); in expandAll() local
162 TestResult tr = doExec(env, javaCmd, "-cp", "@@arg", "-cp", "@", in escapeArg() local
176 verifyUserArgs(Collections.emptyList(), tr, options.size()); in escapeArg() local
194 TestResult tr = doExec(env, javaCmd, "@argFile1", "--disable-@files", "@argFile2"); in killSwitch() local
202 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
208 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
215 verifyUserArgs(Collections.emptyList(), tr, 3); in killSwitch() local
241 TestResult tr = doExec(env, javaCmd, in userApplication() local
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/command_argument/
H A Dverify_global_plugin.test.py54 tr = Test.AddTestRun("Verify the requirement of an argument") variable
69 tr = Test.AddTestRun("Verify the requirement of a file") variable
86 tr = Test.AddTestRun("Verify the requirement of our Plugin API.") variable
110 tr = Test.AddTestRun("Verify a properly formed plugin works as expected.") variable
134 tr = Test.AddTestRun("Verify a properly formed plugin works as expected.") variable
156 tr = Test.AddTestRun("Regression test for an undefined, mangled C++ symbol.") variable
H A Dverify_remap_plugin.test.py54 tr = Test.AddTestRun("Verify the requirement of an argument") variable
69 tr = Test.AddTestRun("Verify the requirement of a file") variable
86 tr = Test.AddTestRun("Verify the requirement of our Plugin API.") variable
110 tr = Test.AddTestRun("Verify a global plugin argument produces warning.") variable
134 tr = Test.AddTestRun("Verify a properly formed plugin works as expected.") variable
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/pluginTest/test_hooks/
H A Dtest_hooks.test.py67 tr = Test.AddTestRun() variable
77 tr = Test.AddTestRun() variable
83 tr = Test.AddTestRun() variable
92 tr = Test.AddTestRun() variable
96 tr = Test.AddTestRun() variable
/dports/math/libsemigroups/libsemigroups-1.3.7/tests/
H A Dtest-runner.cpp72 TestRunner1 tr; variable
83 TestRunner1 tr; variable
92 TestRunner2 tr; variable
122 TestRunner3 tr; variable
135 TestRunner1 tr; variable
149 TestRunner1 tr; variable
162 TestRunner1 tr; variable
187 TestRunner1 tr; variable
211 TestRunner1 tr; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/launcher/
H A DSourceMode.java146 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleJavaAtFile() local
161 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleAtFile() local
191 TestResult tr = doExec(javaCmd, "-cp", classes.toString(), in testClasspath() local
245 TestResult tr = in testClassNamedJava() local
258 TestResult tr = doExec(javaCmd, "--source"); in testSourceNoArg() local
276 TestResult tr = in testSourceJarConflict() local
315 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebang() local
341 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebangAtFile() local
365 TestResult tr = doExec(bad.toString()); in testMainClassInShebang() local
381 private void show(TestResult tr) { in show()
[all …]
H A DArgsFileTest.java75 private void verifyOptions(List<String> args, TestResult tr) { in verifyOptions()
91 private void verifyUserArgs(List<String> args, TestResult tr, int index) { in verifyUserArgs()
120 TestResult tr = doExec(env, javaCmd, "@argFile1", "@argFile2"); in expandAll() local
162 TestResult tr = doExec(env, javaCmd, "-cp", "@@arg", "-cp", "@", in escapeArg() local
176 verifyUserArgs(Collections.emptyList(), tr, options.size()); in escapeArg() local
194 TestResult tr = doExec(env, javaCmd, "@argFile1", "--disable-@files", "@argFile2"); in killSwitch() local
202 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
208 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
215 verifyUserArgs(Collections.emptyList(), tr, 3); in killSwitch() local
241 TestResult tr = doExec(env, javaCmd, in userApplication() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/launcher/
H A DSourceMode.java146 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleJavaAtFile() local
161 TestResult tr = doExec(javaCmd, "@" + atFile); in testSimpleAtFile() local
191 TestResult tr = doExec(javaCmd, "-cp", classes.toString(), in testClasspath() local
245 TestResult tr = in testClassNamedJava() local
258 TestResult tr = doExec(javaCmd, "--source"); in testSourceNoArg() local
276 TestResult tr = in testSourceJarConflict() local
315 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebang() local
341 TestResult tr = doExec(bad.toString()); in testTerminalOptionInShebangAtFile() local
365 TestResult tr = doExec(bad.toString()); in testMainClassInShebang() local
381 private void show(TestResult tr) { in show()
[all …]
H A DArgsFileTest.java75 private void verifyOptions(List<String> args, TestResult tr) { in verifyOptions()
91 private void verifyUserArgs(List<String> args, TestResult tr, int index) { in verifyUserArgs()
120 TestResult tr = doExec(env, javaCmd, "@argFile1", "@argFile2"); in expandAll() local
162 TestResult tr = doExec(env, javaCmd, "-cp", "@@arg", "-cp", "@", in escapeArg() local
176 verifyUserArgs(Collections.emptyList(), tr, options.size()); in escapeArg() local
194 TestResult tr = doExec(env, javaCmd, "@argFile1", "--disable-@files", "@argFile2"); in killSwitch() local
202 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
208 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
215 verifyUserArgs(Collections.emptyList(), tr, 3); in killSwitch() local
241 TestResult tr = doExec(env, javaCmd, in userApplication() local
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/
H A DConstraintPropagationSuite.scala53 val tr = LocalRelation('a.int, 'b.string, 'c.int) constant
77 val tr = LocalRelation('a.int, 'b.string, 'c.int) constant
94 val tr = LocalRelation('a.int, 'b.int, 'c.int) constant
121 val tr = LocalRelation('a.int, 'b.string, 'c.int) constant
261 val tr = LocalRelation('a.int, 'b.int, 'c.int) constant
274 val tr = LocalRelation('a.int, 'b.long, 'c.int, 'd.long, 'e.int) constant
290 val tr = LocalRelation('a.int, 'b.long, 'c.int, 'd.long, 'e.int) constant
366 val tr = LocalRelation('a.int, AttributeReference("b", IntegerType, nullable = false)(), constant
374 val tr = LocalRelation('a.int, 'b.string, 'c.int) constant
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/runroot/
H A Drunroot_remove.test.py28 tr = Test.AddTestRun() variable
34 tr = Test.AddTestRun() variable
40 tr = Test.AddTestRun() variable
46 tr = Test.AddTestRun("Test traffic_layout remove #1") variable
55 tr = Test.AddTestRun("Test traffic_layout remove #2") variable
64 tr = Test.AddTestRun("Test traffic_layout remove #3") variable
H A Drunroot_error.test.py28 tr = Test.AddTestRun() variable
34 tr = Test.AddTestRun("using existing runroot") variable
42 tr = Test.AddTestRun("create runroot inside runroot") variable
51 tr = Test.AddTestRun("remove invalid runroot") variable
56 tr = Test.AddTestRun("verify invalid runroot") variable
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/launcher/
H A DArgsFileTest.java71 private void verifyOptions(List<String> args, TestResult tr) { in verifyOptions()
87 private void verifyUserArgs(List<String> args, TestResult tr, int index) { in verifyUserArgs()
116 TestResult tr = doExec(env, javaCmd, "@argFile1", "@argFile2"); in expandAll() local
158 TestResult tr = doExec(env, javaCmd, "-cp", "@@arg", "-cp", "@", in escapeArg() local
172 verifyUserArgs(Collections.emptyList(), tr, options.size()); in escapeArg() local
190 TestResult tr = doExec(env, javaCmd, "@argFile1", "--disable-@files", "@argFile2"); in killSwitch() local
198 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
204 verifyUserArgs(Collections.emptyList(), tr, 5); in killSwitch() local
211 verifyUserArgs(Collections.emptyList(), tr, 3); in killSwitch() local
237 TestResult tr = doExec(env, javaCmd, in userApplication() local
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dtest-runner.cpp72 TestRunner1 tr; variable
83 TestRunner1 tr; variable
92 TestRunner2 tr; variable
122 TestRunner3 tr; variable
135 TestRunner1 tr; variable
149 TestRunner1 tr; variable
162 TestRunner1 tr; variable
187 TestRunner1 tr; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/
H A DLog.java119 Throwable tr = getThrowableToLog(args); in v() local
122 android.util.Log.v(normalizeTag(tag), message, tr); in v() local
144 Throwable tr = getThrowableToLog(args); in d() local
147 android.util.Log.d(normalizeTag(tag), message, tr); in d() local
164 Throwable tr = getThrowableToLog(args); in i() local
167 android.util.Log.i(normalizeTag(tag), message, tr); in i() local
184 Throwable tr = getThrowableToLog(args); in w() local
187 android.util.Log.w(normalizeTag(tag), message, tr); in w() local
204 Throwable tr = getThrowableToLog(args); in e() local
228 Throwable tr = getThrowableToLog(args); in wtf() local
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/
H A DLog.java119 Throwable tr = getThrowableToLog(args); in v() local
122 android.util.Log.v(normalizeTag(tag), message, tr); in v() local
144 Throwable tr = getThrowableToLog(args); in d() local
147 android.util.Log.d(normalizeTag(tag), message, tr); in d() local
164 Throwable tr = getThrowableToLog(args); in i() local
167 android.util.Log.i(normalizeTag(tag), message, tr); in i() local
184 Throwable tr = getThrowableToLog(args); in w() local
187 android.util.Log.w(normalizeTag(tag), message, tr); in w() local
204 Throwable tr = getThrowableToLog(args); in e() local
228 Throwable tr = getThrowableToLog(args); in wtf() local
[all …]

12345678910>>...557