Searched refs:batch (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DVisClientStateModel.java526 * Executes the batch goal in the multitask thread, suspends until
528 * @return The results of the batch goal
530 public List executeMultitaskBatchGoal(BatchGoal batch) throws IOException, EclipseException { argument
533 DebuggingSupport.logMessage(this, "multitask batch goal posted");
535 result = batch.execute(eclipse);
537 DebuggingSupport.logMessage(this, "multitask batch goal complete");
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A DCA.sh132 $CA -create_serial -out ${CATOP}/$CACERT $CADAYS -batch \
H A Dca.c175 " -batch - Don't ask questions\n",
202 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
208 char *startdate, char *enddate, long days, int batch,
221 int email_dn, char *startdate, char *enddate, long days, int batch,
292 int batch=0; local
440 else if (strcmp(*argv,"-batch") == 0)
441 batch=1;
1190 batch = 1;
1198 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch,
1218 serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch,
1555 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1623 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1677 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
[all...]
H A Dreq.c154 static int batch=0; variable
313 else if (strcmp(*argv,"-batch") == 0)
314 batch=1;
429 BIO_printf(bio_err," -batch do not ask anything during request generation\n");
1204 if(!batch)
1295 if ((attr_sk != NULL) && (sk_CONF_VALUE_num(attr_sk) > 0) && (!batch))
1437 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1448 if (!batch)
1496 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1507 if (!batch)
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dnetware.bat2 rem batch file to build multi-thread test ( mttest.nlm )
/barrelfish-master/lib/openssl-1.0.0d/Netware/
H A Dcpy_tests.bat5 rem This batch file will create an "opensssl" directory at the root of the
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembsumcxx.tex323 Cut all choicepoints created by the batch of goals whose execution
H A Dembsumc.tex410 Cut all choicepoints created by the batch of goals whose execution
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextpropia.tex278 If we assume a production batch of {\em 9} units, then the number of
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dknowbase-sec.tex264 If groups of clauses are to be added then the batch insertion predicates
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex120 We first review the overall application structure\index{application structure} found in systems developed at Parc Technologies (at least those using ECLiPSe for part of their development). We distinguish between two application types, one a full application with user-interface, database, reporting, etc, and the other a much smaller system, typically reading data from and to files and performing a single, batch type operation.
166 The NDI-Mapper\index{NDI mapper} in RiskWise is an example of the second application type (see figure~\ref{batchtypeapplication}). The application reads some data files (defined in a clear specification), performs some operation on the data and produces results in another set of data files. The top-level query typically just states where the data should be found and where the results should be written to. This batch command \index{batch processing}then internally calls more detailed routines to load data, etc.
205 At this point it is also a good idea to write some dummy batch tests which create the proper interface structures to test the queries. These dummy tests must satisfy the constraints on the data, but do not need to contain useful data. They will be used to exercise the interface and the data constraint checks for coverage with consistent data while integration testing is not yet possible.
/barrelfish-master/doc/014-bulk-transfer/
H A Dbulk-transfer.tex250 \item Ability to batch the notifications.

Completed in 121 milliseconds