Home
last modified time | relevance | path

Searched refs:write (Results 551 - 575 of 10822) sorted by relevance

1...<<21222324252627282930>>...433

/foundation/arkui/ace_engine/build/tools/
H A Dgen_uicontext_ohos.py28 ohos.write(line)
43 ohos.write("\n")
48 ohos.write("\n" + export_content)
/kernel/linux/linux-5.10/security/
H A Dmin_addr.c32 int mmap_min_addr_handler(struct ctl_table *table, int write, in mmap_min_addr_handler() argument
37 if (write && !capable(CAP_SYS_RAWIO)) in mmap_min_addr_handler()
40 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in mmap_min_addr_handler()
/kernel/linux/linux-6.6/security/
H A Dmin_addr.c32 int mmap_min_addr_handler(struct ctl_table *table, int write, in mmap_min_addr_handler() argument
37 if (write && !capable(CAP_SYS_RAWIO)) in mmap_min_addr_handler()
40 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in mmap_min_addr_handler()
/third_party/libwebsockets/lib/drivers/i2c/
H A Dlws-i2c.c37 if (ctx->write(ctx, ads7 << 1)) { in lws_i2c_command()
43 ctx->write(ctx, 0); in lws_i2c_command()
44 ctx->write(ctx, c); in lws_i2c_command()
/third_party/node/test/parallel/
H A Dtest-readline-reopen.js24 input.write(Buffer.concat([
42 input.write(Buffer.from([0x98, 0x83])); // The rest of the ☃ snowman.
43 input.write('bar\n');
H A Dtest-stream-writable-invalid-chunk.js10 write: () => {}
15 writable.write(val);
18 writable.write(val);
/third_party/node/deps/v8/tools/snapshot/
H A Dasm_to_inline_asm.py18 outfile.write(b'__asm__(\n')
22 outfile.write(b' "%s\\n"\n' % line.rstrip().encode('utf8'))
23 outfile.write(b');\n')
/third_party/node/test/common/
H A Dhijackstdio.js7 const _write = stdWrite[name] = stream.write;
10 stream.write = function(data, callback) {
23 process[name].write = stdWrite[name];
/third_party/node/benchmark/worker/
H A Dmessageport.js34 write();
50 write();
52 function write() { function
/third_party/node/deps/npm/node_modules/jsonparse/test/
H A Dutf8.js12 p.write('"├──"');
23 p.write('"☃"');
37 p.write('["snow: ☃!","xyz","¡que!"]');
H A Dbig-token.js17 parser.write(quote);
21 parser.write(buf);
23 parser.write(quote);
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd02.c12 * Verify write operation for eventfd fail with:
16 * write the value 0xffffffffffffffff
38 TST_EXP_FAIL(write(fd, &val, sizeof(val)), EAGAIN); in run()
39 TST_EXP_FAIL(write(fd, &invalid, sizeof(invalid)), EINVAL); in run()
42 TST_EXP_FAIL(write(fd, &val, sizeof(val)), EINVAL); in run()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Di2c.c9 if (ctx->write(ctx, ads << 1)) { in lws_i2c_command()
15 ctx->write(ctx, 0); in lws_i2c_command()
16 ctx->write(ctx, c); in lws_i2c_command()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_nir_algebraic.py56 f.write('#include "r300_vs.h"')
58 f.write(nir_algebraic.AlgebraicPass("r300_transform_vs_trig_input",
61 f.write(nir_algebraic.AlgebraicPass("r300_transform_fs_trig_input",
/third_party/python/Tools/scripts/
H A Dcopytime.py11 sys.stderr.write('usage: copytime source destination\n')
17 sys.stderr.write(file1 + ': cannot stat\n')
22 sys.stderr.write(file2 + ': cannot change time\n')
/third_party/skia/src/sksl/
H A DSkSLOutputStream.cpp15 this->write(s.c_str(), s.size()); in writeString()
33 this->write(bigBuffer.get(), length); in appendVAList()
35 this->write(buffer, length); in appendVAList()
/third_party/skia/tools/
H A Dmilestone.py26 sys.stderr.write(usage % (sys.argv[0], milestone_file))
43 o.write(text % milestone)
46 sys.stdout.write(f.read())
/third_party/skia/third_party/externals/icu/scripts/
H A Dasm_to_inline_asm.py18 outfile.write('__asm__(\n')
22 outfile.write(' "%s\\n"\n' % line.rstrip())
23 outfile.write(');\n')
/third_party/rust/crates/syn/codegen/src/
H A Dfile.rs8 pub fn write(relative_to_workspace_root: impl AsRef<Path>, content: TokenStream) -> Result<()> { in write() functions
19 write!(formatted, "{}", pretty)?; in write()
26 fs::write(path, formatted)?; in write()
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dmmc_test.c212 unsigned dev_addr, unsigned blocks, unsigned blksz, int write) in mmc_test_prepare_mrq()
218 mrq->cmd->opcode = write ? in mmc_test_prepare_mrq()
221 mrq->cmd->opcode = write ? in mmc_test_prepare_mrq()
241 mrq->data->flags = write ? MMC_DATA_WRITE : MMC_DATA_READ; in mmc_test_prepare_mrq()
291 u8 *buffer, unsigned addr, unsigned blksz, int write) in mmc_test_buffer_transfer()
306 mmc_test_prepare_mrq(test, &mrq, &sg, 1, addr, 1, blksz, write); in mmc_test_buffer_transfer()
627 static int __mmc_test_prepare(struct mmc_test_card *test, int write) in __mmc_test_prepare() argument
635 if (write) in __mmc_test_prepare()
688 struct mmc_request *mrq, int write) in mmc_test_prepare_broken_mrq()
694 mrq->cmd->opcode = write in mmc_test_prepare_broken_mrq()
210 mmc_test_prepare_mrq(struct mmc_test_card *test, struct mmc_request *mrq, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) mmc_test_prepare_mrq() argument
290 mmc_test_buffer_transfer(struct mmc_test_card *test, u8 *buffer, unsigned addr, unsigned blksz, int write) mmc_test_buffer_transfer() argument
687 mmc_test_prepare_broken_mrq(struct mmc_test_card *test, struct mmc_request *mrq, int write) mmc_test_prepare_broken_mrq() argument
840 mmc_test_nonblock_transfer(struct mmc_test_card *test, unsigned int dev_addr, int write, int count) mmc_test_nonblock_transfer() argument
888 mmc_test_simple_transfer(struct mmc_test_card *test, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) mmc_test_simple_transfer() argument
914 mmc_test_broken_transfer(struct mmc_test_card *test, unsigned blocks, unsigned blksz, int write) mmc_test_broken_transfer() argument
945 mmc_test_transfer(struct mmc_test_card *test, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) mmc_test_transfer() argument
1445 mmc_test_area_transfer(struct mmc_test_card *test, unsigned int dev_addr, int write) mmc_test_area_transfer() argument
1457 mmc_test_area_io_seq(struct mmc_test_card *test, unsigned long sz, unsigned int dev_addr, int write, int max_scatter, int timed, int count, bool nonblock, int min_sg_len) mmc_test_area_io_seq() argument
1508 mmc_test_area_io(struct mmc_test_card *test, unsigned long sz, unsigned int dev_addr, int write, int max_scatter, int timed) mmc_test_area_io() argument
1669 mmc_test_best_performance(struct mmc_test_card *test, int write, int max_scatter) mmc_test_best_performance() argument
1926 mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, unsigned long sz) mmc_test_rnd_perf() argument
1961 mmc_test_random_perf(struct mmc_test_card *test, int write) mmc_test_random_perf() argument
2012 mmc_test_seq_perf(struct mmc_test_card *test, int write, unsigned int tot_sz, int max_scatter) mmc_test_seq_perf() argument
2059 mmc_test_large_seq_perf(struct mmc_test_card *test, int write) mmc_test_large_seq_perf() argument
2375 mmc_test_ongoing_transfer(struct mmc_test_card *test, unsigned int dev_addr, int use_sbc, int repeat_cmd, int write, int use_areq) mmc_test_ongoing_transfer() argument
2489 __mmc_test_cmds_during_tfr(struct mmc_test_card *test, unsigned long sz, int use_sbc, int write, int use_areq) __mmc_test_cmds_during_tfr() argument
2512 mmc_test_cmds_during_tfr(struct mmc_test_card *test, int use_sbc, int write, int use_areq) mmc_test_cmds_during_tfr() argument
[all...]
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dmmc_test.c211 unsigned dev_addr, unsigned blocks, unsigned blksz, int write) in mmc_test_prepare_mrq()
217 mrq->cmd->opcode = write ? in mmc_test_prepare_mrq()
220 mrq->cmd->opcode = write ? in mmc_test_prepare_mrq()
240 mrq->data->flags = write ? MMC_DATA_WRITE : MMC_DATA_READ; in mmc_test_prepare_mrq()
290 u8 *buffer, unsigned addr, unsigned blksz, int write) in mmc_test_buffer_transfer()
305 mmc_test_prepare_mrq(test, &mrq, &sg, 1, addr, 1, blksz, write); in mmc_test_buffer_transfer()
626 static int __mmc_test_prepare(struct mmc_test_card *test, int write, int val) in __mmc_test_prepare() argument
634 if (write) in __mmc_test_prepare()
673 struct mmc_request *mrq, int write) in mmc_test_prepare_broken_mrq()
679 mrq->cmd->opcode = write in mmc_test_prepare_broken_mrq()
209 mmc_test_prepare_mrq(struct mmc_test_card *test, struct mmc_request *mrq, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) mmc_test_prepare_mrq() argument
289 mmc_test_buffer_transfer(struct mmc_test_card *test, u8 *buffer, unsigned addr, unsigned blksz, int write) mmc_test_buffer_transfer() argument
672 mmc_test_prepare_broken_mrq(struct mmc_test_card *test, struct mmc_request *mrq, int write) mmc_test_prepare_broken_mrq() argument
825 mmc_test_nonblock_transfer(struct mmc_test_card *test, unsigned int dev_addr, int write, int count) mmc_test_nonblock_transfer() argument
873 mmc_test_simple_transfer(struct mmc_test_card *test, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) mmc_test_simple_transfer() argument
899 mmc_test_broken_transfer(struct mmc_test_card *test, unsigned blocks, unsigned blksz, int write) mmc_test_broken_transfer() argument
930 mmc_test_transfer(struct mmc_test_card *test, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) mmc_test_transfer() argument
1425 mmc_test_area_transfer(struct mmc_test_card *test, unsigned int dev_addr, int write) mmc_test_area_transfer() argument
1437 mmc_test_area_io_seq(struct mmc_test_card *test, unsigned long sz, unsigned int dev_addr, int write, int max_scatter, int timed, int count, bool nonblock, int min_sg_len) mmc_test_area_io_seq() argument
1488 mmc_test_area_io(struct mmc_test_card *test, unsigned long sz, unsigned int dev_addr, int write, int max_scatter, int timed) mmc_test_area_io() argument
1649 mmc_test_best_performance(struct mmc_test_card *test, int write, int max_scatter) mmc_test_best_performance() argument
1906 mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, unsigned long sz) mmc_test_rnd_perf() argument
1941 mmc_test_random_perf(struct mmc_test_card *test, int write) mmc_test_random_perf() argument
1992 mmc_test_seq_perf(struct mmc_test_card *test, int write, unsigned int tot_sz, int max_scatter) mmc_test_seq_perf() argument
2039 mmc_test_large_seq_perf(struct mmc_test_card *test, int write) mmc_test_large_seq_perf() argument
2354 mmc_test_ongoing_transfer(struct mmc_test_card *test, unsigned int dev_addr, int use_sbc, int repeat_cmd, int write, int use_areq) mmc_test_ongoing_transfer() argument
2468 __mmc_test_cmds_during_tfr(struct mmc_test_card *test, unsigned long sz, int use_sbc, int write, int use_areq) __mmc_test_cmds_during_tfr() argument
2491 mmc_test_cmds_during_tfr(struct mmc_test_card *test, int use_sbc, int write, int use_areq) mmc_test_cmds_during_tfr() argument
[all...]
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memset.S48 * undertake a major re-write to interleave the constant materialization
58 addq $18,$16,$6 # E : max address to write to
65 xor $16,$6,$1 # E : will complete write be within one quadword?
100 * one partial quad to write.
103 sra $18,3,$3 # U : Number of remaining quads to write
104 and $18,7,$18 # E : Number of trailing bytes to write
114 * $6 The max quadword address to write to
116 * $3 Number quads to write
161 wh64 ($4) # L1 : memory subsystem write hint
246 addq $18,$16,$6 # E : max address to write t
[all...]
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memset.S48 * undertake a major re-write to interleave the constant materialization
58 addq $18,$16,$6 # E : max address to write to
65 xor $16,$6,$1 # E : will complete write be within one quadword?
100 * one partial quad to write.
103 sra $18,3,$3 # U : Number of remaining quads to write
104 and $18,7,$18 # E : Number of trailing bytes to write
114 * $6 The max quadword address to write to
116 * $3 Number quads to write
161 wh64 ($4) # L1 : memory subsystem write hint
246 addq $18,$16,$6 # E : max address to write t
[all...]
/kernel/linux/linux-5.10/sound/pci/
H A Dak4531_codec.c108 ak4531->write(ak4531, reg, ak4531->regs[reg] = val); in snd_ak4531_put_single()
186 ak4531->write(ak4531, left_reg, ak4531->regs[left_reg] = left); in snd_ak4531_put_double()
191 ak4531->write(ak4531, left_reg, ak4531->regs[left_reg] = left); in snd_ak4531_put_double()
192 ak4531->write(ak4531, right_reg, ak4531->regs[right_reg] = right); in snd_ak4531_put_double()
248 ak4531->write(ak4531, reg1, ak4531->regs[reg1] = val1); in snd_ak4531_put_input_sw()
249 ak4531->write(ak4531, reg2, ak4531->regs[reg2] = val2); in snd_ak4531_put_input_sw()
392 ak4531->write(ak4531, AK4531_RESET, 0x03); /* no RST, PD */ in snd_ak4531_mixer()
394 ak4531->write(ak4531, AK4531_CLOCK, 0x00); /* CODEC ADC and CODEC DAC use {LR,B}CLK2 and run off LRCLK2 PLL */ in snd_ak4531_mixer()
398 ak4531->write(ak4531, idx, ak4531->regs[idx] = snd_ak4531_initial_map[idx]); /* recording source is mixer */ in snd_ak4531_mixer()
427 ak4531->write(ak453 in snd_ak4531_suspend()
[all...]
/kernel/linux/linux-6.6/sound/pci/
H A Dak4531_codec.c108 ak4531->write(ak4531, reg, ak4531->regs[reg] = val); in snd_ak4531_put_single()
186 ak4531->write(ak4531, left_reg, ak4531->regs[left_reg] = left); in snd_ak4531_put_double()
191 ak4531->write(ak4531, left_reg, ak4531->regs[left_reg] = left); in snd_ak4531_put_double()
192 ak4531->write(ak4531, right_reg, ak4531->regs[right_reg] = right); in snd_ak4531_put_double()
248 ak4531->write(ak4531, reg1, ak4531->regs[reg1] = val1); in snd_ak4531_put_input_sw()
249 ak4531->write(ak4531, reg2, ak4531->regs[reg2] = val2); in snd_ak4531_put_input_sw()
393 ak4531->write(ak4531, AK4531_RESET, 0x03); /* no RST, PD */ in snd_ak4531_mixer()
395 ak4531->write(ak4531, AK4531_CLOCK, 0x00); /* CODEC ADC and CODEC DAC use {LR,B}CLK2 and run off LRCLK2 PLL */ in snd_ak4531_mixer()
399 ak4531->write(ak4531, idx, ak4531->regs[idx] = snd_ak4531_initial_map[idx]); /* recording source is mixer */ in snd_ak4531_mixer()
430 ak4531->write(ak453 in snd_ak4531_suspend()
[all...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...433