| /third_party/libinput/tools/ |
| H A D | libinput-measure-fuzz.py | 451 fd.write("# File generated by libinput measure fuzz\n\n") 452 fd.write(rule)
|
| /third_party/mesa3d/src/vulkan/util/ |
| H A D | vk_cmd_queue_gen.py | 588 f.write(TEMPLATE_H.render(guard=guard, **environment)) 590 f.write(TEMPLATE_C.render(**environment))
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.h | 422 * Complete a write operation 427 * write occurs but the caller must ensure that they don't interlace 439 * \param[in] written_with_aux Whether or not the write was done with 480 bool write) in crocus_resource_access_raw() 484 if (write) { in crocus_resource_access_raw() 476 crocus_resource_access_raw(struct crocus_context *ice, struct crocus_resource *res, uint32_t level, uint32_t layer, uint32_t num_layers, bool write) crocus_resource_access_raw() argument
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_batch.cpp | 252 bool write) in d3d12_batch_reference_resource() 259 size_t new_data = write ? batch_bo_reference_written : batch_bo_reference_read; in d3d12_batch_reference_resource() 250 d3d12_batch_reference_resource(struct d3d12_batch *batch, struct d3d12_resource *res, bool write) d3d12_batch_reference_resource() argument
|
| /third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
| H A D | multipart.js | 267 Multipart.prototype.write = function (chunk, cb) { 268 const r = this.parser.write(chunk)
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | signal.c | 82 * That includes read/write and close, fortunately. in uv__signal_cleanup() 133 r = write(uv__signal_lock_pipefd[1], &data, sizeof data); in uv__signal_unlock() 204 /* write() should be atomic for small data chunks, so the entire message in uv__signal_handler() 209 r = write(handle->loop->signal_pipefd[1], &msg, sizeof msg); in uv__signal_handler()
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| H A D | LiteralByteStringTest.java | 240 public void write(byte[] b, int off, int len) { in testWriteTo_mutating() 247 public void write(int b) { in testWriteTo_mutating() 268 // write the output stream to itself! This should cause it to double in testNewOutput()
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | process.py | 324 sys.stderr.write(str(e.code) + '\n') 329 sys.stderr.write('Process %s:\n' % self.name)
|
| /third_party/python/Lib/ |
| H A D | tabnanny.py | 35 sys.stderr.write(sep + str(arg)) 37 sys.stderr.write("\n")
|
| H A D | _osx_support.py | 431 sys.stderr.write(f"Compiling with an SDK that doesn't seem to exist: {sysroot}\n") 432 sys.stderr.write("Please check your Xcode installation\n")
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | gen_angle_format_table.py | 432 out_file.write(output_cpp) 443 out_file.write(output_h)
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | generate_loader.py | 59 out.write(loader_header) 101 out.write(loader_source)
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeBatchExecutor.cpp | 370 writer.write(bytes, numBytes); in enqueueTestLogData() 382 writer.write(bytes, numBytes); in enqueueInfoLogData()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | vzone.cpp | 85 ((VTimeZone*)zone)->VTimeZone::write(s, status); in vzone_write() 97 ((VTimeZone*)zone)->VTimeZone::write(start, s, status); in vzone_writeFromStart()
|
| /third_party/skia/third_party/externals/oboe/tests/ |
| H A D | testStreamClosedMethods.cpp | 224 Result r = mStream->write(&buffer, 4, 0); in TEST_F() 226 FAIL() << "Could not write to audio stream"; in TEST_F() 346 auto r = mStream->write(buffer, 1, 0); in TEST_F()
|
| /third_party/skia/third_party/externals/brotli/research/ |
| H A D | dictionary_generator.cc | 70 outfile.write(content.c_str(), static_cast<std::streamsize>(content.size())); in writeFile() 82 outfile.write(reinterpret_cast<const char*>(data + offset), in writeSamples()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 145 OS.write("\x13\0\0\0", 4); in writeNopData() 149 OS.write("\x01\0", 2); in writeNopData()
|
| /third_party/unity/auto/ |
| H A D | generate_module.rb | 214 f.write("#{file[:boilerplate]}\n" % [file[:name]]) unless file[:boilerplate].nil? 215 f.write(file[:template] % [file[:name],
|
| /third_party/python/Lib/turtledemo/ |
| H A D | nim.py | 140 self.writer.write(msg2, align="center", font=("Courier",18,"bold")) 143 self.writer.write(msg1, align="center", font=("Courier",14,"bold"))
|
| /third_party/rust/crates/clap/src/error/ |
| H A D | mod.rs | 781 ok!(write!(f, "{}", self.formatted())); in fmt() 851 write!(f, "{:?}", self.0) in fmt()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | iostream_state_saver.h | 177 // stream_u128_helper allows us to write out either absl::uint128 or 194 inline void write(absl::uint128 val, OStream& out) { in write() function 213 inline void write(__uint128_t val, OStream& out) { in write() function
|
| /third_party/skia/experimental/ffmpeg/ |
| H A D | SkVideoEncoder.cpp | 28 void write(const void* src, size_t bytes) { in write() function in SkRandomAccessWStream 87 stream->write(buffer, size); in sk_write_packet()
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| H A D | utf8.rs | 209 One(ref r) => write!(f, "{:?}", r), 210 Two(ref r) => write!(f, "{:?}{:?}", r[0], r[1]), 211 Three(ref r) => write!(f, "{:?}{:?}{:?}", r[0], r[1], r[2]), 213 write!(f, "{:?}{:?}{:?}{:?}", r[0], r[1], r[2], r[3]) 242 write!(f, "[{:X}]", self.start) in fmt() 244 write!(f, "[{:X}-{:X}]", self.start, self.end) 335 write!(f, "ScalarRange({:X}, {:X})", self.start, self.end) in fmt()
|
| /third_party/rust/crates/rustix/tests/fs/ |
| H A D | invalid_offset.rs | 147 use rustix::io::write; in invalid_offset_copy_file_range() 164 write(&foo, b"a").unwrap(); in invalid_offset_copy_file_range()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/thread/ |
| H A D | syscalls.rs | 89 // TODO: With Rust 1.55, we can use MaybeUninit::write here. in clock_nanosleep_relative_old() 90 ptr::write( in clock_nanosleep_relative_old() 197 // TODO: With Rust 1.55, we can use MaybeUninit::write here. in nanosleep_old() 198 ptr::write( in nanosleep_old()
|