Searched refs:name (Results 151 - 175 of 195) sorted by relevance

12345678

/bionic/libc/arch-x86/atom/string/
H A Dsse2-strlen-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
66 # define ENTRY(name) \
67 .type name, @function; \
68 .globl name; \
70 name: \ label
75 # define END(name) \
77 .size name, .-name
H A Dsse2-strrchr-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-wcscpy-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
58 # define ENTRY(name) \
59 .type name, @function; \
60 .globl name; \
62 name: \ label
67 # define END(name) \
69 .size name, .-name
H A Dsse2-memset-atom.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
H A Dsse2-wcscmp-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-strlcat-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
54 # define ENTRY(name) \
55 .type name, @function; \
56 .globl name; \
58 name: \ label
63 # define END(name) \
65 .size name, .-name
/bionic/tests/
H A Dgtest_main.cpp131 explicit Test(const char* name) : name_(name) {} argument
157 explicit TestCase(const char* name) : name_(name) {} argument
235 pinfo_->test_case_name(), pinfo_->name(), result.message());
409 for (const auto& name : fail_test_name_list) {
411 printf("%s\n", name.c_str());
520 fprintf(fp, " timestamp=\"%s\" time=\"%.3lf\" name=\"AllTests\">\n", timestamp, elapsed_time_ns / 1e9);
523 fprintf(fp, " <testsuite name=\"%s\" tests=\"%zu\" failures=\"%zu\" disabled=\"0\" errors=\"0\"",
528 fprintf(fp, " <testcase name
[all...]
H A Dsystem_properties_test.cpp79 char name[PROP_NAME_MAX]; local
82 __system_property_read(pi, name, value);
86 ASSERT_EQ(3, sscanf(name, "property_%d.%d.%d", &name_i, &name_j, &name_k));
332 ASSERT_EQ(-1, __system_property_add("name", PROP_NAME_MAX, "value", 5));
333 ASSERT_EQ(-1, __system_property_add("name", 4, "value", PROP_VALUE_MAX));
/bionic/libc/kernel/uapi/linux/
H A Dbtrfs.h5 *** of the same name, to make information necessary for userspace to
30 char name[BTRFS_PATH_NAME_MAX + 1]; member in struct:btrfs_ioctl_vol_args
81 char name[BTRFS_SUBVOL_NAME_MAX + 1]; member in struct:btrfs_ioctl_vol_args_v2
254 char name[BTRFS_INO_LOOKUP_PATH_MAX]; member in struct:btrfs_ioctl_ino_lookup_args
H A Dfd.h5 *** of the same name, to make information necessary for userspace to
42 const char * name; member in struct:floppy_struct
H A Djffs2.h5 *** of the same name, to make information necessary for userspace to
106 __u8 name[0]; member in struct:jffs2_raw_dirent
H A Dmsdos_fs.h5 *** of the same name, to make information necessary for userspace to
167 __u8 name[MSDOS_NAME]; member in struct:msdos_dir_entry
H A Drds.h5 *** of the same name, to make information necessary for userspace to
67 uint8_t name[32]; member in struct:rds_info_counter
H A Dtelephony.h5 *** of the same name, to make information necessary for userspace to
74 char name[80]; member in struct:__anon836
H A Dsoundcard.h5 *** of the same name, to make information necessary for userspace to
332 char name[30]; member in struct:synth_info
362 char name[32]; member in struct:sound_timer_info
369 char name[30]; member in struct:midi_info
719 char name[32]; member in struct:mixer_info
726 char name[32]; member in struct:_old_mixer_info
745 char name[32]; member in struct:mixer_vol_table
H A Dwireless.h5 *** of the same name, to make information necessary for userspace to
432 char name[IFNAMSIZ]; member in union:iwreq_data
525 char name[IFNAMSIZ]; member in struct:iw_priv_args
/bionic/libc/kernel/uapi/linux/netfilter/ipset/
H A Dip_set.h5 *** of the same name, to make information necessary for userspace to
276 char name[IPSET_MAXNAMELEN]; member in union:ip_set_name_index
/bionic/libc/malloc_debug/
H A Dbacktrace.cpp150 const char* soname = (entry != nullptr) ? entry->name.c_str() : info.dli_fname;
H A Dmalloc_debug.cpp116 static void LogTagError(const Header* header, const void* pointer, const char* name) { argument
121 error_log("+++ ALLOCATION %p USED AFTER FREE (%s)", pointer, name);
126 error_log("+++ ALLOCATION %p HAS INVALID TAG %" PRIx32 " (%s)", pointer, header->tag, name);
/bionic/libc/kernel/uapi/linux/dvb/
H A Dfrontend.h5 *** of the same name, to make information necessary for userspace to
72 char name[128]; member in struct:dvb_frontend_info
385 char * name; member in struct:dtv_cmds_h
/bionic/linker/
H A DAndroid.mk78 # meaningful name resolution.
/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-memset-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
66 # define ENTRY(name) \
67 .type name, @function; \
68 .globl name; \
70 name: \ label
75 # define END(name) \
77 .size name, .-name
/bionic/libc/arch-x86_64/string/
H A Dsse2-strlcpy-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
44 # define ENTRY(name) \
45 .type name, @function; \
46 .globl name; \
48 name: \ label
53 # define END(name) \
55 .size name, .-name
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h5 *** of the same name, to make information necessary for userspace to
90 char __user * name; member in struct:drm_version
415 __u32 name; member in struct:drm_gem_flink
419 __u32 name; member in struct:drm_gem_open
/bionic/libc/
H A Dcrt.mk129 # name clash between gcc and bionic.

Completed in 619 milliseconds

12345678