HomeSort by relevance Sort by last modified time
    Searched defs:Batch (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 42 // Depth of the save stack at the beginning of batch playback at flush time
53 class Batch {
56 virtual ~Batch() {}
61 class DrawBatch : public Batch {
95 DEFER_LOGD("%d replaying DrawBatch %p, with %d ops (batch id %x, merge id %p)",
175 * Checks if a (mergeable) op can be merged into this batch
204 * Exploits the fact that if a op or batch is clipped on a side, its bounds will equal its
274 " clip flags %x (batch id %x, merge id %p)",
311 class StateOpBatch : public Batch {
313 // creates a single operation batch
    [all...]
  /frameworks/native/include/input/
InputTransport.h 287 * to determine whether a pending batch is available to be consumed.
334 /* Returns true if there is a pending batch.
356 struct Batch {
359 Vector<Batch> mBatches;
415 // a batch, we append a record here that associates the last sequence number in the
416 // batch with the previous one. When the finished signal is sent, we traverse the
417 // chain to individually finish all input messages that were part of the batch.
427 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent);
442 static bool canAddSample(const Batch& batch, const InputMessage* msg)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 104 // For large size classes we use one of the chunks to store the batch.
108 void *batch[kMaxNumCached]; member in struct:__sanitizer::SizeClassMap::TransferBatch
315 typedef typename SizeClassMap::TransferBatch Batch;
341 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
345 Batch *b = region->free_list.Pop();
352 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
484 LFStack<Batch> free_list;
513 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
516 Batch *b = region->free_list.Pop();
556 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)))
953 void *batch[2 * SizeClassMap::kMaxNumCached]; member in struct:__sanitizer::SizeClassAllocatorLocalCache::PerClass
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 185 final class Batch {
192 Batch() {
197 Batch(Alarm seed) {
217 // narrows the batch if necessary; presumes that canHold(alarm) is true
263 // commit the new batch bounds
293 // commit the new batch bounds
323 // commit the new batch bounds
356 b.append("Batch{"); b.append(Integer.toHexString(this.hashCode()));
368 static class BatchTimeOrder implements Comparator<Batch> {
369 public int compare(Batch b1, Batch b2)
509 Batch batch = oldSet.get(batchNum); local
765 Batch batch = new Batch(a); local
769 Batch batch = mAlarmBatches.get(whichBatch); local
1420 Batch batch = mAlarmBatches.get(0); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h 29 Interactive = 2,Network,Batch,Service,Proxy,Unlock,NetworkCleartext,NewCredentials,RemoteInteractive,CachedInteractive,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 270 milliseconds