Searched defs:Current (Results 1 - 25 of 76) sorted by last modified time

1234

/external/skia/src/core/
H A DSkTraceEvent.h289 skia::tracing_internals::TraceEventSamplingStateScope<bucket_number>::Current()
1218 previous_state_ = TraceEventSamplingStateScope<BucketNumber>::Current();
1226 static inline const char* Current() { function in class:skia::tracing_internals::TraceEventSamplingStateScope
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp170 inline static CEpocAudio& Current(SDL_AudioDevice* thisdevice);
210 inline CEpocAudio& CEpocAudio::Current(SDL_AudioDevice* thisdevice) function in class:CEpocAudio
240 CActiveScheduler* as = CActiveScheduler::Current();
349 CEpocAudio::Current(thisdevice).Dump(buf);
541 CEpocAudio::Current(thisdevice).Open(spec->freq, spec->channels, type, bytes);
543 CEpocAudio::Current(thisdevice).SetPause(ETrue);
567 CEpocAudio::Current(thisdevice).ThreadInitL(thisdevice);
580 CEpocAudio::Current(thisdevice).Wait();
593 if(CEpocAudio::Current(thisdevice).SetPause(SDL_GetAudioStatus() == SDL_AUDIO_PAUSED))
596 CEpocAudio::Current(thisdevic
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2868 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator2::Iterator
2991 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator3::Iterator
3132 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator4::Iterator
3290 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator5::Iterator
3467 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator6::Iterator
3661 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator7::Iterator
3874 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator8::Iterator
4103 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator9::Iterator
4350 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator10::Iterator
H A Dgtest-param-util.h105 // Current() on an iterator equal to BaseGenerator()->End().
107 virtual const T* Current() const = 0;
132 const T& operator*() const { return *impl_->Current(); }
133 const T* operator->() const { return impl_->Current(); }
234 virtual const T* Current() const { return &value_; } function in class:testing::internal::RangeGenerator::Iterator
326 // responsible for not calling Current() on an out-of-range iterator.
327 virtual const T* Current() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
354 // value_ needs to be mutable to be accessed in Current().
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c134 struct schedule_instruction * Current; member in struct:schedule_state
135 /** Array of the previous writers of Current's destination register
1155 if (*v && (*v)->Writer == s->Current) {
1161 * register. In this case, the current instruction (s->Current)
1168 /* We need to make sure we are adding s->Current to the
1172 add_tex_reader(s, s->PrevWriter[chan], s->Current);
1177 DBG("%i: read %i[%i] chan %i\n", s->Current->Instruction->IP, file, index, chan);
1180 reader->Reader = s->Current;
1194 add_tex_reader(s, (*v)->Writer, s->Current);
1195 s->Current
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2887 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator2::Iterator
3010 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator3::Iterator
3151 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator4::Iterator
3309 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator5::Iterator
3486 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator6::Iterator
3680 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator7::Iterator
3893 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator8::Iterator
4122 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator9::Iterator
4369 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator10::Iterator
H A Dgtest-param-util.h86 // Current() on an iterator equal to BaseGenerator()->End().
88 virtual const T* Current() const = 0;
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
215 virtual const T* Current() const { return &value_; } function in class:testing::internal::RangeGenerator::Iterator
308 // responsible for not calling Current() on an out-of-range iterator.
309 virtual const T* Current() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
336 // value_ needs to be mutable to be accessed in Current().
/external/mesa3d/src/mesa/main/
H A Dmtypes.h802 * Current attribute group (GL_CURRENT_BIT).
807 * \name Current vertex attributes.
815 * \name Current raster position attributes (always valid).
1134 GLubyte _BackFace; /**< Current back stencil state (1 or 2) */
1404 /** Current sampler object (GL_ARB_sampler_objects) */
1424 /** Current texture object pointers */
2054 struct gl_vertex_program *Current; /**< User-bound vertex program */ member in struct:gl_vertex_program_state
2088 struct gl_geometry_program *Current; /**< user-bound geometry program */ member in struct:gl_geometry_program_state
2108 struct gl_fragment_program *Current; /**< User-bound fragment program */ member in struct:gl_fragment_program_state
2168 struct ati_fragment_shader *Current; member in struct:gl_ati_fragment_shader_state
3267 } Current; member in struct:gl_dlist_state
3452 struct gl_current_attrib Current; /**< Current attributes */ member in struct:gl_context
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2887 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator2::Iterator
3010 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator3::Iterator
3151 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator4::Iterator
3309 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator5::Iterator
3486 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator6::Iterator
3680 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator7::Iterator
3893 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator8::Iterator
4122 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator9::Iterator
4369 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator10::Iterator
H A Dgtest-param-util.h86 // Current() on an iterator equal to BaseGenerator()->End().
88 virtual const T* Current() const = 0;
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
215 virtual const T* Current() const { return &value_; } function in class:testing::internal::RangeGenerator::Iterator
308 // responsible for not calling Current() on an out-of-range iterator.
309 virtual const T* Current() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
336 // value_ needs to be mutable to be accessed in Current().
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h211 "Current value is not less that value of right child");
706 TreeTy* Current = reinterpret_cast<TreeTy*>(stack.back() & ~Flags); local
707 assert(Current);
710 if (TreeTy* L = Current->getLeft())
716 if (TreeTy* R = Current->getRight())
732 TreeTy* Current = reinterpret_cast<TreeTy*>(stack.back() & ~Flags); local
733 assert(Current);
740 if (TreeTy* L = Current->getLeft())
746 if (TreeTy* R = Current->getRight())
H A Dedit_distance.h66 unsigned *Current = Previous + (n + 1); local
72 Current[0] = y;
73 unsigned BestThisRow = Current[0];
77 Current[x] = std::min(
79 std::min(Current[x-1], Previous[x])+1);
82 if (FromArray[y-1] == ToArray[x-1]) Current[x] = Previous[x-1];
83 else Current[x] = std::min(Current[x-1], Previous[x]) + 1;
85 BestThisRow = std::min(BestThisRow, Current[x]);
91 unsigned *tmp = Current;
[all...]
/external/llvm/include/llvm/Object/
H A DELF.h69 ELFEntityIterator() : EntitySize(0), Current(nullptr) {}
71 : EntitySize(EntSize), Current(Start) {}
74 assert(Current && "Attempted to dereference an invalid iterator!");
75 return *reinterpret_cast<pointer>(Current);
79 assert(Current && "Attempted to dereference an invalid iterator!");
80 return reinterpret_cast<pointer>(Current);
84 return Current == Other.Current;
92 assert(Current && "Attempted to increment an invalid iterator!");
93 Current
121 const char *Current; member in class:llvm::object::ELFFile::ELFEntityIterator
227 ArchivePointerTypeTraits<const char> > Current; member in class:llvm::object::ELFFile::Elf_Sym_Iter
[all...]
H A DSymbolicFile.h49 content_type Current; member in class:llvm::object::content_iterator
52 content_iterator(content_type symb) : Current(symb) {}
54 const content_type *operator->() const { return &Current; }
56 const content_type &operator*() const { return Current; }
59 return Current == other.Current;
67 Current.moveNext();
/external/llvm/include/llvm/Option/
H A DArgList.h31 SmallVectorImpl<Arg*>::const_iterator Current; member in class:llvm::opt::arg_iterator
58 : Current(it), Args(_Args), Id0(_Id0), Id1(_Id1), Id2(_Id2) {
62 operator const Arg*() { return *Current; }
63 reference operator*() const { return *Current; }
64 pointer operator->() const { return Current; }
67 ++Current;
79 return LHS.Current == RHS.Current;
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h499 const Target *Current; member in class:llvm::TargetRegistry::iterator
500 explicit iterator(Target *T) : Current(T) {}
503 iterator() : Current(nullptr) {}
506 return Current == x.Current;
514 assert(Current && "Cannot increment end iterator!");
515 Current = Current->getNext();
525 assert(Current && "Cannot dereference end iterator!");
526 return *Current;
[all...]
/external/llvm/lib/CodeGen/
H A DInterferenceCache.h173 BlockInterference *Current; member in class:llvm::InterferenceCache::Cursor
177 Current = nullptr;
189 Cursor() : CacheEntry(nullptr), Current(nullptr) {}
192 Cursor(const Cursor &O) : CacheEntry(nullptr), Current(nullptr) {
212 Current = CacheEntry ? CacheEntry->get(MBBNum) : &NoInterference;
217 return Current->First.isValid();
223 return Current->First;
229 return Current->Last;
H A DPostRASchedulerList.cpp309 MachineBasicBlock::iterator Current = MBB->end(); local
311 for (MachineBasicBlock::iterator I = Current; I != MBB->begin(); ) {
318 Scheduler.enterRegion(MBB, I, Current, CurrentCount - Count);
323 Current = MI;
332 assert((MBB->begin() == Current || CurrentCount != 0) &&
334 Scheduler.enterRegion(MBB, MBB->begin(), Current, CurrentCount);
/external/llvm/lib/IR/
H A DUse.cpp95 const Use *Current = this; local
98 unsigned Tag = (Current++)->Prev.getInt();
105 ++Current;
108 unsigned Tag = Current->Prev.getInt();
112 ++Current;
116 return Current + Offset;
122 return Current;
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp497 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>( local
503 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT)
504 return Error(Loc, Twine("section '") + Current->getSectionName() +
507 Current->setSelection(Type);
H A DDarwinAsmParser.cpp434 const MCSectionMachO *Current = static_cast<const MCSectionMachO*>( local
436 MachO::SectionType SectionType = Current->getType();
/external/llvm/lib/Support/
H A DYAMLParser.cpp277 if (Current >= End)
278 Current = End - 1;
283 printError(SMLoc::getFromPointer(Current), SourceMgr::DK_Error, Message);
288 setError(Message, Current);
298 return StringRef(Current, End - Current);
475 StringRef::iterator Current; member in class:llvm::yaml::Scanner
480 /// @brief Current YAML indentation level in spaces.
483 /// @brief Current column number in Unicode code points.
486 /// @brief Current lin
[all...]
/external/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); local
33 while (Current != Pool.end()) {
34 delete *Current;
35 Current++;
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2690 inst_iterator Current = std::prev(I); local
2691 BasicBlock *CurrentBB = Current.getBasicBlockIterator();
2693 J = Current.getInstructionIterator();
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp439 Value *Current = V; local
443 if (Constant *C = dyn_cast<Constant>(Current)) {
444 // If Current is a constant, apply s/zext using ConstantExpr::getCast.
446 Current = ConstantExpr::getCast((*I)->getOpcode(), C, (*I)->getType());
449 Ext->setOperand(0, Current);
451 Current = Ext;
454 return Current;

Completed in 405 milliseconds

1234