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

  /external/autotest/client/common_lib/
smogcheck_pca9555.py 99 write_byte = byte_read | PCA_BIT_ONE[key]
101 write_byte = byte_read & ~PCA_BIT_ONE[key]
102 self.writeByte(PCA_REG['OUT0'], write_byte)
195 write_byte = reset_low6 ^ bit_mask
197 'bit_mask = 0x%x, write_byte = 0x%x',
198 byte_read, reset_low6, bit_mask, write_byte)
199 self.writeByte(PCA_REG['OUT1'], write_byte)
  /external/e2fsprogs/lib/ext2fs/
io_manager.c 64 if (channel->manager->write_byte)
65 return channel->manager->write_byte(channel, offset,
test_io.c 60 void (*write_byte)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
231 data->write_byte = test_io_cb_write_byte;
438 if (data->real && data->real->manager->write_byte)
440 if (data->write_byte)
441 data->write_byte(offset, count, retval);
444 "Test_io: write_byte(%lu, %d) returned %s\n",
ext2_io.h 82 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member in struct:struct_io_manager
closefs.c 191 if (!fs->io->manager->write_byte || !fs->orig_super) {
undo_io.c 541 if (data->real && data->real->manager->write_byte)
  /device/google/contexthub/util/stm32_flash/
flash.c 46 ssize_t write_byte(int fd, uint8_t byte) function
153 if (write_byte(gpio, '1') < 0)
308 if (write_byte(gpio, '0') < 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mmap.py 152 # Ensuring that readonly mmap can't be write_byte() to
155 m.write_byte('d')
248 self.assertRaises(TypeError, m.write_byte, 0)
565 # Test write_byte()
568 m.write_byte(data[i])
570 self.assertRaises(ValueError, m.write_byte, "x")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mmap.py 152 # Ensuring that readonly mmap can't be write_byte() to
155 m.write_byte('d')
248 self.assertRaises(TypeError, m.write_byte, 0)
565 # Test write_byte()
568 m.write_byte(data[i])
570 self.assertRaises(ValueError, m.write_byte, "x")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mmap.py 152 # Ensuring that readonly mmap can't be write_byte() to
155 m.write_byte('d')
248 self.assertRaises(TypeError, m.write_byte, 0)
565 # Test write_byte()
568 m.write_byte(data[i])
570 self.assertRaises(ValueError, m.write_byte, "x")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mmap.py 152 # Ensuring that readonly mmap can't be write_byte() to
155 m.write_byte('d')
248 self.assertRaises(TypeError, m.write_byte, 0)
565 # Test write_byte()
568 m.write_byte(data[i])
570 self.assertRaises(ValueError, m.write_byte, "x")
  /external/libnfc-nci/src/nfc/int/
rw_int.h 159 UINT8 write_byte; /* Index of last written byte */ member in struct:__anon15923
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1342 write_byte(struct file *file, int b) function
    [all...]

Completed in 578 milliseconds