/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 143 static bfd_boolean found; variable 155 if (found) in find_address_in_section() 169 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma, in find_address_in_section() 181 if (found) in find_offset_in_section() 191 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc, in find_offset_in_section() 243 found = FALSE; in translate_addresses() 249 if (! found) in translate_addresses() 309 found = FALSE; in translate_addresses() 311 found = bfd_find_inliner_info (abfd, &filename, &functionname, in translate_addresses() 313 if (! found) in translate_addresses()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-typed-test.cc | 70 bool found = false; in VerifyRegisteredTestNames() local 75 found = true; in VerifyRegisteredTestNames() 80 if (found) { in VerifyRegisteredTestNames()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | type_with_alignment.hpp | 73 template <bool found = true> 95 template <bool found, std::size_t target, class TestType> 97 : public lower_alignment_helper_impl<found>::template apply<target,TestType> 101 template <bool found, std::size_t target, class TestType> 118 BOOST_PP_CAT(found,I),target,T \ 121 BOOST_PP_CAT(found,BOOST_PP_INC(I)) \ 122 = lower_alignment_helper<BOOST_PP_CAT(found,I),target,T >::value \ 204 BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value); 206 BOOST_STATIC_ASSERT(found >= Align); 207 BOOST_STATIC_ASSERT(found % Align == 0);
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_elf_view.cpp | 74 bool found = false; in InitUnmapped() local 80 found = true; in InitUnmapped() 85 if (!found) in InitUnmapped()
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 182 int found = 0; in ParseLine() local 209 found = 1; in ParseLine() 219 return !found; in ParseLine() 226 found = 1; in ParseLine() 232 return !found; in ParseLine() 243 return !found; in ParseLine()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | selinux-selinux-h.m4 | 22 AC_MSG_WARN([libselinux was found but selinux/selinux.h is missing.]) 39 # Warn if SELinux is found but libselinux is absent;
|
D | locale-fr.m4 | 86 # None found. 175 # None found.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | error | 10 print MAKEFILE 'err = $(error Error found!) 63 $answer = "$makefile:22: *** Error found!. Stop.\n";
|
D | suffix | 5 ."the list provided. It will provide all of the unique suffixes found\n"
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_cu.cc | 476 bool found = false; in get_pc_address_file_info() local 499 found = false; in get_pc_address_file_info() 515 found = true; in get_pc_address_file_info() 566 found = true; in get_pc_address_file_info() 578 if (found) { in get_pc_address_file_info() 626 found = true; in get_pc_address_file_info() 641 found = true; in get_pc_address_file_info()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 459 found=no 462 grep '^/[^/]*/[0-9]' > /dev/null && found=yes 464 git rm -n "$dir/$file" > /dev/null 2>&1 && found=yes 466 svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes 470 test $found = yes
|
D | README.boot | 5 comments found therein, and then try running ``bootstrap.sh'' again.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | memchr.valgrind | 2 # POSIX states that when the character is found, memchr must not read extra
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 995 local ($found); 1014 $found = 0; 1025 $found = 1; 1030 if (!$found)
|
/ndk/sources/host-tools/make-3.81/ |
D | ansi2knr.c | 666 goto found; 670 goto found; 673 found: if ( *p == '.' && p[-1] == '.' && p[-2] == '.' )
|
D | config.log | 47 configure:1575: found /usr/bin/gawk 54 configure:1745: found /usr/bin/strip 59 configure:1847: found /usr/bin/gcc 137 configure:3019: found /usr/bin/ranlib 176 configure:3294: found /usr/bin/ar 179 configure:3331: found /usr/bin/perl
|
D | configure.bat | 46 echo No Make program found--use DOSBUILD.BAT to build Make.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | parser.ipp | 121 BOOST_RT_PARAM_TRACE( "Match found" ); 131 BOOST_RT_PARAM_TRACE( "No match found" );
|
/ndk/ |
D | README.TXT | 10 A high-level overview of the NDK's features and limitations can be found
|
/ndk/build/core/ |
D | init.mk | 321 $(call ndk_log,Host tools prebuilt directory not found, using system tools) 411 $(call ndk_log, 'cygpath' was *not* found in your path) 413 $(call ndk_log, 'cygpath' found as: $(CYGPATH))
|
/ndk/build/tools/ |
D | prebuilt-common.sh | 441 found=0 471 found=1 475 if [ "$found" = "0" ] ; then
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-W | 60 # Test -W on vpath-found files: it should take effect.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.x | 269 is found.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | vpath | 11 ."including the directories in which they were found). It also\n"
|
/ndk/sources/host-tools/make-3.81/config/ |
D | po.m4 | 57 dnl Test whether we really found GNU msgfmt. 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 73 dnl Test whether we really found GNU xgettext. 82 [found xgettext program is not GNU xgettext; ignore it])
|