HomeSort by relevance Sort by last modified time
    Searched refs:m4 (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/dbus/
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/elfutils/config/
missing 67 aclocal touch file \`aclocal.m4'
98 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
101 touch aclocal.m4
113 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
127 to install the \`Autoconf' and \`GNU m4' packages. Grab them
150 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
  /external/genext2fs/
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/libpng/
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}'.
CHANGES     [all...]
ltmain.sh 823 # Ensure that we are using m4 macros, and libtool script from the same
833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/protobuf/gtest/build-aux/
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}'.
ltmain.sh 823 # Ensure that we are using m4 macros, and libtool script from the same
833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/protobuf/
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}'.
ltmain.sh 823 # Ensure that we are using m4 macros, and libtool script from the same
833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/strace/
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/bison/data/
glr.cc 37 # (and c.m4 strips one level of quotes). This is a PITA, and
57 m4_include(b4_pkgdatadir/[c++.m4])
glr.c 22 m4_include(b4_pkgdatadir/[c.m4])
43 # This is not shared with yacc.c in c.m4 because GLR relies on ISO C
142 # We do want M4 expansion after # for CPP macros.
    [all...]
yacc.c 23 m4_include(b4_pkgdatadir/[c.m4])
74 # MIN to MAX (included). Overwrite the version from c.m4, which
134 # We do want M4 expansion after # for CPP macros.
964 ]m4_divert_push([KILL])# ======================== M4 code.
981 m4_divert_pop([KILL])dnl# ====================== End of M4 code.
    [all...]
lalr1.cc 22 m4_include(b4_pkgdatadir/[c++.m4])
32 # We do want M4 expansion after # for CPP macros.
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 99 Method m4 = Object.class.getMethod("equals", new Class[] { Object.class }); local
117 m4.toString());
  /external/clearsilver/
Makefile 115 CS_DIRS = util cs cgi python scripts mod_ecs imd java-jni perl ruby dso csharp ports contrib m4
  /external/svox/pico/lib/
picosig2.c 535 picoos_int16 m1, *A, m2, m4, voiced, i; local
541 m4 = m2 >> 1;
558 dfct_nmf(m4, XXr); /* DFCT directly in fixed point */
777 picoos_int16 nI, nn, m2, m4, voiced; local
784 m4 = m2 >> 1;
793 for (nI = 0, nn = 0; nI < m4; nI++, nn += 2) {
797 fr[1] = (picoos_int32) (Fr[m4]);
798 for (nI = 1, nn = 3; nI < m4; nI++, nn += 2) {
    [all...]
  /external/bison/src/
output.c 112 | Print to OUT a representation of STRING escaped both for C and M4. |
509 Test whether m4sugar.m4 is readable, to check for proper
512 char const m4sugar[] = "m4sugar/m4sugar.m4";
516 char const *m4 = (p = getenv ("M4")) ? p : M4;
532 /* Create an m4 subprocess connected to us via two pipes. */
536 m4, full_m4sugar, full_skeleton);
538 argv[0] = m4;
570 /* Read and process m4's output. *
515 char const *m4 = (p = getenv ("M4")) ? p : M4; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
JSR166TestCase.java 390 public static final Integer m4 = new Integer(-4); field in class:JSR166TestCase
  /external/expat/
Makefile.in 72 rm -f conftools/ltconfig conftools/ltmain.sh conftools/libtool.m4
  /external/v8/test/mjsunit/
large-object-allocation.js 148 this.m4 = i;
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 682 m4 = proto.repeated_nested_message.add()
684 self.assertIs([m0, m1, m2, m3, m4], proto.repeated_nested_message[:])
690 self.assertIs([m0, m1, m2, m3, m4], result)
694 self.assertIs([m0, m1, m3, m4], proto.repeated_nested_message)
    [all...]
  /external/elfutils/
configure     [all...]
  /external/bison/
config.status 557 s,@M4@,/usr/bin/m4,;t t
935 ${ac_dA}M4${ac_dB}M4${ac_dC}"/usr/bin/m4"${ac_dD}
    [all...]

Completed in 575 milliseconds

1 23 4