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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 329 head_parts = []
332 head_parts.pop()
334 head_parts.append(part)
336 head_parts.pop()
338 return ('/' + '/'.join(head_parts), tail_part)
  /external/python/cpython2/Lib/
CGIHTTPServer.py 319 head_parts = []
322 head_parts.pop() # IndexError if more '..' than prior parts
324 head_parts.append( part )
329 head_parts.pop()
339 splitpath = ('/' + '/'.join(head_parts), tail_part)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 322 head_parts = []
325 head_parts.pop() # IndexError if more '..' than prior parts
327 head_parts.append( part )
332 head_parts.pop()
339 splitpath = ('/' + '/'.join(head_parts), tail_part)
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 322 head_parts = []
325 head_parts.pop() # IndexError if more '..' than prior parts
327 head_parts.append( part )
332 head_parts.pop()
339 splitpath = ('/' + '/'.join(head_parts), tail_part)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 322 head_parts = []
325 head_parts.pop() # IndexError if more '..' than prior parts
327 head_parts.append( part )
332 head_parts.pop()
339 splitpath = ('/' + '/'.join(head_parts), tail_part)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 322 head_parts = []
325 head_parts.pop() # IndexError if more '..' than prior parts
327 head_parts.append( part )
332 head_parts.pop()
339 splitpath = ('/' + '/'.join(head_parts), tail_part)

Completed in 1483 milliseconds