| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | namespace.rs | 88 write!(f, "{}$", segment)?; in fmt()
|
| /third_party/python/Lib/encodings/ |
| H A D | rot_13.py | 109 outfile.write(codecs.encode(infile.read(), 'rot-13'))
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_build_scripts.py | 76 f.write(text)
|
| /third_party/python/Lib/distutils/ |
| H A D | config.py | 47 f.write(DEFAULT_PYPIRC % (username, password))
|
| /third_party/python/Lib/json/ |
| H A D | __init__.py | 124 ``.write()``-supporting file-like object). 180 fp.write(chunk)
|
| /third_party/openssl/crypto/bio/ |
| H A D | bio_local.h | 109 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 D | gen_format_map.py | 203 out_file.write(output_cpp)
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | gen_angle_gn_info_json.py | 108 fh.write(json.dumps(desc, indent=4, sort_keys=True))
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | gen_uniform_type_table.py | 279 out_file.write(output_cpp)
|
| /third_party/skia/third_party/externals/angle2/src/compiler/ |
| H A D | generate_parser_tools.py | 96 flex_output_patched.write(patched)
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | gen_load_functions_table.py | 223 out_file.write(output)
|
| /third_party/skia/third_party/externals/angle2/infra/specs/ |
| H A D | generate_test_spec_json.py | 145 f.write(generated_mixin_pyl)
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
| H A D | generate-core-block.rb | 115 File.write(name, new_file)
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsTestDriver.cpp | 230 message.write(buf); in writeMessage()
|
| /third_party/skia/src/core/ |
| H A D | SkBuffer.h | 82 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.py | 84 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 D | AudioStreamBase.java | 127 public abstract int write(float[] buffer, int offset, int length); in write() method in AudioStreamBase
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFResourceDict.cpp | 42 dst->write(buffer, (size_t)(end - buffer)); in SkPDFWriteResourceName()
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLUtil.cpp | 31 out.write(s.str().c_str(), s.str().size()); in write_stringstream()
|
| /third_party/skia/third_party/externals/brotli/python/ |
| H A D | bro.py | 41 # 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 D | BundleHelper.java | 46 result.write(buffer, 0, bytesRead); in readStream()
|
| /third_party/skia/third_party/externals/harfbuzz/test/shape/ |
| H A D | run-tests.py | 8 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))
|
| /third_party/skia/third_party/externals/harfbuzz/test/subset/ |
| H A D | run-repack-tests.py | 28 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))
|
| /third_party/python/Lib/distutils/command/ |
| H A D | build_scripts.py | 130 outf.write(shebang)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | BinaryStreamWriter.h | 26 /// 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()
|