Home
last modified time | relevance | path

Searched refs:write (Results 5226 - 5250 of 5473) sorted by relevance

1...<<201202203204205206207208209210>>...219

/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dbio.h95 # 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 Dmod.rs827 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 Dwasi.rs468 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 Dstringbench.py16 sys.stdout.write(' '.join(str(s) for s in args) + '\n')
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c210 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 Dtest_clinic.py856 f.write(orig_contents)
H A Dtest_gc.py823 script.write(code)
H A Dtest_threading.py1095 null_f.write(stuff)
1192 os.write(%d, b"x")
1229 os.write(%d, b"x")
1428 fp.write(' ')
H A Dtest_contextlib.py378 f.write("Booh\n")
H A Dtest_uuid.py660 os.write(fds[1], value.hex.encode('latin-1'))
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py186 """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 Dselector_events.py142 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 Dcapture_replay_tests.py471 # 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 DSkRRect.cpp592 buffer->write(&rr, SkRRect::kSizeInMemory);
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djchuff-sse2.asm24 .next_output_byte: resp 1 ; => next byte to write in buffer
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dgenmbcs.cpp164 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 DPath.cpp913 BytesWritten = write(WriteFD, Buf, BytesRead);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp971 BytesWritten = write(WriteFD, Buf, BytesRead);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp718 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 DHexagonMCCodeEmitter.cpp453 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 DX86AsmBackend.cpp689 OS.write(Nops[Rest - 1], Rest); in writeNopData()
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc51 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 Dlib.c130 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 Dpython_message.py1106 self._InternalSerialize(out.write, **kwargs)
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc79 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()

Completed in 47 milliseconds

1...<<201202203204205206207208209210>>...219