HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 126 - 150 of 298) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/stlport/test/eh/
sunpro-64.mak 2 # Generated automatically from Makefile.in by configure.
sunpro.mak 2 # Generated automatically from Makefile.in by configure.
sunpro42.mak 2 # Generated automatically from Makefile.in by configure.
cygwin.mak 2 # Generated automatically from Makefile.in by configure.
djgpp.mak 2 # Generated automatically from Makefile.in by configure.
gcc-99r1.mak 2 # Generated automatically from Makefile.in by configure.
gcc-apple-macosx.mak 2 # Generated automatically from Makefile.in by configure.
gcc-freebsd.mak 2 # Generated automatically from Makefile.in by configure.
gcc-hp11.mak 2 # Generated automatically from Makefile.in by configure.
  /external/webkit/Source/WebKit/wx/
wscript 66 def configure(conf):
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 29 configure(nChannels, sampleRate);
33 void AudioBiquadFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioBiquadFilter
  /frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java 28 * retry timeouts. After creating a RetryManager the configure
30 * may be initialized using configure with three integer parameters
31 * The other configure method allows a series to be declared using
128 * Configure for a simple linear sequence of times plus
139 public boolean configure(int maxRetryCount, int retryTime, int randomizationTime) { method in class:RetryManager
142 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
165 * Configure for using string which allow arbitrary
171 public boolean configure(String configStr) { method in class:RetryManager
176 if (VDBG) log("configure: '" + configStr + "'");
182 if (VDBG) log("configure: not empty")
    [all...]
  /external/bison/
Makefile 2 # Makefile. Generated from Makefile.in by configure.
42 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
72 $(top_srcdir)/configure.ac
76 configure.lineno configure.status.lineno
277 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280 $(top_srcdir)/configure: $(am__configure_deps)
556 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  /frameworks/base/services/input/
InputReader.h 479 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
595 void configure(InputDevice* device);
626 void configure(InputDevice* device);
827 void configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol);
853 * - configure with 0 changes
875 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
957 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
    [all...]
  /external/libvpx/build/make/
Makefile 38 # Run configure for the user with the current toolchain.
42 echo "Rerunning configure $(CONFIGURE_ARGS)"; \
43 ../src/configure $(CONFIGURE_ARGS); \
325 DIST-SRCS-yes += configure
326 DIST-SRCS-yes += build/make/configure.sh
  /external/bison/tests/
Makefile 2 # tests/Makefile. Generated from Makefile.in by configure.
69 $(top_srcdir)/configure.ac
244 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247 $(top_srcdir)/configure: $(am__configure_deps)
379 $(srcdir)/package.m4: $(top_srcdir)/configure.ac
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 256 #sync-setup-configure {
261 html[os='mac'] #sync-setup-configure {
  /external/icu4c/tools/genren/
Makefile 57 ( cd $(ICUDIR) ; CPPFLAGS=-DU_DISABLE_RENAMING=1 $(GENREN_CONFIGURE_ENV) $(top_srcdir)/../configure --with-data-packaging=archive --enable-tests=no --prefix=`pwd` $(GENREN_CONFIGURE_OPTS) )
  /frameworks/av/include/media/stagefright/
MediaCodec.h 53 status_t configure(
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 45 void NuPlayer::Decoder::configure(const sp<MetaData> &meta) { function in class:android::NuPlayer::Decoder
  /frameworks/base/media/java/android/media/
MediaCodec.java 32 * codec.configure(format, ...);
79 * If a video surface has been provided in the call to {@link #configure},
97 * Codec specific data included in the format passed to {@link #configure}
116 * for this a full stop(), configure(), start() cycle is necessary.
234 * @param flags Specify {@link #CONFIGURE_FLAG_ENCODE} to configure the
237 public void configure( method in class:MediaCodec
324 * {@link #configure}
497 * If a surface has been specified in a previous call to {@link #configure}
  /ndk/build/tools/
build-gdbserver.sh 172 # configure the gdbserver build now
173 dump "Configure: $TOOLCHAIN gdbserver-$GDB_VERSION build."
210 run $SRC_DIR/configure \
214 dump "Could not configure gdbserver build. See $TMPLOG"
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 149 if (providerInfo.configure != null) {
151 configureIntent.setComponent(providerInfo.configure);
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 24 Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
  /external/icu4c/config/
dist.mk 82 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )

Completed in 4068 milliseconds

1 2 3 4 56 7 8 91011>>