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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
posixpath.py 325 new_comps = []
329 if (comp != '..' or (not initial_slashes and not new_comps) or
330 (new_comps and new_comps[-1] == '..')):
331 new_comps.append(comp)
332 elif new_comps:
333 new_comps.pop()
334 comps = new_comps
  /external/python/cpython2/Lib/
posixpath.py 342 new_comps = []
346 if (comp != '..' or (not initial_slashes and not new_comps) or
347 (new_comps and new_comps[-1] == '..')):
348 new_comps.append(comp)
349 elif new_comps:
350 new_comps.pop()
351 comps = new_comps
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixpath.py 334 new_comps = []
338 if (comp != '..' or (not initial_slashes and not new_comps) or
339 (new_comps and new_comps[-1] == '..')):
340 new_comps.append(comp)
341 elif new_comps:
342 new_comps.pop()
343 comps = new_comps
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixpath.py 334 new_comps = []
338 if (comp != '..' or (not initial_slashes and not new_comps) or
339 (new_comps and new_comps[-1] == '..')):
340 new_comps.append(comp)
341 elif new_comps:
342 new_comps.pop()
343 comps = new_comps
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 334 new_comps = []
338 if (comp != '..' or (not initial_slashes and not new_comps) or
339 (new_comps and new_comps[-1] == '..')):
340 new_comps.append(comp)
341 elif new_comps:
342 new_comps.pop()
343 comps = new_comps
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 334 new_comps = []
338 if (comp != '..' or (not initial_slashes and not new_comps) or
339 (new_comps and new_comps[-1] == '..')):
340 new_comps.append(comp)
341 elif new_comps:
342 new_comps.pop()
343 comps = new_comps
  /external/python/cpython3/Lib/
posixpath.py 351 new_comps = []
355 if (comp != dotdot or (not initial_slashes and not new_comps) or
356 (new_comps and new_comps[-1] == dotdot)):
357 new_comps.append(comp)
358 elif new_comps:
359 new_comps.pop()
360 comps = new_comps
  /external/pdfium/third_party/libopenjpeg20/
jp2.c 1035 opj_image_comp_t *old_comps, *new_comps; local
    [all...]

Completed in 757 milliseconds