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

<<11121314151617181920>>

  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 151 // Authenticate and configure the virtual network interface.
282 configure(new String(packet.array(), 1, length - 1).trim()); method
289 private void configure(String parameters) throws Exception { method in class:ToyVpnService
296 // Configure a builder while parsing the parameters.
  /external/ImageMagick/MagickCore/
Android.mk 100 configure.c\
  /external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py 80 self.context.configure(ap_config0)
113 self.context.configure(ap_config1, multi_interface=True)
  /external/bison/tests/
Makefile.am 29 $(srcdir)/package.m4: $(top_srcdir)/configure
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 45 ./configure
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderMethodsModule.java 43 * and binding annotations on the provider method to configure the binding.
70 public synchronized void configure(Binder binder) { method in class:CheckedProviderMethodsModule
72 throwingProviderMethod.configure(binder);
  /external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderMethodsModuleTest.java 70 protected void configure() { method in class:CheckedProviderMethodsModuleTest.TestModule
114 protected void configure() { method in class:CheckedProviderMethodsModuleTest.TestPrivateModule
  /external/jetty/src/java/org/eclipse/jetty/server/nio/
BlockingChannelConnector.java 146 configure(socket);
159 configure(((SocketChannel)endpoint.getTransport()).socket()); method
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
toplevel.mk 116 # the configure script which hasn't been successful (so that no
267 rm -f builds/unix/configure.ac
268 rm -f builds/unix/configure
  /external/libvorbis/
autogen.sh 2 # Run this to set up the build system: configure, makefiles, etc.
111 echo "I am going to run ./configure with no arguments - if you wish "
129 $srcdir/configure --enable-maintainer-mode "$@" && echo
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 29 configure(nChannels, sampleRate);
33 void AudioBiquadFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioBiquadFilter
  /hardware/intel/common/libmix/mix_video/
mixvideo.spec 46 ./configure --prefix=%{_prefix}
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_uevents.cpp 248 ctx->mExtDisplay->configure();
263 ctx->mVirtualDisplay->configure();
hwc_fbupdate.cpp 99 //Configure rotator for pre-rotation
119 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder);
123 // Configure
124 bool FBUpdateNonSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit
150 ALOGE("%s: No pipes available to configure fb for dpy %d",
272 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder);
276 // Configure
277 bool FBUpdateSplit::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateSplit
313 /* Configure left pipe */
318 ALOGE("%s: No pipes available to configure fb for dpy %d's left
418 bool FBSrcSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBSrcSplit
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_uevents.cpp 256 ctx->mExtDisplay->configure();
271 ctx->mVirtualDisplay->configure();
hwc_fbupdate.cpp 106 //Configure rotator for pre-rotation
125 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder);
129 // Configure
130 bool FBUpdateNonSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit
156 ALOGE("%s: No pipes available to configure fb for dpy %d",
277 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder);
282 // Configure
283 bool FBUpdateSplit::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateSplit
319 /* Configure left pipe */
324 ALOGE("%s: No pipes available to configure fb for dpy %d's left
424 bool FBSrcSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBSrcSplit
    [all...]
  /ndk/sources/host-tools/ndk-stack/
build-ndk-stack.sh 98 run $BINUTILS_SRC_DIR/configure \
104 fail_panic "Can't configure $BINUTILS_SRC_DIR"
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFont.py 85 root.tk.call("font", "configure", self.name, *font)
105 self.configure(**{key: value})
143 configure = config variable in class:Font
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFont.py 85 root.tk.call("font", "configure", self.name, *font)
105 self.configure(**{key: value})
143 configure = config variable in class:Font
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 85 root.tk.call("font", "configure", self.name, *font)
105 self.configure(**{key: value})
143 configure = config variable in class:Font
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 85 root.tk.call("font", "configure", self.name, *font)
105 self.configure(**{key: value})
143 configure = config variable in class:Font
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 3 $! We do not use the configure script, since we do not have /bin/sh
31 /* config.h. Generated automatically by configure.com */
makefile.vms 80 $$ @configure
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 4 $! We do not use the configure script, since we do not have /bin/sh

Completed in 1468 milliseconds

<<11121314151617181920>>