Searched defs:Iterate (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dproperty.cc34 void LookupResult::Iterate(ObjectVisitor* visitor) { function in class:v8::internal::LookupResult
H A Dbootstrapper.h51 void Iterate(ObjectVisitor* v) { function in class:v8::internal::BASE_EMBEDDED
112 void Iterate(ObjectVisitor* v);
H A Dcompilation-cache.cc111 void CompilationSubCache::Iterate(ObjectVisitor* v) { function in class:v8::internal::CompilationSubCache
503 void CompilationCache::Iterate(ObjectVisitor* v) { function in class:v8::internal::CompilationCache
505 subcaches_[i]->Iterate(v);
H A Dlist-inl.h182 void List<T, P>::Iterate(void (*callback)(T* x)) { function in class:v8::internal::List
189 void List<T, P>::Iterate(Visitor* visitor) { function in class:v8::internal::List
H A Dv8threads.cc358 // in ThreadManager::Iterate(ObjectVisitor*).
392 void ThreadManager::Iterate(ObjectVisitor* v) { function in class:v8::internal::ThreadManager
398 data = HandleScopeImplementer::Iterate(v, data);
399 data = isolate_->Iterate(v, data);
400 data = Relocatable::Iterate(v, data);
H A Dframes-inl.h69 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const { function in class:v8::internal::StackHandler
H A Ddeoptimizer.cc88 void DeoptimizerData::Iterate(ObjectVisitor* v) { function in class:v8::internal::DeoptimizerData
90 deoptimized_frame_info_->Iterate(v);
2583 // Iterate over the back edge table and patch every interrupt
2609 // Iterate over the back edge table and revert the patched interrupt calls.
3310 void DeoptimizedFrameInfo::Iterate(ObjectVisitor* v) {
H A Dheap-inl.h703 void ExternalStringTable::Iterate(ObjectVisitor* v) { function in class:v8::internal::ExternalStringTable
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestFastLexer.cs56 Iterate( text, iterations );
58 var time = Iterate( text, iterations );
65 TimeSpan Iterate( string text, int count ) method in class:Antlr3.Runtime.Test.TestFastLexer
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A DIterate.java28 public class Iterate { class
33 JSilver jSilver = new JSilver(new ClassResourceLoader(Iterate.class));
/external/v8/src/
H A Dproperty.cc34 void LookupResult::Iterate(ObjectVisitor* visitor) { function in class:v8::internal::LookupResult
H A Dbootstrapper.h51 void Iterate(ObjectVisitor* v) { function in class:v8::internal::BASE_EMBEDDED
110 void Iterate(ObjectVisitor* v);
H A Dcompilation-cache.cc110 void CompilationSubCache::Iterate(ObjectVisitor* v) { function in class:v8::internal::CompilationSubCache
476 void CompilationCache::Iterate(ObjectVisitor* v) { function in class:v8::internal::CompilationCache
478 subcaches_[i]->Iterate(v);
H A Dframes-inl.h69 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const { function in class:v8::internal::StackHandler
H A Dlist-inl.h153 void List<T, P>::Iterate(void (*callback)(T* x)) { function in class:v8::internal::List
160 void List<T, P>::Iterate(Visitor* visitor) { function in class:v8::internal::List
H A Dv8threads.cc337 // in ThreadManager::Iterate(ObjectVisitor*).
370 void ThreadManager::Iterate(ObjectVisitor* v) { function in class:v8::internal::ThreadManager
376 data = HandleScopeImplementer::Iterate(v, data);
377 data = isolate_->Iterate(v, data);
378 data = Relocatable::Iterate(v, data);
H A Dheap-inl.h580 void ExternalStringTable::Iterate(ObjectVisitor* v) { function in class:v8::internal::ExternalStringTable
/external/chromium_org/tools/site_compare/utils/
H A Dbrowser_iterate.py71 def Iterate(command, iteration_func): function
111 Iterate.proc = proc
112 Iterate.wnd = wnd
113 Iterate.s = s
117 if Iterate.s:
118 Iterate.s.close()
119 Iterate.s = None
121 if Iterate.proc:
122 if not windowing.WaitForProcessExit(Iterate.proc, 0):
124 windowing.EndProcess(Iterate
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs136 return Iterate(source, int.MinValue, delegate(int a, int b){return Math.Max(a, b);});
139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
159 return Iterate(source, int.MaxValue, delegate(int a, int b) { return Math.Min(a, b); });
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch.cc42 Status WriteBatch::Iterate(Handler* handler) const { function in class:leveldb::WriteBatch
133 return b->Iterate(&inserter);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dfileutils.cc79 bool DirectoryIterator::Iterate(const Pathname &dir) { function in class:talk_base::DirectoryIterator
178 di.Iterate(old_dir.pathname());
198 di->Iterate(folder);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfileutils.cc82 bool DirectoryIterator::Iterate(const Pathname &dir) { function in class:talk_base::DirectoryIterator
186 if (di->Iterate(old_dir.pathname())) {
210 if (di->Iterate(folder)) {
H A Dfileutils_mock.h80 * you can call Iterate for any path: /var, /var/dir, /var/dir2
86 virtual bool Iterate(const Pathname& path) { function in class:talk_base::FakeDirectoryIterator
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h96 // callback function for Iterate() may mutate contained values. If the
140 // Iterate over the address map calling 'callback'
145 inline void Iterate(void (*callback)(Key, Value*, Type), Type arg) const;
406 inline void AddressMap<Value>::Iterate(void (*callback)(Key, Value*, Type), function in class:AddressMap
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h96 // callback function for Iterate() may mutate contained values. If the
140 // Iterate over the address map calling 'callback'
145 inline void Iterate(void (*callback)(Key, Value*, Type), Type arg) const;
406 inline void AddressMap<Value>::Iterate(void (*callback)(Key, Value*, Type), function in class:AddressMap

Completed in 1482 milliseconds

12