Home
last modified time | relevance | path

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

123456

/dports/biology/jalview/jalview/src/jalview/ws/jws2/dm/
H A DAAConSettings.java79 List<ArgumentI> oldargs = new ArrayList<ArgumentI>(), in setService() local
81 oldargs.addAll(preset.getArguments()); in setService()
85 if (!oldargs.remove(newparg)) in setService()
90 if (oldargs.size() == 0 && newargs.size() == 0) in setService()
/dports/net/mpich2/mpich2-1.5/src/binding/cxx/
H A Dcxxtodecl121 $oldargs = $KnownRoutines{"$class-$routine"};
122 if ( ($oldargs =~ /Status/) && ! ($args =~ /Status/) ) {
128 print STDERR "First: $routine($oldargs)\n";
/dports/net/mpich/mpich-3.4.3/src/binding/cxx/
H A Dcxxtodecl126 $oldargs = $KnownRoutines{"$class-$routine"};
127 if ( ($oldargs =~ /Status/) && ! ($args =~ /Status/) ) {
133 print STDERR "First: $routine($oldargs)\n";
/dports/math/R-cran-robustbase/robustbase/inst/doc/
H A Destimating.functions.R314 oldargs <- as.list(start$call)[-1] functionVar
315 if (isTRUE(all.equal(args, oldargs))) return(start)
319 if (is.null(oldargs$method)) oldargs$method <- start$control$method
320 if (oldargs$method == 'MM') oldargs$method <- 'SM'
323 isTRUE(all.equal(oldargs[!names(oldargs) %in% c('method', 'cov')],
327 if (args$method != oldargs$method && rest.ok) {
329 oldsteps <- strsplit(oldargs$method, "")[[1]]
/dports/games/xonotic/Xonotic/source/qcsrc/lib/
H A Dself.qh49 #define SELFWRAP(T, R, oldargs, args, forward) \
50 .R oldargs T; \
51 noref .R oldargs __##T = T; \
53 R T##_self oldargs { ENGINE_EVENT(); return this.self##T forward; }
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dfixdeprecated.pl41 $oldargs = $3;
45 $argtest{$oldpat} .= ";$oldname $newname $oldargs $newargs";
49 $argtest{$oldpat} = "$oldname $newname $oldargs $newargs";
/dports/devel/R-cran-foreach/foreach/R/
H A Dforeach.R267 oldargs <- c('COMBINE', 'INIT', 'INORDER', 'MULTICOMBINE', 'MAXCOMBINE', vector
270 oldused <- argnames %in% oldargs
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/gfs2/
H A Dops_fstype.c1487 struct gfs2_args *oldargs = &sdp->sd_args; in gfs2_reconfigure() local
1495 oldargs->ar_commit = gt->gt_logd_secs; in gfs2_reconfigure()
1496 oldargs->ar_quota_quantum = gt->gt_quota_quantum; in gfs2_reconfigure()
1498 oldargs->ar_statfs_quantum = 0; in gfs2_reconfigure()
1500 oldargs->ar_statfs_quantum = gt->gt_statfs_quantum; in gfs2_reconfigure()
1503 if (strcmp(newargs->ar_lockproto, oldargs->ar_lockproto)) { in gfs2_reconfigure()
1511 if (strcmp(newargs->ar_hostdata, oldargs->ar_hostdata)) { in gfs2_reconfigure()
1515 if (newargs->ar_spectator != oldargs->ar_spectator) { in gfs2_reconfigure()
1519 if (newargs->ar_localflocks != oldargs->ar_localflocks) { in gfs2_reconfigure()
1523 if (newargs->ar_meta != oldargs->ar_meta) { in gfs2_reconfigure()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/gfs2/
H A Dops_fstype.c1487 struct gfs2_args *oldargs = &sdp->sd_args; in gfs2_reconfigure() local
1495 oldargs->ar_commit = gt->gt_logd_secs; in gfs2_reconfigure()
1496 oldargs->ar_quota_quantum = gt->gt_quota_quantum; in gfs2_reconfigure()
1498 oldargs->ar_statfs_quantum = 0; in gfs2_reconfigure()
1500 oldargs->ar_statfs_quantum = gt->gt_statfs_quantum; in gfs2_reconfigure()
1503 if (strcmp(newargs->ar_lockproto, oldargs->ar_lockproto)) { in gfs2_reconfigure()
1511 if (strcmp(newargs->ar_hostdata, oldargs->ar_hostdata)) { in gfs2_reconfigure()
1515 if (newargs->ar_spectator != oldargs->ar_spectator) { in gfs2_reconfigure()
1519 if (newargs->ar_localflocks != oldargs->ar_localflocks) { in gfs2_reconfigure()
1523 if (newargs->ar_meta != oldargs->ar_meta) { in gfs2_reconfigure()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/gfs2/
H A Dops_fstype.c1487 struct gfs2_args *oldargs = &sdp->sd_args; in gfs2_reconfigure() local
1495 oldargs->ar_commit = gt->gt_logd_secs; in gfs2_reconfigure()
1496 oldargs->ar_quota_quantum = gt->gt_quota_quantum; in gfs2_reconfigure()
1498 oldargs->ar_statfs_quantum = 0; in gfs2_reconfigure()
1500 oldargs->ar_statfs_quantum = gt->gt_statfs_quantum; in gfs2_reconfigure()
1503 if (strcmp(newargs->ar_lockproto, oldargs->ar_lockproto)) { in gfs2_reconfigure()
1511 if (strcmp(newargs->ar_hostdata, oldargs->ar_hostdata)) { in gfs2_reconfigure()
1515 if (newargs->ar_spectator != oldargs->ar_spectator) { in gfs2_reconfigure()
1519 if (newargs->ar_localflocks != oldargs->ar_localflocks) { in gfs2_reconfigure()
1523 if (newargs->ar_meta != oldargs->ar_meta) { in gfs2_reconfigure()
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/
H A D_dispatcher.c389 PyObject *oldargs = *pargs, *newargs; in find_named_args() local
391 Py_ssize_t pos_args = PyTuple_GET_SIZE(oldargs); in find_named_args()
438 PyObject *value = PyTuple_GET_ITEM(oldargs, func_args - 1 + i); in find_named_args()
447 PyObject *value = PyTuple_GET_ITEM(oldargs, i); in find_named_args()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cmd/cue/cmd/
H A Droot.go296 oldargs := []string{args[0]}
312 cmd.root.SetArgs(append(oldargs, args...))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DMethodExpression.java520 Expression oldargs[] = this.args; in checkValue() local
522 Expression call = new MethodExpression(where, null, implMethod, oldargs); in checkValue()
526 int nargs = oldargs.length; in checkValue()
530 newargs[i+1] = oldargs[i]; in checkValue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DMethodExpression.java520 Expression oldargs[] = this.args; in checkValue() local
522 Expression call = new MethodExpression(where, null, implMethod, oldargs); in checkValue()
526 int nargs = oldargs.length; in checkValue()
530 newargs[i+1] = oldargs[i]; in checkValue()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DMethodExpression.java520 Expression oldargs[] = this.args; in checkValue() local
522 Expression call = new MethodExpression(where, null, implMethod, oldargs); in checkValue()
526 int nargs = oldargs.length; in checkValue()
530 newargs[i+1] = oldargs[i]; in checkValue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DMethodExpression.java520 Expression oldargs[] = this.args; in checkValue() local
522 Expression call = new MethodExpression(where, null, implMethod, oldargs); in checkValue()
526 int nargs = oldargs.length; in checkValue()
530 newargs[i+1] = oldargs[i]; in checkValue()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DMethodExpression.java520 Expression oldargs[] = this.args; in checkValue() local
522 Expression call = new MethodExpression(where, null, implMethod, oldargs); in checkValue()
526 int nargs = oldargs.length; in checkValue()
530 newargs[i+1] = oldargs[i]; in checkValue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DMethodExpression.java520 Expression oldargs[] = this.args; in checkValue() local
522 Expression call = new MethodExpression(where, null, implMethod, oldargs); in checkValue()
526 int nargs = oldargs.length; in checkValue()
530 newargs[i+1] = oldargs[i]; in checkValue()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DMethodExpression.java520 Expression oldargs[] = this.args; in checkValue() local
522 Expression call = new MethodExpression(where, null, implMethod, oldargs); in checkValue()
526 int nargs = oldargs.length; in checkValue()
530 newargs[i+1] = oldargs[i]; in checkValue()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-decl.c763 tree newargs, oldargs; in match_builtin_function_types() local
773 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
777 while (oldargs || newargs) in match_builtin_function_types()
779 if (! oldargs in match_builtin_function_types()
781 || ! TREE_VALUE (oldargs) in match_builtin_function_types()
783 || TYPE_MODE (TREE_VALUE (oldargs)) in match_builtin_function_types()
787 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types()
842 tree newargs, oldargs; in validate_proto_after_old_defn() local
848 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn()
854 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-decl.c763 tree newargs, oldargs; in match_builtin_function_types() local
773 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
777 while (oldargs || newargs) in match_builtin_function_types()
779 if (! oldargs in match_builtin_function_types()
781 || ! TREE_VALUE (oldargs) in match_builtin_function_types()
783 || TYPE_MODE (TREE_VALUE (oldargs)) in match_builtin_function_types()
787 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types()
842 tree newargs, oldargs; in validate_proto_after_old_defn() local
848 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn()
854 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dc-decl.c992 tree newargs, oldargs; in match_builtin_function_types() local
1002 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
1006 while (oldargs || newargs) in match_builtin_function_types()
1008 if (!oldargs in match_builtin_function_types()
1010 || !TREE_VALUE (oldargs) in match_builtin_function_types()
1012 || TYPE_MODE (TREE_VALUE (oldargs)) in match_builtin_function_types()
1016 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types()
1071 tree newargs, oldargs; in validate_proto_after_old_defn() local
1076 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn()
1082 tree oldargtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs)); in validate_proto_after_old_defn()
[all …]
/dports/devel/p5-Glib/Glib-1.3293/
H A DGType.xs2036 SV ** oldargs; variable
2071 oldargs = & ST (0);
2079 PUSHs (oldargs[0]);
2081 PUSHs (oldargs[1]);
2082 PUSHs (oldargs[2]);
2084 PUSHs (oldargs[3+i]);
/dports/lang/gcc48/gcc-4.8.5/gcc/c/
H A Dc-decl.c1487 tree newargs, oldargs; in match_builtin_function_types() local
1497 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
1501 while (oldargs || newargs) in match_builtin_function_types()
1503 if (!oldargs in match_builtin_function_types()
1505 || !TREE_VALUE (oldargs) in match_builtin_function_types()
1507 || TYPE_MODE (TREE_VALUE (oldargs)) in match_builtin_function_types()
1511 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types()
1565 tree newargs, oldargs; in validate_proto_after_old_defn() local
1570 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn()
1576 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/c/
H A Dc-decl.c1487 tree newargs, oldargs; in match_builtin_function_types() local
1497 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
1501 while (oldargs || newargs) in match_builtin_function_types()
1503 if (!oldargs in match_builtin_function_types()
1505 || !TREE_VALUE (oldargs) in match_builtin_function_types()
1507 || TYPE_MODE (TREE_VALUE (oldargs)) in match_builtin_function_types()
1511 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types()
1565 tree newargs, oldargs; in validate_proto_after_old_defn() local
1570 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn()
1576 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn()
[all …]

123456