Searched refs:found (Results 1 – 25 of 84) sorted by relevance
1234
/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/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.
|
D | gettext.m4 | 45 dnl 2) GNU gettext has been found in the system's C library. 218 dnl If an already present or preinstalled GNU gettext() is found, 236 dnl GNU gettext is not found in the C library.
|
D | lib-ld.m4 | 108 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
D | locale-zh.m4 | 79 # 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/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/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.
|
D | README.DOS | 204 above example) can indeed be found in the directory that is 210 and .pl). If any such file is found, then $SHELL will be 213 shell is *not* found, the line which sets it will be effectively 217 behavior to a shell which is nowhere to be found.
|
D | ABOUT-NLS | 9 If you found this `ABOUT-NLS' file inside a distribution, you may 22 `gettext' which is used. The information can be found in the 154 teams can be found at the Free Translation Project's homepage, 747 matrix with full percentage details can be found at
|
/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/build/tools/ |
D | prebuilt-common.sh | 392 found=0 422 found=1 426 if [ "$found" = "0" ] ; then
|
/ndk/build/core/ |
D | init.mk | 258 $(call ndk_log,Host tols prebuilt directory not found, using system tools) 323 $(call ndk_log, 'cygpath' was *not* found in your path) 325 $(call ndk_log, 'cygpath' found as: $(CYGPATH))
|
/ndk/ |
D | README.TXT | 10 A high-level overview of the NDK's features and limitations can be found
|
/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])
|
/ndk/sources/host-tools/make-3.81/po/ |
D | make.pot | 201 msgid "Commands for file `%s' were found by implicit rule search," 660 msgid "%s: Command not found" 665 msgid "%s: Shell program not found" 961 msgid "Included makefile `%s' was not found." 966 msgid "Makefile `%s' was not found" 987 msgid "No targets specified and no makefile found" 1383 msgid "No implicit rule found for `%s'.\n"
|
1234