| /third_party/icu/icu4c/source/io/ |
| H A D | uprntf_p.cpp | 80 * @param stream The UFILE to which to write output. 193 return handler->write(context, PERCENT, 1); in u_printf_simple_percent_handler() 232 /* width = minimum # of characters to write */ in u_printf_string_handler() 233 /* precision = maximum # of characters to write */ in u_printf_string_handler() 268 /* width = minimum # of characters to write */ in u_printf_char_handler() 269 /* precision = maximum # of characters to write */ in u_printf_char_handler() 772 /* width = minimum # of characters to write */ in u_printf_ustring_handler() 773 /* precision = maximum # of characters to write */ in u_printf_ustring_handler() 795 /* width = minimum # of characters to write */ in u_printf_uchar_handler() 796 /* precision = maximum # of characters to write */ in u_printf_uchar_handler() [all...] |
| /third_party/skia/third_party/externals/icu/source/io/ |
| H A D | uprntf_p.cpp | 80 * @param stream The UFILE to which to write output. 193 return handler->write(context, PERCENT, 1); in u_printf_simple_percent_handler() 232 /* width = minimum # of characters to write */ in u_printf_string_handler() 233 /* precision = maximum # of characters to write */ in u_printf_string_handler() 268 /* width = minimum # of characters to write */ in u_printf_char_handler() 269 /* precision = maximum # of characters to write */ in u_printf_char_handler() 772 /* width = minimum # of characters to write */ in u_printf_ustring_handler() 773 /* precision = maximum # of characters to write */ in u_printf_ustring_handler() 795 /* width = minimum # of characters to write */ in u_printf_uchar_handler() 796 /* precision = maximum # of characters to write */ in u_printf_uchar_handler() [all...] |
| /third_party/skia/tests/ |
| H A D | SerializationTest.cpp | 41 // Test memory read/write functions directly in TestAlignment() 250 // This should write the length (in 4 bytes) and the array in TestArraySerialization() 345 stream.write(&typeface_id, sizeof(typeface_id)); in serialize_typeface_proc() 346 stream.write(data->data(), data->size()); in serialize_typeface_proc() 825 writer.write(src, kSize - 4); in DEF_TEST() 835 writer.write(src, kSize - 4); in DEF_TEST()
|
| /third_party/python/Lib/test/ |
| H A D | test_ntpath.py | 521 f.write(b'0') 525 f.write(b'1') 567 f.write(b"content") 908 file.write(b"test_ntpath.PathLikeTests")
|
| /third_party/python/Lib/ |
| H A D | configparser.py | 136 write(fp, space_around_delimiters=True) 921 def write(self, fp, space_around_delimiters=True): member in RawConfigParser 943 fp.write("[{}]\n".format(section_name)) 951 fp.write("{}{}\n".format(key, value)) 952 fp.write("\n")
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 358 support::endian::write(OS, nopEncoding, Endian); in writeNopData() 368 support::endian::write(OS, nopEncoding, Endian); in writeNopData() 369 // FIXME: should this function return false when unable to write exactly in writeNopData() 373 break; // No leftover bytes to write in writeNopData() 378 OS.write("\0\0", 2); in writeNopData() 381 OS.write("\0\0\xa0", 3); in writeNopData()
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | WireFormatLiteTest.java | 216 output.write(12); in testSerializeDelimited() 218 output.write(34); in testSerializeDelimited() 867 output.write((byte) WireFormat.MESSAGE_SET_ITEM_TAG); in testSkipUnknownFieldInMessageSetItem() 871 output.write( in testSkipUnknownFieldInMessageSetItem()
|
| /third_party/vk-gl-cts/modules/gles2/scripts/ |
| H A D | genutil.py | 54 f.write(indentTextBlock('group %s "%s"\n\n' % (case.name, case.description), indent)) 57 f.write(indentTextBlock("\nend # %s\n" % case.name, indent)) 63 f.write(indentTextBlock(str(case) + "\n", indent)) 69 f.write(PREAMBLE + "\n")
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
| H A D | hevc_decoder.cpp | 967 dumpInFile_->write(reinterpret_cast<char*>(inputAVBuffer->memory_->GetAddr()), in SendFrame() 1143 dumpOutFile_->write(reinterpret_cast<char *>(cachedFrame_->data[0] + i * cachedFrame_->linesize[0]), in DumpOutputBuffer() 1147 dumpOutFile_->write(reinterpret_cast<char *>(cachedFrame_->data[1] + i * cachedFrame_->linesize[1]), in DumpOutputBuffer() 1151 dumpOutFile_->write(reinterpret_cast<char *>(cachedFrame_->data[2] + i * cachedFrame_->linesize[2]), in DumpOutputBuffer() 1167 dumpConvertFile_->write(reinterpret_cast<char *>(surfaceInfo.scaleData[0] + srcPos), writeSize); in DumpConvertOut() 1175 dumpConvertFile_->write(reinterpret_cast<char *>(surfaceInfo.scaleData[1] + srcPos), writeSize); in DumpConvertOut()
|
| /third_party/backends/backend/ |
| H A D | hp-scl.c | 35 If you write modifications of your own for SANE, it is your choice 307 n = write (this->fd, data, len); in hp_nonscsi_write() 1228 /* Fill up write buffer */ in process_data_write() 1238 if ( ph->wr_left > 0 ) /* Did not fill up the write buffer ? Finished */ in process_data_write() 1241 DBG(12, "process_data_write: write %d bytes\n", ph->wr_buf_size); in process_data_write() 1242 /* Don't write data if we got a signal in the meantime */ in process_data_write() 1244 || (write (ph->outfd, ph->wr_buf, ph->wr_buf_size) != ph->wr_buf_size)) in process_data_write() 1246 DBG(1, "process_data_write: write failed: %s\n", in process_data_write() 1253 /* For large amount of data write it from data-buffer */ in process_data_write() 1257 || (write (p in process_data_write() [all...] |
| /third_party/gn/src/gn/ |
| H A D | variables.cc | 195 write 952 not handle dependent static libraries properly. This makes it easier to write 1376 the action write a depfile (see "gn help depfile"). This allows the script to 1377 dynamically write input dependencies, that might not be known until actually 1384 It may be tempting to write a script that enumerates all files in a directory 2317 "contents: Contents to write to file."; 2319 R"(contents: Contents to write to file. 2341 Does not synchronously write the file, but rather schedules it to be written
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
| H A D | TimeZoneRuleTest.java | 460 vtz_org.write(writer); in TestVTimeZoneRoundTrip() 472 vtz_new.write(writer1); in TestVTimeZoneRoundTrip() 538 vtz_org.write(writer, startTime); in TestVTimeZoneRoundTripPartial() 647 vtz.write(writer); in TestVTimeZoneHeaderProps() 678 newvtz1.write(writer, getUTCMillis(2000, Calendar.JANUARY, 1)); in TestVTimeZoneHeaderProps() 1312 foo.write(w, getUTCMillis(2005, Calendar.JANUARY, 1)); in TestVTimeZoneParse()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
| H A D | TimeZoneRuleTest.java | 458 vtz_org.write(writer); in TestVTimeZoneRoundTrip() 470 vtz_new.write(writer1); in TestVTimeZoneRoundTrip() 536 vtz_org.write(writer, startTime); in TestVTimeZoneRoundTripPartial() 645 vtz.write(writer); in TestVTimeZoneHeaderProps() 676 newvtz1.write(writer, getUTCMillis(2000, Calendar.JANUARY, 1)); in TestVTimeZoneHeaderProps() 1310 foo.write(w, getUTCMillis(2005, Calendar.JANUARY, 1)); in TestVTimeZoneParse()
|
| /third_party/node/lib/ |
| H A D | net.js | 557 // of the other side sending a FIN. The standard 'write after end' 561 return stream.Duplex.prototype.write.call(this, chunk, encoding, cb); 589 // an active write in progress, so we suppress the timeout. 788 this.write = writeAfterFIN; 1203 if (this.write !== Socket.prototype.write) 1204 this.write = Socket.prototype.write;
|
| /third_party/nghttp2/src/ |
| H A D | HttpServer.cc | 601 wb_.write(data_pending_, n); in fill_wb() 624 auto n = wb_.write(data, datalen); in fill_wb() 672 while ((nwrite = write(fd_, wb_.pos, wb_.rleft())) == -1 && in write_clear() 1603 // If stream is blocked by flow control, enable write timeout. in hd_on_frame_send_callback() 1717 while ((n = write(stream->file_ent->fd, data, len)) == -1 && in on_data_chunk_recv_callback() 1966 while ((nwrite = write(fd, body.c_str(), body.size())) == -1 && in make_status_body() 1971 std::cerr << "Could not write status response body into file: errno=" in make_status_body() 2108 std::cout.write(reinterpret_cast<const char *>(&in[i + 1]), in[i]); in alpn_select_proto_cb()
|
| H A D | shrpx.cc | 418 if (write(fd, content.c_str(), content.size()) == -1) { in save_pid() 642 while ((nwrite = write(wp->ipc_fd, &ipc_event, 1)) == -1 && errno == EINTR) in ipc_send() 1880 // This makes easier to write restart script for nghttpx. Because in event_loop() 2149 timeoutconf.write = 30_s; in fill_default_config() 2163 timeoutconf.write = 30_s; in fill_default_config() 2310 "read-timeout=<DURATION>", "write-timeout=<DURATION>", in print_help() 2426 "read-timeout=<DURATION>" and "write-timeout=<DURATION>" in print_help() 2427 parameters specify the read and write timeout of the in print_help() 2432 --backend-write-timeout are used. in print_help() 2540 --backend-write in print_help() [all...] |
| /third_party/rust/crates/clap/src/builder/ |
| H A D | command.rs | 825 ok!(write!(w, "{styled}")); in write_help() 840 ok!(write!(w, "{styled}")); in write_long_help() 3950 write!(sc_names, "|--{l}").unwrap(); 3954 write!(sc_names, "|-{s}").unwrap(); 4047 write!(sc_names, "|--{l}").unwrap(); in _build_bin_names_internal() 4051 write!(sc_names, "|-{s}").unwrap(); in _build_bin_names_internal() 4685 write!(f, "{}", self.name) in from()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | gen_builtin_symbols.py | 44 return os.write(str.data(), str.length()); 2209 outfile_cpp.write(output_cpp) 2213 outfile_cpp.write(output_cpp) 2217 outfile_header.write(output_header) 2221 outfile_cpp.write(output_cpp) 2226 outfile_header.write(output_header) 2230 outfile_h.write(output_h)
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Blitter.cpp | 422 bool Blitter::write(Float4 &c, Pointer<Byte> element, const State &state) in write() function in sw::Blitter 851 bool Blitter::write(Int4 &c, Pointer<Byte> element, const State &state) in write() function in sw::Blitter 1255 if(!write(constantColorI, d, state)) in generate() 1264 if(!write(constantColorF, d, state)) in generate() 1291 if(!write(color, d, state)) in generate() 1376 if(!write(color, d, state)) in generate()
|
| /base/hiviewdfx/hiview/base/ |
| H A D | event_loop.cpp | 108 write(eventQueueFd_[1], &count, sizeof(count));
in WakeUp() 113 write(pendingEventQueueFd_.Get(), &count, sizeof(count));
in WakeUp()
|
| /base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
| H A D | native_leak_state.cpp | 53 constexpr uint32_t SHORT_WEIGHT = 8; // the ostream placeholder for a word when write memory info to file 331 HIVIEW_LOGI("write general statis itics finished"); in DumpGeneralInfo() 365 HIVIEW_LOGI("process %{public}s write detail statisitics finished", userMonitorInfo->GetProcessName().c_str()); in DumpDetailInfo() 390 HIVIEW_LOGI("process %{public}s write stack statisitics finished", userMonitorInfo->GetProcessName().c_str()); in DumpStackInfo() 462 ssize_t watchdogWrite = write(writeFd, generalMessage.c_str(), generalMessageSize); in ForkProcessToDumpExtraInfo() 464 HIVIEW_LOGE("write get extra info realtime failed, errno is %{public}d", errno); in ForkProcessToDumpExtraInfo() 508 ssize_t watchdogWrite = write(writeFd, userMemMessage.c_str(), userMemMessageSize); in DumpUserMemInfoToSmapsFile() 510 HIVIEW_LOGE("write to smaps file failed, errno is %{public}d", errno); in DumpUserMemInfoToSmapsFile()
|
| /base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
| H A D | event_log_task.cpp | 207 write(fd, buf, strnlen(buf, BUF_SIZE_512)); in AddStopReason() 223 write(fd, buf, strnlen(buf, BUF_SIZE_512)); in AddSeparator()
|
| /base/update/packaging_tools/ |
| H A D | utils.py | 243 f_w.write(zf_obj.read(name))
409 file_obj.write(part_json.encode())
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| H A D | buffer_client_producer_remote_test.cpp | 117 write(pipe1Fd[1], buf, sizeof(buf)); in SetUpTestCase() 141 write(pipeFd[1], buf, sizeof(buf)); in TearDownTestCase()
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hcodec_dfx.cpp | 401 ofs.write(va, totalSize); in DumpSurfaceBuffer() 468 ofs.write(va, omxBuffer->filledLen); in DumpLinearBuffer()
|