Home
last modified time | relevance | path

Searched refs:Batch (Results 1 – 24 of 24) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.h39 class Batch {
41 Batch(CpuScriptGroup2Impl* group, const char* name);
42 ~Batch();
76 List<Batch*> mBatches;
DrsCpuScriptGroup2.cpp92 Batch::Batch(CpuScriptGroup2Impl* group, const char* name) : in Batch() function in android::renderscript::Batch
97 Batch::~Batch() { in ~Batch()
104 bool Batch::conflict(CPUClosure* cpuClosure) const { in conflict()
165 Batch* batch = new Batch(this, "Batch0"); in CpuScriptGroup2Impl()
184 batch = new Batch(this, ss.str().c_str()); in CpuScriptGroup2Impl()
196 for (Batch* batch : mBatches) { in CpuScriptGroup2Impl()
204 void Batch::resolveFuncPtr(void* sharedObj) { in resolveFuncPtr()
214 for (Batch* batch : mBatches) { in ~CpuScriptGroup2Impl()
520 void Batch::setGlobalsForBatch() { in setGlobalsForBatch()
564 void Batch::run() { in run()
/frameworks/native/include/input/
DInputTransport.h358 struct Batch { struct
361 Vector<Batch> mBatches; argument
429 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
444 static bool canAddSample(const Batch& batch, const InputMessage* msg);
445 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);
/frameworks/base/libs/hwui/
DDeferredDisplayList.h44 class Batch; variable
158 std::vector<Batch*> mBatches;
161 Batch* mBatchLookup[kOpBatch_Count];
DDeferredDisplayList.cpp55 class Batch { class
58 virtual ~Batch() {} in ~Batch()
63 class DrawBatch : public Batch {
290 class StateOpBatch : public Batch {
311 class RestoreToCountBatch : public Batch {
337 class BarrierDebugBatch : public Batch {
633 static void replayBatchList(const std::vector<Batch*>& batchList, in replayBatchList()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java363 final class Batch { class in AlarmManagerService
370 Batch() { in Batch() method in AlarmManagerService.Batch
376 Batch(Alarm seed) { in Batch() method in AlarmManagerService.Batch
605 static class BatchTimeOrder implements Comparator<Batch> {
606 public int compare(Batch b1, Batch b2) { in compare()
685 final ArrayList<Batch> mAlarmBatches = new ArrayList<>();
723 static boolean addBatchLocked(ArrayList<Batch> list, Batch newBatch) { in addBatchLocked()
736 Batch b = mAlarmBatches.get(i); in attemptCoalesceLocked()
752 ArrayList<Batch> oldSet = (ArrayList<Batch>) mAlarmBatches.clone(); in rebatchAllAlarmsLocked()
758 Batch batch = oldSet.get(batchNum); in rebatchAllAlarmsLocked()
[all …]
/frameworks/native/libs/input/
DInputTransport.cpp453 Batch& batch = mBatches.editItemAt(batchIndex); in consume()
484 Batch& batch = mBatches.editTop(); in consume()
521 Batch& batch = mBatches.editItemAt(i); in consumeBatch()
556 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples()
881 const Batch& batch = mBatches.itemAt(i); in findBatch()
954 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample()
970 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
/frameworks/base/docs/html/training/performance/battery/network/
Daction-app-traffic.jd11 <li><a href="#batch-schedule">Batch and Schedule Network Requests</a>
33 <h2 id="batch-schedule">Batch and Schedule Network Requests</h2>
Danalyze-data.jd183 Batch and Schedule Network Requests</a> - Defer your app's network requests so they can be
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd19 <li><a href="#BatchTransfers">Batch transfers and connections</a></li>
90 …d be bundled, as described in the next section, <a href="#BatchTransfers">Batch Transfers and Conn…
112 <h2 id="BatchTransfers">Batch Transfers and Connections</h2>
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">Batch access</a>
922 <a href="#Batch">Batch access</a>: You can create a batch of access calls with methods in
939 Batch access and modification via intents are described in the following sections.
941 <h3 id="Batch">Batch access</h3>
943 Batch access to a provider is useful for inserting a large number of rows, or for inserting
Dcontacts-provider.jd804 Batch modification.
935 <h3 id="Transactions">Batch modification</h3>
1213 Batch operations also allow you to implement <strong>optimistic concurrency control</strong>,
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">Пакетный доступ</a>
920 …<a href="#Batch">Пакетный доступ:</a> можно создать пакет вызовов доступа с использованием методов…
939 <h3 id="Batch">Пакетный доступ</h3>
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">批次存取</a>
920 …<a href="#Batch">批次存取</a>:您可以使用 {@link android.content.ContentProviderOperation} 類別中的方法建立批次存取權呼叫,然…
939 <h3 id="Batch">批次存取</h3>
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">일괄 액세스</a>
920 <a href="#Batch">일괄 액세스</a>: {@link android.content.ContentProviderOperation}
939 <h3 id="Batch">일괄 액세스</h3>
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd126 <li>Batch actions such as archive, delete, and label on Gmail messages</li>
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">批量访问</a>
920 <a href="#Batch">批量访问</a>:您可以通过
939 <h3 id="Batch">批量访问</h3>
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">バッチアクセス</a>
920 …<a href="#Batch">バッチアクセス</a>: {@link android.content.ContentProviderOperation} クラスのメソッドを使用したアクセス呼び…
939 <h3 id="Batch">バッチアクセス</h3>
/frameworks/base/docs/html/training/tv/tif/
Dchannel.jd148 <h3 id="batch">Batch Loading Channel Data</h3>
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">Akses batch</a>
920 …<a href="#Batch">Akses batch</a>: Anda bisa membuat sebuah batch panggilan akses dengan metode-met…
939 <h3 id="Batch">Akses batch</h3>
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">Acesso em lote</a>
920 … <a href="#Batch">Acesso em lote</a>: É possível criar um lote de chamadas de acesso com métodos na
939 <h3 id="Batch">Acesso em lote</h3>
/frameworks/base/docs/html/google/play/billing/
Dbilling_admin.jd92 <p class="note"><strong>Note:</strong> Batch upload of product lists containing
200 <p class="note"><strong>Note:</strong> Batch upload of product lists containing
/frameworks/base/docs/html/training/testing/
Dperformance.jd679 performance. If the average frame rate for the pre-change Batch is larger than the
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Dcontent-provider-basics.jd60 <a href="#Batch">Truy cập hàng loạt</a>
920 …<a href="#Batch">Truy cập hàng loạt</a>: Bạn có thể tạo một loạt lệnh gọi truy cập bằng các phương…
939 <h3 id="Batch">Truy cập hàng loạt</h3>