Home
last modified time | relevance | path

Searched defs:Iterate (Results 1 – 19 of 19) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
DIterate.java28 public class Iterate { class
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DTestFastLexer.cs65 TimeSpan Iterate( string text, int count ) in Iterate() method in Antlr3.Runtime.Test.TestFastLexer
/external/v8/src/
Dproperty.cc13 void LookupResult::Iterate(ObjectVisitor* visitor) { in Iterate() function in v8::internal::LookupResult
Dlist-inl.h161 void List<T, P>::Iterate(void (*callback)(T* x)) { in Iterate() function
168 void List<T, P>::Iterate(Visitor* visitor) { in Iterate() function
Dframes.cc523 void ExitFrame::Iterate(ObjectVisitor* v) const { in Iterate() function in v8::internal::ExitFrame
688 void StubFrame::Iterate(ObjectVisitor* v) const { in Iterate() function in v8::internal::StubFrame
708 void OptimizedFrame::Iterate(ObjectVisitor* v) const { in Iterate() function in v8::internal::OptimizedFrame
1333 void EntryFrame::Iterate(ObjectVisitor* v) const { in Iterate() function in v8::internal::EntryFrame
1368 void JavaScriptFrame::Iterate(ObjectVisitor* v) const { in Iterate() function in v8::internal::JavaScriptFrame
1374 void InternalFrame::Iterate(ObjectVisitor* v) const { in Iterate() function in v8::internal::InternalFrame
1382 void StubFailureTrampolineFrame::Iterate(ObjectVisitor* v) const { in Iterate() function in v8::internal::StubFailureTrampolineFrame
Dbootstrapper.h26 void Iterate(ObjectVisitor* v) { in Iterate() function
Dcompilation-cache.cc81 void CompilationSubCache::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::CompilationSubCache
395 void CompilationCache::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::CompilationCache
Dv8threads.cc329 void ThreadManager::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::ThreadManager
Dframes-inl.h52 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const { in Iterate() function
Disolate.cc173 char* Isolate::Iterate(ObjectVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::Isolate
186 void Isolate::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) { in Iterate() function in v8::internal::Isolate
212 void Isolate::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::Isolate
Ddeoptimizer.cc53 void DeoptimizerData::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::DeoptimizerData
3630 void DeoptimizedFrameInfo::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::DeoptimizedFrameInfo
Dserialize.cc1262 void SerializerDeserializer::Iterate(Isolate* isolate, in Iterate() function in v8::internal::SerializerDeserializer
Dbootstrapper.cc328 void Bootstrapper::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::Bootstrapper
Dapi.cc7564 void HandleScopeImplementer::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::HandleScopeImplementer
7571 char* HandleScopeImplementer::Iterate(ObjectVisitor* v, char* storage) { in Iterate() function in v8::internal::HandleScopeImplementer
7625 void DeferredHandles::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::DeferredHandles
Dobjects.cc1529 void HeapObject::Iterate(ObjectVisitor* v) { in Iterate() function in v8::internal::HeapObject
8130 char* Relocatable::Iterate(ObjectVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::Relocatable
8137 void Relocatable::Iterate(Isolate* isolate, ObjectVisitor* v) { in Iterate() function in v8::internal::Relocatable
8142 void Relocatable::Iterate(ObjectVisitor* v, Relocatable* top) { in Iterate() function in v8::internal::Relocatable
/external/lldb/source/Utility/
DRange.cpp77 Range::Iterate (RangeCallback callback) in Iterate() function in Range
/external/pdfium/core/src/fxcrt/
Dfx_basic_array.cpp292 void* CFX_BaseSegmentedArray::Iterate(FX_BOOL (*callback)(void* param, void* pData), void* param) c… in Iterate() function in CFX_BaseSegmentedArray
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { in Iterate() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/v8/src/heap/
Dheap-inl.h654 void ExternalStringTable::Iterate(ObjectVisitor* v) { in Iterate() function