| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | gen_dxgi_support_tables.py | 336 out_file.write(out_data)
|
| /third_party/skia/third_party/externals/spirv-tools/utils/ |
| H A D | generate_language_headers.py | 181 f.write(CGenerator().generate(grammar))
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | gen_vk_format_table.py | 281 out_file.write(output_cpp)
|
| /third_party/skia/src/core/ |
| H A D | SkFontDescriptor.cpp | 43 stream->write(string.c_str(), string.size()); in write_string()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
| H A D | generate_language_headers.py | 181 f.write(CGenerator().generate(grammar))
|
| /third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
| H A D | common_exec.py | 52 f.write(request.content)
|
| /third_party/skia/third_party/externals/microhttpd/src/include/ |
| H A D | platform_interface.h | 164 /* MHD_pipe_write_ write data to real pipe (!MHD_DONT_USE_PIPES) / 165 * write data to emulated pipe (MHD_DONT_USE_PIPES) */ 167 #define MHD_pipe_write_(fd, ptr, sz) write((fd), (const void*)(ptr), (sz))
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| H A D | OboeAudioStream.java | 51 public int write(float[] buffer, int offset, int length) { in write() method in OboeAudioStream
|
| /third_party/skia/third_party/externals/oboe/include/oboe/ |
| H A D | AudioStream.h | 254 * Note that the latency of an OUTPUT stream will increase abruptly when you write data to it 312 * Write data from the supplied buffer into the stream. This method will block until the write 318 * @param numFrames Number of frames to write. Only complete frames will be written. 323 virtual ResultWithValue<int32_t> write(const void* /* buffer */, in write() function in oboe::AudioStream 413 * the DSP write position, which may cause glitches.
|
| /third_party/skia/third_party/externals/oboe/src/fifo/ |
| H A D | FifoBuffer.cpp | 111 int32_t FifoBuffer::write(const void *buffer, int32_t numFrames) { in write() function in oboe::FifoBuffer 125 // write in two parts, first part here in write() 142 // just write in one shot in write()
|
| /third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/ |
| H A D | MainActivity.java | 78 outStream.write(buffer, 0, read); in executeBinary()
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLGLSLCodeGenerator.h | 60 void write(skstd::string_view s);
|
| /third_party/skia/tests/ |
| H A D | StreamBufferTest.cpp | 87 ERRORF(r, "unable to write to '%s'\n", path.c_str()); in DEF_TEST() 90 writer.write(gText, size); in DEF_TEST()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/ |
| H A D | AngleNativeTest.cpp | 50 write(STDOUT_FILENO, kCrashedMarker, sizeof(kCrashedMarker) - 1); in SignalHandler()
|
| /third_party/skia/third_party/externals/dawn/scripts/ |
| H A D | extract.py | 175 f.write(digest)
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| H A D | Encoder.java | 98 destination.write(buffer); in pushOutput()
|
| /third_party/skia/third_party/externals/freetype/src/tools/ |
| H A D | make_distribution_archives.py | 78 sys.stderr.write(
|
| /third_party/skia/third_party/externals/freetype/tests/scripts/ |
| H A D | download-test-fonts.py | 124 f.write(content)
|
| /third_party/pulseaudio/src/tests/ |
| H A D | lo-latency-test.c | 57 /* Get the real requested bytes since the last write might have been in write_cb() 63 /* Wrap-around, write to end and exit. Next iteration will fill up the in write_cb() 103 r = write(fd, in, l); in read_cb()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | ErrorHandling.cpp | 95 ssize_t written = ::write(2, MessageStr.data(), MessageStr.size()); in report_fatal_error()
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | util.cc | 28 return spv && spv.write(reinterpret_cast<const char*>(data), in WriteBinary()
|
| /third_party/skia/tools/ |
| H A D | dump_record.cpp | 28 static DEFINE_string2(write, w, "", "Write the (optimized) picture to the named file.");
|
| H A D | skottie2movie.cpp | 181 ostream.write(data->data(), data->size()); in main()
|
| /third_party/python/Lib/test/ |
| H A D | test_univnewlines.py | 42 # use a class variable DATA to define the data to write to the file 52 fp.write(data)
|
| /third_party/python/Lib/ |
| H A D | py_compile.py | 110 other users may not be able to write in the source directories, 111 and thus they won't be able to write the .pyc file, and then 152 sys.stderr.write(py_exc.msg + '\n')
|