HomeSort by relevance Sort by last modified time
    Searched refs:batch (Results 1 - 25 of 40) sorted by null

1 2

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 61 * Instructs the executor to submit the next batch of results.
65 NamedTask[] batch = new NamedTask[0]; local
69 batch = nextTasks.toArray(batch);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);
74 for (NamedTask task : batch) {
  /system/core/fastboot/
genkey.sh 16 -batch -days 10000
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 12 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 != null)
    [all...]
JDBCPreparedStatement.java 27 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 != null)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 564 * Add info into a batch. The logic is
566 * 2) If there is no batch, create a batch and insert this transfer into batch,
567 * then run the batch
568 * 3) If there is existing batch and timestamp match, insert transfer into batch
569 * 4) If there is existing batch and timestamp does not match, create a new batch and
602 if (V) Log.v(TAG, "Service create new Batch " + newBatch.mI
702 BluetoothOppBatch batch = mBatchs.get(i); local
710 BluetoothOppBatch batch = mBatchs.get(i); local
755 BluetoothOppBatch batch = mBatchs.get(i); local
    [all...]
BluetoothOppTransfer.java 111 BluetoothOppBatch batch, BluetoothOppObexSession session) {
115 mBatch = batch;
123 public BluetoothOppTransfer(Context context, PowerManager powerManager, BluetoothOppBatch batch) {
124 this(context, powerManager, batch, null);
166 * RFCOMM connect fail is for outbound share only! Mark batch
167 * failed, and all shares in batch failed
203 " from batch " + mBatch.mId);
207 if (V) Log.v(TAG, "Batch " + mBatch.mId + " is done");
213 * Handle session completed status Set batch status to
218 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId)
    [all...]
  /external/grub/util/
grub-md5-crypt 91 $grub_shell --batch --device-map=/dev/null <<EOF \
grub-md5-crypt.in 91 $grub_shell --batch --device-map=/dev/null <<EOF \
grub-install.in 339 $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
grub-image 131 cat <<EOF | $grub_shell --batch --device-map=/dev/null
grub-image.in 131 cat <<EOF | $grub_shell --batch --device-map=/dev/null
grub-install 339 $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
mkbimage 386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
  /external/iproute2/ip/
ip.c 43 " ip [ -force ] -batch filename\n"
94 static int batch(const char *name) function
206 } else if (matches(opt, "-batch") == 0) {
237 return batch(batch_file);
  /external/kernel-headers/original/linux/
rcupdate.h 65 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
93 long quiescbatch; /* Batch # for grace period *
98 long batch; \/* Batch # for current RCU batch *\/ member in struct:rcu_data
    [all...]
  /external/iproute2/tc/
tc.c 215 " 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);
  /sdk/sdklauncher/
Android.mk 8 # Eventually it should simply replace the batch file.
  /external/srec/srec/crec/
srec.c 79 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->next_token != AWTNULL
    [all...]
  /external/openssl/apps/
CA.sh 132 $CA -create_serial -out ${CATOP}/$CACERT $CADAYS -batch \
ca.c 175 " -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,
    [all...]
req.c 154 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)
    [all...]
  /external/openssl/crypto/threads/
netware.bat 2 rem batch file to build multi-thread test ( mttest.nlm )
  /external/bison/djgpp/
djunpack.bat 6 Rem This batch file unpacks the Bison distribution while simultaneously
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 160 BATCH=
179 -b | --batch) BATCH=true ;;
476 [ $CNT -lt 6 -a -z "$BATCH" ] &&
480 if [ -z "$BATCH" ]; then
492 if [ -z "$BATCH" ]; then
553 if [ -z "$BATCH" ]; then
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 159 BATCH=
178 -b | --batch) BATCH=true ;;
475 [ $CNT -lt 6 -a -z "$BATCH" ] &&
479 if [ -z "$BATCH" ]; then
491 if [ -z "$BATCH" ]; then
552 if [ -z "$BATCH" ]; then

Completed in 611 milliseconds

1 2