Home
last modified time | relevance | path

Searched refs:write (Results 2401 - 2425 of 4904) sorted by relevance

1...<<919293949596979899100>>...197

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_dxgi_support_tables.py336 out_file.write(out_data)
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_language_headers.py181 f.write(CGenerator().generate(grammar))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_format_table.py281 out_file.write(output_cpp)
/third_party/skia/src/core/
H A DSkFontDescriptor.cpp43 stream->write(string.c_str(), string.size()); in write_string()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_language_headers.py181 f.write(CGenerator().generate(grammar))
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py52 f.write(request.content)
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform_interface.h164 /* 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 DOboeAudioStream.java51 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 DAudioStream.h254 * 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 DFifoBuffer.cpp111 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 DMainActivity.java78 outStream.write(buffer, 0, read); in executeBinary()
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.h60 void write(skstd::string_view s);
/third_party/skia/tests/
H A DStreamBufferTest.cpp87 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 DAngleNativeTest.cpp50 write(STDOUT_FILENO, kCrashedMarker, sizeof(kCrashedMarker) - 1); in SignalHandler()
/third_party/skia/third_party/externals/dawn/scripts/
H A Dextract.py175 f.write(digest)
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEncoder.java98 destination.write(buffer); in pushOutput()
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dmake_distribution_archives.py78 sys.stderr.write(
/third_party/skia/third_party/externals/freetype/tests/scripts/
H A Ddownload-test-fonts.py124 f.write(content)
/third_party/pulseaudio/src/tests/
H A Dlo-latency-test.c57 /* 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 DErrorHandling.cpp95 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 Dutil.cc28 return spv && spv.write(reinterpret_cast<const char*>(data), in WriteBinary()
/third_party/skia/tools/
H A Ddump_record.cpp28 static DEFINE_string2(write, w, "", "Write the (optimized) picture to the named file.");
H A Dskottie2movie.cpp181 ostream.write(data->data(), data->size()); in main()
/third_party/python/Lib/test/
H A Dtest_univnewlines.py42 # use a class variable DATA to define the data to write to the file
52 fp.write(data)
/third_party/python/Lib/
H A Dpy_compile.py110 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')

Completed in 13 milliseconds

1...<<919293949596979899100>>...197