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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 101 def check_hello(self, out, has_length=True):
107 (has_length and "Content-Length: 13\r\n" or "") +
119 self.check_hello(out, has_length=False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 101 def check_hello(self, out, has_length=True):
107 (has_length and "Content-Length: 13\r\n" or "") +
119 self.check_hello(out, has_length=False)
  /external/qemu/qapi-auto-generated/
qmp-commands.h 163 void qmp_dump_guest_memory(bool paging, const char * protocol, bool has_begin, int64_t begin, bool has_length, int64_t length, Error **errp);
qmp-marshal.c 3226 bool has_length = false; local
    [all...]

Completed in 236 milliseconds