Home
last modified time | relevance | path

Searched refs:write (Results 401 - 425 of 5608) sorted by relevance

1...<<11121314151617181920>>...225

/third_party/skia/third_party/externals/dawn/scripts/
H A Dperf_test_runner.py140 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 DBPFAsmBackend.cpp64 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 DtypeArgumentInferenceWithObjectLiteral.js4 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 Derror.rs24 /// 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...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp447 data.write(reinterpret_cast<const char*>(&count), sizeof(count)); in MarshalNodes()
468 data.write(reinterpret_cast<const char*>(&nodeCount), sizeof(nodeCount)); in MarshalNodes()
477 data.write(reinterpret_cast<const char*>(&nodeId), sizeof(nodeId)); in MarshalTree()
480 data.write(reinterpret_cast<const char*>(&count), sizeof(count)); in MarshalTree()
485 data.write(reinterpret_cast<const char*>(&nodeId), sizeof(nodeId)); in MarshalTree()
494 data.write(reinterpret_cast<const char*>(&nodeType), sizeof(nodeType)); in MarshalNode()
497 data.write(reinterpret_cast<const char*>(&nodeId), sizeof(nodeId)); in MarshalNode()
500 data.write(reinterpret_cast<const char*>(&isTextureExportNode), sizeof(isTextureExportNode)); in MarshalNode()
506 data.write(reinterpret_cast<const char*>(&size), sizeof(size)); in MarshalNode()
507 data.write(reinterpret_cas in MarshalNode()
[all...]
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c11 * this region, such as read, write, set a new lock ... The expected
206 write(0, ".", 1); in initClientFork()
254 write(0, ".", 1); in loadProcess()
309 write(dp.lclnt[i][1], message, M_SIZE); in serverSendLocal()
346 write(slaveWriter, message, M_SIZE); in clientSend()
426 return write(dp.lclnt[slave][1], message, M_SIZE); in serverSendLockLocal()
482 #define P(a,b) memset(dbg,0,16);sprintf(dbg,a,b);write(0,dbg,16);
533 write(dp.lclnt[i][1], message, M_SIZE); in masterClient()
554 r = write(fdServer, message, M_SIZE); in masterClient()
556 perror("write in masterClient()
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dprint.rs204 Exactly(x) => write!(self.wtr, "{{{}}}", x), in fmt_repetition_range()
205 AtLeast(x) => write!(self.wtr, "{{{},}}", x), in fmt_repetition_range()
206 Bounded(x, y) => write!(self.wtr, "{{{},{}}}", x, y), in fmt_repetition_range()
215 Punctuation => write!(self.wtr, r"\{}", ast.c), in fmt_literal()
216 Octal => write!(self.wtr, r"\{:o}", ast.c as u32), in fmt_literal()
218 write!(self.wtr, r"\x{:02X}", ast.c as u32) in fmt_literal()
221 write!(self.wtr, r"\u{:04X}", ast.c as u32) in fmt_literal()
224 write!(self.wtr, r"\U{:08X}", ast.c as u32) in fmt_literal()
227 write!(self.wtr, r"\x{{{:X}}}", ast.c as u32) in fmt_literal()
230 write!(sel in fmt_literal()
[all...]
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs99 /// parcel.write(&self.a)
104 /// msg.write(&Foo { a: 1 }).unwrap();
107 pub fn write<T: Serialize + ?Sized>(&mut self, value: &T) -> IpcResult<()> { in write() functions
125 /// parcel.write(&self.a)
134 /// msg.write(&Foo { a: 1 }).unwrap();
187 /// .write(true)
220 /// .write(true)
312 /// reply.write("nihao");
336 /// reply.write("nihao");
370 /// msg.write(
[all...]
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp359 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { in write() function in BytesTrieBuilder::BTLinearMatchNode
361 next->write(builder); in write()
362 b.write(s, length); in write()
363 offset=b.write(b.getMinLinearMatch()+length-1); in write()
403 BytesTrieBuilder::write(int32_t byte) { in write() function in BytesTrieBuilder
413 BytesTrieBuilder::write(const char *b, int32_t length) { in write() function in BytesTrieBuilder
424 return write(elements[i].getString(*strings).data()+byteIndex, length); in writeElementUnits()
430 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()
459 return write(intBytes, length); in writeValueAndFinal()
464 int32_t offset=write(nod in writeValueAndType()
[all...]
H A Ducharstriebuilder.cpp306 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write() function in UCharsTrieBuilder::UCTLinearMatchNode
308 next->write(builder); in write()
309 b.write(s, length); in write()
350 UCharsTrieBuilder::write(int32_t unit) { in write() function in UCharsTrieBuilder
360 UCharsTrieBuilder::write(const UChar *s, int32_t length) { in write() function in UCharsTrieBuilder
371 return write(elements[i].getString(strings).getBuffer()+unitIndex, length); in writeElementUnits()
377 return write(i|(isFinal<<15)); in writeValueAndFinal()
395 return write(intUnits, length); in writeValueAndFinal()
401 return write(node); in writeValueAndType()
419 return write(intUnit in writeValueAndType()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dbytestriebuilder.cpp359 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { in write() function in BytesTrieBuilder::BTLinearMatchNode
361 next->write(builder); in write()
362 b.write(s, length); in write()
363 offset=b.write(b.getMinLinearMatch()+length-1); in write()
403 BytesTrieBuilder::write(int32_t byte) { in write() function in BytesTrieBuilder
413 BytesTrieBuilder::write(const char *b, int32_t length) { in write() function in BytesTrieBuilder
424 return write(elements[i].getString(*strings).data()+byteIndex, length); in writeElementUnits()
430 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()
459 return write(intBytes, length); in writeValueAndFinal()
464 int32_t offset=write(nod in writeValueAndType()
[all...]
H A Ducharstriebuilder.cpp306 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write() function in UCharsTrieBuilder::UCTLinearMatchNode
308 next->write(builder); in write()
309 b.write(s, length); in write()
350 UCharsTrieBuilder::write(int32_t unit) { in write() function in UCharsTrieBuilder
360 UCharsTrieBuilder::write(const char16_t *s, int32_t length) { in write() function in UCharsTrieBuilder
371 return write(elements[i].getString(strings).getBuffer()+unitIndex, length); in writeElementUnits()
377 return write(i|(isFinal<<15)); in writeValueAndFinal()
395 return write(intUnits, length); in writeValueAndFinal()
401 return write(node); in writeValueAndType()
419 return write(intUnit in writeValueAndType()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp7 // matrices, replacing them with calls to functions that choose which component to return or write.
37 std::string GetIndexFunctionName(const TType &type, bool write) in GetIndexFunctionName() argument
41 if (write) in GetIndexFunctionName()
111 const TType *GetBaseType(const TType &type, bool write) in GetBaseType() argument
120 if (!write) in GetBaseType()
125 // Generate a read or write function for one field in a vector/matrix.
146 // write function example:
169 bool write, in GetIndexFunctionDefinition()
185 std::string functionName = GetIndexFunctionName(type, write); in GetIndexFunctionDefinition()
191 if (write) in GetIndexFunctionDefinition()
168 GetIndexFunctionDefinition(const TType &type, bool write, const TFunction &func, TSymbolTable *symbolTable) GetIndexFunctionDefinition() argument
401 bool write = isLValueRequiredHere(); visitBinary() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp359 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { in write() function in BytesTrieBuilder::BTLinearMatchNode
361 next->write(builder); in write()
362 b.write(s, length); in write()
363 offset=b.write(b.getMinLinearMatch()+length-1); in write()
403 BytesTrieBuilder::write(int32_t byte) { in write() function in BytesTrieBuilder
413 BytesTrieBuilder::write(const char *b, int32_t length) { in write() function in BytesTrieBuilder
424 return write(elements[i].getString(*strings).data()+byteIndex, length); in writeElementUnits()
430 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()
459 return write(intBytes, length); in writeValueAndFinal()
464 int32_t offset=write(nod in writeValueAndType()
[all...]
H A Ducharstriebuilder.cpp306 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write() function in UCharsTrieBuilder::UCTLinearMatchNode
308 next->write(builder); in write()
309 b.write(s, length); in write()
350 UCharsTrieBuilder::write(int32_t unit) { in write() function in UCharsTrieBuilder
360 UCharsTrieBuilder::write(const UChar *s, int32_t length) { in write() function in UCharsTrieBuilder
371 return write(elements[i].getString(strings).getBuffer()+unitIndex, length); in writeElementUnits()
377 return write(i|(isFinal<<15)); in writeValueAndFinal()
395 return write(intUnits, length); in writeValueAndFinal()
401 return write(node); in writeValueAndType()
419 return write(intUnit in writeValueAndType()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_l2_mmu_config.c42 * 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 Dmali_kbase_l2_mmu_config.c48 * @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 Dcallbacks.js54 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 Dstring_decoder.js95 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 Dtest-file-write-stream2.js32 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 Dtest-http-content-length-mismatch.js11 res.write('hello');
13 res.write('a');
36 res.write('helloaa');
57 res.write('a');
/third_party/node/tools/
H A Dgenv8constants.py41 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 Dread-stream-throughput.js60 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 DWaveFileWriter.cpp19 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 DBrotliOutputStream.java51 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()

Completed in 14 milliseconds

1...<<11121314151617181920>>...225