/libcore/support/src/test/java/tests/resources/x509/ |
D | create.sh | 25 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch > /tmp/cert-rsa-r… 40 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 42 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 44 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 46 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 48 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 50 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 52 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 54 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… 56 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch | openssl x509 -e… [all …]
|
/libcore/ojluni/src/main/java/java/util/ |
D | Spliterators.java | 1261 private int batch; // batch size for splits field in Spliterators.AbstractSpliterator 1312 int n = batch + BATCH_UNIT; in trySplit() 1320 batch = j; in trySplit() 1384 private int batch; // batch size for splits field in Spliterators.AbstractIntSpliterator 1422 int n = batch + BATCH_UNIT; in trySplit() 1430 batch = j; in trySplit() 1494 private int batch; // batch size for splits field in Spliterators.AbstractLongSpliterator 1532 int n = batch + BATCH_UNIT; in trySplit() 1540 batch = j; in trySplit() 1604 private int batch; // batch size for splits field in Spliterators.AbstractDoubleSpliterator [all …]
|
D | LinkedList.java | 1181 int batch; // batch size for splits field in LinkedList.LLSpliterator 1210 int n = batch + BATCH_UNIT; in trySplit() 1219 batch = j; in trySplit()
|
/libcore/xml/src/main/java/com/android/org/kxml2/io/ |
D | KXmlSerializer.java | 63 int batch = BUFFER_LEN - mPos; in append() local 64 if (batch > length) { in append() 65 batch = length; in append() 67 str.getChars(i, i + batch, mText, mPos); in append() 68 i += batch; in append() 69 length -= batch; in append() 70 mPos += batch; in append()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | LinkedBlockingQueue.java | 833 int batch; // batch size for splits field in LinkedBlockingQueue.LBQSpliterator 846 int b = batch; in trySplit() 872 batch = i; in trySplit()
|
D | ConcurrentLinkedQueue.java | 819 int batch; // batch size for splits field in ConcurrentLinkedQueue.CLQSpliterator 828 int b = batch; in trySplit() 844 batch = i; in trySplit()
|
D | LinkedBlockingDeque.java | 1134 int batch; // batch size for splits field in LinkedBlockingDeque.LBDSpliterator 1147 int b = batch; in trySplit() 1174 batch = i; in trySplit()
|
D | LinkedTransferQueue.java | 1024 int batch; // batch size for splits field in LinkedTransferQueue.LTQSpliterator 1030 int b = batch; in trySplit() 1047 batch = i; in trySplit()
|
D | ConcurrentLinkedDeque.java | 1444 int batch; // batch size for splits field in ConcurrentLinkedDeque.CLDSpliterator 1453 int b = batch; in trySplit() 1471 batch = i; in trySplit()
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | LinkedBlockingQueue.java | 274 int batch; field in LinkedBlockingQueue.LBQSpliterator
|
D | LinkedBlockingDeque.java | 416 int batch; field in LinkedBlockingDeque.LBDSpliterator
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | LinkedList.java | 337 int batch; field in LinkedList.LLSpliterator
|
/libcore/luni/src/main/java/libcore/net/ |
D | mime.types | 34 application/batch-SMTP
|