Home
last modified time | relevance | path

Searched refs:write (Results 2151 - 2175 of 3634) sorted by relevance

1...<<81828384858687888990>>...146

/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnamespace.rs88 write!(f, "{}$", segment)?; in fmt()
/third_party/python/Lib/encodings/
H A Drot_13.py109 outfile.write(codecs.encode(infile.read(), 'rot-13'))
/third_party/python/Lib/distutils/tests/
H A Dtest_build_scripts.py76 f.write(text)
/third_party/python/Lib/distutils/
H A Dconfig.py47 f.write(DEFAULT_PYPIRC % (username, password))
/third_party/python/Lib/json/
H A D__init__.py124 ``.write()``-supporting file-like object).
180 fp.write(chunk)
/third_party/openssl/crypto/bio/
H A Dbio_local.h109 int ibuf_off; /* write/read offset */
112 int obuf_off; /* write/read offset */
187 # define UP_write write
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_format_map.py203 out_file.write(output_cpp)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_angle_gn_info_json.py108 fh.write(json.dumps(desc, indent=4, sort_keys=True))
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_uniform_type_table.py279 out_file.write(output_cpp)
/third_party/skia/third_party/externals/angle2/src/compiler/
H A Dgenerate_parser_tools.py96 flex_output_patched.write(patched)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_load_functions_table.py223 out_file.write(output)
/third_party/skia/third_party/externals/angle2/infra/specs/
H A Dgenerate_test_spec_json.py145 f.write(generated_mixin_pyl)
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H A Dgenerate-core-block.rb115 File.write(name, new_file)
/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp230 message.write(buf); in writeMessage()
/third_party/skia/src/core/
H A DSkBuffer.h82 The WBuffer is given the buffer to write into, with either a specified size
109 void write(const void* buffer, size_t size) { in write() function in SkWBuffer
/third_party/skia/third_party/externals/jinja2/
H A D_compat.py84 f.write(marshal.dumps(code))
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioStreamBase.java127 public abstract int write(float[] buffer, int offset, int length); in write() method in AudioStreamBase
/third_party/skia/src/pdf/
H A DSkPDFResourceDict.cpp42 dst->write(buffer, (size_t)(end - buffer)); in SkPDFWriteResourceName()
/third_party/skia/src/sksl/
H A DSkSLUtil.cpp31 out.write(s.str().c_str(), s.str().size()); in write_stringstream()
/third_party/skia/third_party/externals/brotli/python/
H A Dbro.py41 # get 'buffer' attribute to read/write binary data on python3.x
155 outfile.write(data)
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/
H A DBundleHelper.java46 result.write(buffer, 0, bytesRead); in readStream()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Drun-tests.py8 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-repack-tests.py28 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))
/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py130 outf.write(shebang)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h26 /// Provides write only access to a subclass of `WritableBinaryStream`.
68 llvm::support::endian::write<T, llvm::support::unaligned>( in writeInteger()
137 "writeObject should not be used with pointers, to write " in writeObject()

Completed in 9 milliseconds

1...<<81828384858687888990>>...146