Searched refs:empty (Results 1 - 19 of 19) sorted by relevance

/bionic/linker/
H A Dlinker_dlwarning.cpp26 if (!current_msg.empty()) {
40 if (current_msg.empty()) {
H A Dlinker.cpp555 [] (const std::string& s) { return s.empty(); });
3894 DL_ERR("empty/missing DT_HASH/DT_GNU_HASH in \"%s\" "
3899 DL_ERR("empty/missing DT_STRTAB in \"%s\"", get_realpath());
3903 DL_ERR("empty/missing DT_SYMTAB in \"%s\"", get_realpath());
4176 if (executable_path.empty()) {
/bionic/tests/libs/
H A DAndroid.build.dt_runpath.mk36 empty.cpp
44 empty.cpp
56 empty.cpp
89 empty.cpp
H A DAndroid.build.dlopen_check_order_reloc_main_executable.mk24 # ..._1.so - empty
27 empty.cpp
H A DAndroid.build.dlopen_check_order_dlsym.mk73 empty.cpp
84 empty.cpp
H A DAndroid.build.dlopen_check_order_reloc_siblings.mk23 # ..._1.so - empty
26 empty.cpp
37 # ..._2.so - empty
150 empty.cpp
H A DAndroid.build.versioned_lib.mk104 # This library is empty, the actual implementation will provide an unversioned
107 libtest_versioned_otherlib_empty_src_files := empty.cpp
H A DAndroid.mk454 libtest_empty_src_files := empty.cpp
484 libtest_dlopen_from_ctor_main_src_files := empty.cpp
/bionic/tests/
H A Dsys_prctl_test.cpp47 if (lines[i].empty()) {
H A Dutils.h85 if (!record.pathname.empty() && record.pathname.back() == '\n') {
H A Dfortify_test.cpp55 char empty[0]; member in struct:foo
178 ASSERT_FORTIFY(stpcpy(myfoo.empty, src));
194 ASSERT_FORTIFY(strcpy(myfoo.empty, src));
210 ASSERT_FORTIFY(strcpy(myfoo.empty, src));
H A Dgtest_main.cpp903 if (!xml_output_filename.empty()) {
/bionic/tools/relocation_packer/src/
H A Dpacker.cc26 if (packed_words.empty())
H A Delf_file.cc238 LOG(ERROR) << "Missing or empty .rel.dyn or .rela.dyn section";
723 if (relocations->empty()) {
741 if (packed.empty()) {
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c120 states empty; /* empty set of states */ member in struct:match
234 SETUP(m->empty);
235 CLEAR(m->empty);
875 states empty = m->empty; local
935 if (EQ(st, empty) || p == stop)
940 ASSIGN(st, empty);
1025 case OPLUS_: /* forward, this is just an empty */
1042 case O_QUEST: /* just an empty */
[all...]
/bionic/libc/
H A Dcrt.mk17 # for the 2nd arch; otherwise empty.
H A DAndroid.mk753 # Use the empty string (instead of " ") as the timezone abbreviation fallback.
1140 # empty library to keep this makefile simple.
/bionic/libc/stdio/
H A Dstdio.cpp105 static FILE empty; local
117 *p = empty;
/bionic/libc/kernel/uapi/sound/
H A Dasound.h345 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member in struct:snd_interval

Completed in 304 milliseconds