/external/zlib/src/ |
D | configure | 17 echo -------------------- >> configure.log 18 echo $0 $* >> configure.log 19 date >> configure.log 39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 85 echo "** $0 aborting." | tee -a configure.log 88 echo -------------------- >> configure.log 89 echo >> configure.log [all …]
|
/external/elfutils/ |
D | ChangeLog | 3 * configure.ac: Set version to 0.165. 8 * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions. 17 * configure.ac: Make zlib mandatory. 21 * configure.ac: Set version to 0.164. 26 * configure.ac: Add AM_SILENT_RULES([yes]). 30 * configure.ac: Use -fPIC instead of -fpic to avoid relocation 40 * configure.ac: Set version to 0.163. 45 * configure.ac: Set version to 0.162. 50 * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on 55 * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version [all …]
|
/external/guice/core/test/com/google/inject/ |
D | JitBindingsTest.java | 60 protected void configure() { in testLinkedBindingWorks() 76 protected void configure() { in testMoreBasicsWork() 94 protected void configure() { in testLinkedEagerSingleton() 110 protected void configure() { in testBasicsWithEagerSingleton() 128 protected void configure() { in testLinkedToScoped() 144 protected void configure() { in testBasicsWithScoped() 163 protected void configure() { in testFailsIfInjectingScopedDirectlyWhenItIsntBound() 179 protected void configure() { in testLinkedProviderBindingWorks() 195 protected void configure() { in testJitGetFails() 210 protected void configure() { in testJitInjectionFails() [all …]
|
D | PrivateModuleTest.java | 45 @Override protected void configure() { in testBasicUsage() 49 @Override public void configure() { in testBasicUsage() 58 @Override public void configure() { in testBasicUsage() 79 @Override protected void configure() { in testWithoutPrivateModules() 99 @Override protected void configure() {} in testMisplacedExposedAnnotation() 117 @Override protected void configure() { in testMisplacedExposeStatement() 131 @Override protected void configure() { in testPrivateModulesAndProvidesMethods() 133 @Override public void configure() { in testPrivateModulesAndProvidesMethods() 147 @Override public void configure() {} in testPrivateModulesAndProvidesMethods() 180 @Override protected void configure() { in testCannotBindAKeyExportedByASibling() [all …]
|
D | RequireAtInjectOnConstructorsTest.java | 33 protected void configure() { in testNoCxtors_explicitBinding() 51 protected void configure() { in testNoCxtors_jitBinding() 70 protected void configure() { in testNoCxtors_implicitBinding() 89 protected void configure() { in testNoCxtors_inheritedByPrivateModules() 93 protected void configure() { in testNoCxtors_inheritedByPrivateModules() 113 protected void configure() { in testNoCxtors_accumulatesAllErrors() 136 protected void configure() { in testNoCxtors_separateOptionsForPrivateModules() 140 protected void configure() { in testNoCxtors_separateOptionsForPrivateModules() 163 protected void configure() { in testManyConstructorsButNoneWithAtInject() 181 protected void configure() { in testRequireAtInjectStillAllowsToConstructorBindings()
|
D | BinderTestSuite.java | 53 protected void configure() { in suite() 63 protected void configure() { in suite() 74 protected void configure() { in suite() 126 protected void configure() { in suite() 128 scoper.configure(abb); in suite() 137 protected void configure() { in suite() 139 scoper.configure(sbb); in suite() 148 protected void configure() { in suite() 150 scoper.configure(sbb); in suite() 159 protected void configure() { in suite() [all …]
|
/external/ImageMagick/coders/ |
D | webp.c | 231 configure; in ReadWEBPImage() local 234 *magick_restrict webp_image = &configure.output; in ReadWEBPImage() 237 *magick_restrict features = &configure.input; in ReadWEBPImage() 256 if (WebPInitDecoderConfig(&configure) == 0) in ReadWEBPImage() 292 webp_status=WebPDecode(stream,length,&configure); in ReadWEBPImage() 523 configure; in WriteWEBPImage() local 545 if ((WebPPictureInit(&picture) == 0) || (WebPConfigInit(&configure) == 0)) in WriteWEBPImage() 558 configure.quality=(float) image->quality; in WriteWEBPImage() 560 configure.lossless=1; in WriteWEBPImage() 563 configure.lossless=(int) ParseCommandOption(MagickBooleanOptions, in WriteWEBPImage() [all …]
|
/external/guice/core/test/com/google/inject/spi/ |
D | ModuleAnnotatedMethodScannerTest.java | 53 @Override protected void configure() {} in testScanning() 80 @Override protected void configure() { in testSkipSources() 82 @Override protected void configure() {} in testSkipSources() 94 @Override protected void configure() { in testWithSource() 96 @Override protected void configure() {} in testWithSource() 108 @Override protected void configure() {} in testMoreThanOneClaimedAnnotationFails() 141 @Override protected void configure() { in module() 193 @Override protected void configure() { 214 @Override protected void configure() {} 220 @Override protected void configure() {} [all …]
|
/external/guice/core/test/com/google/inject/util/ |
D | OverrideModuleTest.java | 68 public void configure(Binder binder) {} 93 @Override protected void configure() { in testOverrideConstant() 99 @Override protected void configure() { in testOverrideConstant() 110 @Override protected void configure() { in testGetProviderInModule() 123 @Override protected void configure() { in testOverrideWhatGetProviderProvided() 138 @Override protected void configure() { in testOverrideUsingOriginalsGetProvider() 145 @Override protected void configure() { in testOverrideUsingOriginalsGetProvider() 157 @Override protected void configure() { in testOverrideOfOverride() 165 @Override protected void configure() { in testOverrideOfOverride() 174 @Override protected void configure() { in testOverrideOfOverride() [all …]
|
/external/netperf/ |
D | INSTALL | 12 The `configure' shell script attempts to guess correct values for 19 debugging `configure'). 28 to figure out how `configure' could check whether to do them, and mail 34 The file `configure.ac' (or `configure.in') is used to create 35 `configure' by a program called `autoconf'. You only need 36 `configure.ac' if you want to change it or regenerate `configure' using 42 `./configure' to configure the package for your system. If you're 44 `sh ./configure' instead to prevent `csh' from trying to execute 45 `configure' itself. 47 Running `configure' takes awhile. While running, it prints some [all …]
|
/external/libedit/ |
D | INSTALL | 12 The `configure' shell script attempts to guess correct values for 19 debugging `configure'). 28 to figure out how `configure' could check whether to do them, and mail 34 The file `configure.ac' (or `configure.in') is used to create 35 `configure' by a program called `autoconf'. You only need 36 `configure.ac' if you want to change it or regenerate `configure' using 42 `./configure' to configure the package for your system. If you're 44 `sh ./configure' instead to prevent `csh' from trying to execute 45 `configure' itself. 47 Running `configure' takes awhile. While running, it prints some [all …]
|
/external/libusb/ |
D | INSTALL | 13 Briefly, the shell commands `./configure; make; make install' should 14 configure, build, and install this package. The following 18 The `configure' shell script attempts to guess correct values for 25 debugging `configure'). 34 to figure out how `configure' could check whether to do them, and mail 40 The file `configure.ac' (or `configure.in') is used to create 41 `configure' by a program called `autoconf'. You need `configure.ac' if 42 you want to change it or regenerate `configure' using a newer version 48 `./configure' to configure the package for your system. 50 Running `configure' might take a while. While running, it prints [all …]
|
/external/cmockery/cmockery_0_1_2/ |
D | INSTALL | 15 The `configure' shell script attempts to guess correct values for 22 debugging `configure'). 31 to figure out how `configure' could check whether to do them, and mail 37 The file `configure.ac' (or `configure.in') is used to create 38 `configure' by a program called `autoconf'. You only need 39 `configure.ac' if you want to change it or regenerate `configure' using 45 `./configure' to configure the package for your system. If you're 47 `sh ./configure' instead to prevent `csh' from trying to execute 48 `configure' itself. 50 Running `configure' takes awhile. While running, it prints some [all …]
|
/external/libusb-compat/ |
D | INSTALL | 13 Briefly, the shell commands `./configure; make; make install' should 14 configure, build, and install this package. The following 18 The `configure' shell script attempts to guess correct values for 25 debugging `configure'). 34 to figure out how `configure' could check whether to do them, and mail 40 The file `configure.ac' (or `configure.in') is used to create 41 `configure' by a program called `autoconf'. You need `configure.ac' if 42 you want to change it or regenerate `configure' using a newer version 48 `./configure' to configure the package for your system. 50 Running `configure' might take a while. While running, it prints [all …]
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | INSTALL | 6 The `configure' shell script attempts to guess correct values for 14 (useful mainly for debugging `configure'). 17 to figure out how `configure' could check whether to do them, and mail 22 The file `configure.in' is used to create `configure' by a program 23 called `autoconf'. You only need `configure.in' if you want to change 24 it or regenerate `configure' using a newer version of `autoconf'. 29 `./configure' to configure the package for your system. If you're 31 `sh ./configure' instead to prevent `csh' from trying to execute 32 `configure' itself. 34 Running `configure' takes awhile. While running, it prints some [all …]
|
/external/protobuf/ |
D | INSTALL.txt | 20 The `configure' shell script attempts to guess correct values for 27 debugging `configure'). 36 to figure out how `configure' could check whether to do them, and mail 42 The file `configure.ac' (or `configure.in') is used to create 43 `configure' by a program called `autoconf'. You only need 44 `configure.ac' if you want to change it or regenerate `configure' using 50 `./configure' to configure the package for your system. If you're 52 `sh ./configure' instead to prevent `csh' from trying to execute 53 `configure' itself. 55 Running `configure' takes awhile. While running, it prints some [all …]
|
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/ |
D | AutoRegen.sh | 6 test -d autoconf && test -f autoconf/configure.ac && cd autoconf 7 test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first" 43 cp configure.ac configure.bak 45 -e "s#^LLVM_OBJ_ROOT=.*#LLVM_OBJ_ROOT=\"$llvm_obj_root\"#" configure.bak > configure.ac 50 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"
|
/external/libmicrohttpd/ |
D | INSTALL | 15 Briefly, the shell command `./configure && make && make install' 16 should configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer version 54 `./configure' to configure the package for your system. 56 Running `configure' might take a while. While running, it prints [all …]
|
/external/google-breakpad/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer version 54 `./configure' to configure the package for your system. 56 Running `configure' might take a while. While running, it prints [all …]
|
/external/libcap-ng/libcap-ng-0.7/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer version 54 `./configure' to configure the package for your system. 56 Running `configure' might take a while. While running, it prints [all …]
|
/external/pcre/dist2/ |
D | INSTALL | 15 Briefly, the shell command `./configure && make && make install' 16 should configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer version 54 `./configure' to configure the package for your system. 56 Running `configure' might take a while. While running, it prints [all …]
|
/external/bison/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer version 54 `./configure' to configure the package for your system. 56 Running `configure' might take a while. While running, it prints [all …]
|
/external/strace/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer version 54 `./configure' to configure the package for your system. 56 Running `configure' might take a while. While running, it prints [all …]
|
/external/antlr/antlr-3.4/runtime/C/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer version 54 `./configure' to configure the package for your system. 56 Running `configure' might take a while. While running, it prints [all …]
|
/external/libexif/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer version 54 `./configure' to configure the package for your system. 56 Running `configure' might take a while. While running, it prints [all …]
|