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

<<11121314151617181920>>

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_fbupdate.cpp 104 //Configure rotator for pre-rotation
123 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder);
127 // Configure
128 bool FBUpdateNonSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit
148 ALOGE("%s: No pipes available to configure fb for dpy %d",
266 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder);
271 // Configure
272 bool FBUpdateSplit::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateSplit
331 /* Configure left pipe */
336 ALOGE("%s: No pipes available to configure fb for dpy %d's left
434 bool FBSrcSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBSrcSplit
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 104 //Configure rotator for pre-rotation
123 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder);
127 // Configure
128 bool FBUpdateNonSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit
149 ALOGE("%s: No pipes available to configure fb for dpy %d",
269 mModeOn = configure(ctx, list, fbUpdatingRect, fbZorder);
274 // Configure
275 bool FBUpdateSplit::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateSplit
337 /* Configure left pipe */
342 ALOGE("%s: No pipes available to configure fb for dpy %d's left
440 bool FBSrcSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBSrcSplit
    [all...]
  /ndk/build/tools/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 37 * retry timeouts. After creating a RetryManager the configure
39 * may be initialized using configure with three integer parameters
40 * The other configure method allows a series to be declared using
226 * Configure for using string which allow arbitrary
232 private boolean configure(String configStr) { method in class:RetryManager
241 if (DBG) log("configure: '" + configStr + "'");
247 if (VDBG) log("configure: not empty");
251 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
255 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
258 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'")
    [all...]
  /external/autotest/client/profilers/lttng/
lttng.py 36 utils.configure()
  /external/autotest/client/profilers/oprofile/
oprofile.py 43 utils.configure('--with-kernel-support --prefix=' + \
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 36 @param service object the Service DBus interface to configure.
85 @param options dict parameters that were used to configure the DHCP
101 the dhcp_packet.OPTION_REQUESTED_IP element is used to configure
244 @param static_param_list list of iterable properties to configure
  /external/autotest/client/tests/systemtap/
systemtap.py 46 utils.configure()
  /external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
network_WiFi_BluetoothScanPerf.py 103 self.context.configure(ap_config)
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 143 self.context.configure(ap_config)
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
network_WiFi_SuspendStress.py 92 self.context.configure(configuration_parameters=router_conf)
  /external/autotest/server/site_tests/network_WiFi_TDLSPing/
network_WiFi_TDLSPing.py 107 # Configure the AP.
109 self.context.configure(hostap_config.HostapConfig(
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
RSA.java 26 public void configure(ConfigurableProvider provider) method in class:RSA.Mappings
  /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/jcajce/provider/symmetric/
RC2.java 466 public void configure(ConfigurableProvider provider) method in class:RC2.Mappings
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 91 // later ones configure it.
246 ((AlgorithmProvider)clazz.newInstance()).configure(this);
  /external/curl/packages/vms/
clean_gnv_curl.com 5 $! The GNV environment leaves behind some during the configure and build
9 $! configure script and to remove all intermediate binary files.

Completed in 712 milliseconds

<<11121314151617181920>>