| /third_party/node/deps/npm/node_modules/jsonparse/test/ |
| H A D | boundary.js | 14 p.write('"'); 15 p.write(de_buffer); 16 p.write('"'); 29 p.write('"'); 30 p.write(han_buffer); 31 p.write('"'); 43 p.write('"'); 44 p.write(Ux2070E_buffer); 45 p.write('"'); 58 p.write('"'); [all...] |
| /third_party/python/Lib/test/ |
| H A D | make_ssl_certs.py | 135 f.write(req) 182 f.write("00") 184 f.write('unique_subject = no') 187 f.write('CB2D80995A69525B\n') 196 t.write(req) 230 f.write(cert) 232 f.write(key) 238 f.write(key) 239 f.write(cert) 242 f.write(cer [all...] |
| /third_party/python/Tools/scripts/ |
| H A D | texi2html.py | 116 def write(self, *lines): member in HTMLNode 122 fp.write(self.prologue) 123 fp.write(self.text) 124 fp.write(self.epilogue) 134 self.write(label, ': <A HREF="', addr, '"', \ 165 self.write('<HR>\n') 168 self.write('<HR>\n') 185 self.write('<DIV CLASS=Navigation>\n <HR>\n') 188 self.write(' <HR>\n</DIV>\n') 300 self.write('\ 337 def write(self, *args): global() member in TexinfoParser [all...] |
| H A D | generate_global_objects.py | 149 def write(self, arg): member in Printer 161 self.write(prefix + " {") 165 self.write("}" + suffix) 170 """Like open() but only write to the file if it changed.""" 176 outfile.write(text) 203 printer.write(before) 204 printer.write(START) 208 printer.write(f'STRUCT_FOR_STR({name}, "{literal}")') 209 outfile.write('\n') 213 printer.write( [all...] |
| /third_party/rust/crates/clap/clap_complete_fig/src/ |
| H A D | fig.rs | 21 write!( in generate() 28 write!( in generate() 37 write!(&mut buffer, "}};\n\nexport default completion;\n").unwrap(); in generate() 40 .expect("Failed to write to generated file"); in generate() 56 write!(buffer, "{:indent$}subcommands: [\n", "", indent = indent).unwrap(); in gen_fig_inner() 63 write!( in gen_fig_inner() 80 write!(buffer, "],\n").unwrap(); in gen_fig_inner() 82 write!( in gen_fig_inner() 94 write!( in gen_fig_inner() 105 write!(buffe in gen_fig_inner() [all...] |
| /third_party/vixl/tools/ |
| H A D | generate_simulator_traces.py | 153 master_trace_f.write(copyright_header) 154 master_trace_f.write(master_trace_header) 155 master_trace_f.write('\n\n') 174 trace_f.write(copyright_header) 175 trace_f.write(trace_header) 176 trace_f.write('\n') 177 trace_f.write("#ifndef VIXL_" + test_name.upper() + "_TRACE_AARCH64_H_\n") 178 trace_f.write("#define VIXL_" + test_name.upper() + "_TRACE_AARCH64_H_\n") 179 trace_f.write('\n') 180 trace_f.write(outpu [all...] |
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| H A D | FontOutputStream.java | 110 public void write(int b) throws IOException { in write() method in FontOutputStream 111 out.write(b); in write() 116 public void write(byte[] b) throws IOException { in write() method in FontOutputStream 117 this.write(b, 0, b.length); in write() 121 public void write(byte[] b, int off, int len) throws IOException { in write() method in FontOutputStream 125 out.write(b, off, len); in write() 136 this.write(c); in writeChar() 146 this.write((byte) ((us >> 8) & 0xff)); in writeUShort() 147 this.write((byte) (us & 0xff)); in writeUShort() 167 this.write((byt in writeUInt24() [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/gen/ |
| H A D | write.rs | 29 builtin::write(out); 30 include::write(out); 45 write(out, &apis_by_namespace, 0); in write_forward_declarations() 47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() functions 51 write!(out, "{:1$}", "", indent); in write_forward_declarations() 63 write(out, nested_ns_entries, indent + 2); in write_forward_declarations() 184 write!(out, " return ::"); in write_std_specializations() 186 write!(out, "{}::", name); in write_std_specializations() 262 write!(out, " "); 274 write!(ou [all...] |
| /third_party/rust/crates/cxx/gen/src/ |
| H A D | write.rs | 29 builtin::write(out); 30 include::write(out); 45 write(out, &apis_by_namespace, 0); in write_forward_declarations() 47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() functions 51 write!(out, "{:1$}", "", indent); in write_forward_declarations() 63 write(out, nested_ns_entries, indent + 2); in write_forward_declarations() 184 write!(out, " return ::"); in write_std_specializations() 186 write!(out, "{}::", name); in write_std_specializations() 262 write!(out, " "); 274 write!(ou [all...] |
| /third_party/rust/crates/cxx/gen/lib/src/gen/ |
| H A D | write.rs | 29 builtin::write(out); 30 include::write(out); 45 write(out, &apis_by_namespace, 0); in write_forward_declarations() 47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() functions 51 write!(out, "{:1$}", "", indent); in write_forward_declarations() 63 write(out, nested_ns_entries, indent + 2); in write_forward_declarations() 184 write!(out, " return ::"); in write_std_specializations() 186 write!(out, "{}::", name); in write_std_specializations() 262 write!(out, " "); 274 write!(ou [all...] |
| /third_party/rust/crates/cxx/gen/build/src/gen/ |
| H A D | write.rs | 29 builtin::write(out); 30 include::write(out); 45 write(out, &apis_by_namespace, 0); in write_forward_declarations() 47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() functions 51 write!(out, "{:1$}", "", indent); in write_forward_declarations() 63 write(out, nested_ns_entries, indent + 2); in write_forward_declarations() 184 write!(out, " return ::"); in write_std_specializations() 186 write!(out, "{}::", name); in write_std_specializations() 262 write!(out, " "); 274 write!(ou [all...] |
| /third_party/python/Lib/ |
| H A D | pprint.py | 154 self._stream.write("\n") 171 stream.write(_recursion(object)) 194 stream.write(rep) 200 stream.write(cls_name + '(') 202 stream.write(')') 207 write = stream.write 208 write('{') 210 write((self._indent_per_level - 1) * ' ') 219 write('}') [all...] |
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | MSVSNew.py | 226 # TODO(rspangler): Automatically write to disk for now; should delay until 256 f.write( 260 f.write("# %s\r\n" % self.version.Description()) 269 f.write( 281 f.write( 290 f.write("\tProjectSection(SolutionItems) = preProject\r\n") 292 f.write(f"\t\t{i} = {i}\r\n") 293 f.write("\tEndProjectSection\r\n") 297 f.write("\tProjectSection(ProjectDependencies) = postProject\r\n") 299 f.write( [all...] |
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | MSVSNew.py | 226 # TODO(rspangler): Automatically write to disk for now; should delay until 256 f.write( 260 f.write("# %s\r\n" % self.version.Description()) 269 f.write( 281 f.write( 289 f.write("\tProjectSection(SolutionItems) = preProject\r\n") 291 f.write(f"\t\t{i} = {i}\r\n") 292 f.write("\tEndProjectSection\r\n") 295 f.write("\tProjectSection(ProjectDependencies) = postProject\r\n") 297 f.write( [all...] |
| /third_party/nghttp2/doc/ |
| H A D | mkapiref.py | 41 def write(self, out): member in FunctionDoc 42 out.write('.. {}:: {}\n'.format(self.domain, self.name)) 43 out.write('\n') 45 out.write(' {}\n'.format(line)) 54 def write(self, out): member in StructDoc 56 out.write('.. type:: {}\n'.format(self.name)) 57 out.write('\n') 59 out.write(' {}\n'.format(line)) 60 out.write('\n') 62 out.write(' 74 def write(self, out): global() member in EnumDoc 93 def write(self, out): global() member in MacroDoc 103 def write(self, out): global() member in MacroSectionDoc 116 def write(self, out): global() member in TypedefDoc [all...] |
| /third_party/mesa3d/src/freedreno/decode/scripts/ |
| H A D | test.lua | 1 io.write("HELLO WORLD\n") 6 io.write("START: " .. name .. "\n") 10 io.write("DRAW: " .. primtype .. ", " .. nindx .. "\n") 11 -- io.write("GRAS_CL_VPORT_XOFFSET: " .. r.GRAS_CL_VPORT_XOFFSET .. "\n") 12 io.write("RB_MRT[0].CONTROL.ROP_CODE: " .. r.RB_MRT[0].CONTROL.ROP_CODE .. "\n") 13 io.write("SP_VS_OUT[0].A_COMPMASK: " .. r.SP_VS_OUT[0].A_COMPMASK .. "\n") 14 --io.write("RB_DEPTH_CONTROL.Z_TEST_ENABLE: " .. tostring(r.RB_DEPTH_CONTROL.Z_TEST_ENABLE) .. "\n") 15 io.write("0x2280: written=" .. regs.written(0x2280) .. ", lastval=" .. regs.lastval(0x2280) .. ", val=" .. regs.val(0x2280) .. "\n") 19 io.write("\n-------- " .. size .. "\n") 20 io.write(" [all...] |
| /third_party/node/test/fixtures/wpt/streams/writable-streams/ |
| H A D | write.any.js | 13 array.forEach(chunk => writableStreamWriter.write(chunk)); 24 write(chunk) { 47 .then(() => assert_array_equals(ws.events, ['write', 1, 'write', 2, 'write', 3, 'write', 4, 'write', 5, 'close'], 53 write() { 60 const writePromise = writer.write('a'); 63 }, 'fulfillment value of ws.write() cal [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 88 // stored separately, e.g. the .data section containing read-write, descriptor, 263 report_fatal_error("Unhandled mapping of read-write csect to section."); in getCsectGroup() 361 // Nothing to write for this Section. in writeSections() 408 Strings.write(W.OS); in writeObject() 419 W.write<int32_t>(0); in writeSymbolName() 420 W.write<uint32_t>(Strings.getOffset(SymbolName)); in writeSymbolName() 425 W.write(NameRef); in writeSymbolName() 436 W.write<uint32_t>(CSectionRef.Address + SymbolOffset); in writeSymbolTableEntryForCsectMemberLabel() 437 W.write<int16_t>(SectionIndex); in writeSymbolTableEntryForCsectMemberLabel() 445 W.write<uint16_ in writeSymbolTableEntryForCsectMemberLabel() [all...] |
| /base/request/request/services/src/task/ |
| H A D | config.rs | 403 parcel.write(&(self.common_data.action.repr as u32))?; in serialize() 404 parcel.write(&(self.version as u32))?; in serialize() 405 parcel.write(&(self.common_data.mode.repr as u32))?; in serialize() 406 parcel.write(&self.bundle_type)?; in serialize() 407 parcel.write(&self.common_data.cover)?; in serialize() 408 parcel.write(&(self.common_data.network_config as u32))?; in serialize() 409 parcel.write(&(self.common_data.metered))?; in serialize() 410 parcel.write(&self.common_data.roaming)?; in serialize() 411 parcel.write(&(self.common_data.retry))?; in serialize() 412 parcel.write( in serialize() [all...] |
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | compiler.py | 147 # write tests around output statements. 286 # the number of new lines before the next write() 354 """Yield or write into the frame buffer.""" 363 self.write(')') 366 """Simple shortcut for start_write + write + end_write.""" 368 self.write(s) 382 def write(self, x): member in CodeGenerator 386 self.stream.write('\n' * self._new_lines) 393 self.stream.write(' ' * self._indentation) 395 self.stream.write( [all...] |
| /foundation/communication/ipc/interfaces/innerkits/rust/tests/ |
| H A D | interactive.rs | 87 msg.write(&true).unwrap(); in interactive_msg_parcel_write() 88 msg.write(&u8::MAX).unwrap(); in interactive_msg_parcel_write() 89 msg.write(&u16::MAX).unwrap(); in interactive_msg_parcel_write() 90 msg.write(&u32::MAX).unwrap(); in interactive_msg_parcel_write() 91 msg.write(&u64::MAX).unwrap(); in interactive_msg_parcel_write() 93 msg.write(&i8::MAX).unwrap(); in interactive_msg_parcel_write() 94 msg.write(&i16::MAX).unwrap(); in interactive_msg_parcel_write() 95 msg.write(&i32::MAX).unwrap(); in interactive_msg_parcel_write() 96 msg.write(&i64::MAX).unwrap(); in interactive_msg_parcel_write() 98 msg.write( in interactive_msg_parcel_write() [all...] |
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLPipelineStageCodeGenerator.cpp | 64 void write(skstd::string_view s); 138 void PipelineStageCodeGenerator::write(skstd::string_view s) { in write() function in SkSL::PipelineStage::PipelineStageCodeGenerator 139 fBuffer->write(s.data(), s.length()); in write() 143 fBuffer->write(s.data(), s.length()); in writeLine() 209 this->write(sampleOutput); in writeChildCall() 217 this->write(function.name()); in writeFunctionCall() 219 this->write(this->functionName(function)); in writeFunctionCall() 222 this->write("("); in writeFunctionCall() 225 this->write(separator); in writeFunctionCall() 229 this->write(")"); in writeFunctionCall() [all...] |
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | compiler.py | 150 # write tests around output statements. 289 # the number of new lines before the next write() 357 """Yield or write into the frame buffer.""" 366 self.write(")") 369 """Simple shortcut for start_write + write + end_write.""" 371 self.write(s) 385 def write(self, x): member in CodeGenerator 389 self.stream.write("\n" * self._new_lines) 395 self.stream.write(" " * self._indentation) 397 self.stream.write( [all...] |
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | compiler.py | 150 # write tests around output statements. 289 # the number of new lines before the next write() 357 """Yield or write into the frame buffer.""" 366 self.write(")") 369 """Simple shortcut for start_write + write + end_write.""" 371 self.write(s) 385 def write(self, x): member in CodeGenerator 389 self.stream.write("\n" * self._new_lines) 395 self.stream.write(" " * self._indentation) 397 self.stream.write( [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function 29 os.write((const char *)&value, sizeof(value_type)); in write() 33 inline void write<float>(raw_ostream &os, float value, endianness endian) { in write() function 34 write(os, FloatToBits(value), endian); in write() 38 inline void write<double>(raw_ostream &os, double value, in write() function 40 write(os, DoubleToBits(value), endian); in write() 44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function 47 write(os, v, endian); in write() 50 /// Adapter to write values to a stream in a particular byte order. 55 template <typename value_type> void write(ArrayRe in Writer() function 58 template <typename value_type> void write(value_type Val) { write() function [all...] |