Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/androidfw/
DInputTransport.cpp440 Batch& batch = mBatches.editItemAt(batchIndex); in consume() local
441 if (canAddSample(batch, &mMsg)) { in consume()
442 batch.samples.push(mMsg); in consume()
453 batch, batch.samples.size(), outSeq, outEvent); in consume()
471 Batch& batch = mBatches.editTop(); in consume() local
472 batch.samples.push(mMsg); in consume()
507 Batch& batch = mBatches.editItemAt(i); in consumeBatch() local
509 result = consumeSamples(factory, batch, batch.samples.size(), in consumeBatch()
516 ssize_t split = findSampleNoLaterThan(batch, sampleTime); in consumeBatch()
521 result = consumeSamples(factory, batch, split + 1, outSeq, outEvent); in consumeBatch()
[all …]
/frameworks/base/include/androidfw/
DInputTransport.h416 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
431 static bool canAddSample(const Batch& batch, const InputMessage* msg);
432 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg52 config.environment['DEBUGGER_ARGS'] = '-q -batch -n --args ' \
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd938 "batch mode", by creating an {@link java.util.ArrayList} of
944 state. A batch modification also facilitates inserting a raw contact and its detail data at
955 A batch modification containing a large number of operations can block other processes,
977 atomic operation is the entire batch of operations. If you do use yield points, you prevent
1015 the batch operations are applied, the result of each operation is stored in an
1035 The following snippets show how to insert a new raw contact and data in batch. They
1068 * Prepares the batch operation for inserting a new raw contact and its data. Even if
1137 * by the first operation in the batch.
1157 * by the first operation in the batch.
1170 * Demonstrates a yield point. At the end of this insert, the batch operation's thread
[all …]
Dcontent-provider-basics.jd936 <a href="#Batch">Batch access</a>: You can create a batch of access calls with methods in
963 To access a provider in "batch mode",
975 includes a code snippet that demonstrates batch insertion. The
977 sample application contains an example of batch access in its <code>ContactAdder.java</code>
/frameworks/base/docs/html/guide/google/play/billing/
Dbilling_admin.jd97 Products UI (see figure 3), or you can add a batch of items by importing the items from a
195 <h3 id="billing-bulk-add">Adding a batch of items to a product list</h3>
197 <p>To add a batch of items to a product list using a CSV file, you first need to create your CSV
Dbilling_subscriptions.jd846 servers would run a batch query each day to check the status of
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd329 additional ways. The platform provides motion events to applications as a batch,
330 and applications can query the details of the movements included in the batch,
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd527 <li>For batch contextual actions on groups of items in a {@link
635 <h4 id="CABforListView">Enabling batch contextual actions in a ListView or GridView</h4>
639 allow users to perform batch actions, you should:</p>
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd122 <p>That means you should batch your transfers by queuing delay tolerant transfers, and preempting s…