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

12

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSimpleBatchNode.java43 for (Batch batch : batches.values()) {
44 batch.geometry.setTransformRefresh();
53 public void batch() { method in class:SimpleBatchNode
H A DBatchNode.java57 * usage is like any other node except you have to call the {@link #batch()} method once all geoms have been attached to the sub scene graph and theire material set
62 * Sub geoms can be added after the batch() method has been called but won't be batched and will be rendered as normal geometries.
63 * To integrate them in the batch you have to call the batch() method again on the batchNode.
66 * TODO more automagic (batch when needed in the updateLigicalState)
120 for (Batch batch : batches.values()) {
121 if (batch.needMeshUpdate) {
122 batch.geometry.getMesh().updateBound();
123 batch.geometry.updateWorldBound();
124 batch
174 public void batch() { method in class:BatchNode
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNode.java33 BatchNode batch; field in class:TestBatchNode
38 batch = new BatchNode("theBatchNode");
65 batch.attachChild(cube);
66 batch.attachChild(cube2);
67 // batch.setMaterial(mat);
68 batch.batch();
69 rootNode.attachChild(batch);
93 batch.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z));
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java12 private ArrayList<String> batch; field in class:JDBCStatement
18 this.batch = null;
177 if (batch == null) {
178 batch = new ArrayList<String>(1);
180 batch.add(sql);
184 if (batch == null) {
187 int[] ret = new int[batch.size()];
194 execute((String) batch.get(i));
201 throw new BatchUpdateException("batch failed", ret);
207 if (batch !
[all...]
H A DJDBCPreparedStatement.java27 private ArrayList<BatchArg> batch; field in class:JDBCPreparedStatement
35 this.batch = null;
386 if (batch == null) {
387 batch = new ArrayList<BatchArg>(args.length);
390 batch.add(new BatchArg(args[i], blobs[i]));
395 if (batch == null) {
398 int[] ret = new int[batch.size() / args.length];
406 BatchArg b = (BatchArg) batch.get(index++);
418 throw new BatchUpdateException("batch failed", ret);
424 if (batch !
[all...]
/external/openssh/regress/
H A Dputty-transfer.sh22 env HOME=$PWD ${PLINK} -load compression_$c -batch \
34 -batch -i putty.rsa$p 127.0.0.1 \
H A Dputty-kex.sh20 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 \
H A Dputty-ciphers.sh21 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
H A Dsftp.sh9 SFTPCMDFILE=${OBJ}/batch
H A Dssh-com-sftp.sh8 SFTPCMDFILE=${OBJ}/batch
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
H A Dcrashmon63 gdb -ex "thread apply all bt" --batch "${fullprogrampath}" "${coredump}" 2>&1 \
/external/grub/util/
H A Dgrub-md5-crypt91 $grub_shell --batch --device-map=/dev/null <<EOF \
H A Dgrub-md5-crypt.in91 $grub_shell --batch --device-map=/dev/null <<EOF \
H A Dgrub-install.in339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
454 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
H A Dgrub-image131 cat <<EOF | $grub_shell --batch --device-map=/dev/null
H A Dgrub-image.in131 cat <<EOF | $grub_shell --batch --device-map=/dev/null
/external/iproute2/ip/
H A Dip.c43 " ip [ -force ] -batch filename\n"
98 static int batch(const char *name) function
211 } else if (matches(opt, "-batch") == 0) {
244 return batch(batch_file);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py194 batch_tests_run = get_tests_run(['--batch-size', '2'])
195 for batch in batch_tests_run:
196 self.assertTrue(len(batch) <= 2, '%s had too many tests' % ', '.join(batch))
328 for batch in batch_tests_run:
329 self.assertEquals(len(batch), 1, '%s had too many tests' % ', '.join(batch))
/external/kernel-headers/original/linux/
H A Drcupdate.h65 long cur; /* Current batch number. */
66 long completed; /* Number of the last completed batch */
67 int next_pending; /* Is the next batch already waiting? */
71 /* for current batch to proceed. */
74 /* Is batch a before batch b ? */
80 /* Is batch a after batch b ? */
89 * curlist - current batch for which quiescent cycle started if any
97 /* 2) batch handlin
98 long batch; /* Batch # for current RCU batch */ member in struct:rcu_data
[all...]
/external/iproute2/tc/
H A Dtc.c215 " tc [-force] -batch filename\n"
249 static int batch(const char *name) function
325 } else if (matches(argv[1], "-batch") == 0) {
339 return batch(batchfile);
/external/chromium/net/tools/testserver/
H A Dchromiumsync.py467 next query. Entries is the batch of entries meeting the current
469 left on the server after this batch.
480 batch = new_changes[:self._BATCH_SIZE]
481 if not batch:
485 # Restrict batch to requested types. Tombstones are untyped
487 filtered = [DeepCopyOfProto(item) for item in batch
491 # batch, even if that item was filtered out.
492 return (batch[-1].version, filtered, len(new_changes) - len(batch))
557 A commit batch sen
[all...]
/external/srec/srec/crec/
H A Dsrec.c79 altword_token* batch,
86 if (batch->costbasis == MAXcostdata / 2)
88 free_altword_token(rec, batch);
91 /* a flag to check whether we already pruned this batch would be nice */
94 awtokenp = &batch->next_token;
95 for (awtoken = batch->next_token; awtoken != AWTNULL; awtoken = next_awtoken)
98 if ((bigcostdata)batch->costbasis + awtoken->costdelta > costlimit)
109 if ((bigcostdata)(batch->costbasis) + batch->costdelta < costlimit)
113 else if (batch
78 reprune_altword_token_batch(srec* rec, altword_token* batch, bigcostdata costlimit) argument
[all...]
/external/openssl/apps/
H A DCA.sh132 $CA -create_serial -out ${CATOP}/$CACERT $CADAYS -batch \
H A Dca.c175 " -batch - Don't ask questions\n",
203 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
210 char *startdate, char *enddate, long days, int batch,
225 int email_dn, char *startdate, char *enddate, long days, int batch,
296 int batch=0; local
454 else if (strcmp(*argv,"-batch") == 0)
455 batch=1;
1205 batch = 1;
1214 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch,
1234 serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch,
1573 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, 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
1644 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, 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
1699 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, 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
322 else if (strcmp(*argv,"-batch") == 0)
323 batch=1;
438 BIO_printf(bio_err," -batch do not ask anything during request generation\n");
1217 if(!batch)
1308 if ((attr_sk != NULL) && (sk_CONF_VALUE_num(attr_sk) > 0) && (!batch))
1450 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1461 if (!batch)
1509 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1520 if (!batch)
[all...]

Completed in 430 milliseconds

12