HomeSort by relevance Sort by last modified time
    Searched defs:Iterate (Results 1 - 25 of 26) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestFastLexer.cs 56 Iterate( text, iterations );
58 var time = Iterate( text, iterations );
65 TimeSpan Iterate( string text, int count )
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Iterate.java 28 public class Iterate {
33 JSilver jSilver = new JSilver(new ClassResourceLoader(Iterate.class));
46 jSilver.render("iterate.cs", data, System.out);
  /platform_testing/libraries/longevity/src/android/platform/longevity/scheduler/
Iterate.java 30 public class Iterate implements Scheduler {
  /external/v8/src/snapshot/
serializer-common.cc 70 void SerializerDeserializer::Iterate(Isolate* isolate, ObjectVisitor* visitor) {
  /external/v8/src/
bootstrapper.h 26 void Iterate(ObjectVisitor* v) {
94 void Iterate(ObjectVisitor* v);
compilation-cache.cc 84 void CompilationSubCache::Iterate(ObjectVisitor* v) {
361 void CompilationCache::Iterate(ObjectVisitor* v) {
363 subcaches_[i]->Iterate(v);
list-inl.h 171 void List<T, P>::Iterate(void (*callback)(T* x)) {
178 void List<T, P>::Iterate(Visitor* visitor) {
v8threads.cc 291 // in ThreadManager::Iterate(ObjectVisitor*).
324 void ThreadManager::Iterate(ObjectVisitor* v) {
330 data = HandleScopeImplementer::Iterate(v, data);
331 data = isolate_->Iterate(v, data);
332 data = Relocatable::Iterate(v, data);
frames.cc 606 void ExitFrame::Iterate(ObjectVisitor* v) const {
902 void StubFrame::Iterate(ObjectVisitor* v) const {
922 void OptimizedFrame::Iterate(ObjectVisitor* v) const {
    [all...]
bootstrapper.cc 314 void Bootstrapper::Iterate(ObjectVisitor* v) {
315 extensions_cache_.Iterate(v);
    [all...]
isolate.cc 201 char* Isolate::Iterate(ObjectVisitor* v, char* thread_storage) {
203 Iterate(v, thread);
214 void Isolate::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) {
228 // Iterate over pointers on native execution stack.
230 it.frame()->Iterate(v);
235 void Isolate::Iterate(ObjectVisitor* v) {
237 Iterate(v, current_t);
245 deferred->Iterate(visitor);
256 // We iterate through all the blocks to see whether the argument handle
    [all...]
api.cc     [all...]
objects.cc     [all...]
  /external/webrtc/webrtc/base/
fileutils.cc 62 bool DirectoryIterator::Iterate(const Pathname &dir) {
169 if (di->Iterate(old_dir.pathname())) {
193 if (di->Iterate(folder)) {
fileutils_mock.h 63 * you can call Iterate for any path: /var, /var/dir, /var/dir2
69 virtual bool Iterate(const Pathname& path) {
  /prebuilts/go/darwin-x86/src/go/token/
position.go 386 // Iterate calls f for the files in the file set in the order they were added
389 func (s *FileSet) Iterate(f func(*File) bool) {
  /prebuilts/go/linux-x86/src/go/token/
position.go 386 // Iterate calls f for the files in the file set in the order they were added
389 func (s *FileSet) Iterate(f func(*File) bool) {
  /external/v8/src/heap/
remembered-set.h 103 static void Iterate(Heap* heap, Callback callback) {
105 heap, [callback](MemoryChunk* chunk) { Iterate(chunk, callback); });
127 static void Iterate(MemoryChunk* chunk, Callback callback) {
134 slots[page].Iterate(callback, SlotSet::PREFREE_EMPTY_BUCKETS);
169 slots->Iterate(
196 int new_count = slots->Iterate(callback, TypedSlotSet::KEEP_EMPTY_CHUNKS);
slot-set.h 167 // 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) {
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) {
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 58 inline bool Iterate(Visitor* visitor, VkExtent3D* extents) {
66 inline bool Iterate(Visitor* visitor, VkImageFormatProperties* properties) {
76 inline bool Iterate(Visitor* visitor, VkPhysicalDeviceLimits* limits) {
187 inline bool Iterate(Visitor* visitor,
198 inline bool Iterate(Visitor* visitor,
213 inline bool Iterate(Visitor* visitor, VkPhysicalDeviceFeatures* features) {
273 inline bool Iterate(Visitor* visitor,
281 inline bool Iterate(Visitor* visitor, VkMemoryType* type) {
288 inline bool Iterate(Visitor* visitor, VkMemoryHeap* heap) {
295 inline bool Iterate(Visitor* visitor, VkPhysicalDeviceMemoryProperties* properties)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 93 return Iterate();
97 RTCPUtility::RTCPParserV2::Iterate()
272 Iterate();
282 Iterate();
292 Iterate();
302 Iterate();
312 Iterate();
322 Iterate();
332 Iterate();
342 Iterate();
    [all...]
  /external/v8/src/debug/
debug.cc 194 // Iterate through reloc info stopping at each breakable code target.
404 void Debug::Iterate(ObjectVisitor* v) {
895 // Iterate through the JavaScript stack looking for handlers.
910 // Iterate frames, including inlined frames. First, find the handler frame.
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 1137 milliseconds

1 2