Searched defs:read32 (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Demo/zlib/
H A Dminigzip.py18 def read32(input): function
100 crc32 = read32(input)
101 isize = read32(input)
/external/syslinux/libfat/
H A Dulint.h56 static inline unsigned int read32(le32_t * _p) function
88 static inline unsigned int read32(le32_t * _pp) function
/external/python/cpython2/Lib/
H A Dgzip.py24 def read32(input): function
202 self.mtime = read32(self.fileobj)
350 crc32 = read32(self.fileobj)
351 isize = read32(self.fileobj) # may exceed 2GB
/external/nos/host/android/manual_tests/
H A Dtest_citadel.c315 static uint32_t read32(uint32_t address, uint32_t *valptr) function
380 retval = read32(address, &value);
596 if (0 != read32(GPIO_DATA, &curr)) {
608 if (0 != read32(GPIO_DATA, &curr)) {
622 if (0 != read32(GPIO_DATA, &curr)) {
654 if (0 != read32(GPIO_DATA, &curr)) {
664 if (0 != read32(GPIO_DATA, &curr)) {
678 if (0 != read32(GPIO_DATA, &curr)) {
708 if (0 != read32(GPIO_DATAOUT, &curr)) {
732 if (0 != read32(GPIO_DATAOU
[all...]
/external/skia/src/core/
H A DSkReadBuffer.cpp134 int32_t SkReadBuffer::read32() { function in class:SkReadBuffer
271 SkImage* img = fInflator->getImage(this->read32());
275 int width = this->read32();
276 int height = this->read32();
289 int32_t encoded_size = this->read32();
306 int32_t originX = this->read32();
307 int32_t originY = this->read32();
332 return sk_ref_sp(fInflator->getTypeface(this->read32()));
340 int32_t index = this->read32();
362 factory = fInflator->getFactory(this->read32());
[all...]
/external/skqp/src/core/
H A DSkReadBuffer.cpp134 int32_t SkReadBuffer::read32() { function in class:SkReadBuffer
270 SkImage* img = fInflator->getImage(this->read32());
274 int width = this->read32();
275 int height = this->read32();
288 int32_t encoded_size = this->read32();
305 int32_t originX = this->read32();
306 int32_t originY = this->read32();
331 return sk_ref_sp(fInflator->getTypeface(this->read32()));
339 int32_t index = this->read32();
361 factory = fInflator->getFactory(this->read32());
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2027 milliseconds