/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_mdpcomp.cpp | 810 if(configure(ctx, layer, mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){ 811 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \ 839 if(configure(ctx, layer, 841 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \ 876 //Configure framebuffer first if applicable 880 ALOGE("%s configure framebuffer failed", __func__); 913 //Configure framebuffer first if applicable 916 ALOGE("%s configure framebuffer failed", __func__); 950 int MDPCompLowRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, function in class:qhwc::MDPCompLowRes 1206 int MDPCompHighRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, function in class:qhwc::MDPCompHighRes [all...] |
/ndk/build/tools/ |
build-host-python.sh | 238 if [ ! -f "$SRCDIR/configure" ]; then 239 panic "Missing configure script in $SRCDIR" 284 # I could change AC_MSG_CHECKING(LDSHARED) in configure.ac 340 # custom OPT variable here (see Python-2.7.5/configure.ac) when 349 run2 "$SRCDIR"/configure $ARGS &&
|
build-gcc.sh | 251 # configure the toolchain 253 dump "Configure: $TOOLCHAIN toolchain build" 255 # configure script at the top-level. Newer ones place it under 345 $BUILD_SRCDIR/configure --target=$ABI_CONFIGURE_TARGET \ 364 dump "Error while trying to configure toolchain build. See $TMPLOG"
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperPreview.java | 84 mView = findViewById(R.id.configure);
|
/frameworks/base/media/jni/ |
android_media_MediaCodec.cpp | 118 status_t JMediaCodec::configure( function in class:android::JMediaCodec 130 return mCodec->configure(format, mSurfaceTextureClient, crypto, flags); 461 err = codec->configure(format, bufferProducer, crypto, flags);
|
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 2 # w32/Makefile. Generated from Makefile.in by configure. 65 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in 232 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 235 $(top_srcdir)/configure: $(am__configure_deps)
|
/frameworks/base/services/input/ |
InputReader.cpp | 360 device->configure(when, &mConfig, 0); 507 device->configure(now, &mConfig, changes); 903 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) { function in class:android::InputDevice 934 mapper->configure(when, config, changes); 1218 void CursorScrollAccumulator::configure(InputDevice* device) { function in class:android::CursorScrollAccumulator 1257 void TouchButtonAccumulator::configure(InputDevice* device) { function in class:android::TouchButtonAccumulator 1550 void MultiTouchMotionAccumulator::configure(InputDevice* device, function in class:android::MultiTouchMotionAccumulator 1744 void InputMapper::configure(nsecs_t when, function in class:android::InputMapper 2001 void KeyboardInputMapper::configure(nsecs_t when, function in class:android::KeyboardInputMapper 2288 void CursorInputMapper::configure(nsecs_t when, function in class:android::CursorInputMapper 2721 void TouchInputMapper::configure(nsecs_t when, function in class:android::TouchInputMapper 6232 void JoystickInputMapper::configure(nsecs_t when, function in class:android::JoystickInputMapper [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 372 if (!mRetryManager.configure(retryConfig)) { 374 if (!mRetryManager.configure(DEFAULT_DATA_RETRY_CONFIG)) { 376 loge("configureRetry: Could not configure using " + 378 mRetryManager.configure(5, 2000, 1000); 381 if (!mRetryManager.configure(SECONDARY_DATA_RETRY_CONFIG)) { 383 loge("configureRetry: Could note configure using " + 385 mRetryManager.configure(5, 2000, 1000); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 37 # Attempt to configure Tcl/Tk without requiring PATH 146 height - height of the exposed window (Configure, Expose) 147 width - width of the exposed window (Configure, Expose) 1255 def configure(self, cnf=None, **kw): member in class:Misc 3276 def configure(self, **kw): member in class:Image [all...] |
ttk.py | 212 if opts.get('configure'): # format 'configure' 213 s = ' '.join(_format_optdict(opts['configure'], True)) 214 script.append("ttk::style configure %s %s;" % (name, s)) 380 def configure(self, style, query_opt=None, **kw): member in class:Style 388 return _val_or_dict(kw, self.tk.call, self._name, "configure", style) 501 keys 'configure', 'map', 'layout' and 'element create' and they 503 configure, map, layout and element_create respectively.""" 1077 def configure(self, cnf=None, **kw): member in class:Scale [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 37 # Attempt to configure Tcl/Tk without requiring PATH 146 height - height of the exposed window (Configure, Expose) 147 width - width of the exposed window (Configure, Expose) 1255 def configure(self, cnf=None, **kw): member in class:Misc 3276 def configure(self, **kw): member in class:Image [all...] |
ttk.py | 212 if opts.get('configure'): # format 'configure' 213 s = ' '.join(_format_optdict(opts['configure'], True)) 214 script.append("ttk::style configure %s %s;" % (name, s)) 380 def configure(self, style, query_opt=None, **kw): member in class:Style 388 return _val_or_dict(kw, self.tk.call, self._name, "configure", style) 501 keys 'configure', 'map', 'layout' and 'element create' and they 503 configure, map, layout and element_create respectively.""" 1077 def configure(self, cnf=None, **kw): member in class:Scale [all...] |
/external/chromium/build/ |
install-build-deps.sh | 112 ./configure --prefix=/usr/local/gold --enable-gold --enable-threads
|
/external/chromium_org/third_party/libxslt/win32/ |
Makefile | 204 cscript //NoLogo configure.js genreadme $(XSLT_BASENAME) $(BDVERSION) $(BDPREFIX)\readme.txt
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
RobolectricTestRunner.java | 318 classHandler.configure(robolectricConfig);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
ShadowWrangler.java | 50 public void configure(RobolectricConfig robolectricConfig) { method in class:ShadowWrangler
|
/frameworks/av/cmds/stagefright/ |
codec.cpp | 123 err = state->mCodec->configure(
|
/frameworks/av/services/audioflinger/ |
Effects.cpp | 64 // mConfig is set by configure() and not used before then 67 // mMaxDisableWaitCnt is set by configure() and not used before then 304 status_t AudioFlinger::EffectModule::configure() function in class:android::AudioFlinger::EffectModule 361 ALOGV("configure() %p thread %p buffer %p framecount %d", [all...] |
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CameraOps.java | 231 * Configure streams and run minimal preview 330 mRecordingStream.configure(recordingSize, useMediaCodec, mEncodingBitRate);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 17 self.configure(borderwidth=5)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 187 # testing values with empty string set through configure 188 self.combo.configure(values=[1, '', 2]) 490 self.scale.configure(from_=2, to=5) 491 self.scale.configure(from_=0, to=-2) 492 self.scale.configure(to=10) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 17 self.configure(borderwidth=5)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 187 # testing values with empty string set through configure 188 self.combo.configure(values=[1, '', 2]) 490 self.scale.configure(from_=2, to=5) 491 self.scale.configure(from_=0, to=-2) 492 self.scale.configure(to=10) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlEditor.java | 296 ssv.configure(new CommonSourceViewerConfig(
|
/external/chromium/chrome/browser/resources/ |
wrench_menu.js | 216 * @params {JSON} params JSON object to configure zoom controls.
|