| /third_party/selinux/libselinux/src/ |
| H A D | validatetrans.c | 47 // clear errno for write() in security_validatetrans_raw() 49 ret = write(fd, buf, strlen(buf)); in security_validatetrans_raw()
|
| H A D | compute_member.c | 47 ret = write(fd, buf, strlen(buf)); in security_compute_member_raw()
|
| H A D | compute_relabel.c | 47 ret = write(fd, buf, strlen(buf)); in security_compute_relabel_raw()
|
| H A D | canonicalize_context.c | 42 ret = write(fd, buf, strlen(buf) + 1); in security_canonicalize_context_raw()
|
| /third_party/skia/bin/ |
| H A D | fetch-clang-format | 38 f.write(urllib2.urlopen(url).read())
|
| /third_party/rust/crates/rustix/src/net/ |
| H A D | socket_addr_any.rs | 8 //! The `read` and `write` functions allow decoding and encoding from and to 77 pub unsafe fn write(&self, storage: *mut SocketAddrStorage) -> usize { in write() functions
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/ |
| H A D | bio.rs | 40 write: unsafe extern "C" fn(*mut BIO, *const c_char, c_int) -> c_int, in BIO_meth_set_write()
|
| /third_party/rust/crates/nix/test/ |
| H A D | test.rs | 109 let guard = crate::CWD_LOCK.write(); in new()
|
| /third_party/spirv-tools/utils/ |
| H A D | generate_changelog.py | 94 f.write(content)
|
| H A D | generate_registry_tables.py | 88 f.write(generate_vendor_table(registry))
|
| /third_party/vk-gl-cts/scripts/src_util/ |
| H A D | check_boms.py | 50 f.write(chunk)
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ImmutableString_autogen.cpp | 17 return os.write(str.data(), str.length()); in operator <<()
|
| H A D | ImmutableString_ESSL_autogen.cpp | 17 return os.write(str.data(), str.length()); in operator <<()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | gen_load_texture_border_functions_table.py | 149 out_file.write(output)
|
| /base/tee/tee_client/services/teecd/src/ |
| H A D | fs_work_agent.c | 795 tlogv("sec storage : write count = %u\n", transControl->args.write.count); in WriteWork() 797 if (FindOpenFile(transControl->args.write.fd, &selFile) != 0) { in WriteWork() 798 size_t count = fwrite((void *)(transControl->args.write.buffer), 1, in WriteWork() 799 transControl->args.write.count, selFile->file); in WriteWork() 800 if (count < transControl->args.write.count) { in WriteWork() 801 tloge("write file failed: %d\n", errno); in WriteWork() 820 tloge("can't find opened file(fileno = %d)\n", transControl->args.write.fd); in WriteWork() 935 wcount = write(toFd, buf, (size_t)rcount); in DoCopy() 937 tloge("write fil in DoCopy() [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_fs.cpp | 91 AluInstr::write); in load_input() 650 AluInstr::write); in load_input_hw() 698 AluInstr::write); in load_input_hw() 781 ir = new AluInstr(op1_mov, real_dst, dst[i + start_comp], AluInstr::write); in load_interpolated_input_hw() 929 i == 0 ? AluInstr::write : AluInstr::last); in load_interpolated_one_comp() 953 (writemask & (1 << i)) ? AluInstr::write : AluInstr::empty); in load_interpolated_two_comp() 974 i == comp ? AluInstr::write : AluInstr::empty); in load_interpolated_two_comp_for_one()
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | clang.rs | 59 write!( in fmt() 1067 write!( in fmt() 1530 write!(f, "{}:{}:{}", name, line, col) in fmt() 1539 write!(f, "{}", self) in fmt() 1695 write!(fmt, "Index {{ }}") in fmt() 1714 write!(fmt, "TranslationUnit {{ }}") in fmt() 1847 write!( in fmt()
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
| H A D | fuse_daemon_test.cpp | 415 * @tc.desc: test fuse write callback abnormal branch 430 FuseDaemon::fuseDaemonOper_.write(req, ROOT_INODE, nullptr, 1, -1, nullptr); in HWTEST_F() 439 FuseDaemon::fuseDaemonOper_.write(req, ROOT_INODE, nullptr, 1, DLP_MAX_CONTENT_SIZE + 1, nullptr); in HWTEST_F() 448 FuseDaemon::fuseDaemonOper_.write(req, ROOT_INODE, nullptr, DLP_FUSE_MAX_BUFFLEN + 1, 100, nullptr); in HWTEST_F() 457 FuseDaemon::fuseDaemonOper_.write(req, ROOT_INODE, nullptr, 1, 0, nullptr); in HWTEST_F() 461 // can not write dlp file in HWTEST_F() 471 FuseDaemon::fuseDaemonOper_.write(req, ino, nullptr, 1, 0, nullptr); in HWTEST_F()
|
| /test/testfwk/developer_test/local_coverage/keyword_registration/ |
| H A D | keyword_filter.py | 72 file.write(text) 548 file.write(content) 654 file.write(content) 766 new_html.write(content) 773 new_html.write(content)
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | CodePointTrie.java | 499 length += data.write(dos); in toBinary() 604 abstract int write(DataOutputStream dos) throws IOException; in write() method in CodePointTrie.Data 613 @Override int write(DataOutputStream dos) throws IOException { in write() method in CodePointTrie.Data16 625 @Override int write(DataOutputStream dos) throws IOException { in write() method in CodePointTrie.Data32 637 @Override int write(DataOutputStream dos) throws IOException { in write() method in CodePointTrie.Data8
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | CodePointTrie.java | 485 length += data.write(dos); in toBinary() 590 abstract int write(DataOutputStream dos) throws IOException; in write() method in CodePointTrie.Data 599 @Override int write(DataOutputStream dos) throws IOException { in write() method in CodePointTrie.Data16 611 @Override int write(DataOutputStream dos) throws IOException { in write() method in CodePointTrie.Data32 623 @Override int write(DataOutputStream dos) throws IOException { in write() method in CodePointTrie.Data8
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_batch.c | 515 zink_batch_resource_usage_set(struct zink_batch *batch, struct zink_resource *res, bool write) in zink_batch_resource_usage_set() argument 522 if (write && !res->obj->is_buffer) { in zink_batch_resource_usage_set() 527 zink_resource_usage_set(res, batch->state, write); in zink_batch_resource_usage_set() 536 zink_batch_reference_resource_rw(struct zink_batch *batch, struct zink_resource *res, bool write) in zink_batch_reference_resource_rw() argument 544 zink_batch_resource_usage_set(batch, res, write); in zink_batch_reference_resource_rw()
|
| /third_party/node/test/parallel/ |
| H A D | test-readline-promises-interface.js | 18 write() {} 809 rli.write('bar\n'); 908 rli.write('bar\n'); 919 rli.write('bar\n'); 934 rli.write('bar\n'); 989 rli.write("really shouldn't be seeing this"); 1012 write: common.mustCall((chunk, enc, cb) => { 1130 write: common.mustCall((data, encoding, cb) => {
|
| /third_party/node/deps/npm/node_modules/socks/build/client/ |
| H A D | socksclient.js | 418 this.socket.write(buff.toBuffer()); 498 this.socket.write(buff.toBuffer()); 550 this.socket.write(buff.toBuffer()); 557 this.socket.write(yield this.options.proxy.custom_auth_request_handler()); 627 this.socket.write(buff.toBuffer());
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 122 written ? " write" : "", in dump_bo_list() 420 * intends to write it, then flush the other batch and synchronize. in flush_for_cross_batch_dependencies() 425 * 2. They read, we write => Synchronize (they need the old value) in flush_for_cross_batch_dependencies() 426 * 3. They write, we read => Synchronize (we need their new value) in flush_for_cross_batch_dependencies() 427 * 4. They write, we write => Synchronize (order writes) in flush_for_cross_batch_dependencies() 825 update_bo_syncobjs(struct iris_batch *batch, struct iris_bo *bo, bool write) in update_bo_syncobjs() argument 867 if (write) in update_bo_syncobjs() 879 if (write) { in update_bo_syncobjs() 893 bool write in update_batch_syncobjs() local [all...] |