Home
last modified time | relevance | path

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

1234

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/util/
H A Dparam.hpp190 PARAM_IN(bool, ID, DESC, ALIAS, false, false);
218 PARAM_IN(int, ID, DESC, ALIAS, DEF, false)
276 PARAM_IN(double, ID, DESC, ALIAS, DEF, false)
336 PARAM_IN(std::string, ID, DESC, ALIAS, DEF, false)
943 PARAM_IN(std::vector<T>, ID, DESC, ALIAS, std::vector<T>(), false)
1018 PARAM_IN(TUPLE_TYPE, ID, DESC, ALIAS, TUPLE_TYPE(), false)
1130 PARAM_IN(int, ID, DESC, ALIAS, 0, true)
1155 PARAM_IN(double, ID, DESC, ALIAS, 0.0, true)
1180 PARAM_IN(std::string, ID, DESC, ALIAS, "", true)
1226 #define PARAM_IN(T, ID, DESC, ALIAS, DEF, REQ) \ macro
[all …]
/dports/devel/openocd/openocd-0.11.0/src/flash/nand/
H A Darm_io.c167 init_reg_param(&reg_params[0], "r0", 32, PARAM_IN); in arm_nandwrite()
168 init_reg_param(&reg_params[1], "r1", 32, PARAM_IN); in arm_nandwrite()
169 init_reg_param(&reg_params[2], "r2", 32, PARAM_IN); in arm_nandwrite()
273 init_reg_param(&reg_params[0], "r0", 32, PARAM_IN); in arm_nandread()
274 init_reg_param(&reg_params[1], "r1", 32, PARAM_IN); in arm_nandread()
275 init_reg_param(&reg_params[2], "r2", 32, PARAM_IN); in arm_nandread()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/external/nanodbc/
H A Dnanodbc.h375 PARAM_IN //!< Binding an input parameter. enumerator
566 void bind(short param, const T* value, param_direction direction = PARAM_IN);
589 …oid bind(short param, const T* values, std::size_t elements, param_direction direction = PARAM_IN);
594 …const T* values, std::size_t elements, const T* null_sentry, param_direction direction = PARAM_IN);
599 …m, const T* values, std::size_t elements, const bool* nulls, param_direction direction = PARAM_IN);
629 , param_direction direction = PARAM_IN);
637 , param_direction direction = PARAM_IN)
655 , param_direction direction = PARAM_IN);
664 , param_direction direction = PARAM_IN)
683 , param_direction direction = PARAM_IN);
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/nanodbc/src/
H A Dnanodbc.h371 PARAM_IN //!< Binding an input parameter. enumerator
562 void bind(short param, const T* value, param_direction direction = PARAM_IN);
585 …oid bind(short param, const T* values, std::size_t elements, param_direction direction = PARAM_IN);
590 …const T* values, std::size_t elements, const T* null_sentry, param_direction direction = PARAM_IN);
595 …m, const T* values, std::size_t elements, const bool* nulls, param_direction direction = PARAM_IN);
625 , param_direction direction = PARAM_IN);
633 , param_direction direction = PARAM_IN)
651 , param_direction direction = PARAM_IN);
660 , param_direction direction = PARAM_IN)
679 , param_direction direction = PARAM_IN);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/org/omg/CORBA/
H A DParameterMode.java81 public static final ParameterMode PARAM_IN = new ParameterMode(_PARAM_IN); field in ParameterMode
102 new ParameterMode[] { PARAM_IN, PARAM_OUT, PARAM_INOUT };
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/org/omg/CORBA/
H A DParameterMode.java81 public static final ParameterMode PARAM_IN = new ParameterMode(_PARAM_IN); field in ParameterMode
102 new ParameterMode[] { PARAM_IN, PARAM_OUT, PARAM_INOUT };
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/org/omg/CORBA/
H A DParameterMode.java81 public static final ParameterMode PARAM_IN = new ParameterMode(_PARAM_IN); field in ParameterMode
102 new ParameterMode[] { PARAM_IN, PARAM_OUT, PARAM_INOUT };
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/org/omg/CORBA/
H A DParameterMode.java81 public static final ParameterMode PARAM_IN = new ParameterMode(_PARAM_IN); field in ParameterMode
102 new ParameterMode[] { PARAM_IN, PARAM_OUT, PARAM_INOUT };
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/org/omg/CORBA/
H A DParameterMode.java81 public static final ParameterMode PARAM_IN = new ParameterMode(_PARAM_IN); field in ParameterMode
102 new ParameterMode[] { PARAM_IN, PARAM_OUT, PARAM_INOUT };
/dports/java/sablevm-classpath/sablevm-classpath-1.13/org/omg/CORBA/
H A DParameterMode.java81 public static ParameterMode PARAM_IN = new ParameterMode(_PARAM_IN); field in ParameterMode
102 new ParameterMode[] { PARAM_IN, PARAM_OUT, PARAM_INOUT };
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/PortableInterceptor/
H A DCORBAX.idl35 * <li>PARAM_IN - Represents an "in" parameter.</li>
40 enum ParameterMode {PARAM_IN, PARAM_OUT, PARAM_INOUT};
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/PortableInterceptor/
H A DCORBAX.idl35 * <li>PARAM_IN - Represents an "in" parameter.</li>
40 enum ParameterMode {PARAM_IN, PARAM_OUT, PARAM_INOUT};
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dalgorithm.h23 PARAM_IN, enumerator
/dports/lang/gcc48/gcc-4.8.5/libjava/org/omg/CORBA/
H A DParameterMode.h40 static ::org::omg::CORBA::ParameterMode * PARAM_IN;
/dports/lang/gnat_util/gcc-6-20180516/libjava/org/omg/CORBA/
H A DParameterMode.h40 static ::org::omg::CORBA::ParameterMode * PARAM_IN;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/org/omg/CORBA/
H A DParameterMode.h40 static ::org::omg::CORBA::ParameterMode * PARAM_IN;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/org/omg/CORBA/
H A DParameterMode.h40 static ::org::omg::CORBA::ParameterMode * PARAM_IN;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/org/omg/CORBA/
H A DParameterMode.h40 static ::org::omg::CORBA::ParameterMode * PARAM_IN;
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DSchemaObject.java146 byte PARAM_IN = 1; // java.sql.ParameterMetaData.parameterModeIn field
H A DRoutine.java587 == SchemaObject.ParameterModes.PARAM_IN;
590 == SchemaObject.ParameterModes.PARAM_IN;
859 if (param.parameterMode == SchemaObject.ParameterModes.PARAM_IN) {
891 if (param.parameterMode != SchemaObject.ParameterModes.PARAM_IN) {
1185 == SchemaObject.ParameterModes.PARAM_IN) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DParameterMode.java42 …public static final com.sun.org.omg.CORBA.ParameterMode PARAM_IN = new com.sun.org.omg.CORBA.Param… field in ParameterMode
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DParameterMode.java42 …public static final com.sun.org.omg.CORBA.ParameterMode PARAM_IN = new com.sun.org.omg.CORBA.Param… field in ParameterMode
/dports/devel/openocd/openocd-0.11.0/src/flash/nor/
H A Daducm360.c263 init_reg_param(&reg_params[4], "r4", 32, PARAM_IN); /*RESULT */ in aducm360_write_block_sync()
386 init_reg_param(&reg_params[4], "r9", 32, PARAM_IN); /*RESULT */ in aducm360_write_block_async()
/dports/databases/tdbc/tdbcpostgres1.1.3/generic/
H A Dtdbcpostgres.c343 #define PARAM_IN 1<<1 /* Parameter is an input parameter */ macro
2285 sdata->params[i].flags = PARAM_IN; in StatementConstructor()
2375 switch (sdata->params[i].flags & (PARAM_IN | PARAM_OUT)) { in StatementParamsMethod()
2376 case PARAM_IN: in StatementParamsMethod()
2384 case PARAM_IN | PARAM_OUT: in StatementParamsMethod()
2445 { "in", PARAM_IN }, in StatementParamtypeMethod()
2447 { "inout", PARAM_IN | PARAM_OUT }, in StatementParamtypeMethod()
2475 direction = PARAM_IN; in StatementParamtypeMethod()
/dports/lang/tcl86/tcl8.6.12/pkgs/tdbcpostgres1.1.3/generic/
H A Dtdbcpostgres.c343 #define PARAM_IN 1<<1 /* Parameter is an input parameter */ macro
2285 sdata->params[i].flags = PARAM_IN; in StatementConstructor()
2375 switch (sdata->params[i].flags & (PARAM_IN | PARAM_OUT)) { in StatementParamsMethod()
2376 case PARAM_IN: in StatementParamsMethod()
2384 case PARAM_IN | PARAM_OUT: in StatementParamsMethod()
2445 { "in", PARAM_IN }, in StatementParamtypeMethod()
2447 { "inout", PARAM_IN | PARAM_OUT }, in StatementParamtypeMethod()
2475 direction = PARAM_IN; in StatementParamtypeMethod()

1234