Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
DIterate.java28 public class Iterate { class
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DTestFastLexer.cs65 TimeSpan Iterate( string text, int count ) in Iterate() method in Antlr3.Runtime.Test.TestFastLexer
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dsparse_column_iterable_test.cc36 TEST_F(SparseColumnIterableTest, Iterate) { in TEST_F() argument
Dexamples_iterable_test.cc28 TEST_F(ExamplesIterableTest, Iterate) { in TEST_F() argument
/external/v8/src/
Dbootstrapper.h27 void Iterate(RootVisitor* v) { in Iterate() function
Dframes.cc616 void ExitFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::ExitFrame
968 void StubFrame::Iterate(RootVisitor* v) const { IterateCompiledFrame(v); } in Iterate() function in v8::internal::StubFrame
994 void OptimizedFrame::Iterate(RootVisitor* v) const { IterateCompiledFrame(v); } in Iterate() function in v8::internal::OptimizedFrame
1790 void WasmCompiledFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::WasmCompiledFrame
1861 void WasmInterpreterEntryFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::WasmInterpreterEntryFrame
1929 void WasmCompileLazyFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::WasmCompileLazyFrame
2102 void EntryFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::EntryFrame
2113 void JavaScriptFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::JavaScriptFrame
2118 void InternalFrame::Iterate(RootVisitor* v) const { in Iterate() function in v8::internal::InternalFrame
Dcompilation-cache.cc71 void CompilationSubCache::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::CompilationSubCache
358 void CompilationCache::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::CompilationCache
Dv8threads.cc324 void ThreadManager::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::ThreadManager
Dframes.h344 void Iterate(RootVisitor* v) const override {} in Iterate() function
Disolate.cc240 char* Isolate::Iterate(RootVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::Isolate
252 void Isolate::Iterate(RootVisitor* v, ThreadLocalTop* thread) { in Iterate() function in v8::internal::Isolate
275 void Isolate::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::Isolate
Dbootstrapper.cc314 void Bootstrapper::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::Bootstrapper
Dobjects.cc3665 void HeapObject::Iterate(ObjectVisitor* v) { IterateFast<ObjectVisitor>(v); } in Iterate() function in v8::internal::HeapObject
11162 char* Relocatable::Iterate(RootVisitor* v, char* thread_storage) { in Iterate() function in v8::internal::Relocatable
11168 void Relocatable::Iterate(Isolate* isolate, RootVisitor* v) { in Iterate() function in v8::internal::Relocatable
11172 void Relocatable::Iterate(RootVisitor* v, Relocatable* top) { in Iterate() function in v8::internal::Relocatable
Dapi.cc10683 void HandleScopeImplementer::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::HandleScopeImplementer
10689 char* HandleScopeImplementer::Iterate(RootVisitor* v, char* storage) { in Iterate() function in v8::internal::HandleScopeImplementer
10742 void DeferredHandles::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::DeferredHandles
/external/v8/src/heap/
Dworklist.h182 void Iterate(Callback callback) { in Iterate() function
252 void Iterate(Callback callback) const { in Iterate() function
341 void Iterate(Callback callback) { in Iterate() function
Dremembered-set.h106 static void Iterate(Heap* heap, RememberedSetIterationMode mode, in Iterate() function
138 static void Iterate(MemoryChunk* chunk, Callback callback, in Iterate() function
Dslot-set.h190 int Iterate(Callback callback, EmptyBucketMode mode) { in Iterate() function
501 int Iterate(Callback callback, IterationMode mode) { in Iterate() function
/external/v8/src/snapshot/
Dserializer-common.cc114 void SerializerDeserializer::Iterate(Isolate* isolate, RootVisitor* visitor) { in Iterate() function in v8::internal::SerializerDeserializer
/external/webrtc/webrtc/base/
Dfileutils.cc62 bool DirectoryIterator::Iterate(const Pathname &dir) { in DirectoryIterator() function in rtc::DirectoryIterator
Dfileutils_mock.h69 virtual bool Iterate(const Pathname& path) { in Iterate() function
/external/v8/src/zone/
Dzone-list-inl.h127 void ZoneList<T>::Iterate(Visitor* visitor) { in Iterate() function
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_utility.cc97 RTCPUtility::RTCPParserV2::Iterate() in Iterate() function in webrtc::RTCPUtility::RTCPParserV2
1686 RTCPUtility::RTCPPacketIterator::Iterate() { in Iterate() function in webrtc::RTCPUtility::RTCPPacketIterator
/external/libchrome/base/metrics/
Dsample_vector_unittest.cc213 TEST_F(SampleVectorTest, Iterate) { in TEST_F() argument
/external/antlr/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/debug/
Ddebug.cc381 void Debug::Iterate(RootVisitor* v) { in Iterate() function in v8::internal::Debug