HomeSort by relevance Sort by last modified time
    Searched full:configure (Results 176 - 200 of 2918) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 18 # Configure OpenSSL to load the PKCS#11 engine and openCryptoki module
38 # set the PIN code; leave this out to configure the PIN to be requested
  /ndk/sources/host-tools/make-3.81/config/
isc-posix.m4 16 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
17 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
  /external/antlr/antlr-3.4/runtime/C/doxygen/
build.dox 7 /// and \b configure files for building and installation on UNIX or other systems that support this tool. If your
8 /// system is neither Windows nor \b configure compatible, then you should find it
16 /// - <b>./</b> The location of the configure script and the antlr3config.h file
17 /// generated by the running the configure script.This directory also
27 /// If you are building for Cygwin, or a similar UNIX on Windows System, follow the "Building With Configure" instructions below.
69 /// \section configure Building with configure
72 /// Perforce repository. If you use the source from the perforce tree directly, you will find that there is no configure
75 /// configure script using autoreconf. If you are not familiar with these tools, then please use the tgz files in the
84 /// Where: <b>antlrtgzname.tar.gz</b> is of course the name of the tar when you downloaded it. You should find a \b configure script in the sub directory thus created
    [all...]
  /external/chromium/chrome/browser/sync/glue/
data_type_manager.h 84 // Note that you may call Configure() while configuration is in
86 // desired_types supplied in the last call to Configure is achieved.
87 virtual void Configure(const TypeSet& desired_types) = 0;
90 // Configure() is called but before it finishes, it will abort the
91 // configure and any data types that have been started will be
  /external/libpng/
configure.ac 0 # configure.ac
3 dnl Process this file with autoconf to produce a configure script.
15 dnl should not be necessary to regenerate configure if the time
23 dnl stop configure from automagically running automake
149 AC_CONFIG_FILES([Makefile libpng.pc:scripts/libpng.pc-configure.in])
INSTALL 6 ./configure [--prefix=/path]
12 If configure does not work on your system and you have a reasonably
13 up-to-date set of tools, running ./autogen.sh before running ./configure
62 configure.ac, configure, Makefile.am, Makefile.in,
98 then come back here and run "configure" or choose the appropriate
146 Using the ./configure script -- 16 December 2002.
150 The ./configure script should work compatibly with what scripts/makefile.*
151 did, however there are some options you need to add to configure explicitly,
157 -malign-loops=2 -malign-functions=2" ./configure --prefix=/usr/include
    [all...]
ANNOUNCE 9 "configure" script
16 "configure" script
23 "configure" script
  /external/llvm/autoconf/
README.TXT 7 2. configure/build/install libtool with --prefix=<PFX>
30 11. Run AutoRegen.sh to get the new macros into configure script
44 4. configure/build/install autoconf with --prefix=<PFX>
46 6. Run autoupdate on llvm/autoconf/configure.ac
47 7. Regenerate configure script with AutoRegen.sh
  /external/openssh/
TODO 21 <holger.trapp@hrz.tu-chemnitz.de> reports that changing the configure
51 Clean up configure/makefiles:
52 - Clean up configure.ac - There are a few double #defined variables
58 - Do it in configure.ac
63 - Consider splitting configure.ac into seperate files which do logically
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 48 * <br> calling createInputSurface() before configure() throws exception
66 fail("createInputSurface should not work pre-configure");
70 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
110 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
158 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
182 * <br> configure() encoder with Surface, re-configure() without Surface works
192 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
198 // re-configure, this time without an input surface
201 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/http/
AbstractProxyTest.java 122 proxyConfig.configure(server, httpProxyClient, request);
167 proxyConfig.configure(server, httpProxyClient, request);
198 proxyConfig.configure(server, client, request);
230 ProxyConfig.REQUEST_PARAMETER.configure(server, httpProxyClient, request);
241 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
247 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
253 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
259 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
265 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { method
271 abstract void configure(MockWebServer proxy, HttpClient client, HttpRequest request) method in class:AbstractProxyTest.ProxyConfig
    [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh 42 # Find the configure script
59 # configure, configure-ppc, configure-x86, configure-x64
78 configure)
83 configure-ppc)
86 configure-x86)
89 configure-x64)
147 echo "Usage: $0 [all|configure[-ppc|-x86|-x64]|make[-ppc|-x86|-x64]|merge|install|clean[-ppc|-x86|-x64]]
    [all...]
  /external/webkit/Tools/wx/
