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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 356 Qmatch = _QuotePatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
363 if Qmatch: k = Qmatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /external/python/cpython2/Lib/
Cookie.py 353 Qmatch = _QuotePatt.search(str, i)
354 if not Omatch and not Qmatch: # Neither matched
360 if Qmatch: k = Qmatch.start(0)
361 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 356 Qmatch = _QuotePatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
363 if Qmatch: k = Qmatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 356 Qmatch = _QuotePatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
363 if Qmatch: k = Qmatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 356 Qmatch = _QuotePatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
363 if Qmatch: k = Qmatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 356 Qmatch = _QuotePatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
363 if Qmatch: k = Qmatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched

Completed in 188 milliseconds