| /third_party/python/Lib/test/ |
| H A D | test_ssl.py | 268 sys.stdout.write(prefix + exc_format) 384 sys.stdout.write("\n RAND_status is %d (%s)\n" 424 sys.stdout.write("\n" + pprint.pformat(p) + "\n") 439 sys.stdout.write("\n" + pprint.pformat(p) + "\n") 460 sys.stdout.write("\n" + pprint.pformat(p) + "\n") 1905 bio.write(b'foo') 1908 bio.write(b'foo') 1909 bio.write(b'bar') 1912 bio.write(b'baz') 1922 bio.write( 2517 def write(self, bytes): global() member in ThreadedEchoServer.ConnectionHandler [all...] |
| H A D | test_zipfile.py | 64 fp.write(self.data) 70 zipfp.write(TESTFN, "another.name") 71 zipfp.write(TESTFN, TESTFN) 75 f.write(line) 373 zipfp.write(TESTFN, fname) 408 zipfp.write(TESTFN, 'compress_1') 409 zipfp.write(TESTFN, 'compress_9', compresslevel=9) 417 def write(self, data): member in AbstractTestsWithSourceFile.test_writing_errors.BrokenFile 423 super().write(data) 431 f.write( 2604 def write(self, data): global() member in Tellable 2619 def write(self, data): global() member in Unseekable [all...] |
| /base/update/packaging_tools/ |
| H A D | create_update_package.py | 129 # write pkginfo 132 package_file.write(pkginfo) 134 UPDATE_LOGGER.print_log("write fail!", log_type=UPDATE_LOGGER.ERROR_LOG) 149 package_file.write(component.component_addr) 156 package_file.write(component_info) 160 package_file.write(component.version) 166 package_file.write(component_size) 170 package_file.write(component.digest) 183 package_file.write(component_data) 271 # write signe [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
| H A D | database.rs | 68 .write(database) 108 .write(&number) 146 .write(values) 149 .write(extends) 193 .write(values) 196 .write(extends) 239 .write(extends) 287 .write(&result_limit) 317 .write(&interval) 344 .write( [all...] |
| /base/startup/init/services/etc/appender/ |
| H A D | file_appender.py | 106 target_f.write(f"{item}:{':'.join(source_dict[item])}\n") 114 target_f.write(source_contents) 118 target_f.write(src.read()) 121 target_f.write(line) 122 target_f.write("\n")
|
| /test/testfwk/developer_test/local_coverage/restore_comment/ |
| H A D | build_before_generate.py | 68 write_fp.write(line) 72 write_fp.write("%s //LCOV_EXCL_BR_LINE" % line.strip("\n").strip("\n\r")) 73 write_fp.write("\n") 76 write_fp.write(line) 116 out_file.write(new_json)
|
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
| H A D | PwmOut-js.cpp | 39 * PwmOut#write (native JavaScript method) 49 DECLARE_CLASS_FUNCTION(PwmOut, write) { in DECLARE_CLASS_FUNCTION() 50 CHECK_ARGUMENT_COUNT(PwmOut, write, (args_count == 1)); in DECLARE_CLASS_FUNCTION() 51 CHECK_ARGUMENT_TYPE_ALWAYS(PwmOut, write, 0, number); in DECLARE_CLASS_FUNCTION() 65 native_ptr->write(static_cast<float>(arg0)); in DECLARE_CLASS_FUNCTION() 81 * This value may not match exactly the value set by a previous <write>. 281 ATTACH_CLASS_FUNCTION(js_object, PwmOut, write); in DECLARE_CLASS_CONSTRUCTOR()
|
| /third_party/musl/porting/linux/user/src/trace/ |
| H A D | trace_marker.c | 112 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_begin() 114 MUSL_LOGE("fail to write B. %d", ret); in trace_marker_begin() 140 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_end() 142 MUSL_LOGE("fail to write E. %d", ret); in trace_marker_end() 173 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_async_begin() 175 MUSL_LOGE("fail to write S. %d", ret); in trace_marker_async_begin() 206 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_async_end() 208 MUSL_LOGE("fail to write F. %d", ret); in trace_marker_async_end() 233 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_count() 235 MUSL_LOGE("fail to write in trace_marker_count() [all...] |
| /third_party/musl/src/trace/linux/ |
| H A D | trace_marker.c | 113 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_begin() 115 MUSL_LOGE("fail to write B. %d", ret); in trace_marker_begin() 141 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_end() 143 MUSL_LOGE("fail to write E. %d", ret); in trace_marker_end() 174 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_async_begin() 176 MUSL_LOGE("fail to write S. %d", ret); in trace_marker_async_begin() 207 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_async_end() 209 MUSL_LOGE("fail to write F. %d", ret); in trace_marker_async_end() 234 int ret = MUSL_TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in trace_marker_count() 236 MUSL_LOGE("fail to write in trace_marker_count() [all...] |
| /third_party/rust/crates/clap/clap_complete/src/shells/ |
| H A D | bash.rs | 221 write!(&mut opts, "-{short} ").unwrap(); in all_options_for_path() 224 write!(&mut opts, "--{long} ").unwrap(); in all_options_for_path() 229 write!(&mut opts, "{} ", value.get_name()).unwrap(); in all_options_for_path() 232 write!(&mut opts, "{pos} ").unwrap(); in all_options_for_path() 236 write!(&mut opts, "{sc} ").unwrap(); in all_options_for_path()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | comment_convert.py | 171 def process(self, fn, write=False): 174 if write: 177 fp.write(line) 178 fp.write('\n') 199 converter.process(fn, write=True)
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFUtils.h | 76 wStream->write(buffer, len); in AppendColorComponent() 81 wStream->write(buffer, len); in AppendColorComponentF() 88 stream->write(result, len); in AppendScalar() 96 wStream->write(result, 4); in WriteUInt16BE() 102 wStream->write(result, 2); in WriteUInt8()
|
| /third_party/rust/crates/rustix/tests/net/ |
| H A D | unix.rs | 17 use rustix::io::{read, write}; 66 write(&data_socket, DecInt::new(sum).as_bytes()).unwrap(); in server() 94 write(&data_socket, arg.as_bytes()).unwrap(); in client() 96 write(&data_socket, b"sum").unwrap(); in client() 112 write(&data_socket, b"exit").unwrap(); in client()
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | perf_test_runner.py | 164 sys.stdout.write("%s: %.2f" % (args.metric, score)) 168 sys.stdout.write(", mean: %.2f" % mean(scores)) 169 sys.stdout.write(", variation: %.2f%%" % 174 sys.stdout.write(", truncated mean: %.2f" % truncated_mean(scores, truncation_n)) 175 sys.stdout.write(", variation: %.2f%%" %
|
| H A D | gen_vk_gl_cts_build.py | 61 fileIn.write(fileHeader) 108 # BUILD.gn file to write to 112 # dEQP data GNI File to write to 162 buildGnFile.write("deqp_path = \"../../../third_party/VK-GL-CTS/src\"\n") 186 buildGnFile.write(copyCommand) 196 gniFile.write(templateImports) 213 gniFile.write(fileDeps) 226 gniFile.write(templateCopyTargets.format(targets=targets))
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | cbs.mak | 1 # Read/write tests: this uses the codec metadata filter - with no 15 # AV1 read/write 44 # H.264 read/write 72 # H.265 read/write 102 # MPEG-2 read/write 115 # VP9 read/write
|
| /third_party/googletest/googlemock/scripts/generator/cpp/ |
| H A D | gmock_class.py | 202 sys.stderr.write('Class(es) not found in %s: %s\n' % 205 sys.stderr.write('No class found in %s\n' % filename) 212 sys.stderr.write('Google Mock Class Generator v%s\n\n' % 214 sys.stderr.write(__doc__) 223 sys.stderr.write('Unable to use indent of %s\n' % os.environ.get('INDENT')) 243 sys.stdout.write('\n'.join(lines))
|
| /third_party/libunwind/libunwind/src/s390x/ |
| H A D | Ginit.c | 134 /* use syscall insteadof write() so that ASAN does not complain */ in write_validate() 252 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument 255 if (unlikely (write)) in access_mem() 276 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() argument 288 if (write) in access_reg() 307 int write, void *arg) in access_fpreg() 318 if (write) in access_fpreg() 306 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
|
| /third_party/node/test/parallel/ |
| H A D | test-http-set-timeout-server.js | 75 req.write('Hello'); 147 c.write('GET /1 HTTP/1.1\r\nHost: localhost\r\n\r\n'); 148 c.write('GET /2 HTTP/1.1\r\nHost: localhost\r\n\r\n'); 149 c.write('GET /3 HTTP/1.1\r\nHost: localhost\r\n\r\n'); 174 c.write('GET /1 HTTP/1.1\r\nHost: localhost\r\n\r\n'); 211 c.write('GET /1 HTTP/1.1\r\nHost: localhost\r\n\r\n');
|
| H A D | test-https-set-timeout-server.js | 89 req.write('Hello'); 168 c.write('GET /1 HTTP/1.1\r\nHost: localhost\r\n\r\n'); 169 c.write('GET /2 HTTP/1.1\r\nHost: localhost\r\n\r\n'); 170 c.write('GET /3 HTTP/1.1\r\nHost: localhost\r\n\r\n'); 196 c.write('GET /1 HTTP/1.1\r\nHost: localhost\r\n\r\n'); 237 c.write('GET /1 HTTP/1.1\r\nHost: localhost\r\n\r\n');
|
| /third_party/musl/scripts/ |
| H A D | print_so_deps.py | 95 f.write("digraph deps {\n") 101 f.write(dot_format.format(soname, so, index)) 102 f.write("}\n") 109 f.write(to_json) 115 f.write("{}:{}\n".format(soname, ",".join(deps))) 121 f.write("{},{}\n".format(soname, ",".join(deps)))
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_scoreboard.c | 150 /* Instructions like AXCHG.i32 unconditionally both read and write in bi_write_mask() 151 * staging registers. Even if we discard the result, the write still in bi_write_mask() 182 st->write[slot] |= bi_write_mask(I); in bi_push_clause() 190 for (unsigned slot = 0; slot < ARRAY_SIZE(st->write); ++slot) { in bi_depend_on_writers() 191 if (!(st->write[slot] & regmask)) in bi_depend_on_writers() 194 st->write[slot] = 0; in bi_depend_on_writers() 222 /* Read-after-write; write-after-write */ in bi_set_dependencies() 256 blk->scoreboard_in.write[ in scoreboard_block_update() [all...] |
| /third_party/rust/crates/io-lifetimes/tests/ |
| H A D | api.rs | 21 let _ = (&*view).write(&buf).is_ok(); in use_file() 31 let _ = (&*view).write(&buf).is_ok(); in use_file() 42 let _ = (&*view).write(&buf).is_ok(); in use_socket() 52 let _ = (&*view).write(&buf).is_ok(); in use_socket() 63 let _ = (&*view).write(&buf).is_ok(); in from_file() 76 let _ = (&*view).write(&buf).is_ok(); in from_socket()
|
| /third_party/rust/crates/nom/tests/ |
| H A D | arithmetic_ast.rs | 37 Value(val) => write!(format, "{}", val), 38 Add(ref left, ref right) => write!(format, "{} + {}", left, right), 39 Sub(ref left, ref right) => write!(format, "{} - {}", left, right), 40 Mul(ref left, ref right) => write!(format, "{} * {}", left, right), 41 Div(ref left, ref right) => write!(format, "{} / {}", left, right), 42 Paren(ref expr) => write!(format, "({})", expr), 51 Value(val) => write!(format, "{}", val), 52 Add(ref left, ref right) => write!(format, "({:?} + {:?})", left, right), 53 Sub(ref left, ref right) => write!(format, "({:?} - {:?})", left, right), 54 Mul(ref left, ref right) => write!(forma [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_cmd_buffer.c | 947 const VkWriteDescriptorSet *write = &pDescriptorWrites[i]; in anv_CmdPushDescriptorSetKHR() local 949 switch (write->descriptorType) { in anv_CmdPushDescriptorSetKHR() 955 for (uint32_t j = 0; j < write->descriptorCount; j++) { in anv_CmdPushDescriptorSetKHR() 957 write->pImageInfo + j, in anv_CmdPushDescriptorSetKHR() 958 write->descriptorType, in anv_CmdPushDescriptorSetKHR() 959 write->dstBinding, in anv_CmdPushDescriptorSetKHR() 960 write->dstArrayElement + j); in anv_CmdPushDescriptorSetKHR() 966 for (uint32_t j = 0; j < write->descriptorCount; j++) { in anv_CmdPushDescriptorSetKHR() 968 write->pTexelBufferView[j]); in anv_CmdPushDescriptorSetKHR() 971 write in anv_CmdPushDescriptorSetKHR() [all...] |