install-unix-extras 103 chmod +x configure install-sh
106 ./configure --prefix=$DEPS_PREFIX --disable-dependency-tracking
111 ./configure --prefix=$DEPS_PREFIX
129 ./configure --prefix=$DEPS_PREFIX --disable-dependency-tracking
134 ./configure --prefix=$DEPS_PREFIX
153 ./configure --prefix=$DEPS_PREFIX --disable-dependency-tracking
158 ./configure --prefix=$DEPS_PREFIX
177 ./configure --prefix=$DEPS_PREFIX --disable-dependency-tracking
182 ./configure --prefix=$DEPS_PREFIX
203 ./configure --prefix=$DEPS_PREFIX --disable-dependency-trackin
    [all...]
  /external/dhcpcd/
README 7 ./configure; make; make install
20 should ./configure --disable-fork.
26 ./configure --libexecdir=/lib/dhcpcd dbdir=/var/lib/dhcpcd
42 configure stage. If we cannot auto-detect how do to this, or it is wrong then
51 ./configure --without-getline
60 The configure program attempts to find hooks for systems you have installed.
62 ./configure -with-hook=ntp.conf
  /external/libffi/
ChangeLog.v1 12 * configure.in: Boosted rev.
13 * configure, Makefile.in, aclocal.m4: Rebuilt.
18 * configure.in: Boosted rev.
19 * configure, Makefile.in, aclocal.m4: Rebuilt.
35 * configure.in: Boosted rev.
36 * configure,Makefile.in,aclocal.m4: Rebuilt.
41 * configure.in: Add PowerPC config bits.
45 * configure.in: Add m68k config bits. Change AC_CANONICAL_SYSTEM
49 * configure, fficonfig.h.in: Rebuilt.
53 * configure.in: Add Alpha config bits
    [all...]
  /external/e2fsprogs/
INSTALL 10 3) Run the configure script
12 ../configure
21 thread local storage, use the configure option --disable-tls.
  /external/fdlibm/
changes 51 CONFIGURE
53 a local Makefile by running "sh configure"
54 using the supplied configure script contributed by Nelson Beebe
  /external/libxslt/libxslt/
xsltconfig.h 51 * by default unless --without-debug is passed to configure
63 * Use configure --with-mem-debug to activate it on both library
105 * On by default unless --without-debugger is passed to configure
  /external/qemu/distrib/sdl-1.2.15/
README.Porting 12 1. The "UNIX" way: ./configure; make; make install
14 If you have a GNUish system, then you might try this. Edit configure.in,
21 If you're using an IDE or other non-configure build system, you'll probably
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 55 /* The configure-time prefix, i.e., the value supplied as the argument
58 /* The length of the configure-time prefix. */
60 /* The configure-time execution prefix. This is typically the lib/gcc
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 55 /* The configure-time prefix, i.e., the value supplied as the argument
58 /* The length of the configure-time prefix. */
60 /* The configure-time execution prefix. This is typically the lib/gcc
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 55 /* The configure-time prefix, i.e., the value supplied as the argument
58 /* The length of the configure-time prefix. */
60 /* The configure-time execution prefix. This is typically the lib/gcc
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 55 /* The configure-time prefix, i.e., the value supplied as the argument
58 /* The length of the configure-time prefix. */
60 /* The configure-time execution prefix. This is typically the lib/gcc
  /bionic/libc/bionic/
dlmalloc.h 20 /* Configure dlmalloc. */
  /docs/source.android.com/src/devices/tech/input/
index.jd 21 <p>The documentation in this section describes how to configure,

Completed in 608 milliseconds

1 2 3 4 5 6 78 91011>>