HomeSort by relevance Sort by last modified time
    Searched refs:write_byte (Results 1 - 18 of 18) 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 65 if (channel->manager->write_byte)
66 return channel->manager->write_byte(channel, offset,
test_io.c 55 void (*write_byte)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
214 data->write_byte = test_io_cb_write_byte;
421 if (data->real && data->real->manager->write_byte)
423 if (data->write_byte)
424 data->write_byte(offset, count, retval);
427 "Test_io: write_byte(%lu, %d) returned %s\n",
541 .write_byte = test_write_byte,
ext2_io.h 84 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member in struct:struct_io_manager
inode_io.c 74 .write_byte = inode_write_byte,
sparse_io.c 513 .write_byte = NULL,
532 .write_byte = NULL,
closefs.c 199 if (!fs->io->manager->write_byte || !fs->orig_super) {
undo_io.c 928 if (data->real && data->real->manager->write_byte)
1094 .write_byte = undo_write_byte,
unix_io.c 1116 .write_byte = unix_write_byte,
1137 .write_byte = unix_write_byte,
  /device/google/contexthub/util/stm32_flash/
flash.c 53 ssize_t write_byte(int fd, uint8_t byte) function
168 if (write_byte(gpio, '1') < 0)
330 if (write_byte(gpio, '0') < 0)
  /external/python/cpython2/Lib/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)
557 # Test write_byte()
560 m.write_byte(data[i])
562 self.assertRaises(ValueError, m.write_byte, "x")
666 self.assertRaises(ValueError, m.write_byte, 'b')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
552 # Test write_byte()
555 m.write_byte(data[i])
557 self.assertRaises(ValueError, m.write_byte, "x")
  /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")
  /system/nfc/src/nfc/int/
rw_int.h 206 uint8_t write_byte; /* Index of last written byte */ member in struct:__anon115103
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1342 write_byte(struct file *file, int b) function
    [all...]

Completed in 293 milliseconds