/external/chromium_org/tools/ |
include_tracer.py | 140 def Walk(seen, filename, parent, indent): 183 total_bytes += Walk( 187 total_bytes += Walk( 190 total_bytes += Walk( 196 bytes = Walk(set(), sys.argv[1], '', 0)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
file_system_util.py | 11 for root, _, files in file_system.Walk(directory):
|
file_system_test.py | 50 for root, dirs, files in file_system.Walk(''): 67 for root, dirs, files in file_system.Walk('templates/public'):
|
api_categorizer.py | 26 for root, _, files in self._file_system.Walk(base_dir):
|
redirector.py | 65 for root, dirs, files in self._file_system.Walk(''):
|
cron_servlet.py | 208 for root, _, files in trunk_fs.Walk(EXAMPLES):
|
/external/v8/test/cctest/ |
test-profile-generator.cc | 115 ProfileNode* Walk(CodeEntry* entry1, 146 CHECK_EQ(NULL, helper.Walk(&entry1)); 147 CHECK_EQ(NULL, helper.Walk(&entry2)); 148 CHECK_EQ(NULL, helper.Walk(&entry3)); 153 CHECK_EQ(NULL, helper.Walk(&entry2)); 154 CHECK_EQ(NULL, helper.Walk(&entry3)); 155 ProfileNode* node1 = helper.Walk(&entry1); 159 CHECK_EQ(NULL, helper.Walk(&entry1, &entry1)); 160 CHECK_EQ(NULL, helper.Walk(&entry1, &entry3)); 161 ProfileNode* node2 = helper.Walk(&entry1, &entry2) [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
null_walker.cc | 20 // Should never be called: we use Walk not WalkExponential. 41 w.Walk(this, false);
|
/external/regex-re2/re2/testing/ |
null_walker.cc | 20 // Should never be called: we use Walk not WalkExponential. 41 w.Walk(this, false);
|
/art/runtime/gc/accounting/ |
heap_bitmap.cc | 63 void HeapBitmap::Walk(SpaceBitmap::Callback* callback, void* arg) { 65 bitmap->Walk(callback, arg); 70 space_set->Walk(callback, arg);
|
heap_bitmap.h | 86 void Walk(SpaceBitmap::Callback* callback, void* arg)
|
space_bitmap.h | 132 void Walk(Callback* callback, void* arg) 243 void Walk(SpaceBitmap::Callback* callback, void* arg)
|
space_bitmap.cc | 47 void SpaceSetMap::Walk(SpaceBitmap::Callback* callback, void* arg) { 103 void SpaceBitmap::Walk(SpaceBitmap::Callback* callback, void* arg) { 123 // Walk through the bitmaps in increasing address order, and find the 178 // Walk instance fields of the given Class. Separate function to allow recursion on the super 188 // Walk instance fields 214 // Walk instance fields of all objects 217 // Walk static fields of a Class 233 // Walk elements of an object array 248 UniquePtr<SpaceBitmap> visited(Create("bitmap for in-order walk",
|
/external/chromium_org/v8/test/cctest/ |
test-profile-generator.cc | 96 ProfileNode* Walk(CodeEntry* entry1, 124 CHECK_EQ(NULL, helper.Walk(&entry1)); 125 CHECK_EQ(NULL, helper.Walk(&entry2)); 126 CHECK_EQ(NULL, helper.Walk(&entry3)); 131 CHECK_EQ(NULL, helper.Walk(&entry2)); 132 CHECK_EQ(NULL, helper.Walk(&entry3)); 133 ProfileNode* node1 = helper.Walk(&entry1); 136 CHECK_EQ(NULL, helper.Walk(&entry1, &entry1)); 137 CHECK_EQ(NULL, helper.Walk(&entry1, &entry3)); 138 ProfileNode* node2 = helper.Walk(&entry1, &entry2) [all...] |
/external/chromium_org/third_party/re2/re2/ |
mimics_pcre.cc | 44 // Should never be called: we use Walk not WalkExponential. 103 return w.Walk(this, true); 121 // Should never be called: we use Walk not WalkExponential. 182 return w.Walk(re, true);
|
walker-inl.h | 31 // At the top-most Regexp, parent_arg is arg passed to walk. 32 // If PreVisit sets *stop to true, the walk does not recurse 51 // when Walk notices that more than one child is the same re. 56 // has been used up and we're trying to abort the walk 67 T Walk(Regexp* re, T top_arg); 69 // Like Walk, but doesn't use Copy. This can lead to 73 // the walk will be cut off early. 74 // If the walk *is* cut off early, ShortVisit(re) 80 // Walk always enters and exits with an empty stack. 84 // Returns whether walk was cut off [all...] |
simplify.cc | 100 // The simplify walk is purely post-recursive: given the simplified children, 149 return w.Walk(this, NULL); 159 // This should never be called, since we use Walk and not
|
/external/regex-re2/re2/ |
mimics_pcre.cc | 44 // Should never be called: we use Walk not WalkExponential. 103 return w.Walk(this, true); 121 // Should never be called: we use Walk not WalkExponential. 182 return w.Walk(re, true);
|
walker-inl.h | 31 // At the top-most Regexp, parent_arg is arg passed to walk. 32 // If PreVisit sets *stop to true, the walk does not recurse 51 // when Walk notices that more than one child is the same re. 56 // has been used up and we're trying to abort the walk 67 T Walk(Regexp* re, T top_arg); 69 // Like Walk, but doesn't use Copy. This can lead to 73 // the walk will be cut off early. 74 // If the walk *is* cut off early, ShortVisit(re) 80 // Walk always enters and exits with an empty stack. 84 // Returns whether walk was cut off [all...] |
/art/runtime/gc/space/ |
large_object_space.h | 41 virtual void Walk(DlMallocSpace::WalkCallback, void* arg) = 0; 88 void Walk(DlMallocSpace::WalkCallback, void* arg) LOCKS_EXCLUDED(lock_); 115 void Walk(DlMallocSpace::WalkCallback callback, void* arg) LOCKS_EXCLUDED(lock_);
|
dlmalloc_space.h | 82 void Walk(WalkCallback callback, void* arg) LOCKS_EXCLUDED(lock_);
|
large_object_space.cc | 109 void LargeObjectMapSpace::Walk(DlMallocSpace::WalkCallback callback, void* arg) { 148 void FreeListSpace::Walk(DlMallocSpace::WalkCallback callback, void* arg) {
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/ |
inspector-wrappers-test-utils.js | 3 // Walk up the caller chain and try to find a reference to the Inspector's window
|
/external/chromium/chrome/browser/resources/net_internals/ |
loggrouper.js | 66 // Walk up the parent stack to find the corresponding BEGIN for this END.
|
/external/chromium_org/content/test/data/media/ |
webrtc_test_utilities.js | 150 // Walk horizontally counting light green pixels. 155 // Walk vertically counting light green pixels.
|