/third_party/typescript/lib/ |
H A D | typescriptServices.js | 7147 // Failed for some other reason (access denied?); still throw 8285 An_element_access_expression_should_take_an_argument: diag(1011, ts.DiagnosticCategory.Error, "An_element_access_expression_should_take_an_argument_1011", "An element access expression should take an argument."), 8303 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list or member access."), 8640 Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member_declaration_property_access_or_on_the_left_hand_side_of_an_in_expression: diag(1451, ts.DiagnosticCategory.Error, "Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451", "Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression"), 8658 An_instantiation_expression_cannot_be_followed_by_a_property_access: diag(1477, ts.DiagnosticCategory.Error, "An_instantiation_expression_cannot_be_followed_by_a_property_access_1477", "An instantiation expression cannot be followed by a property access."), 8716 super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_derived_class: diag(2338, ts.DiagnosticCategory.Error, "super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_der_2338", "'super' property access is permitted only in a constructor, member function, or member accessor of a derived class."), 8734 The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access: diag(2357, ts.DiagnosticCategory.Error, "The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access_2357", "The operand of an increment or decrement operator must be a variable or a property access."), 8739 The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access: diag(2364, ts.DiagnosticCategory.Error, "The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access_2364", "The left-hand side of an assignment expression must be a variable or a property access."), 8779 The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access: diag(2406, ts.DiagnosticCategory.Error, "The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access_2406", "The left-hand side of a 'for...in' statement must be a variable or a property access."), 8841 const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_import_declaration_or_export_assignment_or_type_query: diag(2475, ts.DiagnosticCategory.Error, "const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_im_2475", "'const' enums can only be used in property or index access expression [all...] |
H A D | tsserver.js | 7157 // Failed for some other reason (access denied?); still throw 8295 An_element_access_expression_should_take_an_argument: diag(1011, ts.DiagnosticCategory.Error, "An_element_access_expression_should_take_an_argument_1011", "An element access expression should take an argument."), 8313 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list or member access."), 8650 Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member_declaration_property_access_or_on_the_left_hand_side_of_an_in_expression: diag(1451, ts.DiagnosticCategory.Error, "Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451", "Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression"), 8668 An_instantiation_expression_cannot_be_followed_by_a_property_access: diag(1477, ts.DiagnosticCategory.Error, "An_instantiation_expression_cannot_be_followed_by_a_property_access_1477", "An instantiation expression cannot be followed by a property access."), 8726 super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_derived_class: diag(2338, ts.DiagnosticCategory.Error, "super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_der_2338", "'super' property access is permitted only in a constructor, member function, or member accessor of a derived class."), 8744 The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access: diag(2357, ts.DiagnosticCategory.Error, "The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access_2357", "The operand of an increment or decrement operator must be a variable or a property access."), 8749 The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access: diag(2364, ts.DiagnosticCategory.Error, "The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access_2364", "The left-hand side of an assignment expression must be a variable or a property access."), 8789 The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access: diag(2406, ts.DiagnosticCategory.Error, "The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access_2406", "The left-hand side of a 'for...in' statement must be a variable or a property access."), 8851 const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_import_declaration_or_export_assignment_or_type_query: diag(2475, ts.DiagnosticCategory.Error, "const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_im_2475", "'const' enums can only be used in property or index access expression [all...] |
/third_party/sqlite/src/ |
H A D | shell.c | 195 # ifndef access 196 # define access(f,m) _access((f),(m)) macro 6255 ** access to randomness, etc. 13279 ** sqlite_dbdata and sqlite_dbptr virtual table modules to access pages 20236 if( access(zNewDb,0)==0 ){ in tryToClone() 21481 " mode INT, -- access permissions\n" in arCreateOrUpdateCommand() 25446 ** because we need the global shellState and cannot access it from that function 26163 if( access(data.pAuxDb->zDbFilename, 0)==0 ){
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 515 * completion handler can access the queue pair while it is 1479 wr.access = (IB_ACCESS_LOCAL_WRITE | in srp_map_finish_fr()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 927 /* Maintain device to QPs access, needed for further handling in create_rq() 931 /* Maintain CQ to QPs access, needed for further handling in create_rq() 1201 /* Maintain device to QPs access, needed for further handling in create_qp_common() 1205 /* Maintain CQ to QPs access, needed for further handling in create_qp_common() 3279 fseg->flags = convert_access(wr->access); in set_reg_seg()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 1180 entry->access, entry->execute); in mboxlog_show()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emufx.c | 780 /* FIXME: we need to check the WRITE access */ in snd_emu10k1_verify_controls() 850 knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE | in snd_emu10k1_add_controls()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 908 { .name = "access", 4609 if (access(group_name, R_OK) == 0)
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.c | 2365 /* and one more ACE to allow access for authenticated users */ in create_sd_buf() 2903 oparms->fid->access = oparms->desired_access; in SMB2_open()
|
H A D | file.c | 56 can cause unnecessary access denied on create */ in cifs_convert_flags() 1366 /* we are going to update can_cache_brlcks here - need a write access */ in cifs_push_locks() 2003 if (with_delete && !(open_file->fid.access & DELETE)) in cifs_get_writable_file() 3201 /* grab a lock here due to read response handlers can access ctx */ in __cifs_writev() 3951 /* grab a lock here due to read response handlers can access ctx */ in __cifs_readv() 4340 * should have access to this page, we're safe to simply set in readpages_get_pages()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | file.c | 217 can cause unnecessary access denied on create */ in cifs_convert_flags() 1642 /* we are going to update can_cache_brlcks here - need a write access */ in cifs_push_locks() 2289 if (with_delete && !(open_file->fid.access & DELETE)) in cifs_get_writable_file() 3674 /* grab a lock here due to read response handlers can access ctx */ in __cifs_writev() 4214 /* grab a lock here due to read response handlers can access ctx */ in __cifs_readv()
|
H A D | smb2pdu.c | 2652 /* and one more ACE to allow access for authenticated users */ in create_sd_buf() 3181 oparms->fid->access = oparms->desired_access; in SMB2_open()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 1180 entry->access, entry->execute); in mboxlog_show()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 962 /* Maintain device to QPs access, needed for further handling in create_rq() 966 /* Maintain CQ to QPs access, needed for further handling in create_rq() 1236 /* Maintain device to QPs access, needed for further handling in create_qp_common() 1240 /* Maintain CQ to QPs access, needed for further handling in create_qp_common() 3312 fseg->flags = convert_access(wr->access); in set_reg_seg()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 510 * completion handler can access the queue pair while it is 1480 wr.access = (IB_ACCESS_LOCAL_WRITE | in srp_map_finish_fr()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 916 { .name = "access", 4532 if (access(group_name, R_OK) == 0)
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emufx.c | 835 /* FIXME: we need to check the WRITE access */ in snd_emu10k1_verify_controls() 905 knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE | in snd_emu10k1_add_controls()
|
/third_party/backends/backend/ |
H A D | epson.c | 112 2002-01-01 Do not call access() for OS/2 systems 114 Do not call access() for parallel port scanners. 1723 && (access (s->hw->sane.name, R_OK | W_OK) != 0)) in open_scanner() 1725 DBG (1, "sane_start: access(%s, R_OK | W_OK) failed\n", s->hw->sane.name); in open_scanner()
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 160 /* sometimes the kernel cannot check access */ 403 * Check access to parent directory 1632 /* check whether requested access is allowed */ in ntfs_fuse_open() 2165 * write access. in ntfs_fuse_utime() 2184 /* Must be owner or have write access */ in ntfs_fuse_utime() 2503 * closing ni requires access to dir_ni to in ntfs_fuse_create() 2937 * fail (unless concurrent access to directories when fuse in ntfs_fuse_safe_rename() 3310 * Check whether access to internal data as an extended 3356 /* basic access was checked previously in a lookup */ in ntfs_check_access_xattr() 3594 * Standard access contro [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 4192 bool read_only = !(image->access & PIPE_IMAGE_ACCESS_WRITE); in llvmpipe_set_shader_images()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1507 pub access: u8,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3582 pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; in access() functions
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 2470 *params = buffer->access(); in GetBufferParameteriv()
|
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 78 if (os.access(shell_true, os.X_OK) and
|
H A D | test_shutil.py | 1045 # On Linux, it's only possible to access non-user xattr for symlinks; 1856 if os.access(self.temp_file.name, os.W_OK):
|