| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
| H A D | bio.h | 95 # define BIO_CTRL_WPENDING 13/* opt - number of bytes still to write */ 126 * exceed in the previous write 856 int (*write) (BIO *, const char *, int));
|
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 827 pub fn write(arg1: c_int, arg2: *const c_void, arg3: c_int) -> c_int; in write() functions
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 468 pub fn write(fd: c_int, ptr: *const c_void, size: size_t) -> ssize_t; in write() functions
|
| /third_party/python/Tools/stringbench/ |
| H A D | stringbench.py | 16 sys.stdout.write(' '.join(str(s) for s in args) + '\n')
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | backend-native.c | 210 if ((size_t)write(fd, buf, len) != len) in rfcomm_fmt_write() 211 pa_log_error("RFCOMM write error: %s", pa_cstrerror(errno)); in rfcomm_fmt_write() 394 /* since SCO setup is symmetric, fix write MTU to be size of last read packet */ in sco_transport_write() 402 /* write out MTU sized chunks only */ in sco_transport_write() 416 pa_log_debug("Got EAGAIN on write() after POLLOUT, probably there is a temporary connection loss."); in sco_transport_write() 417 /* Drain write buffer */ in sco_transport_write() 421 pa_log_debug("got write EINVAL, next successful read should fix MTU"); in sco_transport_write() 422 /* Drain write buffer */ in sco_transport_write() 425 pa_log_error("Failed to write data to socket: %s", pa_cstrerror(errno)); in sco_transport_write() 426 /* Report error from write cal in sco_transport_write() [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_clinic.py | 856 f.write(orig_contents)
|
| H A D | test_gc.py | 823 script.write(code)
|
| H A D | test_threading.py | 1095 null_f.write(stuff) 1192 os.write(%d, b"x") 1229 os.write(%d, b"x") 1428 fp.write(' ')
|
| H A D | test_contextlib.py | 378 f.write("Booh\n")
|
| H A D | test_uuid.py | 660 os.write(fds[1], value.hex.encode('latin-1'))
|
| /third_party/python/Lib/importlib/ |
| H A D | _bootstrap_external.py | 186 """Best-effort function to write data to a path atomically. 194 # We first write data to a temporary file, and then use os.replace() to 197 file.write(data) 215 # The value of CR and LF is incorporated so if you ever read or write 585 # We always ensure write access so we can update cached files 1010 Reading of bytecode requires path_stats to be implemented. To write 1182 # Same as above: just don't write the bytecode.
|
| /third_party/python/Lib/asyncio/ |
| H A D | selector_events.py | 142 logger.debug("Fail to write a null byte into the " 817 info.append(f'write=<{state}, bufsize={bufsize}>') 1031 # protocol can write more, but we still can't 1037 def write(self, data): member in _SelectorSocketTransport 1042 raise RuntimeError('Cannot call write() after write_eof()') 1044 raise RuntimeError('unable to write; sendfile is in progress') 1063 self._fatal_error(exc, 'Fatal write error on socket transport') 1069 # Not all was written; register write handler. 1090 self._fatal_error(exc, 'Fatal write error on socket transport') 1207 exc, 'Fatal write erro [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/ |
| H A D | capture_replay_tests.py | 471 # write gni file that holds all the traces files in a list 571 f.write(json.dumps(data)) 1080 help='Whether to write output to a result file. Off by default')
|
| /third_party/skia/src/core/ |
| H A D | SkRRect.cpp | 592 buffer->write(&rr, SkRRect::kSizeInMemory);
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
| H A D | jchuff-sse2.asm | 24 .next_output_byte: resp 1 ; => next byte to write in buffer
|
| /third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
| H A D | genmbcs.cpp | 164 mbcsData->newConverter.write=MBCSWrite; in MBCSInit() 656 /* write the codepage entry into stage 3 and get the previous entry */ in MBCSSingleAddFromUnicode() 835 /* write the codepage bytes into stage 3 and get the previous bytes */ in MBCSAddFromUnicode() 1554 /* write the MBCS data */ in MBCSWrite()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | Path.cpp | 913 BytesWritten = write(WriteFD, Buf, BytesRead);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Path.cpp | 971 BytesWritten = write(WriteFD, Buf, BytesRead);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 718 OS.write(S.data(), S.size());
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCodeEmitter.cpp | 453 support::endian::write<uint32_t>(OS, Binary, support::little); in EncodeSingleInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 689 OS.write(Nops[Rest - 1], Rest); in writeNopData()
|
| /third_party/skia/third_party/externals/tint/samples/ |
| H A D | main.cc | 51 printer->write(please_file_bug, bold_red); in TintInternalCompilerErrorReporter() 539 std::cerr << "Could not write all output to standard output" << std::endl; in WriteFile() 541 std::cerr << "Could not write to file " << output_file << std::endl; in WriteFile() 596 /// @param out the output stream to write the WGSL to
|
| /third_party/toybox/lib/ |
| H A D | lib.c | 130 int i = write(fd, count+(char *)buf, len-count); in writeall() 1370 // Iterate over lines in file, calling function. Function can write 0 to
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | python_message.py | 1106 self._InternalSerialize(out.write, **kwargs)
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | command_line_interface_unittest.cc | 79 using google::protobuf::io::win32::write; 1666 // TODO(teboring): Figure out how to write test on windows. 2037 // MockCodeGenerator no longer detects an error because we actually write to in TEST_F() 2040 // ExpectErrorSubstring("MockCodeGenerator detected write error."); in TEST_F()
|