| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 49 unsigned write; member
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | mem.c | 150 if (write(md_tracefd, buff, len) != len) in shouldfail() 151 perror("shouldfail write failed"); in shouldfail()
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | MatcherBytes.java | 171 outBuffer.write(reverseOrder.get(n).getBytes()); in concatSequenceBytesInForwardOrder()
|
| /third_party/rust/crates/cxx/src/ |
| H A D | cxx_string.rs | 269 fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> { in write() functions
|
| H A D | shared_ptr.rs | 230 unsafe { __uninit(new).cast::<$ty>().write(value) } in __new()
|
| H A D | sip.rs | 154 fn write(&mut self, msg: &[u8]) { in write() functions
|
| /third_party/python/Tools/freeze/test/ |
| H A D | freeze.py | 141 outfile.write(script)
|
| /third_party/python/Tools/i18n/ |
| H A D | msgfmt.py | 16 Specify the output file to write to. If omitted, output will go to a 213 f.write(output)
|
| /third_party/protobuf/conformance/ |
| H A D | conformance_cpp.cc | 97 if (write(fd, buf, len) != len) { in CheckedWrite()
|
| /third_party/python/Lib/ |
| H A D | sndhdr.py | 246 sys.stderr.write('\n[Interrupted]\n')
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | memtrap.c | 54 static pa_static_mutex mutex = PA_STATIC_MUTEX_INIT; /* only required to serialize access to the write side */ 71 ret = write(STDERR_FILENO, s, strlen(s)); in sigsafe_error()
|
| /third_party/python/Lib/ensurepip/ |
| H A D | __init__.py | 187 fp.write(whl)
|
| /third_party/python/Lib/idlelib/ |
| H A D | grep.py | 157 found, write the file and line information to stdout (which 180 sys.stdout.write(f"{fn}: {lineno}: {line}\n") 188 # so in OW.write, OW.text.insert fails.
|
| /third_party/openssl/crypto/ |
| H A D | mem.c | 146 if (write(md_tracefd, buff, len) != len) in shouldfail() 147 perror("shouldfail write failed"); in shouldfail()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | gen_extensions.py | 336 f.write(formatted)
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| H A D | console_printer.py | 133 stdout.buffer.write(line.encode('utf-8'))
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkBinaryRegistry.hpp | 228 void write (void) const;
|
| /third_party/vk-gl-cts/execserver/tools/ |
| H A D | xsClient.cpp | 68 message.write(buf); in sendMessage()
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsPosixTestProcess.cpp | 135 m_buf->write((int)numRead, &tmpBuf[0]); in run() 244 throw TestProcessException("Failed to write case list"); in start()
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeExtractShaderPrograms.cpp | 95 out.write(shader.source.source.c_str(), shader.source.source.size()); in writeShaderProgram()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| H A D | ByteArray.java | 148 * @throws IndexOutOfBoundsException if attempt to write outside the bounds of the data 152 throw new IndexOutOfBoundsException("Attempt to write outside the bounds of the data."); in put() 186 throw new IndexOutOfBoundsException("Attempt to write outside the bounds of the data."); in put() 267 os.write(b, 0, bytesRead); in copyTo()
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/bin/ |
| H A D | generate_language_headers.py | 238 f.write(CGenerator().generate(grammar))
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/ |
| H A D | generate_language_headers.py | 238 f.write(CGenerator().generate(grammar))
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | bccache.py | 78 raise TypeError("can't write empty bucket") 79 f.write(bc_magic) 131 """Subclasses have to override this method to write the bytecode 263 # write access on the file system and the function does not exist
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | spdy_event_loop.c | 284 write(0, buf, size); in new_post_data_cb()
|