HomeSort by relevance Sort by last modified time
    Searched refs:rel_list (Results 1 - 14 of 14) sorted by null

  /system/core/toolbox/
generate-input.h-labels.py 28 rel_list = [] variable
56 rel_list.append(name)
87 Dump("rel_labels", rel_list)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 525 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
526 if not rel_list:
528 return join(*rel_list)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 520 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
521 if not rel_list:
523 return join(*rel_list)
posixpath.py 412 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
413 if not rel_list:
415 return join(*rel_list)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 520 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
521 if not rel_list:
523 return join(*rel_list)
posixpath.py 428 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
429 if not rel_list:
431 return join(*rel_list)
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 520 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
521 if not rel_list:
523 return join(*rel_list)
posixpath.py 428 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
429 if not rel_list:
431 return join(*rel_list)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 520 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
521 if not rel_list:
523 return join(*rel_list)
posixpath.py 428 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
429 if not rel_list:
431 return join(*rel_list)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 520 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
521 if not rel_list:
523 return join(*rel_list)
posixpath.py 428 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
429 if not rel_list:
431 return join(*rel_list)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 555 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
556 if not rel_list:
558 return join(*rel_list)
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 181 rel_list = [os.pardir] * (len(base_list)-i) + target_list[i:]
182 return os.path.join(*rel_list)

Completed in 366 milliseconds