| /third_party/libfuse/lib/ |
| H A D | fuse_lowlevel.c | 790 * back to regular write. 1394 if (req->se->op.write) 1395 req->se->op.write(req, nodeid, param, arg->size,
|
| /third_party/libinput/test/ |
| H A D | litest.c | 947 * this across forks to write out only one file. in litest_export_xml() 1375 litest_abort_msg("Failed to write to file %s (%s)\n", in litest_copy_file() 1382 litest_assert_int_eq(write(out, header, length), length); in litest_copy_file() 1395 size_t written = write(out, src, strlen(src)); in litest_copy_file()
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_emit.c | 585 bool write, in gfx7_set_dp_scratch_message() 605 brw_inst_set_scratch_read_write(devinfo, inst, write); in gfx7_set_dp_scratch_message() 2226 * If set, then a no-op write is issued to the destination in brw_oword_block_write_scratch() 2286 * for the message, we guarantee that the implied message write won't in brw_oword_block_read_scratch() 2288 * the MRF registers and source for the final FB write are both fixed in brw_oword_block_read_scratch() 3093 * from this thread, so send the data as a committed write. According to the 3097 * writes are complete by sending the final write as a committed write." 3211 /* SIMD4x2 untyped surface write instructions only exist on HSW+ */ in brw_untyped_surface_write() 3264 /* Completion signaled by write t in gfx12_set_memory_fence_message() 583 gfx7_set_dp_scratch_message(struct brw_codegen *p, brw_inst *inst, bool write, bool dword, bool invalidate_after_read, unsigned num_regs, unsigned addr_offset, unsigned mlen, unsigned rlen, bool header_present) gfx7_set_dp_scratch_message() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_bytes.py | 1250 f.write(short_sample) 1259 f.write(b)
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingValveMutableTests.cpp | 1732 // Obtain the descriptor write info for the resource. 1755 // The new write should be in the same vector (imageInfoVec, bufferInfoVec or bufferViewVec) so increasing the count works. 1763 const VkWriteDescriptorSet write = { 1775 descriptorWrites.push_back(write);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassMultisampleResolveTests.cpp | 2403 const VkWriteDescriptorSet write = in createDescriptorSet() local 2417 descriptorWrites[idx] = write; in createDescriptorSet()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassMultisampleResolveTests.cpp | 2390 const VkWriteDescriptorSet write = in createDescriptorSet() local 2404 descriptorWrites[idx] = write; in createDescriptorSet()
|
| /third_party/typescript/lib/ |
| H A D | tsc.js | 4514 write: function (s) { 4515 process.stdout.write(s); 4590 process.stdout.write("\x1Bc"); 5454 The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_write_Promise_0: diag(1064, ts.DiagnosticCategory.Error, "The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064", "The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?"), 5652 _0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write_0: diag(1329, ts.DiagnosticCategory.Error, "_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329", "'{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?"), 5816 Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function: diag(2311, ts.DiagnosticCategory.Error, "Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311", "Cannot find name '{0}'. Did you mean to write this in an async function?"), 6046 Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_write_2: diag(2561, ts.DiagnosticCategory.Error, "Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561", "Object literal may only specify known properties, but '{0}' does not exist in type '{1}'. Did you mean to write '{2}'?"), 6267 Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_the_whole_assignment_in_parentheses: diag(2809, ts.DiagnosticCategory.Error, "Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809", "Declaration or statement expected. This '=' follows a block of statements, so if you intended to write a destructuring assignment, you might need to wrap the the whole assignment in parentheses."), 6291 We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here: diag(2843, ts.DiagnosticCategory.Error, "We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here_2843", "We can only write a type for '{0}' by adding a type for the entire parameter here."), 6410 Could_not_write_file_0_Colon_1: diag(5033, ts.DiagnosticCategory.Error, "Could_not_write_file_0_Colon_1_5033", "Could not write fil [all...] |
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 1085 * path_converter takes care to not write to the path_t 1943 /* \\.\con requires read or write access. */ in win32_xstat_impl() 2055 AccessCheck to check for generic read, write, and execute in win32_xstat_impl() 3013 * * write access wasn't requested, in os_access_impl() 3557 Force write of fd to disk. 3573 Force write of everything to disk. 3598 Force write of fd to disk without forcing update of metadata. 9907 os.write -> Py_ssize_t 10126 // On illumos specifically sendfile() may perform a partial write but in os_sendfile_impl() 10139 // This handles illumos-specific sendfile() partial write behavio in os_sendfile_impl() 10260 HANDLE read, write; os_pipe_impl() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | cbs_h2645.c | 15 * License along with FFmpeg; if not, write to the Free Software 387 #define READWRITE write
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev-device.c | 1596 /* write attribute value */ in udev_device_set_sysattr_value() 1602 size = write(fd, value, value_len); in udev_device_set_sysattr_value()
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | simple_idct.asm | 22 ; License along with FFmpeg; if not, write to the Free Software
|
| H A D | vp8dsp.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | h264_intrapred_10bit.asm | 21 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | h264_deblock_10bit.asm | 23 ;* License along with FFmpeg; if not, write to the Free Software
|
| /third_party/ffmpeg/libavfilter/x86/ |
| H A D | colorspacedsp.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software
|
| H A D | vf_removegrain.asm | 19 ;* with FFmpeg; if not, write to the Free Software Foundation, Inc.,
|
| /third_party/ffmpeg/libavresample/x86/ |
| H A D | audio_convert.asm | 19 ;* License along with FFmpeg; if not, write to the Free Software
|
| /third_party/curl/lib/vquic/ |
| H A D | curl_ngtcp2.c | 193 /* on recv, we need a flexible buffer limit since we also write in h3_data_setup() 338 ssize_t rc = write(ctx->qlogfd, data, datalen); in qlog_callback() 340 /* on write error, stop further write attempts */ in qlog_callback()
|
| /third_party/ffmpeg/libavutil/x86/ |
| H A D | tx_float.asm | 17 ;* License along with FFmpeg; if not, write to the Free Software
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_ladspa.c | 26 * License along with this library; if not, write to the Free Software 1607 ladspa->plug.write = snd_pcm_ladspa_write_areas; in snd_pcm_ladspa_open()
|
| /third_party/backends/backend/ |
| H A D | agfafocus.c | 1890 if (write (fd, data + i * bytes_per_line, s->params.bytes_per_line) != s->params.bytes_per_line) in reader_process()
|
| H A D | u12.c | 46 * If you write modifications of your own for SANE, it is your choice 363 write( scanner->w_pipe, buf, scanner->params.bytes_per_line ); in reader_process() 1715 * pipe --> fds[0]=read-fd, fds[1]=write-fd in sane_start()
|
| H A D | qcam.c | 35 If you write modifications of your own for SANE, it is your choice 1014 perror ("fwrite: short write"); in reader_process() 1058 perror ("fwrite: short write"); in reader_process() 1074 /* now write the whole thing to the main process: */ in reader_process() 1077 perror ("fwrite: short write"); in reader_process() 2084 write (s->to_child, &req, sizeof (req)); in sane_start()
|
| /third_party/backends/backend/pixma/ |
| H A D | pixma.c | 39 If you write modifications of your own for SANE, it is your choice 52 #include <unistd.h> /* POSIX: write read close pipe */ 1079 count = write (ss->wpipe, buf, size); in write_all() 1198 ss->reader_stop and the return value from write(). */ in reader_thread()
|