Home
last modified time | relevance | path

Searched defs:args1 (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/ddlcleanup/
H A Dddlcleanuputil.cpp89 logging::Message::Args args1; in ddl_cleanup() local
102 logging::Message::Args args1; in ddl_cleanup() local
122 logging::Message::Args args1; in ddl_cleanup() local
132 logging::Message::Args args1; in ddl_cleanup() local
161 logging::Message::Args args1; in ddl_cleanup() local
171 logging::Message::Args args1; in ddl_cleanup() local
191 logging::Message::Args args1; in ddl_cleanup() local
223 logging::Message::Args args1; in ddl_cleanup() local
231 logging::Message::Args args1; in ddl_cleanup() local
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/ddlcleanup/
H A Dddlcleanuputil.cpp89 logging::Message::Args args1; in ddl_cleanup() local
102 logging::Message::Args args1; in ddl_cleanup() local
122 logging::Message::Args args1; in ddl_cleanup() local
132 logging::Message::Args args1; in ddl_cleanup() local
161 logging::Message::Args args1; in ddl_cleanup() local
171 logging::Message::Args args1; in ddl_cleanup() local
191 logging::Message::Args args1; in ddl_cleanup() local
223 logging::Message::Args args1; in ddl_cleanup() local
231 logging::Message::Args args1; in ddl_cleanup() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/key/
H A DTestKeyShell.java112 final String[] args1 = {"create", keyName, "-provider", jceksProvider}; in testKeySuccessfulKeyLifecycle() local
143 final String[] args1 = {"create", "key1", "-provider", jceksProvider, in testKeySuccessfulCreationWithDescription() local
160 final String[] args1 = {"create", "key1", "-size", "56", "-provider", in testInvalidKeySize() local
173 final String[] args1 = {"create", "key1", "-cipher", "LJM", "-provider", in testInvalidCipher() local
186 final String[] args1 = {"create", "key1", "-cipher", "AES", "-provider", in testInvalidProvider() local
200 final String[] args1 = {"create", "key1", "-cipher", "AES", "-provider", in testTransientProviderWarning() local
214 final String[] args1 = {"create", "key1"}; in testTransientProviderOnlyConfig() local
230 final String[] args1 = {"create", keyName, "-cipher", "AES/CBC/pkcs5Padding", in testFullCipher() local
251 final String[] args1 = {"create", "keyattr1", "-provider", jceksProvider, in testAttributes() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/alias/
H A DTestCredShell.java57 String[] args1 = {"create", "credential1", "-value", "p@ssw0rd", "-provider", in testCredentialSuccessfulLifecycle() local
92 String[] args1 = {"create", "credential1", "-value", "p@ssw0rd", "-provider", in testInvalidProvider() local
106 String[] args1 = {"create", "credential1", "-value", "p@ssw0rd", "-provider", in testTransientProviderWarning() local
126 String[] args1 = {"create", "credential1"}; in testTransientProviderOnlyConfig() local
141 String[] args1 = {"create", "credential1", "-provider", in testPromptForCredentialWithEmptyPasswd() local
157 String[] args1 = {"create", "credential1", "-provider", in testPromptForCredential() local
/dports/devel/ccache-static/ccache-3.7.12/unittest/
H A Dtest_args.c84 struct args *args1 = args_init_from_string("foo"); in TEST() local
102 struct args *args1 = args_init_from_string("first"); in TEST() local
138 struct args *args1 = args_init_from_string("first second third"); in TEST() local
146 struct args *args1 = args_init_from_string("second third"); in TEST() local
154 struct args *args1 = args_init_from_string("first xsecond third xfourth"); in TEST() local
/dports/devel/ccache/ccache-3.7.12/unittest/
H A Dtest_args.c84 struct args *args1 = args_init_from_string("foo"); in TEST() local
102 struct args *args1 = args_init_from_string("first"); in TEST() local
138 struct args *args1 = args_init_from_string("first second third"); in TEST() local
146 struct args *args1 = args_init_from_string("second third"); in TEST() local
154 struct args *args1 = args_init_from_string("first xsecond third xfourth"); in TEST() local
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/unittest/
H A Dtest_args.c88 struct args *args1 = args_init_from_string("foo"); in TEST() local
106 struct args *args1 = args_init_from_string("first"); in TEST() local
142 struct args *args1 = args_init_from_string("first second third"); in TEST() local
150 struct args *args1 = args_init_from_string("second third"); in TEST() local
158 struct args *args1 = args_init_from_string("first xsecond third xfourth"); in TEST() local
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/unittest/
H A Dtest_args.c88 struct args *args1 = args_init_from_string("foo"); in TEST() local
106 struct args *args1 = args_init_from_string("first"); in TEST() local
142 struct args *args1 = args_init_from_string("first second third"); in TEST() local
150 struct args *args1 = args_init_from_string("second third"); in TEST() local
158 struct args *args1 = args_init_from_string("first xsecond third xfourth"); in TEST() local
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/testsuite/
H A Dsimd_mix_tests.cpp20 aligned_array<float_type, size> sseval, mpval, generic, args0, args1; in test_mix() local
46 aligned_array<float_type, size> sseval, mpval, generic, args0, args1; in test_mix_ramp() local
73 aligned_array<float_type, size> sseval, mpval, generic, args0, args1; in test_sum() local
90 aligned_array<float_type, size> sseval, mpval, generic, args0, args1, args2; in test_sum3() local
108 aligned_array<float_type, size> sseval, mpval, generic, args0, args1, args2, args3; in test_sum4() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/bqsr/
H A DBothStepsOfBQSRIntegrationTest.java29 final ArgumentsBuilder args1 = new ArgumentsBuilder(); in testIndelRemoval() local
39 final ArgumentsBuilder args1 = new ArgumentsBuilder(); in applyBQSR() local
51 final ArgumentsBuilder args1 = new ArgumentsBuilder(); in baseRecalibrator() local
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/system/test/
H A DArgsParser.cpp14 char* args1[] = { "" }; variable
26 char* args1[] = { "", "-p", "5.3" }; variable
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Derrmsg.c201 static void PrtMsg( int severity, int msgnum, va_list args1, va_list args2 ) in PrtMsg()
236 va_list args1, args2; in PrintNote() local
249 va_list args1, args2; in EmitErr() local
276 va_list args1, args2; in EmitWarn() local
311 va_list args1, args2; in Fatal() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DArraysSubstitutionsTest.java53 Object[] args1 = new Object[N]; in testEqualsBoolean() local
83 Object[] args1 = new Object[N]; in testEqualsByte() local
114 Object[] args1 = new Object[N]; in testEqualsChar() local
145 Object[] args1 = new Object[N]; in testEqualsShort() local
176 Object[] args1 = new Object[N]; in testEqualsInt() local
207 Object[] args1 = new Object[N]; in testEqualsLong() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DArraysSubstitutionsTest.java53 Object[] args1 = new Object[N]; in testEqualsBoolean() local
83 Object[] args1 = new Object[N]; in testEqualsByte() local
114 Object[] args1 = new Object[N]; in testEqualsChar() local
145 Object[] args1 = new Object[N]; in testEqualsShort() local
176 Object[] args1 = new Object[N]; in testEqualsInt() local
207 Object[] args1 = new Object[N]; in testEqualsLong() local
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_gui/batch/
H A DPRoot.py254 def canvas_xscroll(self, *args1):
257 def canvas_yscroll(self, *args1):
260 def canvas_xview(self, *args1):
263 def canvas_yview(self, *args1):
398 def create_text(self, *args1, **args2):
403 def create_oval(self, *args1, **args2):
408 def create_rectangle(self, *args1, **args2):
411 def create_line(self, *args1, **args2):
414 def create_polygon(self, *args1, **args2):
425 def create_styledText(self, *args1, **args2):
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/properties/
H A DClient.java47 … String[] args1 = new String[]{"--Ice.Config=config/config.1, config/config.2, config/config.3"}; in run() local
57 String[] args1 = new String[]{"--Ice.Config=config/escapes.cfg"}; in run() local
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/properties/
H A DClient.java47 … String[] args1 = new String[]{"--Ice.Config=config/config.1, config/config.2, config/config.3"}; in run() local
57 String[] args1 = new String[]{"--Ice.Config=config/escapes.cfg"}; in run() local
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/properties/
H A DClient.java47 … String[] args1 = new String[]{"--Ice.Config=config/config.1, config/config.2, config/config.3"}; in run() local
57 String[] args1 = new String[]{"--Ice.Config=config/escapes.cfg"}; in run() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/tools/src/test/java/org/apache/arrow/tools/
H A DTestIntegration.java135 String[] args1 = {"-arrow", testInFile.getAbsolutePath(), "-json", testJSONFile in testValid() local
167 String[] args1 = {"-arrow", testOutFile.getAbsolutePath(), "-json", testJSONFile in testJSONRoundTripWithVariableWidth() local
201 String[] args1 = {"-arrow", testOutFile.getAbsolutePath(), "-json", testJSONFile in testJSONRoundTripWithStruct() local
245 String[] args1 = {"-arrow", testValidInFile.getAbsolutePath(), "-json", testJSONFile in testFloat() local
271 String[] args1 = {"-arrow", testValidInFile.getAbsolutePath(), "-json", testJSONFile in testInvalid() local
/dports/databases/arrow/apache-arrow-6.0.1/java/tools/src/test/java/org/apache/arrow/tools/
H A DTestIntegration.java135 String[] args1 = {"-arrow", testInFile.getAbsolutePath(), "-json", testJSONFile in testValid() local
167 String[] args1 = {"-arrow", testOutFile.getAbsolutePath(), "-json", testJSONFile in testJSONRoundTripWithVariableWidth() local
201 String[] args1 = {"-arrow", testOutFile.getAbsolutePath(), "-json", testJSONFile in testJSONRoundTripWithStruct() local
245 String[] args1 = {"-arrow", testValidInFile.getAbsolutePath(), "-json", testJSONFile in testFloat() local
271 String[] args1 = {"-arrow", testValidInFile.getAbsolutePath(), "-json", testJSONFile in testInvalid() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/tools/src/test/java/org/apache/arrow/tools/
H A DTestIntegration.java135 String[] args1 = {"-arrow", testInFile.getAbsolutePath(), "-json", testJSONFile in testValid() local
167 String[] args1 = {"-arrow", testOutFile.getAbsolutePath(), "-json", testJSONFile in testJSONRoundTripWithVariableWidth() local
201 String[] args1 = {"-arrow", testOutFile.getAbsolutePath(), "-json", testJSONFile in testJSONRoundTripWithStruct() local
245 String[] args1 = {"-arrow", testValidInFile.getAbsolutePath(), "-json", testJSONFile in testFloat() local
271 String[] args1 = {"-arrow", testValidInFile.getAbsolutePath(), "-json", testJSONFile in testInvalid() local
/dports/lang/ghc/ghc-8.10.7/compiler/main/SysTools/
H A DTasks.hs56 args1 = map Option (getOpts dflags opt_P) function
73 args1 = map Option userOpts function
155 args1 = map Option (getOpts dflags opt_l) function
164 args1 = map Option (getOpts dflags opt_a) function
173 args1 = map Option (getOpts dflags opt_lo) function
182 args1 = map Option (getOpts dflags opt_lc) function
194 args1 = map Option (getOpts dflags opt_a) function
384 let args1 = map Option (getOpts dflags opt_l) function
420 args1 = args0 ++ args function
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java45 String[] args1 = {"-a", "--Arg=2"}; in allTests() local
46 test(java.util.Arrays.equals(service1.getArgs(), args1)); in allTests() local
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java48 String[] args1 = {"-a", "--Arg=2"}; in allTests() local
49 test(java.util.Arrays.equals(service1.getArgs(), args1)); in allTests() local
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java45 String[] args1 = {"-a", "--Arg=2"}; in allTests() local
46 test(java.util.Arrays.equals(service1.getArgs(), args1)); in allTests() local

12345678910>>...29