Searched defs:encode_threshold (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DSimpleXMLRPCServer.py436 encode_threshold = 1400 #a common MTU variable in class:SimpleXMLRPCRequestHandler
524 if self.encode_threshold is not None:
525 if len(response) > self.encode_threshold:
H A Dxmlrpclib.py1244 encode_threshold = None #None = don't encode variable in class:Transport
1432 if (self.encode_threshold is not None and
1433 self.encode_threshold < len(request_body) and
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DSimpleXMLRPCServer.py436 encode_threshold = 1400 #a common MTU variable in class:SimpleXMLRPCRequestHandler
524 if self.encode_threshold is not None:
525 if len(response) > self.encode_threshold:
H A Dxmlrpclib.py1244 encode_threshold = None #None = don't encode variable in class:Transport
1432 if (self.encode_threshold is not None and
1433 self.encode_threshold < len(request_body) and
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DSimpleXMLRPCServer.py436 encode_threshold = 1400 #a common MTU variable in class:SimpleXMLRPCRequestHandler
524 if self.encode_threshold is not None:
525 if len(response) > self.encode_threshold:
H A Dxmlrpclib.py1244 encode_threshold = None #None = don't encode variable in class:Transport
1432 if (self.encode_threshold is not None and
1433 self.encode_threshold < len(request_body) and
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DSimpleXMLRPCServer.py436 encode_threshold = 1400 #a common MTU variable in class:SimpleXMLRPCRequestHandler
524 if self.encode_threshold is not None:
525 if len(response) > self.encode_threshold:
H A Dxmlrpclib.py1244 encode_threshold = None #None = don't encode variable in class:Transport
1432 if (self.encode_threshold is not None and
1433 self.encode_threshold < len(request_body) and

Completed in 99 milliseconds