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

/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/snapshot/
H A Dserializer-common.cc70 void SerializerDeserializer::Iterate(Isolate* isolate, ObjectVisitor* visitor) { function in class:v8::internal::SerializerDeserializer
/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/v8/src/
H A Dbootstrapper.h26 void Iterate(ObjectVisitor* v) { function in class:v8::internal::BASE_EMBEDDED
94 void Iterate(ObjectVisitor* v);
H A Dcompilation-cache.cc84 void CompilationSubCache::Iterate(ObjectVisitor* v) { function in class:v8::internal::CompilationSubCache
361 void CompilationCache::Iterate(ObjectVisitor* v) { function in class:v8::internal::CompilationCache
363 subcaches_[i]->Iterate(v);
H A Dlist-inl.h171 void List<T, P>::Iterate(void (*callback)(T* x)) { function in class:v8::internal::List
178 void List<T, P>::Iterate(Visitor* visitor) { function in class:v8::internal::List
H A Dv8threads.cc291 // in ThreadManager::Iterate(ObjectVisitor*).
324 void ThreadManager::Iterate(ObjectVisitor* v) { function in class:v8::internal::ThreadManager
330 data = HandleScopeImplementer::Iterate(v, data);
331 data = isolate_->Iterate(v, data);
332 data = Relocatable::Iterate(v, data);
H A Dframes.cc606 void ExitFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::ExitFrame
902 void StubFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::StubFrame
922 void OptimizedFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::OptimizedFrame
1723 void WasmCompiledFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::WasmCompiledFrame
1783 void WasmInterpreterEntryFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::WasmInterpreterEntryFrame
2026 void EntryFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::EntryFrame
2039 void JavaScriptFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::JavaScriptFrame
2044 void InternalFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::InternalFrame
2052 void StubFailureTrampolineFrame::Iterate(ObjectVisitor* v) const { function in class:v8::internal::StubFailureTrampolineFrame
2152 // Iterate throug
[all...]
H A Disolate.cc201 char* Isolate::Iterate(ObjectVisitor* v, char* thread_storage) { function in class:v8::internal::Isolate
203 Iterate(v, thread);
214 void Isolate::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) { function in class:v8::internal::Isolate
228 // Iterate over pointers on native execution stack.
230 it.frame()->Iterate(v);
235 void Isolate::Iterate(ObjectVisitor* v) { function in class:v8::internal::Isolate
237 Iterate(v, current_t);
245 deferred->Iterate(visitor);
H A Dbootstrapper.cc314 void Bootstrapper::Iterate(ObjectVisitor* v) { function in class:v8::internal::Bootstrapper
315 extensions_cache_.Iterate(v);
H A Dapi.cc10139 // Iterate over all handles in the blocks except for the last.
10158 // Iterate over live handles in the last block (if any).
10176 void HandleScopeImplementer::Iterate(ObjectVisitor* v) { function in class:v8::internal::HandleScopeImplementer
10183 char* HandleScopeImplementer::Iterate(ObjectVisitor* v, char* storage) { function in class:v8::internal::HandleScopeImplementer
10237 void DeferredHandles::Iterate(ObjectVisitor* v) { function in class:v8::internal::DeferredHandles
H A Dobjects.cc1224 // Iterate through the chain of inheriting function templates to
3062 void HeapObject::Iterate(ObjectVisitor* v) { IterateFast<ObjectVisitor>(v); } function in class:v8::internal::HeapObject
10546 char* Relocatable::Iterate(ObjectVisitor* v, char* thread_storage) { function in class:v8::internal::__anon23392::Relocatable
10548 Iterate(v, top);
10553 void Relocatable::Iterate(Isolate* isolate, ObjectVisitor* v) { function in class:v8::internal::__anon23392::Relocatable
10554 Iterate(v, isolate->relocatable_top());
10558 void Relocatable::Iterate(ObjectVisitor* v, Relocatable* top) { function in class:v8::internal::__anon23392::Relocatable
17729 // Iterate over the dictionary using the enumeration order and update
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson.cc58 inline bool Iterate(Visitor* visitor, VkExtent3D* extents) { function in namespace:__anon25750
66 inline bool Iterate(Visitor* visitor, VkImageFormatProperties* properties) { function in namespace:__anon25750
76 inline bool Iterate(Visitor* visitor, VkPhysicalDeviceLimits* limits) { function in namespace:__anon25750
187 inline bool Iterate(Visitor* visitor, function in namespace:__anon25750
198 inline bool Iterate(Visitor* visitor, function in namespace:__anon25750
213 inline bool Iterate(Visitor* visitor, VkPhysicalDeviceFeatures* features) { function in namespace:__anon25750
273 inline bool Iterate(Visitor* visitor, function in namespace:__anon25750
281 inline bool Iterate(Visitor* visitor, VkMemoryType* type) { function in namespace:__anon25750
288 inline bool Iterate(Visitor* visitor, VkMemoryHeap* heap) { function in namespace:__anon25750
295 inline bool Iterate(Visito function in namespace:__anon25750
304 inline bool Iterate(Visitor* visitor, VkQueueFamilyProperties* properties) { function in namespace:__anon25750
313 inline bool Iterate(Visitor* visitor, VkExtensionProperties* properties) { function in namespace:__anon25750
320 inline bool Iterate(Visitor* visitor, VkLayerProperties* properties) { function in namespace:__anon25750
329 inline bool Iterate(Visitor* visitor, VkFormatProperties* properties) { function in namespace:__anon25750
337 inline bool Iterate(Visitor* visitor, VkJsonLayer* layer) { function in namespace:__anon25750
343 inline bool Iterate(Visitor* visitor, VkJsonDevice* device) { function in namespace:__anon25750
356 inline bool Iterate(Visitor* visitor, VkJsonInstance* instance) { function in namespace:__anon25750
[all...]
/external/webrtc/webrtc/base/
H A Dfileutils.cc62 bool DirectoryIterator::Iterate(const Pathname &dir) { function in class:rtc::DirectoryIterator
169 if (di->Iterate(old_dir.pathname())) {
193 if (di->Iterate(folder)) {
H A Dfileutils_mock.h63 * you can call Iterate for any path: /var, /var/dir, /var/dir2
69 virtual bool Iterate(const Pathname& path) { function in class:rtc::FakeDirectoryIterator
/external/v8/src/heap/
H A Dremembered-set.h103 static void Iterate(Heap* heap, Callback callback) { function in class:v8::internal::RememberedSet
105 heap, [callback](MemoryChunk* chunk) { Iterate(chunk, callback); });
127 static void Iterate(MemoryChunk* chunk, Callback callback) { function in class:v8::internal::RememberedSet
134 slots[page].Iterate(callback, SlotSet::PREFREE_EMPTY_BUCKETS);
169 slots->Iterate(
196 int new_count = slots->Iterate(callback, TypedSlotSet::KEEP_EMPTY_CHUNKS);
H A Dslot-set.h167 // Iterate over all slots in the set and for each slot invoke the callback.
173 // Iterate([](Address slot_address) {
178 int Iterate(Callback callback, EmptyBucketMode mode) { function in class:v8::internal::SlotSet
412 // Iterate over all slots in the set and for each slot invoke the callback.
417 // Iterate([](SlotType slot_type, Address slot_address) {
422 int Iterate(Callback callback, IterationMode mode) { function in class:v8::internal::TypedSlotSet
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.cc93 return Iterate();
97 RTCPUtility::RTCPParserV2::Iterate() function in class:webrtc::RTCPUtility::RTCPParserV2
272 Iterate();
282 Iterate();
292 Iterate();
302 Iterate();
312 Iterate();
322 Iterate();
332 Iterate();
342 Iterate();
1686 RTCPUtility::RTCPPacketIterator::Iterate() { function in class:webrtc::RTCPUtility::RTCPPacketIterator
[all...]
/external/v8/src/debug/
H A Ddebug.cc194 // Iterate through reloc info stopping at each breakable code target.
404 void Debug::Iterate(ObjectVisitor* v) { function in class:v8::internal::Debug
895 // Iterate through the JavaScript stack looking for handlers.
910 // Iterate frames, including inlined frames. First, find the handler frame.
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 8526 milliseconds