| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_vs.cpp | 281 AluInstr::write); in emit_varying_param() 334 * We can only output 4D vectors with a write mask, e.g. we can in emit_stream() 621 AluInstr::write); in do_store_output()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 392 qir_print_reg(struct vc4_compile *c, struct qreg reg, bool write) in qir_print_reg() argument 430 if (write) { in qir_print_reg() 607 /* Updates inst to write to a new temporary, emits it, and notes the def. */
|
| /third_party/node/lib/ |
| H A D | child_process.js | 922 process.stderr.write(ret.stderr); 960 process.stderr.write(ret.stderr);
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
| H A D | ghashv8-armx.S | 101 vst1.64 {q0},[r0] @ write out Xi 235 vst1.64 {q0},[r0] @ write out Xi
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
| H A D | ghashv8-armx.S | 101 vst1.64 {q0},[r0] @ write out Xi 235 vst1.64 {q0},[r0] @ write out Xi
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzwrite.c | 58 /* initialize write buffer if compressing */ 67 /* Compress whatever is at avail_in and next_in and write to the output file. 71 reset to start a new gzip stream. If gz->direct is true, then simply write 85 /* write directly if requested */ 89 writ = write(state->fd, strm->next_in, put); 103 /* write out current buffer contents if full, or if flushing, but if 104 doing Z_FINISH then don't write until we get to Z_STREAM_END */ 110 writ = write(state->fd, state->x.next, put); 143 /* Compress len zeros to output. Return -1 on a write error or memory 269 /* write le [all...] |
| /third_party/node/deps/zlib/ |
| H A D | gzwrite.c | 50 /* initialize write buffer if compressing */ in gz_init() 59 /* Compress whatever is at avail_in and next_in and write to the output file. 63 reset to start a new gzip stream. If gz->direct is true, then simply write 74 /* write directly if requested */ in gz_comp() 78 writ = write(state->fd, strm->next_in, put); in gz_comp() 91 /* don't start a new gzip member unless there is data to write */ in gz_comp() 101 /* write out current buffer contents if full, or if flushing, but if in gz_comp() 102 doing Z_FINISH then don't write until we get to Z_STREAM_END */ in gz_comp() 108 writ = write(state->fd, state->x.next, put); in gz_comp() 141 /* Compress len zeros to output. Return -1 on a write erro [all...] |
| /third_party/nghttp2/src/ |
| H A D | template.h | 363 return o.write(s.c_str(), s.size()); 509 return o.write(s.c_str(), s.size());
|
| H A D | memchunk.h | 628 size_t write(const void *src, size_t count) { in write() function 634 size_t write(size_t count) { in write() function
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 334 bool write = !capture_only || (obj->flags & EXEC_OBJECT_CAPTURE); in dump_execbuffer2() local 336 if (write && bo->dirty) { in dump_execbuffer2()
|
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | genrb.cpp | 107 UOPTION_DEF("write-xliff", 'x', UOPT_OPTIONAL_ARG), 183 "without --write-java\n", in main() 223 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n" in main() 225 "\t --java-package For --write-java: package name for writing the ListResourceBundle,\n" in main() 228 "\t-b or --bundle-name For --write-java: root resource bundle name for writing the ListResourceBundle,\n" in main() 230 "\t-x or --write-xliff write an XLIFF file for the resource bundle. Followed by\n" in main() 243 "\t --formatVersion write a .res file compatible with the requested formatVersion (single digit);\n" in main() 246 "\t --writePoolBundle [directory] write in main() [all...] |
| /third_party/icu/icu4c/source/tools/makeconv/ |
| H A D | makeconv.cpp | 90 * Set up the UNewData and write the converter.. 152 /* Now, write the table */ in writeConverterData() 154 size += data->cnvData->write(data->cnvData, &data->staticData, mem, tableType); in writeConverterData() 157 size += data->extData->write(data->extData, &data->staticData, mem, tableType); in writeConverterData() 217 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n", in main() 235 "\tread .ucm codepage mapping files and write .cnv files\n" in main()
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | genrb.cpp | 107 UOPTION_DEF("write-xliff", 'x', UOPT_OPTIONAL_ARG), 183 "without --write-java\n", in main() 223 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n" in main() 225 "\t --java-package For --write-java: package name for writing the ListResourceBundle,\n" in main() 228 "\t-b or --bundle-name For --write-java: root resource bundle name for writing the ListResourceBundle,\n" in main() 230 "\t-x or --write-xliff write an XLIFF file for the resource bundle. Followed by\n" in main() 243 "\t --formatVersion write a .res file compatible with the requested formatVersion (single digit);\n" in main() 246 "\t --writePoolBundle [directory] write in main() [all...] |
| /third_party/ltp/testcases/kernel/security/tomoyo/ |
| H A D | tomoyo_new_file_test.c | 13 /* along with this program; if not, write to the Free Software */ 138 policy = "allow_read/write /proc/sys/net/ipv4/ip_local_port_range"; in stage_file_test() 160 if (write(pipe_fd[1], &errno, sizeof(errno)) == -1) in stage_file_test() 161 err(1, "write"); in stage_file_test() 177 if (write(pipe_fd[1], &errno, sizeof(errno)) == -1) in stage_file_test() 178 err(1, "write"); in stage_file_test() 262 policy = "allow_read/write /tmp/fifo"; in stage_file_test() 299 policy = "allow_read/write /dev/null"; in stage_file_test() 550 policy = "allow_read/write /tmp/rewrite_test"; in stage_file_test() 594 policy = "allow_read/write /tm in stage_file_test() [all...] |
| /third_party/ltp/testcases/kernel/mce-test/tools/ |
| H A D | page-types.c | 14 * your Linux system; if not, write to the Free Software Foundation, Inc., 59 492 len = write(hwpoison_inject_fd, buf, len); in hwpoison_page() 506 len = write(hwpoison_forget_fd, buf, len); in unpoison_page()
|
| /third_party/ltp/testcases/kernel/mem/mmapstress/ |
| H A D | mmapstress10.c | 16 * along with this program; if not, write to the Free Software 78 * to write at a time (i.e. between sleeps). 101 #define MAXLOOPS 500 /* max pages for map children to write */ 102 #define GROWSIZE 20 /* # bytes to write per write call */ 221 (void)fprintf(stderr, "error: negative write " 364 if ((c = write(fd, (char *)buf, write_cnt)) != write_cnt) { 366 perror("write error"); 368 (void)fprintf(stderr, "write: wrote %d of %d " 400 * write t [all...] |
| /third_party/littlefs/scripts/ |
| H A D | structs.py | 186 sys.stdout.write(line) 227 sys.stdout.write(line) 508 # write results to CSV
|
| /third_party/lwip/src/include/lwip/ |
| H A D | sockets.h | 564 #define lwip_write write 687 #define write(s,dataptr,len) lwip_write(s,dataptr,len) macro
|
| /third_party/python/Lib/asyncio/ |
| H A D | streams.py | 304 This exposes write(), writelines(), [can_]write_eof(), 331 def write(self, data): member in StreamWriter 332 self._transport.write(data) 356 """Flush the write buffer. 358 The intended use is to write 360 w.write(data) 374 # write(...); await drain()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Shader.cpp | 191 stream.write(string[i], strlen(string[i])); in setSource() 195 stream.write(string[i], length[i]); in setSource()
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestLogWriter.cpp | 93 stream.write((const char*)caseData.getData(), caseData.getDataSize()); in writeTestCase() 221 str.write(&d[0], sizeof(d)); in operator <<()
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | genrb.cpp | 104 UOPTION_DEF("write-xliff", 'x', UOPT_OPTIONAL_ARG), 174 "without --write-java\n", in main() 214 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n" in main() 216 "\t --java-package For --write-java: package name for writing the ListResourceBundle,\n" in main() 219 "\t-b or --bundle-name For --write-java: root resource bundle name for writing the ListResourceBundle,\n" in main() 221 "\t-x or --write-xliff write an XLIFF file for the resource bundle. Followed by\n" in main() 234 "\t --formatVersion write a .res file compatible with the requested formatVersion (single digit);\n" in main() 237 "\t --writePoolBundle [directory] write in main() [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
| H A D | makeconv.cpp | 90 * Set up the UNewData and write the converter.. 152 /* Now, write the table */ in writeConverterData() 154 size += data->cnvData->write(data->cnvData, &data->staticData, mem, tableType); in writeConverterData() 157 size += data->extData->write(data->extData, &data->staticData, mem, tableType); in writeConverterData() 228 "\tread .ucm codepage mapping files and write .cnv files\n" in main() 248 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n", in main()
|
| /third_party/skia/third_party/externals/zlib/ |
| H A D | gzwrite.c | 58 /* initialize write buffer if compressing */ 67 /* Compress whatever is at avail_in and next_in and write to the output file. 71 reset to start a new gzip stream. If gz->direct is true, then simply write 85 /* write directly if requested */ 89 writ = write(state->fd, strm->next_in, put); 103 /* write out current buffer contents if full, or if flushing, but if 104 doing Z_FINISH then don't write until we get to Z_STREAM_END */ 110 writ = write(state->fd, state->x.next, put); 143 /* Compress len zeros to output. Return -1 on a write error or memory 269 /* write le [all...] |
| /third_party/skia/tools/fm/ |
| H A D | fm.cpp | 645 hash.write(blob->data(), blob->size()); in main() 669 SK_ABORT("Could not write .png."); in main() 672 file.write(blob->data(), blob->size()); in main()
|