| /third_party/python/Lib/ |
| H A D | _pyio.py | 676 def write(sel member in RawIOBase 772 def write(self, b): global() member in BufferedIOBase 967 def write(self, b): global() member in BytesIO 1262 def write(self, b): global() member in BufferedWriter 1382 def write(self, b): global() member in BufferedRWPair 1482 def write(self, b): global() member in BufferedRandom 1712 def write(self, b): global() member in FileIO 1852 def write(self, s): global() member in TextIOBase 2210 def write(self, s): global() member in TextIOWrapper [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineImageUtil.cpp | 939 void TestTexture::write (deUint8* destPtr) const in write() function in vkt::pipeline::TestTexture
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassSampleReadTests.cpp | 700 const VkWriteDescriptorSet write = in createSubpassDescriptorSet() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderFConvertTests.cpp | 667 const vk::VkWriteDescriptorSet write = in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm64bitCompareTests.cpp | 1255 vk::VkWriteDescriptorSet write = in iterate() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 369 void write(const MemoryBuffer &OutputBuffer) { in write() function in __anon24232::ModuleCacheEntry
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 706 WindowsResourceCOFFWriter::write(uint32_t TimeDateStamp) { in write() function in llvm::object::WindowsResourceCOFFWriter [all...] |
| /third_party/skia/src/core/ |
| H A D | SkStream.cpp | 423 bool SkFILEWStream::write(const void* buffer, size_t size) in write() function in SkFILEWStream 532 bool SkDynamicMemoryWStream::write(const void* buffer, size_t count) { in write() function in SkDynamicMemoryWStream [all...] |
| H A D | SkRemoteGlyphCache.cpp | 89 void write(const T& data) { in write() function in Serializer [all...] |
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | compiler.py | 385 def write(self, x): member in CodeGenerator [all...] |
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
| H A D | LatencyAnalyzer.h | 111 int32_t write(int16_t *inputData, int32_t inputChannelCount, int32_t numFrames) { in write() function in AudioRecording 123 int32_t write(float *inputData, int32_t inputChannelCount, int32_t numFrames) { in write() function in AudioRecording 135 int32_t write(float sample) { in write() function in AudioRecording
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLGLSLCodeGenerator.cpp | 45 void GLSLCodeGenerator::write(skstd::string_view s) { in write() function in SkSL::GLSLCodeGenerator [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkJSON.cpp | 921 void DOM::write(SkWStream* stream) const { in write() function in skjson::DOM
|
| /third_party/skia/tests/ |
| H A D | ReadWritePixelsGpuTest.cpp | 811 gpu_write_pixels_test_driver(skiatest::Reporter* reporter, const std::function<GpuDstFactory<T>>& dstFactory, const std::function<GpuWriteDstFn<T>>& write, const std::function<GpuReadDstFn<T>>& read) gpu_write_pixels_test_driver() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | CommandBufferVk.cpp | 852 WriteBufferCmd* write = mCommands.NextCommand<WriteBufferCmd>(); in RecordCommands() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | CommandBufferGL.cpp | 869 WriteBufferCmd* write = mCommands.NextCommand<WriteBufferCmd>(); in Execute() local
|
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshalgo.c | 198 PSH_Hint write = table->hints; in psh_hint_table_init() local
|
| /third_party/python/Lib/test/ |
| H A D | test_httpservers.py | 983 def write(self, data): global() member in AuditableBytesIO [all...] |
| H A D | test_tempfile.py | 385 def write(self, str): member in TestMkstempInner.mkstemped [all...] |
| H A D | test_sys.py | 234 r'import sys; sys.stderr.write("unflushed,"); sys.exit("message")', namespace
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 222 raw_ostream &raw_ostream::write(unsigned char C) { in write() function in raw_ostream 242 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write() function in raw_ostream [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | BinaryWriter.java | 1377 public void write(byte value) { in write() method in BinaryWriter.SafeHeapWriter 1382 public void write(byte[] value, int offset, int length) { in write() method in BinaryWriter.SafeHeapWriter 1410 public void write(ByteBuffer value) { in write() method in BinaryWriter.SafeHeapWriter 1912 public void write(byte value) { write() method in BinaryWriter.UnsafeHeapWriter 1917 public void write(byte[] value, int offset, int length) { write() method in BinaryWriter.UnsafeHeapWriter 1951 public void write(ByteBuffer value) { write() method in BinaryWriter.UnsafeHeapWriter 2459 public void write(byte value) { write() method in BinaryWriter.SafeDirectWriter 2464 public void write(byte[] value, int offset, int length) { write() method in BinaryWriter.SafeDirectWriter 2494 public void write(ByteBuffer value) { write() method in BinaryWriter.SafeDirectWriter 2998 public void write(byte value) { write() method in BinaryWriter.UnsafeDirectWriter 3003 public void write(byte[] value, int offset, int length) { write() method in BinaryWriter.UnsafeDirectWriter 3033 public void write(ByteBuffer value) { write() method in BinaryWriter.UnsafeDirectWriter [all...] |
| H A D | ByteString.java | 1018 public synchronized void write(int b) { in write() method in ByteString.Output 1026 public synchronized void write(byte[] b, int offset, int length) { in write() method in ByteString.Output [all...] |
| /third_party/python/Lib/unittest/test/ |
| H A D | test_result.py | 41 def write(self, arg): member in BufferedWriter
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | JsonFormat.java | 699 private void write(final CharSequence data) throws IOException { in write() method in JsonFormat.PrettyTextGenerator
|