Searched refs:name_ (Results 1 - 4 of 4) sorted by relevance

/bionic/benchmarks/
H A Dbenchmark_main.cpp66 return name_;
81 int match = regexec(&re, name_, 0, NULL, 0);
91 name_ = name;
96 fprintf(stderr, "%s: missing function\n", name_);
108 fprintf(stderr, "%s: no args!\n", name_);
158 snprintf(full_name, sizeof(full_name), "%s/%dM", name_, arg/(1<<20));
160 snprintf(full_name, sizeof(full_name), "%s/%dK", name_, arg/(1<<10));
162 snprintf(full_name, sizeof(full_name), "%s/%d", name_, arg);
165 snprintf(full_name, sizeof(full_name), "%s", name_);
H A Dbenchmark.h41 const char* name_; member in class:testing::Benchmark
/bionic/linker/
H A Dlinker_phdr.cpp123 : name_(name), fd_(fd),
147 DL_ERR("can't read file \"%s\": %s", name_, strerror(errno));
151 DL_ERR("\"%s\" is too small to be an ELF executable: only found %zd bytes", name_,
160 DL_ERR("\"%s\" has bad ELF magic", name_);
170 DL_ERR("\"%s\" is 32-bit instead of 64-bit", name_);
172 DL_ERR("\"%s\" has unknown ELF class: %d", name_, elf_class);
179 DL_ERR("\"%s\" is 64-bit instead of 32-bit", name_);
181 DL_ERR("\"%s\" has unknown ELF class: %d", name_, elf_class);
188 DL_ERR("\"%s\" not little-endian: %d", name_, header_.e_ident[EI_DATA]);
193 DL_ERR("\"%s\" has unexpected e_type: %d", name_, header
[all...]
H A Dlinker_phdr.h62 const char* name_; member in class:ElfReader

Completed in 158 milliseconds