HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 201 - 225 of 566) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.js 61 // and potentially configure.
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaCodecBridge.java 221 mMediaCodec.configure(format, surface, crypto, flags);
224 Log.e(TAG, "Cannot configure the video codec " + e.toString());
261 mMediaCodec.configure(format, null, crypto, flags);
276 Log.e(TAG, "Cannot configure the audio codec " + e.toString());
  /external/chromium_org/sdch/open-vcdiff/packages/rpm/
rpm.spec 40 ./configure
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
printer.py 45 self.configure(options)
47 def configure(self, options): member in class:Printer
  /external/chromium_org/third_party/sqlite/src/
configure.ac 4 # configure script needs to discover the following properties of the
10 # "configure" shell script. All source files are
72 # The generated configure script will make an attempt to guess
78 # variables, you can invoke configure as follows:
80 # configure --with-hints=FILE
85 # This configure.in file is easy to reuse on other projects. Just
92 dnl Make sure the local VERSION file matches this configure script
95 AC_MSG_ERROR([configure script is out of date:
96 configure \$PACKAGE_VERSION = $PACKAGE_VERSION
102 dnl show in in configure
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 27 Almost any SQLite makefile (except those generated by configure - see below)
38 Makefiles generated by the sqlite configure program cannot be used as
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 24 Almost any SQLite makefile (except those generated by configure - see below)
37 Makefiles generated by the sqlite configure program cannot be used as
  /external/dropbear/debian/
rules 35 config.status: patch-stamp configure
38 ./configure --host='$(DEB_HOST_GNU_TYPE)' \
  /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/libpcap/packaging/
pcap.spec 27 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
  /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
  /external/open-vcdiff/packages/rpm/
rpm.spec 40 ./configure
  /external/stlport/test/eh/
egcs.mak 2 # Generated automatically from Makefile.in by configure.
gcc7.mak 2 # Generated automatically from Makefile.in by configure.
hp.mak 2 # Generated automatically from Makefile.in by configure.
kai.mak 2 # Generated automatically from Makefile.in by configure.
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.
  /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/opt/telephony/src/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
133 * Configure for a simple linear sequence of times plus
144 public boolean configure(int maxRetryCount, int retryTime, int randomizationTime) { method in class:RetryManager
147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
172 * Configure for using string which allow arbitrary
178 public boolean configure(String configStr) { method in class:RetryManager
183 if (VDBG) log("configure: '" + configStr + "'");
189 if (VDBG) log("configure: not empty")
    [all...]
  /ndk/build/tools/
build-device-llvm.sh 134 # Remove aosp stuff away from PATH to prevent configure error.
144 # configure the toolchain
145 dump "Configure: $TOOLCHAIN toolchain build"
176 run $SRC_DIR/$TOOLCHAIN/llvm/configure \
188 fail_panic "Couldn't configure llvm toolchain for $arch"
203 dump "Configure: mclinker against $TOOLCHAIN"
212 run $MCLINKER_SRC_DIR/configure \
218 fail_panic "Couldn't configure mclinker for $arch"
build-host-gdb.sh 159 run2 "$SRCDIR"/configure $ARGS &&
179 if [ ! -f "$SRCDIR/configure" ]; then
180 panic "Missing configure script in $SRCDIR"
212 run2 "$SRCDIR"/configure $ARGS &&
215 fail_panic "Failed to configure/make/install gdb"
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraRecordingStream.java 70 * Configure stream with a size and encoder mode.
77 public synchronized void configure(Size size, boolean useMediaCodec, int bitRate) { method in class:CameraRecordingStream
116 Log.w(TAG, "MediaRecorder configure is not implemented yet");
347 * the MediaCodec configure() call to throw an exception.
354 Log.i(TAG, "configure video encoding format: " + format);
356 // Create/configure a MediaCodec encoder.
358 mEncoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
  /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

Completed in 1056 milliseconds

1 2 3 4 5 6 7 891011>>