HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 526 - 550 of 1605) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 4 $! We do not use the configure script, since we do not have /bin/sh
  /hardware/qcom/display/msm8084/libhwcomposer/
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_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...]
  /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...]
  /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...]
  /cts/tests/tests/widget/src/android/widget/cts/appwidget/
MyAppWidgetProvider.java 60 public static void configure(CountDownLatch countDownLatch, method in class:MyAppWidgetProvider
  /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_IPv6RA/
network_WiFi_IPv6RA.py 45 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 97 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 27 public void configure(ConfigurableProvider provider) method in class:RSA.Mappings

Completed in 255 milliseconds

<<21222324252627282930>>