Home
last modified time | relevance | path

Searched refs:data_to_write (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/client/
H A Dcrashpad_client_win.cc898 data_to_write.push_back(0x49); in DumpAndCrashTargetProcess()
899 data_to_write.push_back(0xb9); in DumpAndCrashTargetProcess()
903 data_to_write.push_back(0x41); in DumpAndCrashTargetProcess()
904 data_to_write.push_back(0xb8); in DumpAndCrashTargetProcess()
905 AddUint32(&data_to_write, 2); in DumpAndCrashTargetProcess()
908 data_to_write.push_back(0xba); in DumpAndCrashTargetProcess()
909 AddUint32(&data_to_write, 1); in DumpAndCrashTargetProcess()
912 data_to_write.push_back(0xb9); in DumpAndCrashTargetProcess()
954 data_to_write.push_back(2); in DumpAndCrashTargetProcess()
958 data_to_write.push_back(1); in DumpAndCrashTargetProcess()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/client/
H A Dcrashpad_client_win.cc912 data_to_write.push_back(0x49); in DumpAndCrashTargetProcess()
913 data_to_write.push_back(0xb9); in DumpAndCrashTargetProcess()
917 data_to_write.push_back(0x41); in DumpAndCrashTargetProcess()
918 data_to_write.push_back(0xb8); in DumpAndCrashTargetProcess()
919 AddUint32(&data_to_write, 2); in DumpAndCrashTargetProcess()
922 data_to_write.push_back(0xba); in DumpAndCrashTargetProcess()
923 AddUint32(&data_to_write, 1); in DumpAndCrashTargetProcess()
926 data_to_write.push_back(0xb9); in DumpAndCrashTargetProcess()
968 data_to_write.push_back(2); in DumpAndCrashTargetProcess()
972 data_to_write.push_back(1); in DumpAndCrashTargetProcess()
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/functional/modules/win_lgpo/
H A Dtest_write_regpol.py23 data_to_write = b"[\x00d\x00u\x00m\x00m\x00y\x00\\\x00d\x00a\x00t\x00a]\x00"
47 data_to_write=data_to_write,
67 data_to_write = b"[\x00d\x00u\x00m\x00m\x00y\x00\\\x00d\x00a\x00t\x00a]\x00"
91 data_to_write=data_to_write,
111 data_to_write = b"[\x00d\x00u\x00m\x00m\x00y\x00\\\x00d\x00a\x00t\x00a]\x00"
135 data_to_write=data_to_write,
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_file_eintr.py74 def _test_reading(self, data_to_write, read_and_verify_code): argument
90 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
111 self._process.stdin.write(data_to_write)
157 data_to_write=b'hello, world!',
165 data_to_write=b'hello\nworld!',
173 data_to_write=b'hello\nworld!',
179 data_to_write=b'hello\nworld!',
194 data_to_write=b'hello\nworld!',
209 data_to_write=b'hello, world!',
217 data_to_write=b'hello\r\nworld!',
[all …]
H A Dtest_file2k.py685 def _test_reading(self, data_to_write, read_and_verify_code, method_name, argument
705 data_to_write = data_to_write.replace('\n', '\r\n')
711 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
731 reader_process.stdin.write(data_to_write)
768 data_to_write='hello, world!',
784 data_to_write='hello\nworld!',
802 data_to_write='hello, world!abcdefghijklm',
814 data_to_write='hello, world!',
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_file_eintr.py74 def _test_reading(self, data_to_write, read_and_verify_code): argument
90 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
111 self._process.stdin.write(data_to_write)
157 data_to_write=b'hello, world!',
165 data_to_write=b'hello\nworld!',
173 data_to_write=b'hello\nworld!',
179 data_to_write=b'hello\nworld!',
194 data_to_write=b'hello\nworld!',
209 data_to_write=b'hello, world!',
217 data_to_write=b'hello\r\nworld!',
[all …]
H A Dtest_file2k.py685 def _test_reading(self, data_to_write, read_and_verify_code, method_name, argument
705 data_to_write = data_to_write.replace('\n', '\r\n')
711 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
731 reader_process.stdin.write(data_to_write)
768 data_to_write='hello, world!',
784 data_to_write='hello\nworld!',
802 data_to_write='hello, world!abcdefghijklm',
814 data_to_write='hello, world!',
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_file_eintr.py72 def _test_reading(self, data_to_write, read_and_verify_code): argument
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/integration/
H A Dsys-param-encrypt-decrypt.int.c33 TPM2B_MAX_NV_BUFFER data_to_write, data_read; in test_invoke() local
95 memcpy(data_to_write.buffer, TEST_DATA, TEST_DATA_LEN); in test_invoke()
96 data_to_write.size = TEST_DATA_LEN; in test_invoke()
99 &data_to_write, 0); in test_invoke()
141 (TPM2B_MAX_BUFFER *)&data_to_write, &nv_auth); in test_invoke()
190 if (memcmp(data_read.buffer, data_to_write.buffer, data_read.size)) { in test_invoke()
192 LOGBLOB_ERROR(data_to_write.buffer, data_to_write.size, "written"); in test_invoke()
264 if (memcmp(data_read.buffer, data_to_write.buffer, data_read.size)) { in test_invoke()
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/cmds/
H A Dipmi-fru-inventory-device-cmds.c152 const void *data_to_write, in fill_cmd_write_fru_data() argument
156 if ((data_to_write in fill_cmd_write_fru_data()
174 if (data_to_write && data_to_write_len) in fill_cmd_write_fru_data()
175 FILL_FIID_OBJ_SET_DATA (obj_cmd_rq, "data_to_write", data_to_write, data_to_write_len); in fill_cmd_write_fru_data()
/dports/devel/openocd/openocd-0.11.0/contrib/loaders/flash/msp432/
H A Dmain_msp432e4x.c159 uint32_t data_to_write = FLASH_LOADER->SRC_LENGTH; in msp432_flash_continous_write() local
166 if (data_to_write > SRC_LENGTH_MAX) { in msp432_flash_continous_write()
168 data_to_write -= write_package; in msp432_flash_continous_write()
170 write_package = data_to_write; in msp432_flash_continous_write()
171 data_to_write -= write_package; in msp432_flash_continous_write()
338 } while (success && data_to_write); in msp432_flash_continous_write()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/audio_backend/
H A Dsndfile_backend.hpp226 aligned_storage_ptr<sample_type> data_to_write(deque_per_tick); in sndfile_write_thread() local
232 poll_writer_queue(data_to_write.get(), deque_per_tick, pending_samples); in sndfile_write_thread()
237 while (poll_writer_queue(data_to_write.get(), deque_per_tick, pending_samples)) { in sndfile_write_thread()
241 …bool poll_writer_queue(sample_type* data_to_write, const size_t buffer_samples, size_t& pending_sa… in poll_writer_queue() argument
254 const size_t dequeued = write_frames.pop(data_to_write, samples_to_read); in poll_writer_queue()
260 const sf_count_t written_frames = output_file.writef(data_to_write, frames_to_read); in poll_writer_queue()
267 … const sample_type current_sample = data_to_write[frame * output_channels + channel]; in poll_writer_queue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_unittest.cc175 char data_to_write[] = "test"; in TEST() local
179 int bytes_written = file.Write(0, data_to_write, 0); in TEST()
210 EXPECT_EQ(data_to_write[i], data_read_1[i]); in TEST()
216 EXPECT_EQ(data_to_write[i], data_read_1[i]); in TEST()
235 EXPECT_EQ(data_to_write[i], data_read_2[i]); in TEST()
268 char data_to_write[] = "test"; in TEST() local
272 int bytes_written = file.Write(0, data_to_write, 0); in TEST()
307 EXPECT_EQ(data_to_write[i], data_read_1[i]); in TEST()
324 char data_to_write[] = "test"; in TEST() local
342 EXPECT_EQ(data_to_write[i], data_read[i]); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_unittest.cc175 char data_to_write[] = "test"; in TEST() local
179 int bytes_written = file.Write(0, data_to_write, 0); in TEST()
210 EXPECT_EQ(data_to_write[i], data_read_1[i]); in TEST()
216 EXPECT_EQ(data_to_write[i], data_read_1[i]); in TEST()
235 EXPECT_EQ(data_to_write[i], data_read_2[i]); in TEST()
268 char data_to_write[] = "test"; in TEST() local
272 int bytes_written = file.Write(0, data_to_write, 0); in TEST()
307 EXPECT_EQ(data_to_write[i], data_read_1[i]); in TEST()
324 char data_to_write[] = "test"; in TEST() local
342 EXPECT_EQ(data_to_write[i], data_read[i]); in TEST()
[all …]
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/utils/
H A Dthreadedfilebuf.cpp228 std::streamsize data_to_write = 0; local
255 data_to_write =
262 int bytes_written = ::write(filenum, mem_buffer + mem_start, data_to_write);
269 file.sputn(mem_buffer + mem_start, data_to_write );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/internal/
H A Dbase_endpoint_channel.cc164 const ByteArray* data_to_write = &data; in Write() local
179 data_to_write = &encrypted_data; in Write()
184 WriteInt(writer_, static_cast<std::int32_t>(data_to_write->size())); in Write()
188 write_exception = writer_->Write(*data_to_write); in Write()
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/api/
H A Dipmi-fru-inventory-device-cmds-api.c173 const void *data_to_write, in ipmi_cmd_write_fru_data() argument
207 data_to_write, in ipmi_cmd_write_fru_data()

123