| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkBuilderUtil.cpp | 196 DescriptorSetUpdateBuilder& DescriptorSetUpdateBuilder::write (VkDescriptorSet destSet, in write() function in vk::DescriptorSetUpdateBuilder
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsExecutionServer.cpp | 335 KeepAliveMessage().write(buf); in pollKeepAlives()
|
| /third_party/vk-gl-cts/external/amber/src/tests/ |
| H A D | run_tests.py | 39 # 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 D | spirv_test_framework.py | 28 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 D | BufferWriter.h | 62 // 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 D | VertexProcessor.hpp | 114 unsigned char write : 4;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
| H A D | spirv_test_framework.py | 28 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 D | GlitchAnalyzer.h | 159 mInfiniteRecording.write(sample);
|
| /third_party/skia/tests/ |
| H A D | DataRefTest.cpp | 168 writer.write(s, 26); in test_files()
|
| H A D | CanvasStateTest.cpp | 85 SkFILEWStream(path).write(data->data(), data->size()); in write_image()
|
| /third_party/skia/src/utils/ |
| H A D | SkJSON.h | 296 // 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 D | SkSLMetalCodeGenerator.h | 80 void write(skstd::string_view s);
|
| /third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/ |
| H A D | lookup_dep.py | 276 f.write('\n'.join(namelist))
|
| /third_party/python/Lib/test/test_json/ |
| H A D | test_tool.py | 99 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 D | test_tabnanny.py | 74 f.write(self.source_code)
|
| H A D | test_thread.py | 246 os.write(write_fd, b"OK")
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 186 VFSWriter.write(os); in writeMapping()
|
| /third_party/skia/tools/fiddle/ |
| H A D | fiddle_main.cpp | 58 gTextOutput.write(formatbuffer, n); in SkDebugf()
|
| /third_party/toybox/toys/pending/ |
| H A D | telnet.c | 73 int wlen = write(TT.sfd, TT.iac, TT.piac); in flush_iac()
|
| /third_party/vixl/tools/test_generator/ |
| H A D | generator.py | 697 f.write(code.format(self.MnemonicToMethodName(mnemonic)))
|
| /third_party/python/Objects/ |
| H A D | fileobject.c | 114 /* 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 D | fancy_getopt.py | 364 file.write(line + "\n")
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | stringpiece.cc | 43 o.write(piece.data(), piece.size()); in operator <<()
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | DrawPass.cpp | 275 // 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 D | visitor.rs | 486 write!(f, "{}", x) 515 write!(f, "{}", x)
|