| /third_party/node/test/parallel/ |
| H A D | test-repl-use-global.js | 24 repl.write('global.lunch;\n'); 53 repl.write('let process;\n'); 54 repl.write('21 * 2;\n');
|
| /third_party/node/test/pummel/ |
| H A D | test-net-pingpong-delay.js | 43 socket.write('PONG'); 73 client.write('PING'); 84 client.write('PING');
|
| /third_party/ltp/testcases/misc/math/float/exp_log/ |
| H A D | genmodf.c | 16 * along with this program; if not, write to the Free Software 80 write(fp, &tabR[i], sizeof(double)); in create_Result_file() 81 write(fp1, &tabRI[i], sizeof(double)); in create_Result_file() 112 write(fp, &tabD[i], sizeof(double)); in create_Data_file()
|
| H A D | genfrexp.c | 16 * along with this program; if not, write to the Free Software 66 write(fp, &tabR[i], sizeof(double)); in create_Result_file() 67 write(fp1, &tabRI[i], sizeof(int)); in create_Result_file() 98 write(fp, &tabD[i], sizeof(double)); in create_Data_file()
|
| /third_party/ltp/testcases/misc/math/float/bessel/ |
| H A D | genlgamma.c | 15 * along with this program; if not, write to the Free Software 66 write(fp, &tabR[i], sizeof(double)); in create_Result_file() 67 write(fpsi, &tabSign[i], sizeof(int)); in create_Result_file() 99 write(fp, &tabD[i], sizeof(double)); in create_Data_file()
|
| /third_party/python/Tools/scripts/ |
| H A D | get-remote-certificate.py | 33 fp.write(m.group(1) + b"\n") 63 sys.stderr.write( 69 sys.stdout.buffer.write(fetch_server_certificate(host, int(port)))
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| H A D | CircularCaptureBuffer.java | 34 public int write(float[] buffer) { in write() method in CircularCaptureBuffer 35 return write(buffer, 0, buffer.length); in write() 38 public int write(float[] buffer, int offset, int numSamples) { in write() method in CircularCaptureBuffer 40 throw new IllegalArgumentException("Tried to write more than maxSamples."); in write() 43 // Wraps so write in two parts. in write()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | gen-emoji-table.py | 96 f.write("../fonts/AdobeBlank2.ttf:--no-glyph-names --no-positions --font-funcs=ot") 97 f.write(":" + ",".join(sequence)) 98 f.write(":[" + "|".join("1=0" for c in sequence) + "]\n")
|
| /third_party/python/Lib/test/test_tools/ |
| H A D | test_fixcid.py | 65 file.write("int xx;\n") 68 file.write("xx = 'unaltered'\n") 81 file.write(substfile)
|
| /third_party/python/Lib/test/ |
| H A D | test_bufio.py | 23 # Since C doesn't guarantee we can write/read arbitrary bytes in text 27 # write once with \n and once without 28 f.write(s) 29 f.write(b"\n") 30 f.write(s)
|
| /third_party/rust/crates/nix/test/sys/ |
| H A D | test_select.rs | 4 use nix::unistd::{pipe, write}; 11 write(w1, b"hi!").unwrap(); in test_pselect() 31 write(w1, b"hi!").unwrap(); in test_pselect_nfds2()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| H A D | write_sockaddr.rs | 33 core::ptr::write(storage.cast(), encoded); in write_sockaddr_v4() 53 core::ptr::write(storage.cast(), encoded); in write_sockaddr_v6() 58 core::ptr::write(storage.cast(), unix.unix); in write_sockaddr_unix()
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
| H A D | vsync_ltpo_test.cpp | 160 write(pipe1Fd[1], buf, sizeof(buf)); in Process1() 391 write(pipeFd[1], &changeRefreshRate, sizeof(changeRefreshRate)); in Process2() 402 write(pipeFd[1], &g_timeStamps, sizeof(g_timeStamps)); in Process2() 406 write(pipeFd[1], &changeRefreshRate, sizeof(changeRefreshRate)); in Process2() 417 write(pipeFd[1], &g_timeStamps, sizeof(g_timeStamps)); in Process2() 421 write(pipeFd[1], &changeRefreshRate, sizeof(changeRefreshRate)); in Process2() 432 write(pipeFd[1], &g_timeStamps, sizeof(g_timeStamps)); in Process2() 436 write(pipeFd[1], &changeRefreshRate, sizeof(changeRefreshRate)); in Process2() 447 write(pipeFd[1], &g_timeStamps, sizeof(g_timeStamps)); in Process2()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_link_ddc.c | 158 bool write) in dal_ddc_i2c_payloads_add() 165 .write = write, in dal_ddc_i2c_payloads_add() 333 .write = true, in i2c_read() 338 .write = false, in i2c_read() 529 payload.write = true; in dal_ddc_service_query_ddc_data() 541 payload.write = false; in dal_ddc_service_query_ddc_data() 611 current_payload.write = payload->write; in dal_ddc_submit_aux_command() 153 dal_ddc_i2c_payloads_add( struct i2c_payloads *payloads, uint32_t address, uint32_t len, uint8_t *data, bool write) dal_ddc_i2c_payloads_add() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-debugfs.c | 224 .write = xgmac_reg_addr_write, 231 .write = xgmac_reg_value_write, 302 .write = xpcs_mmd_write, 309 .write = xpcs_reg_addr_write, 316 .write = xpcs_reg_value_write, 369 .write = xprop_reg_addr_write, 376 .write = xprop_reg_value_write, 429 .write = xi2c_reg_addr_write, 436 .write = xi2c_reg_value_write,
|
| /kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
| H A D | charge_reserved_hugetlb.sh | 151 local write="$4" 181 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 191 echo "FAIL: The write died" 202 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then 214 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 239 echo After write: 267 local write="$3" 291 "$write" "/mnt/huge/test" "$method" "$private" "$expect_failure" \ 448 echo Test normal case with write. 547 echo Test normal case with write, multipl [all...] |
| /kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
| H A D | conf_space.c | 38 DEFINE_PCI_CONFIG(write, byte, u8) 39 DEFINE_PCI_CONFIG(write, word, u16) 40 DEFINE_PCI_CONFIG(write, dword, u32) 79 if (field->u.b.write) in conf_space_write() 80 ret = field->u.b.write(dev, offset, (u8) value, in conf_space_write() 84 if (field->u.w.write) in conf_space_write() 85 ret = field->u.w.write(dev, offset, (u16) value, in conf_space_write() 89 if (field->u.dw.write) in conf_space_write() 90 ret = field->u.dw.write(dev, offset, value, in conf_space_write() 213 dev_dbg(&dev->dev, "write reques in xen_pcibk_config_write() [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_coherency.c | 315 const struct igt_coherency_mode *read, *write, *over; in igt_gem_coherency() local 323 * We repeatedly write, overwrite and read from a sequence of in igt_gem_coherency() 352 for (write = igt_coherency_mode; write->name; write++) { in igt_gem_coherency() 353 if (!write->set) in igt_gem_coherency() 356 if (!write->valid(&ctx)) in igt_gem_coherency() 387 err = write->set(&ctx, offsets[n], values[n]); in igt_gem_coherency() 390 n, count, write->name, err); in igt_gem_coherency() 408 write in igt_gem_coherency() [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-debugfs.c | 224 .write = xgmac_reg_addr_write, 231 .write = xgmac_reg_value_write, 302 .write = xpcs_mmd_write, 309 .write = xpcs_reg_addr_write, 316 .write = xpcs_reg_value_write, 369 .write = xprop_reg_addr_write, 376 .write = xprop_reg_value_write, 429 .write = xi2c_reg_addr_write, 436 .write = xi2c_reg_value_write,
|
| /kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
| H A D | conf_space.c | 38 DEFINE_PCI_CONFIG(write, byte, u8) 39 DEFINE_PCI_CONFIG(write, word, u16) 40 DEFINE_PCI_CONFIG(write, dword, u32) 79 if (field->u.b.write) in conf_space_write() 80 ret = field->u.b.write(dev, offset, (u8) value, in conf_space_write() 84 if (field->u.w.write) in conf_space_write() 85 ret = field->u.w.write(dev, offset, (u16) value, in conf_space_write() 89 if (field->u.dw.write) in conf_space_write() 90 ret = field->u.dw.write(dev, offset, value, in conf_space_write() 213 dev_dbg(&dev->dev, "write reques in xen_pcibk_config_write() [all...] |
| /kernel/linux/linux-6.6/drivers/soc/rockchip/ |
| H A D | io-domain.c | 71 int (*write)(struct rockchip_iodomain_supply *supply, int uV); member 79 int (*write)(struct rockchip_iodomain_supply *supply, int uV); member 139 dev_err(iod->dev, "Couldn't write to GRF\n"); in rockchip_iodomain_write() 186 ret = supply->iod->write(supply, uV); in rockchip_iodomain_notify() 461 .write = rk3568_iodomain_write, 592 if (iod->soc_data->write) in rockchip_iodomain_probe() 593 iod->write = iod->soc_data->write; in rockchip_iodomain_probe() 595 iod->write = rockchip_iodomain_write; in rockchip_iodomain_probe() 657 ret = iod->write(suppl in rockchip_iodomain_probe() [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_ddc.c | 93 bool write) in i2c_payloads_add() 100 .write = write, in i2c_payloads_add() 305 current_payload.write = payload->write; in submit_aux_command() 349 payload.write = true; in link_query_ddc_data() 361 payload.write = false; in link_query_ddc_data() 465 .write = true, in link_configure_fixed_vs_pe_retimer() 483 .write = false, in link_query_fixed_vs_pe_retimer() 88 i2c_payloads_add( struct i2c_payloads *payloads, uint32_t address, uint32_t len, uint8_t *data, bool write) i2c_payloads_add() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_coherency.c | 312 const struct igt_coherency_mode *read, *write, *over; in igt_gem_coherency() local 320 * We repeatedly write, overwrite and read from a sequence of in igt_gem_coherency() 349 for (write = igt_coherency_mode; write->name; write++) { in igt_gem_coherency() 350 if (!write->set) in igt_gem_coherency() 353 if (!write->valid(&ctx)) in igt_gem_coherency() 384 err = write->set(&ctx, offsets[n], values[n]); in igt_gem_coherency() 387 n, count, write->name, err); in igt_gem_coherency() 405 write in igt_gem_coherency() [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_domain.c | 35 * whether the object is un-cached or write-through. in gpu_write_needs_clflush() 125 * possibly write domain. 127 * @write: ask for write access or read only 133 i915_gem_object_set_to_wc_domain(struct drm_i915_gem_object *obj, bool write) in i915_gem_object_set_to_wc_domain() argument 141 (write ? I915_WAIT_ALL : 0), in i915_gem_object_set_to_wc_domain() 170 /* It should now be out of any other write domains, and we can update in i915_gem_object_set_to_wc_domain() 175 if (write) { in i915_gem_object_set_to_wc_domain() 187 * and possibly write domain. 189 * @write 195 i915_gem_object_set_to_gtt_domain(struct drm_i915_gem_object *obj, bool write) i915_gem_object_set_to_gtt_domain() argument 504 i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write) i915_gem_object_set_to_cpu_domain() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| H A D | charge_reserved_hugetlb.sh | 154 local write="$4" 184 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 194 echo "FAIL: The write died" 205 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then 217 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 242 echo After write: 270 local write="$3" 294 "$write" "/mnt/huge/test" "$method" "$private" "$expect_failure" \ 451 echo Test normal case with write. 550 echo Test normal case with write, multipl [all...] |