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

<<11121314151617181920>>

  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetHostActivity.java 89 void configureAppWidget(int requestCode, int appWidgetId, ComponentName configure) {
91 intent.setComponent(configure);
107 if (appWidget.configure != null) {
108 // configure the AppWidget if we should
109 configureAppWidget(CONFIGURE_APPWIDGET_REQUEST, appWidgetId, appWidget.configure);
  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.h 126 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
190 /* configure's overlay pipes for the frame */
191 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
217 /* configure's overlay pipes for the frame */
218 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
  /external/bison/
Makefile.am 43 # on configure so that .version and VERSION/PACKAGE_VERSION stay in sync in the
52 $(top_srcdir)/.version: configure
64 $(AM_V_GEN)$(build_aux)/$@ configure.ac
  /external/harfbuzz/
autogen.sh 83 echo "I am going to run ./configure with no arguments - if you wish "
111 echo Running $srcdir/configure "$@"
112 $srcdir/configure "$@"
  /external/libffi/
README 72 First you must configure the distribution for your particular
74 "configure" program found in the root directory of the libffi source
77 You may want to tell configure where to install the libffi library and
78 header files. To do that, use the --prefix configure switch. Libffi
82 --enable-debug configure switch. This is useful when your program dies
85 Another useful configure switch is --enable-purify-safety. Using this
90 Configure has many other options. Use "configure --help" to see them all.
92 Once configure has finished, type "make". Note that you must be using
112 By default, the configure script will try to build libffi with the GN
    [all...]
  /external/libmtp/
configure.ac 1 # Process this file with autoconf to produce a configure script.
64 configure (e.g. setenv LDFLAGS=-L/usr/local/lib)]), "$OSFLAGS")
77 configure (e.g. setenv CPPFLAGS=-I/usr/local/include)]))
  /external/libogg/
libogg.spec 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static
87 - autogenerate from configure
100 - take out case where configure doesn't exist; a tarball should have it
libogg.spec.in 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static
87 - autogenerate from configure
100 - take out case where configure doesn't exist; a tarball should have it
  /external/libxslt/libxslt/
xsltconfig.h.in 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/llvm/device/include/llvm/Config/
llvm-config.h 1 /* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */
2 /*===-- llvm/config/llvm-config.h - llvm configure variable -------*- C -*-===*/
11 /* This file enumerates all of the llvm variables from configure so that
  /external/llvm/docs/
Packaging.rst 11 LLVM sets certain default configure options to make sure our developers don't
27 versions of LLVM in parallel. The following configure flags are relevant:
57 Configure with ``--enable-shared`` to build
  /external/llvm/host/include/llvm/Config/
llvm-config.h 1 /* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */
2 /*===-- llvm/config/llvm-config.h - llvm configure variable -------*- C -*-===*/
11 /* This file enumerates all of the llvm variables from configure so that
  /external/mockito/src/org/mockito/configuration/
IMockitoConfiguration.java 12 * Use it to configure Mockito. For now there are not many configuration options but it may change in future.
14 * In most cases you don't really need to configure Mockito. For example in case of working with legacy code,
18 * To configure Mockito create exactly <b>org.mockito.configuration.MockitoConfiguration</b> class that implements this interface.
  /external/openssh/
INSTALL 17 NB. If you operating system supports /dev/random, you should configure
85 If you modify configure.ac or configure doesn't exist (eg if you checked
104 ./configure
110 installation prefix, use the --prefix option to configure:
112 ./configure --prefix=/opt
119 ./configure --prefix=/opt --sysconfdir=/etc/ssh
146 There are a few other options to the configure script:
166 ./configure searches a few locations for lastlog, but may not find
210 can specify these as environment variables before running ./configure
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
SDL.spec.in 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-aalib --disable-video-directfb --disable-video-ggi --disable-video-svga
44 %configure
93 - 'name' and 'version' come from configure
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp 46 configure(nChannels, sampleRate);
50 void AudioPeakingFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioPeakingFilter
53 mBiquad.configure(nChannels, sampleRate);
AudioShelvingFilter.cpp 53 configure(nChannels, sampleRate);
56 void AudioShelvingFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioShelvingFilter
59 mBiquad.configure(nChannels, sampleRate);
  /frameworks/base/packages/VpnDialogs/res/values/
strings.xml 37 <!-- Button label to configure the current VPN session. [CHAR LIMIT=20] -->
38 <string name="configure">Configure</string>
  /ndk/build/tools/
build-llvm.sh 196 run ./configure \
203 fail_panic "Couldn't configure gmp"
214 run $SRC_DIR/$TOOLCHAIN/llvm/tools/polly/utils/cloog_src/configure \
221 fail_panic "Couldn't configure cloog"
236 # configure the toolchain
237 dump "Configure: $TOOLCHAIN toolchain build"
242 run $SRC_DIR/$TOOLCHAIN/llvm/configure \
251 fail_panic "Couldn't configure llvm toolchain"
279 # llvm-config is invoked by other llvm projects (eg. mclinker/configure)
304 dump "Configure: mclinker against $TOOLCHAIN
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_startup_unittest.cc 95 EXPECT_CALL(*data_type_manager, Configure(_)).Times(0);
111 EXPECT_CALL(*data_type_manager, Configure(_)).Times(3);
129 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
157 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
182 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
251 EXPECT_CALL(*data_type_manager, Configure(_)).
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 143 # Configure, build, and install LLVM.
146 runAndLog "Configuring LLVM" ${LLVM_OBJ_DIR}/llvm-configure.log \
147 ${LLVM_SRC_DIR}/configure \
171 # Configure, build, and install LLVM-GCC.
174 runAndLog "Configuring LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-configure.log \
175 ${LLVMGCC_SRC_DIR}/configure \
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3OutputStream.cpp 236 ALOGE("%s: Unable to configure stream transform to %x: %s (%d)",
252 // Configure consumer-side ANativeWindow interface
263 ALOGE("%s: Unable to configure usage %08x for stream %d",
271 ALOGE("%s: Unable to configure stream scaling: %s (%d)",
288 ALOGE("%s: Unable to configure stream buffer geometry"
323 ALOGE("%s: Unable to configure stream transform to %x: %s (%d)",
  /external/chromium/testing/gtest/
configure.ac 12 # Provide various options to initialize the Autoconf and configure processes.
43 # Configure pthreads.
  /external/dropbear/
SMALL 36 a few tens of kB of binary-size (./configure --disable-zlib).
42 stripping unused code. The relevant vars to set before configure are:
  /external/eigen/cmake/
EigenConfigureTesting.cmake 4 # configure the "site" and "buildname"
56 # configure Eigen related testing options

Completed in 484 milliseconds

<<11121314151617181920>>