HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 326 - 350 of 1421) sorted by null

<<11121314151617181920>>

  /external/guice/core/test/com/googlecode/guice/
GuiceTck.java 45 protected void configure() {
  /external/guice/extensions/jmx/test/com/google/inject/tools/jmx/
JmxTest.java 52 protected void configure() { method in class:JmxTest.TestModule
  /external/guice/extensions/struts2/test/com/google/inject/struts2/
Struts2FactoryTest.java 72 protected void configure() {
  /external/jetty/src/java/org/eclipse/jetty/webapp/
FragmentConfiguration.java 49 public void configure(WebAppContext context) throws Exception method in class:FragmentConfiguration
  /external/libpng/
autogen.sh 3 # Run 'autoreconf' to build 'configure', 'Makefile.in' and other configure
7 # configure.ac and Makefile.am; all of the autotools support scripts are
12 # necessary to run autogen.sh because ./configure --enable-maintainer-mode says
13 # what to do if Makefile.am or configure.ac are changed.
41 echo " ./autogen.sh generates the configure script and"
43 echo " or configure.ac. You may prefer to just run autoreconf."
47 echo " If you need to change Makefile.am or configure.ac then you"
48 echo " also need to run ./configure --enable-maintainer-mode and"
77 config.sub configure depcomp install-sh ltmain.sh missing
    [all...]
  /external/libxml2/VxWorks/
build.sh 22 ./configure --with-minimum --with-reader --with-writer --with-regexps --with-threads --with-thread-alloc
40 rm -fR configure
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 11 Given an input and output path, "configure" the file at the given input path
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 50 void configure(int nChannels, int sampleRate);
AudioEqualizer.h 89 void configure(int nChannels, int sampleRate);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h 35 void configure(const sp<AMessage> &format);
  /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/bsp/intel/peripheral/libupm/examples/c++/
nrf24l01-transmitter.cxx 60 comm->configure ();
  /hardware/bsp/intel/peripheral/libupm/examples/java/
NRF24L01_receiverSample.java 52 comm.configure();
NRF24L01_transmitterSample.java 54 comm.configure();
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 142 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
263 /* configure's overlay pipes for the frame */
264 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
305 /* configure's overlay pipes for the frame */
306 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
339 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 147 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
268 /* configure's overlay pipes for the frame */
269 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
310 /* configure's overlay pipes for the frame */
311 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
344 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
  /hardware/qcom/display/msm8909/libhdmi/
hdmi.h 56 int configure();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Configurator.java 44 * Configurator.configure(obj, R.xml.myConfig);
258 public static void configure(Context ctx, Object obj, int xmlFileId) { method in class:Configurator
273 configure(ctx, obj, params); method
283 public static void configure(Context ctx, Object obj, HashMap<String, String> params) { method in class:Configurator
286 configure(ctx, obj, key, params.get(key)); method
305 protected static void configure(Context ctx, Object obj, String key, String value) method in class:Configurator
  /external/harfbuzz_ng/
git.mk 62 # - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the
63 # submodule doesn't find us. If you have configure.{in,ac} files in
82 $(srcdir)/configure.scan \
83 `AUX_DIR=$(srcdir)/$$(cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_AUX_DIR:$$1' ./configure.ac); \
98 `cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_HEADERS:$$1' ./configure.ac | \
104 `cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_FILES:$$1' ./configure.ac | \
113 `MACRO_DIR=$(srcdir)/$$(cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_MACRO_DIR:$$1' ./configure.ac); \
178 FLAVOR=$$(cd $(top_srcdir); $(AUTOCONF) --trace 'GTK_DOC_CHECK:$$2' ./configure.ac); \
258 if test -f $(srcdir)/configure; then \
261 configure \
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 210 // configure (enter Configured State)
212 // configure improperly
214 codec.configure(format, null /* surface */, null /* crypto */,
216 fail("configure needs MediaCodec.CONFIGURE_FLAG_ENCODE for encoders only");
220 fail("configure should not return IllegalStateException when improperly configured");
223 codec.configure(format, null /* surface */, null /* crypto */,
251 codec.configure(format, null /* surface */, null /* crypto */, 0 /* flags */);
252 fail("configure should return IllegalStateException when in Executing state");
256 fail("configure should not return MediaCodec.CodecException on wrong state");
296 * <br> calling createInputSurface() before configure() throws exceptio
    [all...]
  /external/libvorbis/examples/
frameview.pl 31 $toplevel->configure(-width=>$1);
32 $toplevel->configure(-height=>$2);
110 $toplevel->configure(-background=>$toplevel->optionGet("background",""));
184 $panel->configure(-background=>$panel->optionGet("background",""));
265 $graph_slider->configure(-command=>[sub{load_graph()}]);
267 $toplevel->bind('MainWindow','<Configure>',[sub{$toplevel->update();
580 $panel->configure(-height=>$localy);
581 $panel->configure(-width=>$1);
590 $graph_status->configure(-text=>"$text");
623 $graph_slider->configure(-from=>$first_file,-to=>$last_file)
    [all...]
  /external/icu/icu4c/source/
runConfigureICU 5 # runConfigureICU: This script will run the "configure" script for the appropriate platform
111 if test x$configure = x
113 if test -f ./configure
129 configure=$configuredir/configure
429 # Run configure
432 echo "Running ./configure $OPTS $@ for $THE_OS using $THE_COMP compiler"
434 if $configure $OPTS $@
441 echo $0: ./configure failed
  /external/webrtc/talk/app/webrtc/objc/
RTCEAGLVideoView.m 126 [self configure];
133 [self configure];
138 - (void)configure {
  /external/webrtc/webrtc/api/objc/
RTCEAGLVideoView.m 108 [self configure];
115 [self configure];
120 - (void)configure {
  /external/autotest/client/cros/scripts/
wifi 49 print cmd, 'configure <ssid> [passphrase] [security]'
55 def configure(ssid, security, passphrase): function
184 if command == 'configure':
192 return configure(ssid, security, passphrase)

Completed in 1441 milliseconds

<<11121314151617181920>>