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

  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
validate.py 411 NO_MESSAGE_BODY = (204, 304)
414 if code not in NO_MESSAGE_BODY:
418 if code not in NO_MESSAGE_BODY:
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
validate.py 411 NO_MESSAGE_BODY = (204, 304)
414 if code not in NO_MESSAGE_BODY:
418 if code not in NO_MESSAGE_BODY:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 411 NO_MESSAGE_BODY = (204, 304)
414 if code not in NO_MESSAGE_BODY:
418 if code not in NO_MESSAGE_BODY:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 411 NO_MESSAGE_BODY = (204, 304)
414 if code not in NO_MESSAGE_BODY:
418 if code not in NO_MESSAGE_BODY:
  /external/chromium-trace/catapult/third_party/Paste/paste/
lint.py 407 NO_MESSAGE_BODY = (204, 304)
415 if code not in NO_MESSAGE_BODY:
  /external/chromium-trace/catapult/third_party/webtest/webtest/
lint.py 463 NO_MESSAGE_BODY = (201, 204, 304)
484 if code not in NO_MESSAGE_BODY and length is not None and length > 0:

Completed in 88 milliseconds