HomeSort by relevance Sort by last modified time
    Searched full:omatch (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 355 Omatch = _OctalPatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
362 if Omatch: j = Omatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /external/python/cpython2/Lib/
Cookie.py 352 Omatch = _OctalPatt.search(str, i)
354 if not Omatch and not Qmatch: # Neither matched
359 if Omatch: j = Omatch.start(0)
361 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 355 Omatch = _OctalPatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
362 if Omatch: j = Omatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 355 Omatch = _OctalPatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
362 if Omatch: j = Omatch.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 355 Omatch = _OctalPatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
362 if Omatch: j = Omatch.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 355 Omatch = _OctalPatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
362 if Omatch: j = Omatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c 1280 struct cil_list_item *omatch = NULL; local
    [all...]

Completed in 315 milliseconds