| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | h264_deblock.asm | 23 ;* License along with FFmpeg; if not, write to the Free Software 811 ; transpose 16x6 -> original space (but we can't write only 6 pixels, so really 16x8) 850 ; transpose 16x6 -> original space (but we can't write only 6 pixels, so really 16x8)
|
| H A D | vp9lpf.asm | 20 ;* License along with FFmpeg; if not, write to the Free Software 816 MASK_APPLY m7, rq0, m6, m5 ; m7 = filter2(q0) & mask / we write it in filter4() 817 MASK_APPLY m1, rp0, m6, m5 ; m1 = filter2(p0) & mask / we write it in filter4()
|
| H A D | hevc_deblock.asm | 21 ;* License along with FFmpeg; if not, write to the Free Software 596 MASKED_COPY2 m2, m15, m8; write p1' 614 MASKED_COPY2 m5, m8, m10; write q1'
|
| H A D | lossless_videodsp.asm | 20 ;* License along with FFmpeg; if not, write to the Free Software
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_share.c | 24 * License along with this library; if not, write to the Free Software 297 s = write(share->client_socket, buf, 1); in _snd_pcm_share_missing() 300 s = write(share->slave_socket, buf, 1); in _snd_pcm_share_missing() 1448 err = write(sd[0], buf, 1); in snd_pcm_share_open()
|
| /third_party/libuv/test/ |
| H A D | test-spawn.c | 858 uv_write_t write; in TEST_IMPL() local 888 r = uv_write(&write, (uv_stream_t*) &in, &buf, 1, write_cb); in TEST_IMPL() 2047 w = write(1, pbuf, (size_t)c); in spawn_stdin_stdout()
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | input.py | 547 sys.stderr.write("gyp: %s\n" % e) 898 f.write("%s\n" % i) 983 sys.stderr.write(p_stderr)
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | win32_io.c | 23 * distribution in the file COPYING); if not, write to the Free Software 684 * Note: In pre XP, this requires write permission, even though nothing is 1173 /* Access if read-write, no volume found. */ in ntfs_device_win32_open_partition() 1327 * @write: TRUE if write transfer and FALSE if read transfer 1348 (long long)pos, (long long)count, write ? "write" : in ntfs_device_win32_pio() 1398 ntfs_log_trace("%sFile() failed.\n", write ? in ntfs_device_win32_pio() 1567 * ntfs_device_win32_sync - flush write buffers to disk 1605 * ntfs_device_win32_pwrite_simple - positioned simple write [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 651 lrz.write = false; 673 lrz.write = false; 682 * direction for LRZ.. if we have to skip a LRZ write for any 716 A6XX_GRAS_LRZ_CNTL(.enable = lrz.enable, .lrz_write = lrz.write, 913 // After a draw HW would write the new offset to offset_bo
|
| /third_party/python/Lib/ |
| H A D | doctest.py | 1193 should be displayed. It defaults to `sys.stdout.write`. If 1469 out = save_stdout.write 1471 # Use backslashreplace error handling on write 1474 save_stdout.write(s) 1481 # allows us to write test cases for the set_trace behavior. 2217 test, out=new.write, clear_globs=False)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 318 LineStrings.write((uint8_t *)Data.data()); in emitSection() 791 // Utility function to write a tuple for .debug_abbrev. 1940 support::endian::write<uint16_t>(OS, AddrDelta, E); in EncodeAdvanceLoc() 1949 support::endian::write<uint32_t>(OS, AddrDelta, E); in EncodeAdvanceLoc()
|
| /third_party/skia/src/xps/ |
| H A D | SkXPSDevice.cpp | 143 //For simplicity, just write everything out in geometry units, in beginSheet() 317 "Could not write the page."); in endSheet() 634 SkDynamicMemoryWStream write; in createXpsImageBrush() local 635 if (!SkEncodeImage(&write, bitmap, SkEncodedImageFormat::kPNG, 100)) { in createXpsImageBrush() 639 HRM(SkIStream::CreateFromSkStream(write.detachAsStream(), &read), in createXpsImageBrush() 1988 //To what stream do we write? in onCreateDevice()
|
| /third_party/python/Lib/test/ |
| H A D | test_nntplib.py | 404 self.s2c.write(data) 407 def write(self, b): member in _NNTPServerIO 410 self.c2s.write(b)
|
| H A D | test_urllib.py | 157 f.write(self.text) 708 FILE.write(self.text) 737 newFile.write(data) 879 character you write it as '%' + <2 character US-ASCII hex value>.
|
| H A D | test_embed.py | 600 sys.stdout.buffer.write(data) 1393 fp.write(subdir) 1430 fp.write(tmpdir) 1802 printer.write(message)
|
| H A D | pickletester.py | 101 self.write = self._bio.write 1404 f.write(locker_module.encode('utf-8')) 1406 f.write(locking_import_module.encode('utf-8')) 2674 def write(self, chunk): member in AbstractPickleTests.test_framed_write_sizes_with_delayed_writer.ChunkAccumulator 2687 # calls to write only once or twice per frame: 2688 # The C pickler issues one call to write per-frame (header and 2689 # contents) while Python pickler issues two calls to write: one for 2695 # of the call to dump: any memoryview passed to write should not 2708 # There should be at least one call to write pe [all...] |
| H A D | test_argparse.py | 97 file.write(filename) 1547 file.write(text) 1577 file.write(text) 1684 file.write(file_name) 1705 file.write('good') 1725 file.write(file_name) 1751 other.write(text)
|
| H A D | test_shutil.py | 85 fp.write(content) 102 f.write(chunk) 140 f.write(b"0123456789") 1234 f.write('cheddar') 1254 f.write('cheddar') 2005 f.write(b"spam") 2386 f.write(b'foo')
|
| /third_party/toybox/toys/pending/ |
| H A D | dhcp.c | 345 * arguments to write in specific file. as dhcpd does. 354 write(pidfile, pidbuf, strlen(pidbuf)); in write_pid() 797 if((ret = write(fd, &state->pdhcp, sizeof(dhcp_msg_t) - padding)) < 0) { in send_app() 798 dbg("SEND APP: write failed error %d\n", ret); in send_app() 801 dbg("SEND APP: write success wrote %d\n", ret); in send_app() 811 if (write(sigfd.wr, &ch, 1) != 1) dbg("can't send signal\n"); in signal_handler()
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | JsonFormat.java | 691 write(text.subSequence(pos, i + 1)); in print() 696 write(text.subSequence(pos, size)); in print() 699 private void write(final CharSequence data) throws IOException { in write() method in JsonFormat.PrettyTextGenerator
|
| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| H A D | scsimain.c | 224 int out_blk; /* -\ next block address to write */ 225 int out_count; /* | blocks remaining for next write */ 603 printf(" -w force open with read/write flag\n"); in usage() 779 res = write(sg_fd, inqBuff, inqInLen); in run_sg_scan_tests() 993 printf(" 0x02 Error counters (write)\n"); in show_page_name() 2555 "Reducing write to %d blocks per loop\n", in do_scsi_device_read_write() 2578 while (((res = write(outfd, wrkPos, blocks * bs)) < 0) in do_scsi_device_read_write() 3478 "write once optical disk", 3863 /* Don't worry, being very careful not to write to a none-sg file ... */ in do_scsi_read_buffer() 4651 res = write(sg_f in find_out_about_buffer() [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 45 void Surface::Buffer::write(int x, int y, int z, const Color<float> &color) in write() function in sw::Surface::Buffer 55 write(element, color); in write() 60 void Surface::Buffer::write(int x, int y, const Color<float> &color) in write() function in sw::Surface::Buffer 69 write(element, color); in write() 74 inline void Surface::Buffer::write(void *element, const Color<float> &color) in write() function in sw::Surface::Buffer 1811 destination.write(destinationElement, color); in genericUpdate() 3356 buffer->write(&c, color); in fill() 3376 buffer->write(element, color); in fill() 3410 internal.write(x, y, color); in copyInternal() 3428 internal.write( in copyInternal() [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 814 * iff they do not write depth or stencil */ 999 * the intermediate "holes" in the write mask, since we can't mask off in bi_emit_store_vary() 1002 * doesn't matter what we write there. So we may as well do the in bi_emit_store_vary() 4259 * nir_lower_io_to_temporaries will ensure there's only a single write. 4327 /* Vectorized instructions cannot write more than 32-bit */ in bi_vectorize_filter() 4371 /* Ensure we write exactly 4 components */ 4382 /* Lower fragment store_output instructions to always write 4 components, 5015 /* If the shader doesn't write any colour or depth outputs, it may in bi_compile_variant_nir() 5254 /* Find the psiz write */ in bi_compile_variant() 5255 bi_instr *write in bi_compile_variant() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | cbs_vp9.c | 15 * License along with FFmpeg; if not, write to the Free Software 344 #define READWRITE write 619 av_log(ctx->log_ctx, AV_LOG_ERROR, "Failed to write " in cbs_vp9_assemble_fragment()
|
| /third_party/exfatprogs/mkfs/ |
| H A D | mkfs.c | 122 /* write main boot sector */ in exfat_write_boot_sector() 125 exfat_err("main boot sector write failed\n"); in exfat_write_boot_sector() 159 exfat_err("extended boot sector write failed\n"); in exfat_write_extended_boot_sectors() 190 exfat_err("oem sector write failed\n"); in exfat_write_oem_sector() 202 exfat_err("reserved sector write failed\n"); in exfat_write_oem_sector() 242 exfat_err("write failed, offset : %llu, clu : %x\n", in write_fat_entry() 279 exfat_err("fat 0 entry write failed\n"); in exfat_create_fat_table() 286 exfat_err("fat 1 entry write failed\n"); in exfat_create_fat_table() 290 /* write bitmap entries */ in exfat_create_fat_table() 296 /* write upcas in exfat_create_fat_table() [all...] |