Home
last modified time | relevance | path

Searched refs:write (Results 2326 - 2350 of 5800) sorted by relevance

1...<<919293949596979899100>>...232

/third_party/libunwind/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h282 unw_word_t *valp, int write);
284 unw_fpreg_t *valp, int write);
/third_party/libunwind/libunwind/include/tdep-x86/
H A Dlibunwind_i.h286 unw_word_t *valp, int write);
288 unw_fpreg_t *valp, int write);
/third_party/libunwind/libunwind/include/tdep-riscv/
H A Dlibunwind_i.h299 unw_word_t *valp, int write);
301 unw_fpreg_t *valp, int write);
/third_party/libunwind/libunwind/include/tdep-s390x/
H A Dlibunwind_i.h255 unw_word_t *valp, int write);
257 unw_fpreg_t *valp, int write);
/third_party/libunwind/libunwind/include/tdep-sh/
H A Dlibunwind_i.h273 unw_word_t *valp, int write);
275 unw_fpreg_t *valp, int write);
/third_party/libunwind/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h323 unw_word_t *valp, int write);
325 unw_fpreg_t *valp, int write);
/third_party/libunwind/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h305 unw_word_t * valp, int write);
307 unw_fpreg_t * valp, int write);
/third_party/libdrm/intel/
H A Dintel_bufmgr.h313 #define dri_bo_emit_reloc(reloc_bo, read, write, target_offset, \
317 read, write);
/third_party/mbedtls/scripts/
H A Dgenerate_ssl_debug_helpers.py389 sys.stdout.write(OUTPUT_C_TEMPLATE.format(
393 f.write(OUTPUT_C_TEMPLATE.format(
/third_party/ltp/testcases/kernel/fs/doio/
H A Dwrite_log.c20 * with this program; if not, write the Free Software Foundation, Inc.,
35 * to provide a 'write history' of a file which can be examined to
37 * on the write activity.
40 * the wlog_rec. A wlog_file is a handle encapsulating a write logfile.
43 * access to the write logfile.
46 * about a file write. Examples include the file name, offset, length,
48 * on whether or not the write has been confirmed as complete. This
49 * allows the write logfile to contain information on writes which have
52 * There is also a function to scan a write logfile in reverse order.
54 * NOTE: For target file analysis based on a write logfil
[all...]
/third_party/ltp/testcases/kernel/fs/inode/
H A Dinode01.c16 * along with this program; if not, write to the Free Software
365 /* write to it */ in generate()
372 write(file_id, new_string, len); in generate()
375 "\tUnsuccessful write to file %s, expected return of %d, got %d, errno=%d\n", in generate()
673 ret_len = write(list_id, write_string, len); in escrivez()
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py249 fConsole.write(scriptCodeContent)
255 fConsoleMeta.write("testDescrip = " + str(metaDict))
/third_party/node/deps/v8/tools/
H A Dbigint-tester.py111 f.write(self.EmitData(count))
112 f.write(self.EmitTestBody())
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
H A Dwriter.js4 function write(ast, opt = {}) {
211 write
/third_party/node/test/parallel/
H A Dtest-readline-keys.js38 fi.write(sequence);
71 fi.write(head);
/third_party/node/deps/v8/tools/testrunner/local/
H A Dcommand.py131 sys.stderr.write('Error executing: %s\n' % self)
204 sys.stderr.write('Error executing: %s\n' % self)
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py240 sys.stderr.write(
268 output.write(
301 # Filter junk out of stdout, and write filtered versions. Output we want
/third_party/nghttp2/src/
H A Dh2load_http2_session.cc59 std::cout.write(reinterpret_cast<const char *>(name), namelen); in on_header_callback()
61 std::cout.write(reinterpret_cast<const char *>(value), valuelen); in on_header_callback()
H A Dshrpx_dns_resolver.cc37 void sock_state_cb(void *data, int s, int read, int write) { in sock_state_cb() argument
49 if (write) { in sock_state_cb()
/third_party/musl/tools/api_cmp_tool/
H A Dcompare.py307 f.write(line + '\n')
311 f.write(line + '\n')
/third_party/node/deps/base64/base64/bin/
H A Dbase64.c7 // write(2) calls. At least MinGW does not support writev(2).
68 // Optionally emulate writev(2) as a series of write calls.
100 if ((r = write(fd, iov->iov_base, iov->iov_len)) < 0) { in writev()
104 // Update the total write count. in writev()
107 // Return early after a partial write; the caller should retry. in writev()
153 // Try to write the vectors to stdout. in writev_retry()
218 // Try to write the buffer to stdout. in write_stdout()
219 if ((nwrite = write(1, buf, len)) < 0) { in write_stdout()
227 fprintf(stderr, "%s: write: %s\n", in write_stdout()
253 // If no wrap width is given, write th in write_wrapped()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dvzone.cpp85 ((VTimeZone*)zone)->VTimeZone::write(s, status); in vzone_write()
97 ((VTimeZone*)zone)->VTimeZone::write(start, s, status); in vzone_writeFromStart()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py239 sys.stderr.write(
267 output.write(
300 # Filter junk out of stdout, and write filtered versions. Output we want
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer.h222 /* write a new value (larger than the current one) to the counter */
223 VkResult (*write)(struct vn_renderer *renderer, member
458 return renderer->sync_ops.write(renderer, sync, val); in vn_renderer_sync_write()
/third_party/icu/icu4c/source/i18n/
H A Dvzone.cpp85 ((VTimeZone*)zone)->VTimeZone::write(s, status); in vzone_write()
97 ((VTimeZone*)zone)->VTimeZone::write(start, s, status); in vzone_writeFromStart()

Completed in 29 milliseconds

1...<<919293949596979899100>>...232