Searched refs:name (Results 101 - 125 of 195) sorted by relevance

12345678

/bionic/linker/
H A Dlinker.h129 explicit SymbolName(const char* name) argument
130 : name_(name), has_elf_hash_(false), has_gnu_hash_(false),
151 constexpr version_info() : elf_hash(0), name(nullptr), target_si(nullptr) {}
154 const char* name; member in struct:version_info
278 soinfo(android_namespace_t* ns, const char* name, const struct stat* file_stat,
434 bool soinfo_do_lookup(soinfo* si_from, const char* name, const version_info* vi,
452 void* do_dlopen(const char* name, int flags, const android_dlextinfo* extinfo, void* caller_addr);
499 const char* name,
H A Dlinker_phdr.h45 bool Read(const char* name, int fd, off64_t file_offset, off64_t file_size);
48 const char* name() const { return name_.c_str(); } function in class:ElfReader
/bionic/libc/dns/nameser/
H A Dns_print.c57 static size_t prune_origin(const char *name, const char *origin);
109 const char *name, ns_class class, ns_type type,
125 if (name_ctx != NULL && ns_samename(name_ctx, name) == 1) {
128 len = (int)prune_origin(name, origin);
129 if (*name == '\0') {
134 T(addstr(name, (size_t)len, &buf, &buflen));
138 name[len] == '\0')) && name[len - 1] != '.') {
200 /* Server name. */
204 /* Administrator name
108 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
1108 prune_origin(const char *name, const char *origin) argument
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dbfs_fs.h5 *** of the same name, to make information necessary for userspace to
57 char name[BFS_NAMELEN]; member in struct:bfs_dirent
H A Dinotify.h5 *** of the same name, to make information necessary for userspace to
30 char name[0]; member in struct:inotify_event
H A Dptp_clock.h5 *** of the same name, to make information necessary for userspace to
76 char name[64]; member in struct:ptp_pin_desc
H A Duinput.h5 *** of the same name, to make information necessary for userspace to
70 char name[UINPUT_MAX_NAME_SIZE]; member in struct:uinput_user_dev
H A Dcoda.h5 *** of the same name, to make information necessary for userspace to
362 int name; member in struct:coda_lookup_in
380 int name; member in struct:coda_create_in
392 int name; member in struct:coda_remove_in
427 int name; member in struct:coda_mkdir_in
440 int name; member in struct:coda_rmdir_in
H A Diso_fs.h5 *** of the same name, to make information necessary for userspace to
164 char name[0]; member in struct:iso_path_table
180 char name[0]; member in struct:iso_directory_record
H A Dtipc_config.h5 *** of the same name, to make information necessary for userspace to
126 char name[TIPC_MAX_BEARER_NAME]; member in struct:tipc_bearer_config
131 char name[TIPC_MAX_LINK_NAME]; member in struct:tipc_link_config
H A Duhid.h5 *** of the same name, to make information necessary for userspace to
47 __u8 name[128]; member in struct:uhid_create2_req
127 __u8 name[128]; member in struct:uhid_create_req
H A Dif_tunnel.h5 *** of the same name, to make information necessary for userspace to
50 char name[IFNAMSIZ]; member in struct:ip_tunnel_parm
H A Dmedia.h5 *** of the same name, to make information necessary for userspace to
67 char name[32]; member in struct:media_entity_desc
/bionic/libc/kernel/uapi/linux/can/
H A Dnetlink.h5 *** of the same name, to make information necessary for userspace to
36 char name[16]; member in struct:can_bittiming_const
/bionic/libc/kernel/uapi/sound/
H A Dasoc.h5 *** of the same name, to make information necessary for userspace to
149 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_ctl_hdr
157 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_stream_caps
177 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_stream
249 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_dapm_widget
H A Dasound_fm.h5 *** of the same name, to make information necessary for userspace to
101 char name[25]; member in struct:sbi_patch
H A Dasound.h5 *** of the same name, to make information necessary for userspace to
86 unsigned char name[80]; member in struct:snd_hwdep_info
104 unsigned char name[64]; member in struct:snd_hwdep_dsp_image
302 unsigned char name[80]; member in struct:snd_pcm_info
600 unsigned char name[80]; member in struct:snd_rawmidi_info
674 unsigned char name[80]; member in struct:snd_timer_ginfo
710 unsigned char name[80]; member in struct:snd_timer_info
797 unsigned char name[32]; member in struct:snd_ctl_card_info
860 unsigned char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_ctl_elem_id
899 char name[6 member in struct:snd_ctl_elem_info::__anon988::__anon991
[all...]
H A Dsfnt_info.h5 *** of the same name, to make information necessary for userspace to
62 char name[SNDRV_SFNT_PATCH_NAME_LEN]; member in struct:soundfont_open_parm
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c13 * * Neither the name of the VMware, Inc. nor the names of its contributors
123 for (cc = cclasses; cc->name != NULL; cc++) {
124 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') {
130 if (cc->name == NULL) {
/bionic/libdl/
H A Dlibdl.c65 struct android_namespace_t* android_create_namespace(const char* name __unused,
/bionic/tools/relocation_packer/src/
H A Delf_file_unittest.cc18 void GetDataFilePath(const char* name, std::string* path) { argument
36 *path = data_dir + "/" + name;
39 void OpenRelocsTestFile(const char* name, FILE** stream) { argument
41 GetDataFilePath(name, &path);
/bionic/libc/arch-x86/atom/string/
H A Dsse2-strchr-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
/bionic/libc/bionic/
H A Dsysconf.cpp50 long sysconf(int name) { argument
51 switch (name) {
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dkvm.h5 *** of the same name, to make information necessary for userspace to
126 #define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / 4)
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dkvm.h5 *** of the same name, to make information necessary for userspace to
112 #define KVM_REG_ARM_CORE_REG(name) (offsetof(struct kvm_regs, name) / sizeof(__u32))

Completed in 440 milliseconds

12345678