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

  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.h 39 class Batch {
41 Batch(CpuScriptGroup2Impl* group, const char* name);
42 ~Batch();
44 // Returns true if closure depends on any closure in this batch for a global
76 List<Batch*> mBatches;
rsCpuScriptGroup2.cpp 91 Batch::Batch(CpuScriptGroup2Impl* group, const char* name) :
96 Batch::~Batch() {
103 bool Batch::conflict(CPUClosure* cpuClosure) const {
111 // An invoke should be in a batch by itself, so it conflicts with any other
164 Batch* batch = new Batch(this, "Batch0"); local
179 if (batch->conflict(cc))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 121 const Batch = 1000
123 var data [Batch]*int
124 for i := 0; i < Batch; i++ {
128 for i := 0; i < Batch; i++ {
131 for i := 0; i < Batch; i++ {
proc.go 300 // First, try to grab a batch from central cache.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 121 const Batch = 1000
123 var data [Batch]*int
124 for i := 0; i < Batch; i++ {
128 for i := 0; i < Batch; i++ {
131 for i := 0; i < Batch; i++ {
proc.go 300 // First, try to grab a batch from central cache.
    [all...]
  /frameworks/native/include/input/
InputTransport.h 292 * to determine whether a pending batch is available to be consumed.
339 /* Returns true if there is a pending batch.
361 struct Batch {
364 Vector<Batch> mBatches;
442 // a batch, we append a record here that associates the last sequence number in the
443 // batch with the previous one. When the finished signal is sent, we traverse the
444 // chain to individually finish all input messages that were part of the batch.
454 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent,
470 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
320 typedef typename SizeClassMap::TransferBatch Batch;
353 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
357 Batch *b = region->free_list.Pop();
364 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
513 LFStack<Batch> free_list;
538 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
541 Batch *b = region->free_list.Pop();
581 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)))
986 void *batch[2 * SizeClassMap::kMaxNumCached]; member in struct:__sanitizer::SizeClassAllocatorLocalCache::PerClass
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 384 final class Batch {
391 Batch() {
397 Batch(Alarm seed) {
418 // narrows the batch if necessary; presumes that canHold(alarm) is true
474 // commit the new batch bounds
513 // commit the new batch bounds
549 // commit the new batch bounds
580 // commit the new batch bounds
613 b.append("Batch{"); b.append(Integer.toHexString(this.hashCode()));
626 static class BatchTimeOrder implements Comparator<Batch> {
779 Batch batch = oldSet.get(batchNum); local
1256 Batch batch = new Batch(a); local
1259 Batch batch = mAlarmBatches.get(whichBatch); local
2201 Batch batch = mAlarmBatches.get(0); local
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 428 ALOGD("channel '%s' consumer ~ consumed batch event, seq=%u",
456 Batch& batch = mBatches.editItemAt(batchIndex); local
457 if (canAddSample(batch, &mMsg)) {
458 batch.samples.push(mMsg);
460 ALOGD("channel '%s' consumer ~ appended to batch event",
465 // We cannot append to the batch in progress, so we need to consume
466 // the previous batch right now and defer the new message until later.
469 batch, batch.samples.size(), outSeq, outEvent, displayId)
487 Batch& batch = mBatches.editTop(); local
525 Batch& batch = mBatches.editItemAt(i); local
895 const Batch& batch = mBatches.itemAt(i); local
    [all...]
  /external/snakeyaml/
mvnw.bat 21 @REM Maven2 Start Up Batch script
28 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
  /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/go/darwin-x86/src/internal/trace/
parser.go 398 for _, batch := range batches {
399 batchArr = append(batchArr, batch)
402 batch := batchArr[rand.Intn(len(batchArr))]
403 batch[rand.Intn(len(batch))].Ts += int64(rand.Intn(2000) - 1000)
859 EvBatch = 1 // start of per-P batch of events [pid, timestamp]
911 EvBatch: {"Batch", 1005, false, []string{"p", "ticks"}}, // in 1.5 format it was {"p", "seq", "ticks"}
  /prebuilts/go/linux-x86/src/internal/trace/
parser.go 398 for _, batch := range batches {
399 batchArr = append(batchArr, batch)
402 batch := batchArr[rand.Intn(len(batchArr))]
403 batch[rand.Intn(len(batch))].Ts += int64(rand.Intn(2000) - 1000)
859 EvBatch = 1 // start of per-P batch of events [pid, timestamp]
911 EvBatch: {"Batch", 1005, false, []string{"p", "ticks"}}, // in 1.5 format it was {"p", "seq", "ticks"}
  /external/icu/icu4c/source/data/
makedata.mak 796 # Batch inference rule for creating miscellaneous resource files
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 555 milliseconds