HomeSort by relevance Sort by last modified time
    Searched refs:topdown (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 120 topdown();
131 // to override, just define tree grammar rule topdown and turn on
133 public void topdown() throws RecognitionException {;} method in class:TreeFilter
TreeRewriter.java 108 public Object rule() throws RecognitionException { return topdown(); }
116 // to override, just define tree grammar rule topdown and turn on
118 public Object topdown() throws RecognitionException { return null; } method in class:TreeRewriter
  /external/ltp/testcases/kernel/mem/vma/
vma01.c 91 int topdown; local
111 topdown = (u > t) ? 0 : 1;
116 if (topdown) {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.h 71 - (id) topdown;
  /external/llvm/utils/
wciia.py 121 for dir,subdirList,fileList in os.walk( root , topdown=False ) :
  /external/skia/infra/bots/
zip_utils.py 31 for r, d, f in os.walk(target_dir, topdown=True):
utils.py 191 for root, dirs, files in os.walk(file_path, topdown=False):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 223 def walk(top, topdown=True, onerror=None, followlinks=False):
238 If optional arg 'topdown' is true or not specified, the triple for a
240 (directories are generated top down). If topdown is false, the triple
244 When topdown is true, the caller can modify the dirnames list in-place
248 dirnames when topdown is false is ineffective, since the directories in
303 if topdown:
308 for x in walk(new_path, topdown, onerror, followlinks):
310 if not topdown:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 236 def walk(top, topdown=True, onerror=None, followlinks=False):
251 If optional arg 'topdown' is true or not specified, the triple for a
253 (directories are generated top down). If topdown is false, the triple
257 When topdown is true, the caller can modify the dirnames list in-place
261 topdown is false is ineffective, since the directories in dirnames have
263 the value of topdown, the list of subdirectories is retrieved before the
318 if topdown:
323 for x in walk(new_path, topdown, onerror, followlinks):
325 if not topdown:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /external/python/cpython2/Lib/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 topdown is false is ineffective, since the directories in dirnames have
236 the value of topdown, the list of subdirectories is retrieved before the
291 if topdown:
296 for x in walk(new_path, topdown, onerror, followlinks):
298 if not topdown:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /development/scripts/
boardconfig_usage_analysis.py 53 for root, dirs, files in os.walk(os.path.join(TOP, folder), topdown=True):
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 38 for root, dirs, files in os.walk(path, topdown=True):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 434 all = list(os.walk(walk_path, topdown=False))
461 for root, dirs, files in os.walk(test_support.TESTFN, topdown=False):
  /external/python/cpython2/Lib/test/
test_os.py 455 all = list(os.walk(walk_path, topdown=False))
482 for root, dirs, files in os.walk(test_support.TESTFN, topdown=False):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_os.py 453 all = list(os.walk(walk_path, topdown=False))
480 for root, dirs, files in os.walk(test_support.TESTFN, topdown=False):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_os.py 453 all = list(os.walk(walk_path, topdown=False))
480 for root, dirs, files in os.walk(test_support.TESTFN, topdown=False):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 453 all = list(os.walk(walk_path, topdown=False))
480 for root, dirs, files in os.walk(test_support.TESTFN, topdown=False):
    [all...]

Completed in 650 milliseconds

1 2 3