Searched defs:get_info (Results 1 - 4 of 4) sorted by relevance

/external/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py39 def get_info(node, depth=0): function
43 children = [get_info(c, depth+1)
83 pprint(('nodes', get_info(tu.cursor)))
/external/kernel-headers/original/linux/
H A Dproc_fs.h40 * "get_info" is called at "read", while "owner" is used to protect module
61 get_info_t *get_info; member in struct:proc_dir_entry
176 mode_t mode, struct proc_dir_entry *base, get_info_t *get_info)
179 if (res) res->get_info=get_info;
184 mode_t mode, get_info_t *get_info)
186 return create_proc_info_entry(name,mode,proc_net,get_info);
229 mode_t mode, struct proc_dir_entry *base, get_info_t *get_info)
175 create_proc_info_entry(const char *name, mode_t mode, struct proc_dir_entry *base, get_info_t *get_info) argument
183 proc_net_create(const char *name, mode_t mode, get_info_t *get_info) argument
228 create_proc_info_entry(const char *name, mode_t mode, struct proc_dir_entry *base, get_info_t *get_info) argument
H A Dquota.h266 int (*get_info)(struct super_block *, int, struct if_dqinfo *); member in struct:quotactl_ops
/external/kernel-headers/original/media/
H A Dmsm_camera.h1530 struct msm_actuator_get_info_t get_info; member in union:msm_actuator_cfg_data::__anon7244
1585 struct msm_camera_eeprom_info_t get_info; member in union:msm_eeprom_cfg_data::__anon7245

Completed in 126 milliseconds