| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | serialize.rs | 112 write!(writer, " {}(", wrap_name)?; in serialize() 114 write!(writer, "void")?; in serialize() 130 write!(writer, " {}(", wrap_name)?; in serialize() 140 write!(writer, ") {{ return {}(", name)?; in serialize() 142 write!(buf, "{}", name).map_err(From::from) in serialize() 178 write!(writer, "const ")?; in serialize() 180 write!(writer, "void")? in serialize() 184 write!(writer, "const ")?; in serialize() 186 write!(writer, "nullptr_t")? in serialize() 190 write!(write in serialize() [all...] |
| /third_party/skia/third_party/externals/dawn/scripts/ |
| H A D | perf_test_runner.py | 140 sys.stdout.write("%s: %.2f" % (metric, score)) 144 sys.stdout.write(", mean: %.2f" % mean(scores)) 145 sys.stdout.write(", variation: %.2f%%" % 150 sys.stdout.write(", truncated mean: %.2f" % 152 sys.stdout.write(", variation: %.2f%%" %
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFAsmBackend.cpp | 64 support::endian::write<uint64_t>(OS, 0x15000000, Endian); in writeNopData() 78 support::endian::write<uint32_t>(&Data[Fixup.getOffset() + 4], in applyFixup() 82 support::endian::write<uint32_t>(&Data[Fixup.getOffset()], Value, Endian); in applyFixup() 84 support::endian::write<uint64_t>(&Data[Fixup.getOffset()], Value, Endian); in applyFixup() 97 support::endian::write<uint16_t>(&Data[Fixup.getOffset() + 2], Value, in applyFixup()
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | typeArgumentInferenceWithObjectLiteral.js | 4 write(value: T); 14 write: value => s = value 17 write: value => s = value, 45 write: function (value) { return s = value; }
48 write: function (value) { return s = value; },
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| H A D | error.rs | 24 /// An attempt to write data to the underlying socket returned `WouldBlock`. 26 /// Wait for write readiness and retry the operation. 109 Some(_) => fmt.write_str("a nonblocking write call would have blocked"), in fmt() 113 Some(err) => write!(fmt, "{}", err), in fmt() 117 Some(e) => write!(fmt, "{}", e), in fmt() 120 ErrorCode(code) => write!(fmt, "unknown error code {}", code), in fmt() 161 HandshakeError::SetupFailure(ref e) => write!(f, "stream setup failed: {}", e)?, in fmt() 163 write!(f, "the handshake failed: {}", s.error())?; in fmt() 166 write!(f, ": {}", verify)?; in fmt() 170 write!( in fmt() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 229 OS.write((const char *)A.data(), arrayDataSize(A)); in writeArrayData() 299 // Align the start of the section header and write the ELF header. in writeELFHeader() 309 OS.write((const char *)&Header, sizeof(Header)); in writeELFHeader() 424 // in the YAML, we need to write them here. This ensures the file offset in initSectionHeaders() 447 // We do not write any content for special SHN_UNDEF section. in initSectionHeaders() 660 STB.write(OS); in initStrtabSectionHeader() 821 OS.write((const char *)&REntry, sizeof(REntry)); in writeSectionContent() 827 OS.write((const char *)&REntry, sizeof(REntry)); in writeSectionContent() 853 support::endian::write<uintX_t>(OS, E, ELFT::TargetEndianness); in writeSectionContent() 867 support::endian::write<uint32_ in writeSectionContent() [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | CodedOutputStream.java | 51 * <p>This class contains two kinds of methods: methods that write specific protocol message 53 * write low-level values (e.g. {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are 73 * Returns the buffer size to efficiently write dataLength bytes to this CodedOutputStream. Used 76 * @return the buffer size to efficiently write dataLength bytes to this CodedOutputStream. 228 /** Encode and write a tag. */ 317 * Write a {@code bytes} field, including tag, to the stream. This method will write all content 321 * you only want to write the remaining bytes of a ByteBuffer, you can call {@code 329 write(value); in writeRawByte() 334 write((byte) value); in writeRawByte() 339 write(valu in writeRawBytes() 484 public abstract void write(byte value) throws IOException; write() method in CodedOutputStream 488 public abstract void write(byte[] value, int offset, int length) throws IOException; write() method in CodedOutputStream 495 public abstract void write(ByteBuffer value) throws IOException; write() method in CodedOutputStream 1316 public final void write(byte value) throws IOException { write() method in CodedOutputStream.ArrayEncoder 1444 public final void write(byte[] value, int offset, int length) throws IOException { write() method in CodedOutputStream.ArrayEncoder 1460 public final void write(ByteBuffer value) throws IOException { write() method in CodedOutputStream.ArrayEncoder 1682 public void write(byte value) throws IOException { write() method in CodedOutputStream.SafeDirectNioEncoder 1776 public void write(byte[] value, int offset, int length) throws IOException { write() method in CodedOutputStream.SafeDirectNioEncoder 1792 public void write(ByteBuffer value) throws IOException { write() method in CodedOutputStream.SafeDirectNioEncoder 2012 public void write(byte value) throws IOException { write() method in CodedOutputStream.UnsafeDirectNioEncoder 2122 public void write(byte[] value, int offset, int length) throws IOException { write() method in CodedOutputStream.UnsafeDirectNioEncoder 2145 public void write(ByteBuffer value) throws IOException { write() method in CodedOutputStream.UnsafeDirectNioEncoder 2551 public void write(byte value) throws IOException { write() method in CodedOutputStream.ByteOutputEncoder 2663 public void write(byte[] value, int offset, int length) throws IOException { write() method in CodedOutputStream.ByteOutputEncoder 2677 public void write(ByteBuffer value) throws IOException { write() method in CodedOutputStream.ByteOutputEncoder 2865 public void write(byte value) throws IOException { write() method in CodedOutputStream.OutputStreamEncoder 2979 public void write(byte[] value, int offset, int length) throws IOException { write() method in CodedOutputStream.OutputStreamEncoder 3017 public void write(ByteBuffer value) throws IOException { write() method in CodedOutputStream.OutputStreamEncoder [all...] |
| /base/request/request/services/src/service/command/ |
| H A D | pause.rs | 28 reply.write(&(ErrorCode::Permission as i32))?; 39 reply.write(&(ErrorCode::TaskNotFound as i32))?; 45 reply.write(&(ErrorCode::TaskNotFound as i32))?; 63 reply.write(&(ret as i32))?;
|
| H A D | remove.rs | 28 reply.write(&(ErrorCode::Permission as i32))?; 40 reply.write(&(ErrorCode::TaskNotFound as i32))?; 47 reply.write(&(ErrorCode::TaskNotFound as i32))?; 65 reply.write(&(ret as i32))?;
|
| /base/startup/init/test/unittest/fs_manager/erofs/ |
| H A D | erofs_common_unittest.cpp | 73 write(fd, &super, sizeof(ext4_super_block));
in HWTEST_F() 76 write(fd, &super, sizeof(ext4_super_block));
in HWTEST_F() 94 write(fd, &super, sizeof(ext4_super_block));
in HWTEST_F() 98 write(fd, &super, sizeof(ext4_super_block));
in HWTEST_F()
|
| /base/web/webview/ohos_interface/ohos_glue/scripts/ |
| H A D | system_util.py | 48 f.write(data.decode('utf-8')) 50 f.write(data) 56 sys.stdout.write('creating ' + name + ' directory.\n') 69 sys.stdout.write('moving ' + name + ' file.\n')
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_l2_mmu_config.c | 42 * struct l2_mmu_config_limit - L2 MMU read and write limit 46 * @write: Values for the write limit field 51 struct l2_mmu_config_limit_region write; member 63 /* GPU, read, write */ 115 mmu_config &= ~(limit.read.mask | limit.write.mask); in kbase_set_mmu_quirks() 118 (limit.write.value << limit.write.shift); in kbase_set_mmu_quirks()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_l2_mmu_config.c | 48 * @write: Values for the write limit field 53 struct l2_mmu_config_limit_region write; member 65 /* GPU, read, write */ 102 mmu_config &= ~(limit.read.mask | limit.write.mask); in kbase_set_mmu_quirks() 104 mmu_config |= (limit.read.value << limit.read.shift) | (limit.write.value << limit.write.shift); in kbase_set_mmu_quirks()
|
| /third_party/node/lib/internal/readline/ |
| H A D | callbacks.js | 54 return stream.write(data, callback); 85 return stream.write(data, callback); 107 return stream.write(type, callback); 124 return stream.write(kClearScreenDown, callback);
|
| /third_party/node/lib/ |
| H A D | string_decoder.js | 95 StringDecoder.prototype.write = function write(buf) { 118 ret = this.write(buf); 134 return this.write(buf.slice(offset));
|
| /third_party/node/test/parallel/ |
| H A D | test-file-write-stream2.js | 32 const filepath = path.join(tmpdir.path, 'write.txt'); 36 const cb_expected = 'write open drain write drain close '; 83 console.error('drain=1, write again'); 85 console.error(`ondrain write ret= ${file.write(EXPECTED)}`); 86 cb_occurred += 'write '; 97 file.write('should not work anymore', (err) => { 98 assert.ok(err.message.includes('write after end')); 103 const ret = file.write(Strin [all...] |
| H A D | test-http-content-length-mismatch.js | 11 res.write('hello'); 13 res.write('a'); 36 res.write('helloaa'); 57 res.write('a');
|
| /third_party/node/tools/ |
| H A D | genv8constants.py | 41 outfile.write(""" 70 outfile.write("#define %s -0x%x\n" % (curr_sym.upper(), wrapped_val)) 72 outfile.write("#define %s 0x%x\n" % (curr_sym.upper(), wrapped_val)) 113 outfile.write("""
|
| /third_party/node/benchmark/fs/ |
| H A D | read-stream-throughput.js | 60 ws.on('drain', write); 61 write(); 62 function write() { function 65 } while (false !== ws.write(buf) && n > 0);
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/ |
| H A D | WaveFileWriter.cpp | 19 void WaveFileWriter::WaveFileWriter::write(float value) { in write() function in WaveFileWriter::WaveFileWriter 30 void WaveFileWriter::write(float *buffer, int32_t startSample, int32_t numSamples) { in write() function in WaveFileWriter 32 write(buffer[startSample + i]); in write() 85 mOutputStream->write(b); in writeByte()
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| H A D | BrotliOutputStream.java | 51 throw new IOException("write after close"); in flush() 57 public void write(int b) throws IOException { in write() method in BrotliOutputStream 59 throw new IOException("write after close"); in write() 68 public void write(byte[] b) throws IOException { in write() method in BrotliOutputStream 69 this.write(b, 0, b.length); in write() 73 public void write(byte[] b, int off, int len) throws IOException { in write() method in BrotliOutputStream 75 throw new IOException("write after close"); in write()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
| H A D | generate_copts.py | 93 f.write(style.docstring()) 94 f.write("\n") 96 f.write("\n") 97 f.write(copt_list(var_name, arg_list, style))
|
| /third_party/vk-gl-cts/scripts/src_util/ |
| H A D | pre_commit.py | 55 sys.stderr.write("%s:%d: " % (path, line or 0)) 56 sys.stderr.write(msg % args if args else msg) 58 sys.stderr.write('\n') 79 sys.stderr.write(e.output)
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_mem.cpp | 217 AluInstr::write)); in emit_atomic_op2() 219 shader.emit_instruction(new AluInstr(op1_mov, tmp[0], vf.literal(4 * offset), AluInstr::write)); in emit_atomic_op2() 245 AluInstr::write)); in emit_atomic_read() 247 shader.emit_instruction(new AluInstr(op1_mov, tmp[0], vf.literal(4 * offset), AluInstr::write)); in emit_atomic_read() 277 AluInstr::write)); in emit_atomic_inc() 279 shader.emit_instruction(new AluInstr(op1_mov, tmp[0], vf.literal(4 * offset), AluInstr::write)); in emit_atomic_inc() 307 AluInstr::write)); in emit_atomic_pre_dec() 309 shader.emit_instruction(new AluInstr(op1_mov, tmp[0], vf.literal(4 * offset), AluInstr::write)); in emit_atomic_pre_dec() 570 vf.literal(2), AluInstr::write)); in emit_ssbo_store() 610 shader.emit_instruction(new AluInstr(op1_mov, data_vec4[1], shader.rat_return_address(), AluInstr::write)); in emit_ssbo_atomic_op() [all...] |
| /foundation/arkui/ace_engine/build/tools/ |
| H A D | gen_uicontext_ohos.py | 28 ohos.write(line) 43 ohos.write("\n") 48 ohos.write("\n" + export_content)
|