HomeSort by relevance Sort by last modified time
    Searched refs:m4 (Results 76 - 100 of 184) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/sdch/open-vcdiff/
configure.ac 9 AC_CONFIG_MACRO_DIR(m4)
missing 77 aclocal touch file \`aclocal.m4'
153 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
156 touch aclocal.m4
163 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
172 to install the \`Autoconf' and \`GNU m4' packages. Grab them
190 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/chromium_org/third_party/opus/src/
missing 77 aclocal touch file \`aclocal.m4'
143 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
146 touch aclocal.m4
153 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
162 to install the \`Autoconf' and \`GNU m4' packages. Grab them
180 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/eigen/test/
integer_types.cpp 94 MatrixType m4; local
95 VERIFY_IS_APPROX(m4 = m1,m1);
product_selfadjoint.cpp 33 RhsMatrixType m4 = RhsMatrixType::Random(rows,10); local
basicstuff.cpp 94 MatrixType m4; local
95 VERIFY_IS_APPROX(m4 = m1,m1);
  /external/grub/
missing 77 aclocal touch file \`aclocal.m4'
142 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
145 touch aclocal.m4
152 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
161 to install the \`Autoconf' and \`GNU m4' packages. Grab them
179 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/libcap-ng/libcap-ng-0.7/
missing 77 aclocal touch file \`aclocal.m4'
143 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
146 touch aclocal.m4
153 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
162 to install the \`Autoconf' and \`GNU m4' packages. Grab them
180 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/libffi/
missing 77 aclocal touch file \`aclocal.m4'
142 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
145 touch aclocal.m4
152 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
161 to install the \`Autoconf' and \`GNU m4' packages. Grab them
179 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/llvm/autoconf/
missing 77 aclocal touch file \`aclocal.m4'
142 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
145 touch aclocal.m4
152 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
161 to install the \`Autoconf' and \`GNU m4' packages. Grab them
179 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/open-vcdiff/
configure.ac 9 AC_CONFIG_MACRO_DIR(m4)
  /external/openfst/
missing 77 aclocal touch file \`aclocal.m4'
143 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
146 touch aclocal.m4
153 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
162 to install the \`Autoconf' and \`GNU m4' packages. Grab them
180 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/pixman/
missing 77 aclocal touch file \`aclocal.m4'
143 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
146 touch aclocal.m4
153 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
162 to install the \`Autoconf' and \`GNU m4' packages. Grab them
180 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/protobuf/
configure.ac 20 AC_CONFIG_MACRO_DIR([m4])
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-function-mockers.h 152 const Matcher<A3>& m3, const Matcher<A4>& m4) {
153 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4));
175 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5) {
176 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4,
199 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5,
201 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
224 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5,
226 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
249 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5,
251 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5
    [all...]
gmock-generated-matchers.h 872 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4) {
873 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4));
881 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5) {
882 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5));
890 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5,
892 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6));
901 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5,
903 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7));
913 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 100 m4_base=m4
143 # those files to be generated in directories like lib/, m4/, and po/.
418 *.m4|*/Make*|Make*) c1='# ' ; c2= ;;
499 if test $file = gettext.m4; then
500 echo "$0: patching m4/gettext.m4 to remove need for intl/* ..."
550 --m4-base $bt/$m4_base/\
578 # Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
579 # gnulib-populated directories. Such .m4 files would cause aclocal to fail.
584 # unusual case in which a symlinked-to .m4 file is git-removed from gnuli
    [all...]
  /external/bison/data/
glr.c 21 # If we are loaded by glr.cc, do not override c++.m4 definitions by
22 # those of c.m4.
24 [m4_include(b4_pkgdatadir/[c.m4])])
52 # This is not shared with yacc.c in c.m4 because GLR relies on ISO C
    [all...]
  /frameworks/native/libs/ui/tests/
mat_test.cpp 74 mat4 m4(vec4(1), vec4(2), vec4(3), vec4(4));
  /external/chromium/sdch/open-vcdiff/
missing 79 aclocal touch file \`aclocal.m4'
145 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
148 touch aclocal.m4
155 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
164 to install the \`Autoconf' and \`GNU m4' packages. Grab them
182 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/chromium/third_party/libevent/
missing 82 aclocal touch file \`aclocal.m4'
115 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
118 touch aclocal.m4
130 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
144 to install the \`Autoconf' and \`GNU m4' packages. Grab them
167 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/chromium_org/third_party/libevent/
missing 82 aclocal touch file \`aclocal.m4'
115 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
118 touch aclocal.m4
130 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
144 to install the \`Autoconf' and \`GNU m4' packages. Grab them
167 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/chromium_org/third_party/libxml/src/
missing 77 aclocal touch file \`aclocal.m4'
153 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
156 touch aclocal.m4
163 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
172 to install the \`Autoconf' and \`GNU m4' packages. Grab them
190 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/chromium_org/third_party/tcmalloc/vendor/
missing 79 aclocal touch file \`aclocal.m4'
145 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
148 touch aclocal.m4
155 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
164 to install the \`Autoconf' and \`GNU m4' packages. Grab them
182 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
missing 77 aclocal touch file \`aclocal.m4'
153 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
156 touch aclocal.m4
163 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
172 to install the \`Autoconf' and \`GNU m4' packages. Grab them
190 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.

Completed in 1254 milliseconds

1 2 34 5 6 7 8