/external/regex-re2/re2/ |
walker-inl.h | 32 // If PreVisit sets *stop to true, the walk does not recurse
|
/external/skia/tools/ |
find_bad_images_in_skps.py | 74 We do not choose to recurse into directories beyond one level.
|
/external/tcpdump/ |
makemib | 229 # old(?) routine to recurse down the tree (in postfix order for convenience)
|
/external/v8/test/mjsunit/ |
strict-mode.js | 1161 function recurse(n, then) { function [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
FilterUtils.java | 124 // Recurse into sub media sets.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
compileall.py | 168 print "-l: don't recurse into subdirectories"
|
macpath.py | 167 and walk will only recurse into the subdirectories whose names remain in
|
sndhdr.py | 26 option -r tells it to recurse down directories found inside
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipimport_support.py | 43 finder = doctest.DocTestFinder(verbose=verbose, recurse=False)
|
test_threading.py | 746 def recurse(): 747 return recurse() 751 recurse()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
compileall.py | 168 print "-l: don't recurse into subdirectories"
|
macpath.py | 167 and walk will only recurse into the subdirectories whose names remain in
|
sndhdr.py | 26 option -r tells it to recurse down directories found inside
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipimport_support.py | 43 finder = doctest.DocTestFinder(verbose=verbose, recurse=False)
|
test_threading.py | 746 def recurse(): 747 return recurse() 751 recurse()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
DeletionHandler.java | 183 // Points to another deleted node: recurse
|
/system/core/toolbox/ |
mount.c | 51 { "recurse", MS_REC, MS_REC, 0 },
|
/system/extras/fatblock/ |
import.c | 191 /* TODO: With some work, this can be rewritten so we don't recurse
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
value.c | 184 /* recurse instead */ 418 /* recurse */ 433 /* recurse */
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
AbstractIteratorTester.java | 371 recurse(0); 377 private void recurse(int level) { method in class:AbstractIteratorTester 387 recurse(level + 1);
|
/external/chromium_org/tools/ |
bisect-perf-regression.py | 62 # recurse: True if this repositry will get bisected. 70 "recurse" : True, 77 "recurse" : True, 85 "recurse" : True, 92 "recurse" : True, 100 "recurse" : True, 108 "recurse" : True, 116 "recurse" : False, 124 "recurse" : False, 1054 if (DEPOT_DEPS_NAME[d]['recurse'] an [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gsubgpos-private.hh | 65 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_closure_context_t 153 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_collect_glyphs_context_t 164 * not how most fonts are built. It's possible to relax that and recurse 252 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_apply_context_t 950 c->recurse (lookupRecord[i].lookupListIndex); [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsubgpos-private.hh | 66 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_closure_context_t 154 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_collect_glyphs_context_t 247 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_apply_context_t 921 c->recurse (lookupRecord->lookupListIndex); 956 bool done = c->recurse (lookupRecord->lookupListIndex); [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcodeproj_file.py | 406 If recursive is True, recurse into all descendant objects and update their [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cplus-dem.c | 3147 char * recurse = (char *)NULL; local 4110 char * recurse; local [all...] |