Home
last modified time | relevance | path

Searched refs:write (Results 3201 - 3225 of 5477) sorted by relevance

1...<<121122123124125126127128129130>>...220

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp196 DescriptorSetUpdateBuilder& DescriptorSetUpdateBuilder::write (VkDescriptorSet destSet, in write() function in vk::DescriptorSetUpdateBuilder
/third_party/vk-gl-cts/execserver/
H A DxsExecutionServer.cpp335 KeepAliveMessage().write(buf); in pollKeepAlives()
/third_party/vk-gl-cts/external/amber/src/tests/
H A Drun_tests.py39 # Metal vertex shaders cannot simultaneously write to a buffer and return
240 sys.stdout.write(err.decode('utf-8'))
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dspirv_test_framework.py28 3. If the environment member variable exists, its write() method will be
281 self.test.environment.write(self.directory)
/third_party/skia/src/gpu/
H A DBufferWriter.h62 // writer functions to write data. We do not want them to directly access fPtr and copy their
271 void write(const void* src, size_t bytes) { in write() function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DVertexProcessor.hpp114 unsigned char write : 4;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dspirv_test_framework.py28 3. If the environment member variable exists, its write() method will be
281 self.test.environment.write(self.directory)
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DGlitchAnalyzer.h159 mInfiniteRecording.write(sample);
/third_party/skia/tests/
H A DDataRefTest.cpp168 writer.write(s, 26); in test_files()
H A DCanvasStateTest.cpp85 SkFILEWStream(path).write(data->data(), data->size()); in write_image()
/third_party/skia/src/utils/
H A DSkJSON.h296 // can either go back to storing (7-len) in the tag byte or write a fast in size()
341 void write(SkWStream*) const;
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.h80 void write(skstd::string_view s);
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py276 f.write('\n'.join(namelist))
/third_party/python/Lib/test/test_json/
H A Dtest_tool.py99 fp.write(data or self.data)
229 # bpo-39828: Closing before json.tool attempts to write into stdout.
/third_party/python/Lib/test/
H A Dtest_tabnanny.py74 f.write(self.source_code)
H A Dtest_thread.py246 os.write(write_fd, b"OK")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCollector.cpp186 VFSWriter.write(os); in writeMapping()
/third_party/skia/tools/fiddle/
H A Dfiddle_main.cpp58 gTextOutput.write(formatbuffer, n); in SkDebugf()
/third_party/toybox/toys/pending/
H A Dtelnet.c73 int wlen = write(TT.sfd, TT.iac, TT.piac); in flush_iac()
/third_party/vixl/tools/test_generator/
H A Dgenerator.py697 f.write(code.format(self.MnemonicToMethodName(mnemonic)))
/third_party/python/Objects/
H A Dfileobject.c114 /* Interfaces to write objects/strings to file-like objects */
125 writer = PyObject_GetAttr(f, &_Py_ID(write)); in PyFile_WriteObject()
401 {"write", (PyCFunction)stdprinter_write, METH_VARARGS, ""},
/third_party/python/Lib/distutils/
H A Dfancy_getopt.py364 file.write(line + "\n")
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc43 o.write(piece.data(), piece.size()); in operator <<()
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp275 // TODO: Have the render step write out vertices and figure out what draw call function and in Make()
297 writer.write(ud->data(), ud->dataSize()); in Make()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dvisitor.rs486 write!(f, "{}", x)
515 write!(f, "{}", x)

Completed in 22 milliseconds

1...<<121122123124125126127128129130>>...220