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

  /hardware/qcom/gps/msm8960/loc_api/
Android.mk 6 #call the subfolders
  /hardware/qcom/gps/loc_api/
Android.mk 14 #call the subfolders
  /hardware/qcom/gps/msm8084/loc_api/
Android.mk 14 #call the subfolders
  /hardware/qcom/gps/msm8909/loc_api/
Android.mk 14 #call the subfolders
  /hardware/qcom/gps/msm8994/loc_api/
Android.mk 14 #call the subfolders
  /hardware/qcom/gps/msm8996/loc_api/
Android.mk 14 #call the subfolders
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mhlib.py 18 list = mh.listallfolders() # names of all folders, including subfolders
19 list = mh.listsubfolders(name) # direct subfolders of given folder
20 list = mh.listallsubfolders(name) # all subfolders of given folder
23 mh.deletefolder(name) # delete folder -- must have no subfolders
156 """Return the names of the subfolders in a given folder
160 # that have no subfolders.
164 subfolders = []
170 subfolders.append(name_subname)
171 # Stop looking for subfolders when
176 subfolders.sort()
    [all...]
  /external/python/cpython2/Lib/
mhlib.py 18 list = mh.listallfolders() # names of all folders, including subfolders
19 list = mh.listsubfolders(name) # direct subfolders of given folder
20 list = mh.listallsubfolders(name) # all subfolders of given folder
23 mh.deletefolder(name) # delete folder -- must have no subfolders
156 """Return the names of the subfolders in a given folder
160 # that have no subfolders.
164 subfolders = []
170 subfolders.append(name_subname)
171 # Stop looking for subfolders when
176 subfolders.sort(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 18 list = mh.listallfolders() # names of all folders, including subfolders
19 list = mh.listsubfolders(name) # direct subfolders of given folder
20 list = mh.listallsubfolders(name) # all subfolders of given folder
23 mh.deletefolder(name) # delete folder -- must have no subfolders
156 """Return the names of the subfolders in a given folder
160 # that have no subfolders.
164 subfolders = []
170 subfolders.append(name_subname)
171 # Stop looking for subfolders when
176 subfolders.sort(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mhlib.py 18 list = mh.listallfolders() # names of all folders, including subfolders
19 list = mh.listsubfolders(name) # direct subfolders of given folder
20 list = mh.listallsubfolders(name) # all subfolders of given folder
23 mh.deletefolder(name) # delete folder -- must have no subfolders
156 """Return the names of the subfolders in a given folder
160 # that have no subfolders.
164 subfolders = []
170 subfolders.append(name_subname)
171 # Stop looking for subfolders when
176 subfolders.sort(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 18 list = mh.listallfolders() # names of all folders, including subfolders
19 list = mh.listsubfolders(name) # direct subfolders of given folder
20 list = mh.listallsubfolders(name) # all subfolders of given folder
23 mh.deletefolder(name) # delete folder -- must have no subfolders
156 """Return the names of the subfolders in a given folder
160 # that have no subfolders.
164 subfolders = []
170 subfolders.append(name_subname)
171 # Stop looking for subfolders when
176 subfolders.sort(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 18 list = mh.listallfolders() # names of all folders, including subfolders
19 list = mh.listsubfolders(name) # direct subfolders of given folder
20 list = mh.listallsubfolders(name) # all subfolders of given folder
23 mh.deletefolder(name) # delete folder -- must have no subfolders
156 """Return the names of the subfolders in a given folder
160 # that have no subfolders.
164 subfolders = []
170 subfolders.append(name_subname)
171 # Stop looking for subfolders when
176 subfolders.sort(
    [all...]
  /external/autotest/site_utils/
gs_offloader.py 328 subfolders = []
330 subfolders.extend(_get_zippable_folders(folder))
331 folders = subfolders
    [all...]
  /external/pcre/dist2/
RunTest.bat 153 @echo RunTest.bat's pcre2test output is written to newly created subfolders

Completed in 2710 milliseconds