Home
last modified time | relevance | path

Searched refs:write (Results 301 - 325 of 5045) sorted by relevance

1...<<11121314151617181920>>...202

/third_party/libunwind/libunwind/src/ppc32/
H A DGinit.c115 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument
118 if (write) in access_mem()
133 int write, void *arg) in access_reg()
146 if (write) in access_reg()
165 int write, void *arg) in access_fpreg()
177 if (write) in access_fpreg()
132 access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) access_reg() argument
164 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
/third_party/libunwind/libunwind/src/sh/
H A DGinit.c82 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument
85 if (write) in access_mem()
99 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() argument
111 if (write) in access_reg()
130 int write, void *arg) in access_fpreg()
141 if (write) in access_fpreg()
129 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
/third_party/libunwind/libunwind/src/hppa/
H A DGinit.c88 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument
91 if (write) in access_mem()
105 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() argument
118 if (write) in access_reg()
137 int write, void *arg) in access_fpreg()
149 if (write) in access_fpreg()
136 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
/third_party/libunwind/libunwind/src/x86_64/
H A DGregs.c66 int write) in tdep_access_reg()
76 if (write) in tdep_access_reg()
83 if (write) in tdep_access_reg()
92 if (write) in tdep_access_reg()
127 if (write) in tdep_access_reg()
135 int write) in tdep_access_fpreg()
65 tdep_access_reg(struct cursor *c, unw_regnum_t reg, unw_word_t *valp, int write) tdep_access_reg() argument
134 tdep_access_fpreg(struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, int write) tdep_access_fpreg() argument
/third_party/libunwind/libunwind/tests/
H A Dtest-proc-info.c59 unw_word_t *valp, int write, in access_mem()
62 if (!write) in access_mem()
70 unw_word_t *valp, int write, in access_reg()
73 if (!write) in access_reg()
81 unw_fpreg_t *valp, int write, in access_fpreg()
84 if (!write) in access_fpreg()
57 access_mem(unw_addr_space_t as UNUSED, unw_word_t addr UNUSED, unw_word_t *valp, int write, void *arg UNUSED) access_mem() argument
68 access_reg(unw_addr_space_t as UNUSED, unw_regnum_t regnum UNUSED, unw_word_t *valp, int write, void *arg UNUSED) access_reg() argument
79 access_fpreg(unw_addr_space_t as UNUSED, unw_regnum_t regnum UNUSED, unw_fpreg_t *valp, int write, void *arg UNUSED) access_fpreg() argument
/third_party/node/deps/v8/tools/wasm-compilation-hints/
H A Dwasm.py70 fout.write(bs)
98 fout.write(section_id_bs)
99 fout.write(payload_length_bs)
100 fout.write(section_name_length_bs)
101 fout.write(section_name_bs)
102 fout.write(payload_bs)
/third_party/node/test/parallel/
H A Dtest-http-upgrade-server.js48 res.write('okay');
53 socket.write('HTTP/1.1 101 Web Socket Protocol Handshake\r\n' +
65 socket.write(data, 'utf8');
77 socket.write(data);
104 conn.write('test', 'utf8');
107 conn.write('kill', 'utf8');
H A Dtest-stream-writev.js96 w.write('hello, ', 'ascii', cnt('hello'));
97 w.write('world', 'utf8', cnt('world'));
102 w.write(Buffer.from('!'), 'buffer', cnt('!'));
103 w.write('\nand then...', 'latin1', cnt('and then'));
108 w.write('facebea7deadbeefdecafbad', 'hex', cnt('hex'));
116 // Make sure finish comes after all the write cb
129 w.write('asd', common.mustCall());
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dopen.c33 int len = write(fd, s, sizeof(s)); in open_0100()
67 int len = write(fd, s, sizeof(s)); in open_0300()
97 int len = write(fd, s, sizeof(s)); in open_0500()
116 int len = write(fd, s, sizeof(s)); in open_0600()
145 int len = write(fd, s, sizeof(s)); in open_0800()
164 int len = write(fd, s, sizeof(s)); in open_0900()
/third_party/musl/libc-test/src/functionalext/supplement/temp/
H A Dmkostemp.c32 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0100()
55 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0200()
78 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0300()
101 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0400()
124 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0500()
147 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0600()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dlseek.c68 int retwrite = write(fd, wrstring, sizeof(wrstring)); in lseek_0100()
85 int retwrite = write(fd, wrstring, sizeof(wrstring)); in lseek_0200()
102 int retwrite = write(fd, wrstring, sizeof(wrstring)); in lseek_0300()
120 int retwrite = write(fd, str, sizeof(str)); in lseek_0400()
137 int retwrite = write(fd, str, sizeof(str)); in lseek_0500()
154 int retwrite = write(fd, str, sizeof(str)); in lseek_0600()
/third_party/python/Lib/idlelib/
H A Doutwin.py96 def write(self, s, tags=(), mark="insert"): member in OutputWindow
121 self.write(line)
124 "No flushing needed as write() directly writes to widget."
171 def write(self, s, tags, mark): member in OnDemandOutputWindow
174 self.owin.write(s, tags, mark)
183 self.write = self.owin.write
/third_party/skia/third_party/externals/angle2/src/
H A Dcommit_id.py45 fout.write(git_hash + '\n')
108 hfile.write('#define ANGLE_COMMIT_HASH "%s"\n' % commit_id)
109 hfile.write('#define ANGLE_COMMIT_HASH_SIZE %d\n' % commit_id_size)
110 hfile.write('#define ANGLE_COMMIT_DATE "%s"\n' % commit_date)
111 hfile.write('#define ANGLE_COMMIT_POSITION %s\n' % commit_position)
114 hfile.write('#define ANGLE_DISABLE_PROGRAM_BINARY_LOAD\n')
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DDigitalOut-js.cpp39 * DigitalOut#write (native JavaScript method)
47 DECLARE_CLASS_FUNCTION(DigitalOut, write) { in DECLARE_CLASS_FUNCTION()
48 CHECK_ARGUMENT_COUNT(DigitalOut, write, (args_count == 1)); in DECLARE_CLASS_FUNCTION()
49 CHECK_ARGUMENT_TYPE_ALWAYS(DigitalOut, write, 0, number); in DECLARE_CLASS_FUNCTION()
63 native_ptr->write(arg0); in DECLARE_CLASS_FUNCTION()
150 ATTACH_CLASS_FUNCTION(js_object, DigitalOut, write); in DECLARE_CLASS_CONSTRUCTOR()
/third_party/node/test/async-hooks/
H A Dtest-writewrap.js50 conn.write('hi'); // Let the client know we're ready.
71 const write = () => {
73 this.write('f'.repeat(1280000), () => {
78 // Synchronous finish, write more data immediately.
80 write();
82 // Asynchronous write; this is what we are here for.
87 write();
/third_party/node/tools/zos/
H A Dsdwrap.py24 args.output.write(outstr)
41 args.output.write(l[:71])
44 args.output.write(l[1:71])
47 args.output.write(l)
49 args.output.write(l[1:])
/third_party/node/benchmark/tls/
H A Dthroughput-s2c.js78 socket.on('drain', write);
79 write();
82 function write() {
83 while (false !== socket.write(chunk, encoding));
92 conn.write('hello');
/third_party/mesa3d/src/util/
H A Dxxd.py50 f.write("0x{:02x}, ".format(ord(b)).encode('utf-8'))
65 outfile.write("static const char {}[] = {{\n".format(name).encode('utf-8'))
79 outfile.write(b"\n ")
82 outfile.write(b"\n0")
83 outfile.write(b"\n};\n\n")
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dscov_merge.py35 def write(self, of): member in SCovLine
37 of.write("0")
39 of.write("1")
40 of.write(self.remain)
59 gcl.write(of)
/third_party/python/Tools/scripts/
H A Dfinddiv.py46 sys.stderr.write("%s: %s\n" % (sys.argv[0], msg))
47 sys.stderr.write("Usage: %s [-l] file ...\n" % sys.argv[0])
48 sys.stderr.write("Try `%s -h' for more information.\n" % sys.argv[0])
56 sys.stderr.write("Can't open: %s\n" % msg)
74 sys.stderr.write("Can't list directory: %s\n" % dir)
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfutil.c36 n = (uInt)((q <= s->write ? s->write : s->end) - q); in inflate_flush()
58 if (s->write == s->end) in inflate_flush()
59 s->write = s->window; in inflate_flush()
62 n = (uInt)(s->write - q); in inflate_flush()
/third_party/skia/tools/skqp/
H A Drun_skqp_exe14 sys.stdout.write("adb '" + "' '".join(args) + "'\n")
34 sys.stdout.write("adb 'shell' '%s'\n" % cmd)
45 sys.stderr.write('Usage\n %s BUILD_DIR\n\n' % sys.argv[0])
50 sys.stderr.write('Command failed.\n')
53 sys.stdout.write('\nReturn code: %d\nOutput written to "%s"\n' % (ret, report))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp199 raw_ostream &raw_ostream::write(unsigned char C) { in write() function in raw_ostream
209 return write(C); in write()
219 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write() function in raw_ostream
229 return write(Ptr, Size); in write()
235 // than the buffer. Directly write the chunk that is a multiple of the in write()
244 return write(Ptr + BytesToWrite, BytesRemaining); in write()
254 return write(Ptr + NumBytes, Size - NumBytes); in write()
314 return write(V.data(), BytesUsed); in operator <<()
442 return write(Spaces, NumSpaces); in indent()
447 write(Space in indent()
[all...]
/third_party/ltp/testcases/kernel/containers/utsname/
H A Dutstest.c13 * along with this program; if not, write to the Free Software
144 write(p2fd[1], "1", 1); in P1()
163 write(p2fd[1], "1", 1); in P1()
189 write(p2fd[1], "1", 1); /* tell p2 to go ahead and sethostname */ in P1()
208 write(p2fd[1], "1", 1); /* tell p2 to go ahead and sethostname */ in P1()
240 write(p1fd[1], hostname, strlen(hostname)); in P2()
249 write(p1fd[1], hostname, strlen(hostname)); in P2()
264 write(p1fd[1], newhostname, strlen(newhostname)); in P2()
342 write(p2fd[1], "0", 1); /* don't let p2 hang */ in main()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dschema_generator.py14 regSortFeatures, write)
133 write(headerString, file=self.outFile)
134 write(basetypeString, file=self.outFile)
137 write(" \"VkLastStructure\": {", file=self.outFile)
138 write(" }", file=self.outFile)
139 write(" }", file=self.outFile)
140 write("}", file=self.outFile)
158 write('\n'.join(contents), file=self.outFile)

Completed in 10 milliseconds

1...<<11121314151617181920>>...202