Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 18 of 18) sorted by relevance

/bionic/tests/libs/
DAndroid.build.dt_runpath.mk36 empty.cpp
44 empty.cpp
56 empty.cpp
89 empty.cpp
DAndroid.build.dlopen_check_order_dlsym.mk73 empty.cpp
84 empty.cpp
DAndroid.build.dlopen_check_order_reloc_main_executable.mk27 empty.cpp
DAndroid.build.dlopen_check_order_reloc_siblings.mk26 empty.cpp
150 empty.cpp
DAndroid.build.versioned_lib.mk107 libtest_versioned_otherlib_empty_src_files := empty.cpp
DAndroid.mk454 libtest_empty_src_files := empty.cpp
484 libtest_dlopen_from_ctor_main_src_files := empty.cpp
/bionic/linker/
Dlinker_dlwarning.cpp26 if (!current_msg.empty()) { in add_dlwarning()
40 if (current_msg.empty()) { in get_dlwarning()
Dlinker.cpp555 [] (const std::string& s) { return s.empty(); }); in parse_LD_PRELOAD()
4176 if (executable_path.empty()) { in get_executable_path()
/bionic/tests/
Dsys_prctl_test.cpp47 if (lines[i].empty()) { in TEST()
Dutils.h85 if (!record.pathname.empty() && record.pathname.back() == '\n') { in parse_maps()
Dfortify_test.cpp55 char empty[0]; member
178 ASSERT_FORTIFY(stpcpy(myfoo.empty, src)); in TEST_F()
194 ASSERT_FORTIFY(strcpy(myfoo.empty, src)); in TEST_F()
210 ASSERT_FORTIFY(strcpy(myfoo.empty, src)); in TEST_F()
Dgtest_main.cpp903 if (!xml_output_filename.empty()) { in RunTestInSeparateProc()
/bionic/tools/relocation_packer/src/
Dpacker.cc26 if (packed_words.empty()) in PackRelocations()
Delf_file.cc723 if (relocations->empty()) { in PackTypedRelocations()
741 if (packed.empty()) { in PackTypedRelocations()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c120 states empty; /* empty set of states */ member
234 SETUP(m->empty); in matcher()
235 CLEAR(m->empty); in matcher()
875 states empty = m->empty; in slow() local
935 if (EQ(st, empty) || p == stop) in slow()
940 ASSIGN(st, empty); in slow()
/bionic/libc/stdio/
Dstdio.cpp105 static FILE empty; in moreglue() local
117 *p = empty; in moreglue()
/bionic/libc/kernel/uapi/sound/
Dasound.h345 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member
/bionic/libc/
DAndroid.bp203 // Use the empty string (instead of " ") as the timezone abbreviation
1542 // empty library to keep this makefile simple.