Home
last modified time | relevance | path

Searched refs:write (Results 2651 - 2675 of 5039) sorted by relevance

1...<<101102103104105106107108109110>>...202

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h49 unsigned write; member
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c150 if (write(md_tracefd, buff, len) != len) in shouldfail()
151 perror("shouldfail write failed"); in shouldfail()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherBytes.java171 outBuffer.write(reverseOrder.get(n).getBytes()); in concatSequenceBytesInForwardOrder()
/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs269 fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> { in write() functions
H A Dshared_ptr.rs230 unsafe { __uninit(new).cast::<$ty>().write(value) } in __new()
H A Dsip.rs154 fn write(&mut self, msg: &[u8]) { in write() functions
/third_party/python/Tools/freeze/test/
H A Dfreeze.py141 outfile.write(script)
/third_party/python/Tools/i18n/
H A Dmsgfmt.py16 Specify the output file to write to. If omitted, output will go to a
213 f.write(output)
/third_party/protobuf/conformance/
H A Dconformance_cpp.cc97 if (write(fd, buf, len) != len) { in CheckedWrite()
/third_party/python/Lib/
H A Dsndhdr.py246 sys.stderr.write('\n[Interrupted]\n')
/third_party/pulseaudio/src/pulsecore/
H A Dmemtrap.c54 static pa_static_mutex mutex = PA_STATIC_MUTEX_INIT; /* only required to serialize access to the write side */
71 ret = write(STDERR_FILENO, s, strlen(s)); in sigsafe_error()
/third_party/python/Lib/ensurepip/
H A D__init__.py187 fp.write(whl)
/third_party/python/Lib/idlelib/
H A Dgrep.py157 found, write the file and line information to stdout (which
180 sys.stdout.write(f"{fn}: {lineno}: {line}\n")
188 # so in OW.write, OW.text.insert fails.
/third_party/openssl/crypto/
H A Dmem.c146 if (write(md_tracefd, buff, len) != len) in shouldfail()
147 perror("shouldfail write failed"); in shouldfail()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_extensions.py336 f.write(formatted)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsole_printer.py133 stdout.buffer.write(line.encode('utf-8'))
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.hpp228 void write (void) const;
/third_party/vk-gl-cts/execserver/tools/
H A DxsClient.cpp68 message.write(buf); in sendMessage()
/third_party/vk-gl-cts/execserver/
H A DxsPosixTestProcess.cpp135 m_buf->write((int)numRead, &tmpBuf[0]); in run()
244 throw TestProcessException("Failed to write case list"); in start()
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp95 out.write(shader.source.source.c_str(), shader.source.source.size()); in writeShaderProgram()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DByteArray.java148 * @throws IndexOutOfBoundsException if attempt to write outside the bounds of the data
152 throw new IndexOutOfBoundsException("Attempt to write outside the bounds of the data."); in put()
186 throw new IndexOutOfBoundsException("Attempt to write outside the bounds of the data."); in put()
267 os.write(b, 0, bytesRead); in copyTo()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/bin/
H A Dgenerate_language_headers.py238 f.write(CGenerator().generate(grammar))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/
H A Dgenerate_language_headers.py238 f.write(CGenerator().generate(grammar))
/third_party/skia/third_party/externals/jinja2/
H A Dbccache.py78 raise TypeError("can't write empty bucket")
79 f.write(bc_magic)
131 """Subclasses have to override this method to write the bytecode
263 # write access on the file system and the function does not exist
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_event_loop.c284 write(0, buf, size); in new_post_data_cb()

Completed in 18 milliseconds

1...<<101102103104105106107108109110>>...202