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

  /external/python/pyasn1/pyasn1/compat/
integer.py 25 def from_bytes(octets, signed=False): function
98 def from_bytes(octets, signed=False): function
99 return int.from_bytes(bytes(octets), 'big', signed=signed)
  /external/python/httplib2/tests/
__init__.py 60 # crutch to enable HttpRequest.from_bytes
154 def from_bytes(cls, bs): member in class:HttpMessage
488 response = HttpResponse.from_bytes(response_bytes)
  /art/runtime/gc/collector/
semi_space.cc 261 const int64_t from_bytes = from_space_->GetBytesAllocated(); local
268 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
    [all...]
concurrent_copying.cc 2634 const uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace(); local
    [all...]

Completed in 313 milliseconds