Searched refs:found (Results 1 - 18 of 18) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
H A Dtype_with_alignment.hpp73 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
[all...]
/ndk/tests/build/stdint-c++/jni/
H A DAndroid.mk16 # script found in this directory.
/ndk/sources/host-tools/make-3.81/tests/
H A Dtest_driver.pl260 # to not get ugly error messages if uname can't be found.
264 if ($osname =~ /not found/i)
983 # The first argument is the dir under which the structure should be found;
995 local ($found);
1014 $found = 0;
1025 $found = 1;
1030 if (!$found)
/ndk/sources/host-tools/sed-4.2.1/
H A Dautoboot210 echo "$0: expected line not found in configure.ac. Add the following:" >&2
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
H A Dconfigure113 # in which case we are not to be found in the path.
374 echo shells that I found on your system. Please install a
436 echo No shell found that supports shell functions.
2546 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2686 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2726 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2815 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2855 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2908 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2953 $as_echo "$as_me:$LINENO: found
[all...]
/ndk/sources/host-tools/ndk-stack/elff/
H A Ddwarf_cu.cc476 bool found = false; local
499 found = false;
515 found = true;
566 found = true;
578 if (found) {
626 found = true;
641 found = true;
/ndk/sources/host-tools/make-3.81/
H A Dansi2knr.c663 { /* We found the name being declared */
666 goto found;
670 goto found;
673 found: if ( *p == '.' && p[-1] == '.' && p[-2] == '.' )
H A Dconfigure.bat46 echo No Make program found--use DOSBUILD.BAT to build Make.
H A Dread.c244 /* No default makefile was found. Add the default makefiles to the
345 /* If the makefile wasn't found and it's either a makefile from
384 /* If the makefile can't be found at all, give up entirely. */
793 /* We have found an `include' line specifying a nested
889 /* We found a comment before a semicolon. */
982 found in the variable_buffer the entire buffer has already
995 one of the most common bugs found in makefiles... */
1066 /* If there was a semicolon found, add it back, plus anything
1374 we've found the last one. */
2332 /* Extract the filename just found, an
3072 struct nameseq *found local
[all...]
H A Dconfigure109 # in which case we are not to be found in the path.
229 $as_echo "$0: the shells that I found on your system."
2569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2963 # We found
[all...]
/ndk/build/tools/
H A Dprebuilt-common.sh436 found=0
466 found=1
470 if [ "$found" = "0" ] ; then
658 # Set MINGW_GCC to the found mingw toolchain
1142 # Return: the list of found arch names
1163 # TODO: x86_64 is here just to be found as known arch.
/ndk/sources/host-tools/sed-4.2.1/doc/
H A Dsed.x269 is found.
/ndk/build/core/
H A Dinit.mk321 $(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))
H A Dbuild-local.mk46 # any of its parents. If none is found, try again with 'jni/Android.mk'
/ndk/sources/host-tools/nawk-20071023/
H A DFIXES68 found it while enhancing tests before shipping the ;login: article.
86 fixed infinite loop in parsing, originally found by brian tsang.
187 this tortuous reading is found in the awk book; behavior now
303 finally found and fixed a memory leak in function call; it's
305 jon bentley for the test case that found it.
414 example: awk 'length($0) > 10'. blush. at least i found it
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregexec.c312 match was found and -2 indicates an internal error. */
484 /* I hope we needn't fill ther regs with -1's when no match was found. */
894 break; /* We found a match. */
1203 already found a valid (even if not the longest) match. */
1229 /* We found an appropriate halt state. */
1233 /* We found a match, do not modify match_first below. */
1308 is found. */
4044 bool found = false;
4056 found = true;
4066 /* If we found th
4040 bool found = false; local
[all...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dtexinfo.tex663 % period following counts as ending a sentence. (Idea found in latex.)
1329 with PDF output, and none of those formats could be found. (.eps cannot
3902 \ifx\temp\empty % Nothing found.
3915 \ifnum\doignorecount = 0 % We have just found the outermost @end.
7673 \errmessage{epsf.tex not found, images will be ignored}%
8027 \newhelp\nolanghelp{The given language definition file cannot be found or

Completed in 3258 milliseconds