Home
last modified time | relevance | path

Searched refs:write (Results 2301 - 2325 of 4904) sorted by relevance

1...<<919293949596979899100>>...197

/third_party/python/Tools/clinic/
H A Dclinic.py1734 write = self.f.write
1739 write(input)
1742 write(self.language.start_line.format(dsl_name=dsl_name))
1743 write("\n")
1747 write(input)
1750 write(body_prefix)
1751 write(line)
1752 write("\n")
1754 write(sel
1768 def write(self, text): global() member in BlockPrinter
[all...]
/third_party/python/Lib/test/
H A Dtest_tarfile.py443 fobj.write(char * 1024)
446 fobj.write(tarinfo.tobuf())
447 fobj.write(data)
720 fobj.write(b"")
903 fobj.write(data)
1115 fobj.write(b'x' * 4096)
1205 f.write(data)
1212 # Put all write tests in here that are supposed to be tested
1271 fobj.write(b"aaa")
1289 fobj.write(
1540 def write(self, data): global() member in WriteTest.test_open_nonwritable_fileobj.BadFile
[all...]
/third_party/glfw/tests/
H A Dtriangle-vulkan.c1378 VkWriteDescriptorSet write; in demo_prepare_descriptor_set() local
1398 memset(&write, 0, sizeof(write)); in demo_prepare_descriptor_set()
1399 write.sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in demo_prepare_descriptor_set()
1400 write.dstSet = demo->desc_set; in demo_prepare_descriptor_set()
1401 write.descriptorCount = DEMO_TEXTURE_COUNT; in demo_prepare_descriptor_set()
1402 write.descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in demo_prepare_descriptor_set()
1403 write.pImageInfo = tex_descs; in demo_prepare_descriptor_set()
1405 vkUpdateDescriptorSets(demo->device, 1, &write, 0, NULL); in demo_prepare_descriptor_set()
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c397 /* Get the maximum amount of data that can be transferred in one write transfer */ in nfs_decode_args()
516 * First, get the maximum size of a read and a write transfer. in nfs_bind()
1630 /* Make sure that the attempted write size does not exceed the RPC in vfs_nfs_write()
1658 /* Initialize the request. Here we need an offset pointer to the write in vfs_nfs_write()
1664 nmp->nm_iobuffer)->write; in vfs_nfs_write()
1700 /* Perform the write */ in vfs_nfs_write()
1705 (void *)&nmp->nm_msgbuffer.write, in vfs_nfs_write()
1714 ptr = (uint32_t *)&nmp->nm_msgbuffer.write.write; in vfs_nfs_write()
1841 /* Make sure that the attempted write siz in vfs_nfs_writepage()
[all...]
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs138 write!(output, "// Source: {}.\n", path.display()).unwrap(); in process_semver_file()
139 output.write(b"use libc::{\n").unwrap(); in process_semver_file()
146 output.write(b" ").unwrap(); in process_semver_file()
147 output.write(&line).unwrap(); in process_semver_file()
148 output.write(b",\n").unwrap(); in process_semver_file()
152 output.write(b"};\n\n").unwrap(); in process_semver_file()
2762 std::fs::write( in test_neutrino()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c714 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points; in ft_stroke_border_export() local
717 for ( ; count > 0; count--, read++, write++ ) in ft_stroke_border_export()
720 *write = FT_CURVE_TAG_ON; in ft_stroke_border_export()
722 *write = FT_CURVE_TAG_CUBIC; in ft_stroke_border_export()
724 *write = FT_CURVE_TAG_CONIC; in ft_stroke_border_export()
732 FT_Short* write = outline->contours + outline->n_contours; in ft_stroke_border_export() local
740 *write++ = idx; in ft_stroke_border_export()
/third_party/backends/backend/genesys/
H A Dgl646.cpp1037 // write them to analog frontend in gl646_set_ad_fe()
1713 /* write scan registers */ in move_back_home()
1717 DBG(DBG_error, "%s: failed to bulk write registers\n", __func__); in move_back_home()
2501 // now registers are ok, write them to scanner in init_regs_for_warmup()
2519 // to detect real power up condition, we write to REG_0x41 with pwrbit set, then read it back. in init()
2594 /* MD6471/G2410 and XP200 read/write data from an undocumented memory area which in init()
2678 // write scan registers in simple_scan()
2751 session->buttons[BUTTON_SCAN_SW].write((value & 0x02) != 0); in update_hardware_sensors()
2754 session->buttons[BUTTON_SCAN_SW].write(value == 0x16); in update_hardware_sensors()
2757 session->buttons[BUTTON_SCAN_SW].write(valu in update_hardware_sensors()
[all...]
/third_party/python/Lib/
H A Dturtle.py95 write_docstringdict() to write a dictionary with the original (English)
140 'write', 'xcor', 'ycor']
3417 """Performs the writing for write()
3427 def write(self, arg, move=False, align="left", font=("Arial", 8, "normal")): member in RawTurtle
3443 >>> turtle.write('Home = ', True, align="center")
3444 >>> turtle.write((0,0), True)
3839 """Create and write docstring-dictionary to file.
3862 f.write('docsdict = {\n\n')
3864 f.write('%s :\n' % repr(key))
3865 f.write(' """
[all...]
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dhandler.py65 result_file.write(ElementTree.tostring(root).decode())
/test/testfwk/developer_test/libs/fuzzlib/tools/
H A Dcolored.py110 f.write(msg + "\n")
/test/testfwk/developer_test/src/core/command/
H A Ddistribute_utils.py63 file_handle.write("%s,%s,%s,%s\n" % (
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py56 file_desc.write(command)
/test/xts/hats/kernel/syscalls/fileio/lseek/
H A DLseekApiTest.cpp46 write(fd, TEST_DATA, TEST_LEN); in SetUp()
/third_party/elfio/elfio/
H A Delfio_header.hpp115 stream.write( reinterpret_cast<const char*>( &header ),
/third_party/eudev/src/udev/
H A Dudevadm-trigger.c56 if (write(fd, action, strlen(action)) < 0) in exec_list()
/third_party/elfutils/lib/
H A Dsystem.h173 ssize_t ret = TEMP_FAILURE_RETRY (write (fd, ((char *)buf) + recvd, len - recvd)); in write_retry()
/third_party/f2fs-tools/fsck/
H A Dquotaio.h130 unsigned int (*write)(struct quota_file *qf, long offset, member
/third_party/ffmpeg/libavcodec/x86/
H A Dhuffyuvencdsp.asm22 ;* License along with FFmpeg; if not, write to the Free Software
H A Daacencdsp.asm19 ;* License along with FFmpeg; if not, write to the Free Software
H A Dblockdsp.asm22 ;* License along with FFmpeg; if not, write to the Free Software
H A Dfpel.asm20 ;* License along with FFmpeg; if not, write to the Free Software
H A Dfmtconvert.asm18 ;* License along with FFmpeg; if not, write to the Free Software
H A Dpixblockdsp.asm20 ;* License along with FFmpeg; if not, write to the Free Software
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_maskedclamp.asm19 ;* License along with FFmpeg; if not, write to the Free Software
H A Dvf_limiter.asm17 ;* License along with FFmpeg; if not, write to the Free Software

Completed in 31 milliseconds

1...<<919293949596979899100>>...197