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

<<11121314151617181920>>

  /external/stlport/test/eh/
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...]
  /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/build/tools/
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"
build-ndk-stack.sh 106 run $BINUTILS_SRC_DIR/configure \
112 fail_panic "Can't configure $BINUTILS_SRC_DIR"
build-mingw64-toolchain.sh 517 run $SRC_DIR/$PKGNAME/configure "$@"
518 fail_panic "Can't configure $PKGNAME !!"
562 run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG
563 fail_panic "Can't configure mingw-64-tools"
586 run $MINGW_W64_SRC/mingw-w64-headers/configure --prefix=$PREFIX_FOR_TARGET --host=$TARGET_TAG \
588 fail_panic "Can't configure mingw-64-headers"
617 run $SRC_DIR/$PKGNAME/configure "$@"
618 fail_panic "Can't configure $PKGNAME !!"
645 run $MINGW_W64_SRC/mingw-w64-crt/configure "$@"
646 fail_panic "Can't configure $PKGNAME !!
    [all...]
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 517 run $SRC_DIR/$PKGNAME/configure "$@"
518 fail_panic "Can't configure $PKGNAME !!"
562 run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG
563 fail_panic "Can't configure mingw-64-tools"
586 run $MINGW_W64_SRC/mingw-w64-headers/configure --prefix=$PREFIX_FOR_TARGET --host=$TARGET_TAG \
588 fail_panic "Can't configure mingw-64-headers"
617 run $SRC_DIR/$PKGNAME/configure "$@"
618 fail_panic "Can't configure $PKGNAME !!"
645 run $MINGW_W64_SRC/mingw-w64-crt/configure "$@"
646 fail_panic "Can't configure $PKGNAME !!
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 172 self.canvas.configure(scrollregion=(0, 0, x1, y1))
254 self.label.configure(idleConf.GetHighlight(theme, 'hilite'))
256 self.label.configure(idleConf.GetHighlight(theme, 'normal'))
457 root.configure(bd=0, bg="yellow")
468 root.configure(bd=0)
Debugger.py 110 b.configure(state="disabled")
161 self.status.configure(text=message)
179 self.error.configure(text=m1, background=bg)
192 b.configure(state="normal")
198 b.configure(state="disabled")
199 self.status.configure(text="")
200 self.error.configure(text="", background=self.errorbg)
467 # XXX Could we use a <Configure> callback for the following?
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 172 self.canvas.configure(scrollregion=(0, 0, x1, y1))
254 self.label.configure(idleConf.GetHighlight(theme, 'hilite'))
256 self.label.configure(idleConf.GetHighlight(theme, 'normal'))
457 root.configure(bd=0, bg="yellow")
468 root.configure(bd=0)
Debugger.py 110 b.configure(state="disabled")
161 self.status.configure(text=message)
179 self.error.configure(text=m1, background=bg)
192 b.configure(state="normal")
198 b.configure(state="disabled")
199 self.status.configure(text="")
200 self.error.configure(text="", background=self.errorbg)
467 # XXX Could we use a <Configure> callback for the following?
  /frameworks/native/services/inputflinger/
InputReader.h 562 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
679 void configure(InputDevice* device);
710 void configure(InputDevice* device);
915 void configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol);
941 * - configure with 0 changes
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA1.java 177 public void configure(ConfigurableProvider provider) method in class:SHA1.Mappings
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 91 // later ones configure it.
245 ((AlgorithmProvider)clazz.newInstance()).configure(this);
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 104 codec.configure(format, null /* surface */, null /* crypto */, 0 /* flags */);
  /external/chromium_org/third_party/icu/source/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) )

Completed in 1458 milliseconds

<<11121314151617181920>>