HomeSort by relevance Sort by last modified time
    Searched refs:topdown (Results 1 - 25 of 64) 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 92 int topdown; local
112 topdown = (u > t) ? 0 : 1;
117 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/python/cpython3/Lib/
os.py 277 def walk(top, topdown=True, onerror=None, followlinks=False):
292 If optional arg 'topdown' is true or not specified, the triple for a
294 (directories are generated top down). If topdown is false, the triple
298 When topdown is true, the caller can modify the dirnames list in-place
302 topdown is false is ineffective, since the directories in dirnames have
304 the value of topdown, the list of subdirectories is retrieved before the
378 if not topdown and is_dir:
397 if topdown:
409 yield from walk(new_path, topdown, onerror, followlinks)
413 yield from walk(new_path, topdown, onerror, followlinks
    [all...]
  /external/skia/infra/bots/
zip_utils.py 33 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):
  /external/skqp/infra/bots/
zip_utils.py 33 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):
  /development/vndk/tools/
system_image_diff.py 35 for root, dirs, files in os.walk(system_prefix, topdown=True):
  /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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 371 def walk(top, topdown=True, onerror=None):
391 if topdown:
396 for x in walk(path, topdown, onerror):
398 if not topdown:
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 371 def walk(top, topdown=True, onerror=None):
391 if topdown:
396 for x in walk(path, topdown, onerror):
398 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):

Completed in 439 milliseconds

1 2 3