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

  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 124 int towrite = snprintf(buffer, BUF_SIZE, "%ld", (long)pid); local
125 if (towrite >= BUF_SIZE) {
128 if (write(fd, buffer, towrite) != towrite) {
  /system/vold/
Keymaster.cpp 224 static bool write_string_to_buf(const std::string& towrite, uint8_t* buffer, uint32_t buffer_size,
230 *out_size = towrite.size();
231 if (buffer_size < towrite.size()) {
232 LOG(ERROR) << "Buffer too small " << buffer_size << " < " << towrite.size();
236 std::copy(towrite.begin(), towrite.end(), buffer);
CheckEncryption.cpp 74 auto towrite = os.str(); local
83 if (!WriteStringToFile(towrite, needle)) {
  /external/libmtp/src/
libopenusb1-glue.c 951 unsigned long towrite = 0; local
1165 unsigned long towrite; local
    [all...]
libusb-glue.c 968 unsigned long towrite = 0; local
980 towrite = size-curwrite;
981 if (towrite > CONTEXT_BLOCK_SIZE) {
982 towrite = CONTEXT_BLOCK_SIZE;
985 if (towrite > ptp_usb->outep_maxpacket && towrite % ptp_usb->outep_maxpacket != 0) {
986 towrite -= towrite % ptp_usb->outep_maxpacket;
989 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
1157 unsigned long towrite; local
    [all...]
libusb1-glue.c 984 unsigned long towrite = 0; local
998 towrite = size-curwrite;
999 if (towrite > CONTEXT_BLOCK_SIZE) {
1000 towrite = CONTEXT_BLOCK_SIZE;
1003 if (towrite > ptp_usb->outep_maxpacket && towrite % ptp_usb->outep_maxpacket != 0) {
1004 towrite -= towrite % ptp_usb->outep_maxpacket;
1007 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
1182 unsigned long towrite; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 667 towrite = "hello, world\n"
684 f.write(towrite)
699 self.assertEqual(data, towrite)
716 f.write(towrite)
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 688 towrite = "hello, world\n"
705 f.write(towrite)
720 self.assertEqual(data, towrite)
737 f.write(towrite)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py 673 towrite = "hello, world\n"
690 f.write(towrite)
705 self.assertEqual(data, towrite)
722 f.write(towrite)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py 673 towrite = "hello, world\n"
690 f.write(towrite)
705 self.assertEqual(data, towrite)
722 f.write(towrite)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 673 towrite = "hello, world\n"
690 f.write(towrite)
705 self.assertEqual(data, towrite)
722 f.write(towrite)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 673 towrite = "hello, world\n"
690 f.write(towrite)
705 self.assertEqual(data, towrite)
722 f.write(towrite)
    [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py 762 towrite = b"hello, world\n"
779 f.write(towrite)
794 self.assertEqual(data, towrite)
812 f.write(towrite)
    [all...]
  /external/libevent/test/
regress.c 1917 int towrite = (int)strlen(TEST1)+1; local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go     [all...]
syscall_windows.go 228 //sys WriteConsole(console Handle, buf *uint16, towrite uint32, written *uint32, reserved *byte) (err error) = kernel32.WriteConsoleW
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go     [all...]
syscall_windows.go 228 //sys WriteConsole(console Handle, buf *uint16, towrite uint32, written *uint32, reserved *byte) (err error) = kernel32.WriteConsoleW
    [all...]

Completed in 469 milliseconds