Searched refs:name (Results 126 - 150 of 195) sorted by relevance

12345678

/bionic/libc/kernel/tools/
H A Dkernel.py39 # corresponding to a non-bracketed path name, e.g.:
313 name = m.group(1)
316 if name in self.items: # aarg, duplicate value
319 self.items[name] = value
H A Dcpp.py129 """Setting name of the token."""
169 elif (self.start.file.name != other.file.name or
170 other.file.name != self.end.file.name):
171 # same file name
534 "### 'defined' must be followed by macro name or left "
540 "### 'defined' must be followed by macro name")
556 name = t.id
561 return ("ident", name)
[all...]
/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h5 *** of the same name, to make information necessary for userspace to
272 char name[64]; member in struct:snd_seq_client_info
356 char name[64]; member in struct:snd_seq_port_info
379 char name[64]; member in struct:snd_seq_queue_info
H A Demu10k1.h5 *** of the same name, to make information necessary for userspace to
27 #define __EMU10K1_DECLARE_BITMAP(name,bits) unsigned long name[(bits) / (sizeof(unsigned long) * 8)]
317 char name[128]; member in struct:snd_emu10k1_fx8010_code
/bionic/linker/
H A Ddebugger.cpp78 static int socket_abstract_client(const char* name, int type) { argument
82 size_t namelen = strlen(name);
96 memcpy(addr.sun_path + 1, name, namelen);
158 strcpy(thread_name, "<name unknown>");
H A Ddlfcn.cpp156 android_namespace_t* android_create_namespace(const char* name, argument
166 name,
180 // name_offset: starting index of the name in libdl_info.strtab
/bionic/tests/
H A Dnetdb_test.cpp154 static void VerifyLocalhostName(const char* name) { argument
155 // Test possible localhost name and aliases, which depend on /etc/hosts or /system/etc/hosts.
156 ASSERT_TRUE(strcmp(name, "localhost") == 0 ||
157 strcmp(name, "ip6-localhost") == 0 ||
158 strcmp(name, "ip6-loopback") == 0) << name;
H A Dunistd_test.cpp664 #define VERIFY_SYSCONF_NOT_SUPPORT(name) VerifySysconf(name, #name, [](long v){return v == -1;})
667 #define VERIFY_SYSCONF_POSITIVE(name) \
668 VerifySysconf(name, #name, [](long v){return (v > 0 || v == -1);})
670 #define VERIFY_SYSCONF_POSIX_VERSION(name) \
671 VerifySysconf(name, #name, [](long v){return v == _POSIX_VERSION;})
676 EXPECT_TRUE(0 == errno && verify(ret)) << "name
[all...]
/bionic/tools/relocation_packer/src/
H A Delf_file.cc200 std::string name = elf_strptr(elf, string_index, section_header->sh_name); local
201 VerboseLogSectionHeader(name, section_header);
212 if ((name == ".rel.dyn" || name == ".rela.dyn") &&
291 std::string name = elf_strptr(elf, string_index, section_header->sh_name); local
295 VLOG(1) << "section " << name
299 VLOG(1) << "section " << name
587 std::string name = elf_strptr(elf, string_index, section_header->sh_name); local
605 VLOG_IF(1, (hole_size > 0)) << "expand section (" << name << ") size: " <<
607 VLOG_IF(1, (hole_size < 0)) << "shrink section (" << name << ") siz
[all...]
/bionic/libc/arch-x86/atom/string/
H A Dsse2-memchr-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
H A Dssse3-strcat-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
64 # define ENTRY(name) \
65 .type name, @function; \
66 .globl name; \
68 name: \ label
73 # define END(name) \
75 .size name, .-name
H A Dsse2-memrchr-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/arch-x86/silvermont/string/
H A Dsse2-memmove-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
62 # define ENTRY(name) \
63 .type name, @function; \
64 .globl name; \
66 name: \ label
71 # define END(name) \
73 .size name, .-name
/bionic/libc/arch-x86_64/string/
H A Dsse2-memmove-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
62 # define ENTRY(name) \
63 .type name, @function; \
64 .globl name; \
66 name: \ label
71 # define END(name) \
73 .size name, .-name
/bionic/libc/kernel/uapi/drm/
H A Ddrm_mode.h5 *** of the same name, to make information necessary for userspace to
106 char name[DRM_DISPLAY_MODE_LEN]; member in struct:drm_mode_modeinfo
266 char name[DRM_PROP_NAME_LEN]; member in struct:drm_mode_property_enum
275 char name[DRM_PROP_NAME_LEN]; member in struct:drm_mode_get_property
/bionic/libc/kernel/uapi/linux/
H A Dfuse.h5 *** of the same name, to make information necessary for userspace to
530 char name[]; member in struct:fuse_dirent
532 #define FUSE_NAME_OFFSET offsetof(struct fuse_dirent, name)
541 #define FUSE_NAME_OFFSET_DIRENTPLUS offsetof(struct fuse_direntplus, dirent.name)
H A Dvideodev2.h5 *** of the same name, to make information necessary for userspace to
757 __u8 name[24]; member in struct:v4l2_standard
859 __u8 name[32]; member in struct:v4l2_input
896 __u8 name[32]; member in struct:v4l2_output
974 __u8 name[32]; member in struct:v4l2_queryctrl
987 char name[32]; member in struct:v4l2_query_ext_ctrl
1007 __u8 name[32]; member in union:v4l2_querymenu::__anon885
1034 __u8 name[32]; member in struct:v4l2_tuner
1050 __u8 name[32]; member in struct:v4l2_modulator
1149 __u8 name[3 member in struct:v4l2_audio
1161 __u8 name[32]; member in struct:v4l2_audioout
1469 char name[32]; member in union:v4l2_dbg_match::__anon897
1485 char name[32]; member in struct:v4l2_dbg_chip_info
[all...]
H A Dblktrace_api.h5 *** of the same name, to make information necessary for userspace to
139 char name[BLKTRACE_BDEV_SIZE]; member in struct:blk_user_trace_setup
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c232 for (i = 0; long_options[i].name; i++) {
234 if (strncmp(current_argv, long_options[i].name,
238 if (strlen(long_options[i].name) == current_argv_len) {
/bionic/libc/bionic/
H A Dvdso.cpp107 if (strcmp(vdso[j].name, strtab + symtab[i].st_name) == 0) {
/bionic/libc/include/arpa/
H A Dnameser.h32 * 3. Neither the name of the University nor the names of its contributors
75 #define NS_MAXDNAME 1025 /* maximum domain name (presentation format)*/
77 #define NS_MAXCDNAME 255 /* maximum compressed domain name */
79 #define NS_MAXLABELS 128 /* theoretical max #/labels per domain name */
80 #define NS_MAXNNAME 256 /* maximum uncompressed (binary) domain name*/
90 #define NS_CMPRSFLGS 0xc0 /* Flag bits indicating name compression. */
109 * Network name (compressed or not) type. Equivilent to a pointer when used
160 char name[NS_MAXDNAME]; member in struct:__ns_rr
181 #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name
258 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member in struct:ns_tsig_key
[all...]
/bionic/libc/tools/
H A Dgensyscalls.py283 def make__NR_name(name):
284 if name.startswith("__ARM_NR_"):
285 return name
287 return "__NR_%s" % (name)
478 "name" : syscall_name,
532 syscall["__NR_name"] = make__NR_name(syscall["name"])
/bionic/benchmarks/
H A Dmath_benchmark.cpp25 #define BENCHMARK_COMMON_VALS(name) BENCHMARK(name)->Arg(0)->Arg(1)->Arg(2)->Arg(3)
/bionic/libc/include/sys/
H A Dcdefs.h18 * 3. Neither the name of the University nor the names of its contributors
221 #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
/bionic/libc/dns/resolv/
H A Dres_init.c19 * 4. Neither the name of the University nor the names of its contributors
42 * the name of Digital Equipment Corporation not be used in advertising or
141 * INADDR_ANY and the default domain name comes from the gethostname().
144 * rather than INADDR_ANY ("0.0.0.0") as the default name server address
147 * it had to be "up" in order for you to reach your own name server. It
286 #define MATCH(line, name) \
287 (!strncmp(line, name, sizeof(name) - 1) && \
288 (line[sizeof(name) - 1] == ' ' || \
289 line[sizeof(name)
[all...]

Completed in 3036 milliseconds

12345678